*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob7e15fccf25f02ec2f3173e388675172587062689
1 2007-04-21  Richard Stallman  <rms@gnu.org>
3         * subr.el (read-number): Doc fix.
5         * simple.el (pop-to-mark-command): Display message "mark popped"
6         if point does not move.
7         (set-mark-command): Doc fix.
9 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
12         (locate-local-filter, locate-local-search): New vars.
13         (locate): Make variables local.
14         (locate-update): Bind locate-buffer-name.  Call locate using
15         locate-local-filter and locate-local-search.
17 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
19         * hi-lock.el (hi-lock-file-patterns-policy): New var.
20         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
21         (hi-lock-mode): Update docstring.
23 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
26         fill-nobreak-predicate when the break is past fill-column.
28 2007-04-20  Francesco Potort=8ec  <pot@gnu.org>
30         * locate.el (locate): Output from shell-command should go in the
31         current buffer rather than *Shell Command Output*.
33 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
35         * paren.el (show-paren-function): Fix last fix.
37 2007-04-19  Kevin Ryde  <user42@zip.com.au>
39         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
40         (archive-lzh-summarize): Add optional start arg for where to start
41         looking at the archive.
42         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
44         * international/mule.el (auto-coding-alist): no-conversion for .exe
45         and .EXE.
47 2007-04-19  Alan Mackenzie  <acm@muc.de>
49         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
50         function return type contains "struct", "union", etc.
51         c-end-of-defun goes too far forward.
53 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
55         * paren.el (show-paren-function): Reset window-start to avoid
56         recentering.
58 2007-04-19  Glenn Morris  <rgm@gnu.org>
60         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
62 2007-04-18  Glenn Morris  <rgm@gnu.org>
64         * calendar/diary-lib.el (diary-header-line-format): Add a custom
65         :set function.
66         (diary-list-entries): Only switch to diary-mode from
67         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
68         diary-mode set header-line-format, in case of any customization.
70 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
72         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
73         is less than the length of parse-time-syntax.
75 2007-04-17  David Kastrup  <dak@gnu.org>
77         * replace.el (query-replace-regexp-eval): Deprecate.
79 2007-04-17  Alan Mackenzie  <acm@muc.de>
81         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
82         point too close to EOB, leave point at EOB rather than last `}'.
84 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
86         * textmodes/bibtex.el (bibtex-include-OPTkey)
87         (bibtex-user-optional-fields, bibtex-entry-field-alist):
88         Fix defcustom.
90 2007-04-17  Glenn Morris  <rgm@gnu.org>
92         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
93         be encoded, fall back to current year.
95 2007-04-14  Kevin Ryde  <user42@zip.com.au>
97         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
98         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
99         M "MSDOS".
101 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
103         * progmodes/python.el (python-end-of-block): Avoid looping forever
104         if python-next-statement fails.
106 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
108         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
110 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
112         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
113         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
115 2007-04-15  Jay Belanger  <belanger@truman.edu>
117         * calc/calc.el (calc-version): New function.
118         (calc-trail-mode): Shorten the title.
120 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
122         * mail/footnote.el (footnote-style): Clarify docstring to state
123         that customizing this only applies to future footnotes.
125 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
127         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
128         (bibtex-make-field): Check that INIT is a string. Use functionp.
130 2007-04-14  Glenn Morris  <rgm@gnu.org>
132         * complete.el (PC-goto-end): New buffer-local variable.
133         (PC-do-completion-end): Make buffer-local.
134         (partial-completion-mode) <choose-completion-string-functions>:
135         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
136         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
137         doc string.  Set PC-goto-end for choose-completion.
138         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
139         PC-do-completion.
141         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
142         arg to bibtex-make-field.
143         (bibtex-make-field): Add optional fourth arg NODELIM.
144         Insert delimiters around INIT unless this arg is non-nil.
146 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
148         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
149         global map isn't modified
151 2007-04-14  Glenn Morris  <rgm@gnu.org>
153         * calendar/appt.el (appt-disp-window): Do not split small windows.
154         Suggested by Jeff Miller <jmiller@cablespeed.com>.
156 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
158         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
160         * files.el: Ditto.
162 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
164         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
166         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
167         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
168         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
169         (term-pager-help): Fix typos in docstrings.
171         * wid-edit.el (widget-documentation): Fix typo in docstring.
173         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
174         Fix typos in error messages.
176 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
178         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
179         window marked as dedicated.
181         * mail/footnote.el (footnote-latin-string): New variable.
182         (footnote-latin-regexp): Redefine as regexp alternative.
183         (Footnote-latin): Use footnote-latin-string instead of
184         footnote-latin-regexp.
186 2007-04-13  Glenn Morris  <rgm@gnu.org>
188         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
189         inherited keymaps.
191 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
193         * outline.el (outline-get-next-sibling): Clarify docstring.
194         (outline-get-last-sibling): Handle case where we are at the first
195         heading.  Clarify docstring.
197 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
199         * progmodes/gud.el (gud-minor-mode-map): Make go button same
200         length as stop button to lessen flicker.
201         (jdb): Add gud-print.
202         (gud-find-expr): Jdb prints the expression with the value, so
203         don't insert it in the output.
205 2007-04-11  Jason Rumney  <jasonr@gnu.org>
207         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
208         case hex.  Do not try to decode non-hex letters.
210 2007-04-11  Markus Triska  <markus.triska@gmx.at>
212         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
213         (byte-optimize-backward-word): Remove (move to bytecomp.el).
214         (byte-optimize-form-code-walker): Evaluate pure function calls if
215         possible.
216         (byte-optimize-all-constp): New function.
218         * emacs-lisp/bytecomp.el (byte-compile-char-before):
219         Improve numeric argument case.
220         (byte-compile-backward-char, byte-compile-backward-word):
221         New functions, performing rewriting previously done in byte-opt.el.
222         Fix their "Fixme" item (restriction to numeric arguments).
224 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
227         with dolist.
228         (after-init-hook): Don't quote lambda.
229         (desktop-first-buffer): Don't wrap it in eval-when-compile.
230         (desktop-internal-v2s): Remove unused var `el'.
231         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
232         desktop-restore-file-buffer.
233         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
234         desktop-create-buffer.
236 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
238         * woman.el (woman-decode-buffer): Postpone macro-set check...
239         (woman-decode-region): ...to here.
241 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
243         * startup.el (tty-handle-args): Use %S to log ARGS.
245 2007-04-10  Glenn Morris  <rgm@gnu.org>
247         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
248         it is obsolete and has no effect.
250         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
251         byte-compiler.
253         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
254         obsolete function make-local-hook.
256         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
257         start to quieten byte-compiler.
259 2007-04-10  Markus Triska  <markus.triska@gmx.at>
261         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
262         to bytecomp.el as byte-compile-char-before).
263         * emacs-lisp/bytecomp.el (byte-compile-char-before):
264         New function (modified replacement for byte-optimize-char-before in
265         byte-opt.el).
267 2007-04-09  Alan Mackenzie  <acm@muc.de>
269         * startup.el (inhibit-splash-screen): Emphatically state that it
270         can't be set in site-start.el.
272 2007-04-09  Masatake YAMATO  <jet@gyve.org>
274         * progmodes/cc-subword.el (c-capitalize-subword): More closely
275         mimic the behavior of `capitalize-word'.  Do not move point with a
276         negative argument.  Based on tiny change by Paul Curry.
278 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
280         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
281         Don't move point if ARG is negative.
283 2007-04-09  Alan Mackenzie  <acm@muc.de>
285         Changes to make `narrow-to-defun' and `mark-defun' work properly
286         in CC Mode:
288         * progmodes/cc-defs.el (c-beginning-of-defun-1):
289         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
290         Bind beginning/end-of-defun-function to nil around calls to
291         beginning/end-of-defun.
293         * progmodes/cc-langs.el (beginning-of-defun-function)
294         (end-of-defun-function): New c-lang-setvar's.
296         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
297         (setq arg 1))" to enable non-interactive call.
299 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
301         * simple.el (set-mark-command): Doc fix.
303 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
305         * progmodes/gud.el (gdb): Restore existing session if user
306         tries to start a second one in graphical mode.
308 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
310         * cus-start.el <scroll-preserve-screen-position>: Add choices.
312 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan+news@dd.chalmers.se>
314         * term/xterm.el (terminal-init-xterm): Fix key definitions.
315         Add binding for C-M-SPC.
317 2007-04-08  Richard Stallman  <rms@gnu.org>
319         * pcomplete.el (pcomplete-read-event): One single definition,
320         and not a defsubst.
322 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
324         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
325         byte-compiler warning "value unused".
327 2007-04-08  Andreas Schwab  <schwab@suse.de>
329         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
331 2007-04-07  Glenn Morris  <rgm@gnu.org>
333         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
334         Autoload these functions.
335         (diary-date-forms): Add a custom :set form.
337         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
338         before first use.
339         (diary-font-lock-keywords): New function with old code for
340         initialization of variable of same name.
342 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
344         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
345         clean-up: only insert space when on identifier, etc.
347 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
349         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
351         * net/tls.el (open-tls-stream): Properly handle case where there
352         is no associated buffer.
354 2007-04-07  Glenn Morris  <rgm@gnu.org>
356         * ffap.el (ffap-file-at-point): Lower the priority of the
357         ffap-ftp-sans-slash-regexp check.
359 2007-04-06  Alan Mackenzie  <acm@muc.de>
361         Fix fontification of labels, and other things with ":".
363         * progmodes/cc-engine.el (c-forward-label): The function now
364         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
365         the former t.
367         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
368         new return code from c-forward-label, fontifying tokens properly.
369         Add some general comments throughout the file.
371 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
373         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
374         Revert 2006-01-27 change.
376         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
378         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
380         * desktop.el (desktop-create-buffer, desktop-save):
381         Revert 2004-11-12 change for lack of copyright papers.
383         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
384         (dired-guess-default): Respect case.
386         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
388         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
389         was originally checked in as byte-optimize-concat on 1997-11-02.
391         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
392         1995-05-19 doc changes.
394 2007-04-06  Kim F. Storm  <storm@cua.dk>
396         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
397         (unload-feature): Update interactive spec accordingly.
399         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
401 2007-04-06  John Paul Wallington  <jpw@pobox.com>
403         * subr.el (with-case-table): Use `make-symbol' to avoid variable
404         capture.  Restore the table in the same buffer.
406         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
408 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
410         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
411         Print entire form.
413 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
415         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
416         for low-color displays.
418 2007-04-05  Glenn Morris  <rgm@gnu.org>
420         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
421         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
422         Seed random number generator on loading.
424         * emacs-lisp/authors.el (top-level): Provide self.
426         * play/animate.el (top-level): Provide self.
428 2007-04-04  Alan Mackenzie  <acm@muc.de>
430         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
431         to mention c-syntactic-indentation.
433 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
435         * subr.el (with-case-table): New macro.
437         * international/mule.el (ascii-case-table): New var.
439         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
440         downcasing.
442 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
444         * progmodes/gud.el (gud-minor-mode-map): Simplify.
446         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
447         of the window if we're outside it e.g menu-bar.
449         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
450         window if we're outside it e.g menu-bar.
452 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
454         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
455         decode base-64 encoded body if its content-type is something other
456         than text/* or message/*.
458 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
460         * simple.el (activate-mark-hook): Fix typo in docstring.
462 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
464         * tmm.el (tmm-c-prompt): Initialize.
465         (tmm-menubar): Deal with extended menu-items at top level.
466         (tmm-get-keybind): Handle bindings redefined/undefined locally.
467         (tmm-prompt): Handle visibility of top level menu-items.
469         * progmodes/gud.el (gud-menu-map): Simplify.
470         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
471         menubar.
473 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
475         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
477         * comint.el (comint-send-input): Widen the buffer first.
479         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
481 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
484         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
486         * newcomment.el (comment-search-forward): Discard comment starters
487         before point.
489 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
491         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
493 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
495         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
496         when downcasing.
498         * button.el (previous-button): Rewrite to account for adjacent buttons.
500 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
502         * progmodes/idlwave.el (idlwave-auto-fill):
503         Revert paragraph-separate change.
505         * progmodes/idlw-shell.el (idlwave-shell-break-in):
506         Simplify module calc.
507         (idlwave-shell-set-bp-in-module): Compute module.
509 2007-03-31  Glenn Morris  <rgm@gnu.org>
511         * emacs-lisp/timer.el (run-at-time): Doc fix.
513         * emacs-lisp/warnings.el (display-warning): If we create the
514         buffer displaying the warning, disable undo there.
516 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
518         * net/tramp.el (tramp-register-file-name-handler)
519         (tramp-register-completion-file-name-handler): New defsubst,
520         derived from `tramp-register-file-name-handlers'.  The split is
521         necessary because Tramp's file name handlers must be registered at
522         different startup places.
524 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
526         * progmodes/hideshow.el (turn-off-hideshow): New function.
527         (hs-minor-mode): Use it instead of a lambda expression in
528         change-major-mode-hook.
530 2007-03-31  David Kastrup  <dak@gnu.org>
532         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
533         corresponding to MANPATH_MAP entries.
534         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
535         (woman-parse-man.conf): Use more discriminating man.conf name.
536         (woman-parse-man.conf): Parse MANPATH_MAP entries.
537         (woman-manpath): Doc fix and type fix.
538         (woman-cached-data): Check for MANPATH_MAP entries.
539         (woman-expand-directory-path): Treat MANPATH_MAP entries.
541 2007-03-31  Stuart Herring  <herring@lanl.gov>
543         * emacs-lisp/sregex.el (sregexq): Doc fix.
545 2007-03-31  Markus Triska  <markus.triska@gmx.at>
547         * flymake.el (flymake-err-line-patterns): Doc fix.
549 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
551         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
552         Move to the right.
554 2007-03-30  Alan Mackenzie  <acm@muc.de>
556         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
558 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
560         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
561         Use it, passed in explicitly, instead of from the dynamic binding.
562         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
564 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
566         * simple.el (blink-matching-open): When in minibuffer, don't
567         search for a match inside the prompt.
569 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
571         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
572         (tmm-prompt): Don't make the mouse user select the first menu
573         item twice.
575 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
577         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
578         SIGUSR1 and SIGUSR2.
580 2007-03-29  Kim F. Storm  <storm@cua.dk>
582         * ido.el (ido-read-internal): When reading file or dir, only override
583         minibuffer-local-filename-completion-map, otherwise only override
584         minibuffer-local-completion-map.
586 2007-03-29  Glenn Morris  <rgm@gnu.org>
588         * complete.el (partial-completion-mode): Set PC-do-completion-end
589         to nil after use.
590         (PC-lisp-complete-symbol): Create and use a marker at `end',
591         rather than using point-marker.
593 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
595         * simple.el (next-error-highlight): Doc fix.
596         (compose-mail): Revert 2007-03-19 change.
598 2007-03-28  Richard Stallman  <rms@gnu.org>
600         * emacs-lisp/edebug.el (edebug-display): Don't go to
601         edebug-outside-buffer if it is dead.
603 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
605         * view.el (view-mode): Fix typos in docstring.
607 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
609         * recentf.el (recentf-save-file): Add a custom :set function.
611 2007-03-28  Glenn Morris  <rgm@gnu.org>
613         * complete.el (PC-do-completion-end): New variable.
614         (partial-completion-mode) <choose-completion-string-functions>:
615         Use PC-do-completion-end in the non-minibuffer case to replace the
616         correct amount of text.
617         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
618         (PC-lisp-complete-symbol): Give marker the after-insertion type,
619         to deal with improvements inserted after point.
621 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * button.el (make-text-button): Add explicit `button' property.
624         (default-button): Don't put a `button' property on it.
626         * progmodes/python.el (python-mode): Skip comments when parsing.
628         * vc-arch.el (vc-with-current-file-buffer): New macro.
629         (vc-arch-file-source-p): Use it to avoid infloop.
631 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
633         * emacs-lisp/lisp.el (lisp-complete-symbol):
634         Fix call to get-buffer-window to find windows in other frames.
636 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * comint.el (comint-proc-query, comint-dynamic-list-completions):
639         Fix calls to get-buffer-window to find windows in other frames.
640         Reported by David Hansen <david.hansen@gmx.net>.
642 2007-03-27   Kevin Ryde  <user42@zip.com.au>
644         * info.el (Info-display-images-node): On a text-only terminal,
645         show the "text" or "alt" parts of the image blobs.
647 2007-03-27  Glenn Morris  <rgm@gnu.org>
649         * complete.el (PC-do-completion): Compute completion-base-size in
650         the non-filename case, rather than setting to nil.
651         (PC-lisp-complete-end): New variable.
652         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
653         original end in a series of consecutive invocations.
655         * calendar/calendar.el (calendar-mode-hook): Declare it.
657         * calendar/diary-lib.el (diary-live-p): Do not check for
658         diary-selective-display.
660 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * replace.el (occur-next-error): *Occur* might not be displayed in the
663         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
665 2007-03-26  Richard Stallman  <rms@gnu.org>
667         * textmodes/flyspell.el (flyspell-large-region):
668         Use ispell-call-process-region.
670 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
672         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
673         Use prin1 instead of princ.
675 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
677         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
678         Merge in X resources before global face.
680         * progmodes/compile.el (compilation-start): Save compilation-directory
681         rather than default-directory as local var.
682         (compilation-directory): Mark as safe local var.
684         * files.el: Don't mark default-directory as a safe local var.
686 2007-03-25  Alan Mackenzie  <acm@muc.de>
688         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
689         * progmodes/cc-engine.el: Fix typo.
691 2007-03-25  Juri Linkov  <juri@jurta.org>
693         * compare-w.el (compare-windows): Rename customization group
694         `compare-w' to `compare-windows'.
695         (compare-windows-whitespace, compare-ignore-whitespace)
696         (compare-ignore-case, compare-windows-sync)
697         (compare-windows-sync-string-size, compare-windows-recenter)
698         (compare-windows-highlight, compare-windows): Change group name in
699         the `group' tag from `compare-w' to `compare-windows'.
700         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
702 2007-03-24  Markus Triska  <markus.triska@gmx.at>
704         * expand.el: Change example to always enable abbrev-mode,
705         and remove redundant `function'.
706         (expand-abbrev-hook): Add autoload cookie.
708 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
710         * emacs-lisp/testcover.el (testcover-start, testcover-end)
711         (testcover-mark-all, testcover-unmark-all): Add prompts to
712         interactive specs.
714 2007-03-24  Jason Rumney  <jasonr@gnu.org>
716         * autorevert.el (find-file-hook, auto-revert-tail-mode):
717         Use file size in bytes for auto-revert-tail-pos not characters.
719 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
721         * vc-rcs.el (vc-rcs-annotate-command):
722         Set text property :vc-annotate-prefix on the annotation text.
723         (vc-rcs-annotate-time): Instead of searching for ": ",
724         search for end of text propertized with :vc-annotate-prefix.
726 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
728         * whitespace.el (top level): Remove calls putting
729         permanent-local nil property since these are no-ops.
731         * man.el (Man-support-local-filenames): Assure that
732         default-directory exists when doing call-process.
734 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
736         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
737         Fix omission bug: Use m4-program-options to construct shell command.
739 2007-03-23  David Kastrup  <dak@gnu.org>
741         * progmodes/cc-mode.el (c-make-emacs-variables-local):
742         Use `mapcar' rather than `mapcan' to silence compiler warning.
744 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
746         * textmodes/reftex.el, textmodes/reftex-vars.el,
747         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
748         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
749         * textmodes/reftex-index.el, textmodes/reftex-global.el,
750         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
751         * textmodes/reftex-auc.el: Add maintainer address.
753 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
755         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
756         Make sure that `global-font-lock-mode' does not turn on font-lock
757         in these buffers.
759 2007-03-21  Kim F. Storm  <storm@cua.dk>
761         * xt-mouse.el (xt-mouse-epoch): New variable.
762         (xterm-mouse-event): Use float-time.
764 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
766         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
767         current-time.
769 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * complete.el (read-file-name-internal): Don't add the final > if the
772         completion is not finished (re-application of this patch, which was
773         accidentally undone by Eli).
775 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
777         * emulation/viper.el (viper-non-hook-settings): Handle mouse
778         clicks in describe-key and describe-key-briefly advice a little better.
780 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
782         * server.el (server-process-filter): Cancel any pending isearch.
784 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
786         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
787         (icalendar--get-unfolded-buffer): Define actual arguments rather
788         than just using &rest.  Check replace-in-string is fbound.
789         (icalendar-import-buffer): Doc fix.
790         (icalendar--convert-ical-to-diary): Set diary-file.
791         Check diary-file before inserting final newline.
792         (icalendar--add-diary-entry): Return diary-file.
794 2007-03-21  Glenn Morris  <rgm@gnu.org>
796         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
797         (diary-display-hook): Add custom :set function.
799         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
800         Add custom :set function.
801         (diary-header-line-format): Doc fix.
802         (diary-set-maybe-redraw): New function.
803         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
804         (diary-list-entries): Always run diary-mode.
806 2007-03-20  Kenichi Handa  <handa@m17n.org>
808         * international/quail.el (quail-setup-completion-buf): Make the
809         completion buffer read-only.
810         (quail-completion): Adjusted for the above change.  Leave the
811         modified flag nil.
813 2007-03-20  David Kastrup  <dak@gnu.org>
815         * files.el (magic-mode-alist): Require literal "%!PS" string for
816         magic postscript file detection.
818 2007-03-20  Richard Stallman  <rms@gnu.org>
820         * textmodes/ispell.el (ispell-call-process): New function.
821         Defends against bad `default-directory.'
822         (ispell-check-version, ispell-find-aspell-dictionaries)
823         (ispell-get-aspell-config-value, lookup-words): Call it.
824         (ispell-call-process-region): New function.
825         (ispell-send-string): Call it.
827 2007-03-20  Andreas Schwab  <schwab@suse.de>
829         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
830         (finder-data): Likewise.
831         (autoloads): Likewise.
833 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
835         * files.el (basic-save-buffer): Do not set visited filename when
836         the corresponding directory does not exist or the specified
837         filename is that of an existing directory.
839 2007-03-20  Glenn Morris  <rgm@gnu.org>
841         * calendar/diary-lib.el (diary-live-p): New function.
842         (number-of-diary-entries): Add a :set function to redisplay diary
843         when necessary.
845 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
847         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
848         from client program, mev, to compute mouse event.
850 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
852         * faces.el (momentary): Face removed; unused due to reversion of
853         2007-01-04 changes by Kevin Rodgers.
855         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
856         Suggested by Johan Bockg\e,Ae\e(Brd.
858 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
860         * font-lock.el (lisp-font-lock-keywords-1):
861         Highlight define-globalized-minor-mode as a keyword.
863 2007-03-19  Kim F. Storm  <storm@cua.dk>
865         * calc/calc-forms.el (math-std-daylight-savings)
866         (math-std-daylight-savings-old): Doc fix.
868 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
870         * progmodes/python.el (python-default-template): Doc fix.
871         (python-buffer): Fix typo in docstring.
873         * isearchb.el (isearchb-follow-char):
874         * subr.el (def-edebug-spec): Fix typo in docstring.
876 2007-03-19  Richard Stallman  <rms@gnu.org>
878         * files.el (default-directory): Mark safe.
879         (basic-save-buffer-2): Put proper dir name in error message.
881         * simple.el (compose-mail): Run switch-function after
882         setting up the mail buffer.
884         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
886 2007-03-18  Jay Belanger  <belanger@truman.edu>
888         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
889         (math-std-daylight-savings-new): Rename from
890         `math-std-daylight-savings'.
891         (math-std-daylight-savings-old): Rename from old value of
892         `math-std-daylight-savings'.
893         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
894         `math-std-daylight-savings-old' depending on the year.
896 2007-03-18  Detlev Zundel  <dzu@gnu.org>
898         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
899         zero-width regexps as invalid but rather at least count them correctly.
901 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
903         * net/tls.el (open-tls-stream): In handshake-waiting loop,
904         don't wait more if there is output available to process.
906 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
908         * progmodes/compile.el (compilation-find-file): Revert change
909         from 2006-07-18 to allow completion of directory names.
910         Reported by John Carter <john.carter@tait.co.nz>.
912 2007-03-18  Kim F. Storm  <storm@cua.dk>
914         * subr.el (when, unless): Doc fix.
916 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
918         * net/tls.el (tls-program): Doc fix.
920 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
922         * autorevert.el (auto-revert-tail-handler):
923         Call after-revert-hook.
925 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
927         * simple.el (switch-to-completions): No error if search for \n\n fails.
929 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
931         * simple.el (line-move-1):
932         Respect `inhibit-line-move-field-capture' property.
934 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
936         * comint.el (comint-arguments): Mark backslash-escaped chars.
937         (comint-delim-arg): Don't treat them as delimiters.
939 2007-03-12  Kim F. Storm  <storm@cua.dk>
940         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
942 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
944         * tempo.el (tempo-insert): Deal with 'r> if it appears
945         specified with a prompt argument.
947 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
949         * textmodes/org.el (org-set-font-lock-defaults):
950         Handle narrow table columns correctly.
952 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
954         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
955         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
956         Return to use of the -no-properties variants.  There was
957         consensus on emacs-devel that the speed of these variants was
958         prefered since we are usually parsing files (from the internet
959         or on disk) instead of XML created in Emacs.
961         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
962         Add customize option.
964 2007-03-12  Glenn Morris  <rgm@gnu.org>
966         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
967         North American rule.  Replace "daylight savings" with "daylight
968         saving" in doc.
970         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
971         * calendar/lunar.el,solar.el: Replace "daylight savings" with
972         "daylight saving" in text.
974         * woman.el (woman-change-fonts): Tweak previous change by using
975         woman-request-regexp rather than "^\\.".
977         * startup.el (command-line-1): Make insertion of
978         initial-scratch-message not depend on scratch being selected.
980 2007-03-11  Juri Linkov  <juri@jurta.org>
982         * replace.el (match): Use yellow background on light-bg terminals.
984 2007-03-11  Richard Stallman  <rms@gnu.org>
986         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
987         Correctly compute line number.
989 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
991         * type-break.el (type-break-get-previous-count):
992         Repeat previous change here.
994 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
996         * progmodes/grep.el (grep-find-ignored-directories):
997         Add .git and .bzr to list.
999 2007-03-11  Andreas Schwab  <schwab@suse.de>
1001         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1003 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1007 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1009         * faces.el (face-set-after-frame-default): Recalculate face
1010         customizations after applying X resources.
1012 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1014         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1015         (rcirc-keepalive-seconds): Remove variable.
1016         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1017         (rcirc-process, rcirc-user-disconnect): New variables.
1018         (rcirc-connect): Initalize new variables.
1019         (rcirc-keepalive): Don't send keepalive pings before connection
1020         is completed.
1021         (rcirc-sentinel): Do mark all channels with activity when
1022         connection is dropped.  Run hook with process buffer local.
1023         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1024         (rcirc-buffer-process): Return value of rcirc-process if
1025         rcirc-server-buffer is nil.
1026         (rcirc-server-name): Return the reported server name.
1027         (rcirc-update-prompt): Simplify computation of the server name.
1028         (rcirc-format-response-string): Likewise.
1029         (rcirc-handler-001): Mark server as connected, record the reported
1030         server name, and schedule a timeout.
1031         (rcirc-track-nick): Add a spec for the tty class.
1032         (rcirc-user-non-nick): Remove function.
1033         (rcirc-nick-prefix-chars): Add variable.
1034         (rcirc-user-nick): Use above variable.
1036 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1038         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1039         Bind deactivate-mark to nil.
1041 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1043         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1044         that buffer contents get erased during completion.
1046 2007-03-10  Glenn Morris  <rgm@gnu.org>
1048         * woman.el (woman-change-fonts): Add a hack to deal with
1049         font-escape followed by "." at start of a line.
1050         (woman2-IP): Add a hack to deal with consecutive requests.
1051         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1053 2007-03-10  Alan Mackenzie  <acm@muc.de>
1055         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1057 2007-03-09  Richard Stallman  <rms@gnu.org>
1059         * abbrev.el (abbrev): Add `provide'.
1061 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1063         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1065 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1067         * complete.el (PC-try-completion): New function.
1068         (PC-do-completion, read-file-name-internal): Use it instead of
1069         try-completion.
1071 2007-03-08  Alan Mackenzie  <acm@muc.de>
1073         Remove stale tokens from `c-found-types' cache.
1075         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1076         (c-unfind-coalesced-tokens, c-before-change): New functions.
1077         (c-maybe-stale-found-type): New variable.
1079         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1080         (c-trim-found-types): New functions.
1082 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1085         (debug-ignored-errors): Add entry from smerge-match-conflict.
1087 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1089         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1090         special help topics for keywords.
1091         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1092         etc. Assistant command.
1094 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1096         * replace.el (occur-engine): Move buffer-undo-list binding...
1097         (occur-1): ...to here.
1099         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1101         * simple.el (minibuffer-completing-symbol): New var.
1102         (eval-expression): Use it.
1103         (completion-setup-function): Don't bind completion-base-size when
1104         completing a symbol in the minibuffer.
1106 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1108         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1109         tries to start a second session in graphical mode.
1111 2007-03-07  Miles Bader  <miles@gnu.org>
1113         * international/isearch-x.el
1114         (isearch-process-search-multibyte-characters):
1115         Strip text-properties from PROMPT to avoid an error from read-string.
1117 2007-03-07  Kim F. Storm  <storm@cua.dk>
1119         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1120         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1122 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1124         * complete.el (PC-do-completion): Delete duplicates in the list of
1125         possible completions.
1127 2007-03-07  Glenn Morris  <rgm@gnu.org>
1129         * ses.el (ses-mode): Doc fix.
1131 2007-03-06  Kim F. Storm  <storm@cua.dk>
1133         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1135 2007-03-06  Kenichi Handa  <handa@m17n.org>
1137         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1139 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * simple.el (completion-setup-function): Improve last fix so it doesn't
1142         set it to a relative directory name either.
1144 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1146         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1148 2007-03-05  Richard Stallman  <rms@gnu.org>
1150         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1152         * files.el (find-file-noselect): No error if file no longer exists.
1153         Display a message and avoid other questions.
1155 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1158         as not to use an invisible window and to create a window if none exist.
1160         * progmodes/python.el (python-send-command): Restart proc if necessary.
1161         (python-proc): Simplify.
1163 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1165         * pcomplete.el (pcomplete-show-completions): Search all frames for
1166         completions buffer.
1168 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1170         * cus-edit.el (customize-save-variable): Clear customized-value
1171         property (saved values are now put in theme-value property).
1172         (customize-set-variable): Doc fix.
1174         * complete.el (PC-do-completion): If completion-ignore-case is
1175         non-nil, replace field with completion string before exiting.
1177 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1179         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1180         Append its extension to the resulting temporary file name.
1181         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1183         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1184         (tramp-smb-handle-write-region): Apply it.
1186 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1188         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1189         Redo previous change.
1191 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1193         * diff-mode.el (diff-mode): Doc fix.
1195 2007-03-05  Kenichi Handa  <handa@m17n.org>
1197         * international/characters.el: Set category `l' (latin)
1198         for more characters.
1200 2007-03-04  Kim F. Storm  <storm@cua.dk>
1202         * emacs-lisp/authors.el (authors-aliases): Add alias.
1204 2007-03-04  Glenn Morris  <rgm@gnu.org>
1206         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1207         all when switching major mode.
1208         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1209         (hs-block-start-mdata-select, hs-block-end-regexp)
1210         (hs-forward-sexp-func, hs-adjust-block-beginning):
1211         Do not make these variables permanent-local.
1213 2007-03-04  Richard Stallman  <rms@gnu.org>
1215         * progmodes/cperl-mode.el (cperl-mode):
1216         Modify cperl-compilation-error-regexp-alist by appending.
1218         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1219         (edebug-mode): Add the hook.
1220         (edebug-recursive-edit): Remove the hook on exiting.
1222         * type-break.el (type-break-get-previous-time):
1223         Handle end-of-file errors specially
1224         so they don't get reported wrong in .emacs.
1226         * startup.el (fancy-splash-text): Clarify text.
1228         * simple.el (beginning-of-buffer, end-of-buffer):
1229         Avoid treating plain C-u like numeric arg.
1231         * simple.el (completion-setup-function): Don't set
1232         default-directory to nil.
1234         * shell.el (shell-dirstack-query): Doc fix.
1236         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1237         Don't select the window -- pass it to primitives instead.
1239         * faces.el (minibuffer-prompt): Use medium blue by default.
1241 2007-03-04  David Kastrup  <dak@gnu.org>
1243         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1244         Preserve 16 as default value for "seconds" when customizing.
1246 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1248         * textmodes/org.el (org-self-insert-command)
1249         (orgtbl-self-insert-command, org-delete-char)
1250         (org-delete-backward-char): Set the `flyspell-delayed' property.
1252 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1254         * international/mule.el (find-auto-coding): Don't search for
1255         line-ending characters past the end of the tail.
1257 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1259         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1260         Jump to the line where new score has been uploaded.
1262         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1263         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1264         Do nothing when the game is paused.
1266 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1268         * textmodes/org.el (org-set-tags): Prevent slipping of point
1269         during completion.
1271 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1273         * isearch.el (isearch-message-prefix):
1274         Use minibuffer-prompt-properties.
1276 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1278         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1279         (ps-setup): Print which Emacsen is running ps-print package.
1281 2007-03-01  Stuart Herring  <herring@lanl.gov>
1283         * files.el (set-auto-mode-0): Use `indirect-function'.
1284         (hack-one-local-variable): Don't reapply current major mode.
1286 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * progmodes/python.el (python-quote-syntax): Don't bother with
1289         syntax-ppss-context.
1290         (python-fill-paragraph): Make sure that fenced-string delimiters that
1291         stand on their own line stay there
1293 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1295         * replace.el (perform-replace): Propertize message.
1297 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1299         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1300         invisible heading.
1302 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1304         * net/tramp.el (tramp-file-name-handler): Revert last change.
1306 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1308         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1309         Correct doc strings.
1311 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1313         * replace.el (perform-replace): Undo forward-char immediately if
1314         non-adjacent search fails.
1316 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * version.el (emacs-major-version, emacs-minor-version):
1319         string-to-int -> string-to-number.
1321 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1323         * help.el (where-is): Fail gracefully when not passed a command.
1325 2007-02-28  Stuart Herring  <herring@lanl.gov>
1327         * find-lisp.el (find-lisp-default-directory-predicate):
1328         Fix bug: Do symlink check on expanded filename.
1330 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1332         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1333         changes during replacement.
1334         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1336 2007-02-28  Lars Hansen  <larsh@soem.dk>
1338         * desktop.el: Delete header line listing me as maintainer.
1340 2007-02-28  Glenn Morris  <rgm@gnu.org>
1342         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1343         the menus case.
1345 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1347         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1348         hooks to avoid confusion when combining after-change calls.
1350 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1352         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1353         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1354         (allout-distinctive-bullets-string): Add info about bullet conventions.
1355         (allout-mode): Add info about distinctive vs plain bullets.
1357 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1359         * textmodes/org.el (org-archive-subtree): Quote variable name.
1360         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1362 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1364         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1365         (gud-bashdb-command-name, bashdb): Remove.
1366         (gud, gud-menu-map): Remove references to bash/bashdb.
1368 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1370         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1371         keyword for Python 2.5.
1373 2007-02-26  Romain Francoise  <romain@orebokech.com>
1375         * net/net-utils.el (whois-server-tld): Update server for .org.
1376         (whois-server-list): Add whois.publicinterestregistry.net.
1377         (whois-guess-server): Fix formatting in docstring.
1379 2007-02-26  Kim F. Storm  <storm@cua.dk>
1381         * mouse.el (mouse-show-mark): Run hooks and perform command
1382         remapping for mouse-region-delete-keys.
1384 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1386         * font-core.el (font-lock-mode): Doc fix.
1388 2007-02-25  Kim F. Storm  <storm@cua.dk>
1390         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1391         Add selected buffer to buffer-name-history.
1392         (ido-file-internal): Set this-command to fallback command.
1393         Add file names to file-name-history.
1395         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1396         Apply minibuffer-prompt-properties.
1398 2007-02-25  Andreas Schwab  <schwab@suse.de>
1400         * files.el (hack-one-local-variable-eval-safep): Correct handling
1401         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1403 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1405         * textmodes/org.el (org-table-overlay-coordinates)
1406         (org-table-toggle-coordinate-overlays): New functions.
1407         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1408         New variables.
1409         (org-startup-with-deadline-check): Remove option.
1410         (org-mode): Remove deadline check on startup.
1411         (org-table-limit-column-width): Remove option.
1412         (org-table-formula-numbers-only): Remove option.
1413         (org-link-style, org-link-format): Remove options.
1414         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1415         (org-export-ascii-show-new-buffer)
1416         (org-export-html-show-new-buffer): Remove options.
1417         (org-activate-links): Remove camel option.
1418         (org-file-link-context-use-camel-case): Remove option.
1419         (org-camel-regexp): Remove variable.
1420         (org-activate-camels): Remove function.
1421         (org-store-link): Remove Camel stuff.
1422         (org-make-org-heading-camel): Remove function.
1423         (org-open-at-point): Remove camel stuff.
1424         (org-link-search): Remove camel stuff.
1425         (org-camel-to-words): Function removed.
1426         (org-get-agenda-file-buffer): Make sure we prepare the base
1427         buffers, not any indirect buffers.
1428         (org-sort-entries): Sort top-level when not on a headline, and no
1429         active region.
1430         (org-in-regexp): New function.
1431         (org-search-not-self): Rename from `org-search-not-link'.
1432         (org-open-link-marker): New variable.
1433         (org-open-at-point): Set `org-open-link-marker'.
1434         (org-print-icalendar-entries): Fixe bug with excluding DONE
1435         entries from the exported list.
1436         (org-edit-formula-lisp-indent): New command.
1437         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1438         (orgtbl-to-latex, orgtbl-insert-radio-table)
1439         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1440         (orgtbl-radio-table-templates): New option.
1441         (org-store-link-props):
1442         (org-remember-templates): More possibilities to insert info
1443         into templates.
1444         (org-remember-apply-template): Make use of the extended
1445         template capabilities.
1446         (org-remember-redo-template): New command.
1447         (org-upgrade-old-links)
1448         (org-table-modify-formulas, org-table-replace-in-formulas)
1449         (org-table-find-dataline)
1450         (org-table-get-vertical-vector): Remove functions.
1451         (org-table-remove-rectangle-highlight)
1452         (org-time-stamp-format, org-toggle-log-option)
1453         (org-table-highlight-rectangle)
1454         (org-table-iterate, org-table-make-reference):
1455         (org-translate-time, org-tree-to-indirect-buffer)
1456         (org-table-field-info, org-table-fix-formulas)
1457         (org-table-force-dataline, org-table-get-descriptor-line)
1458         (org-table-get-range)
1459         (org-skip-comments, org-sort)
1460         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1461         (org-table-current-dline, org-table-current-field-formula)
1462         (org-table-edit-backward-field)
1463         (org-table-edit-formulas-post-command)
1464         (org-table-edit-line-down, org-table-edit-line-up)
1465         (org-agenda-archive)
1466         (org-agenda-clock-cancel)
1467         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1468         (org-agenda-open-link, org-agenda-show-new-time)
1469         (org-agenda-skip-subtree-when-regexp-matches)
1470         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1471         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1472         (org-do-sort, org-file-image-p, org-find-overlays)
1473         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1474         (org-highlight-until-next-command, org-isearch-end)
1475         (org-match-any-p, org-next-link, org-previous-link):
1476         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1477         (org-rewrite-old-row-references)
1478         (org-isearch-post-command)
1479         (org-table-edit-move, org-table-edit-next-field)
1480         (org-table-edit-scroll, org-table-edit-scroll-down)
1481         (org-set-frame-title, org-show-reference)
1482         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1483         (org-show-variable): Remove command.
1484         (org-add-log-maybe): New arguments STATE, FINDPOS
1485         (org-table-sort-lines): Rewrite from scratch.
1486         (org-link-search): New argument AVOID-POS.
1487         (org-print-icalendar-entries): Remove argument CATEGORY.
1488         (org-run-agenda-series): Remove argument WONDOW.
1489         (org-next-link, org-previous-link): New commands.
1490         (org-agenda-date-format): New option.
1491         (org-table-iterate): New command.
1492         (org-table-modify-formulas)
1493         (org-table-replace-in-formulas): Remove functions.
1494         (org-table-fix-formulas): New function.
1495         (org-table-insert-column, org-table-delete-column)
1496         (org-table-move-column): Use `org-table-fix-formulas'.
1497         (org-follow-gnus-link): Patch from Bastien/Leo.
1498         (org-table-current-field-formula): New function.
1499         (org-file-image-p): New function.
1500         (org-agenda-show-new-time): New function.
1501         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1502         (org-with-remote-undo): New macro.
1503         (org-agenda-undo): New command.
1504         (org-verify-change-for-undo): New function.
1505         (org-time-stamp-format): New function.
1506         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1507         by user.
1508         (org-match-any-p): New function.
1509         (org-make-tags-matcher): Handle regular expressions for tag and
1510         todo matches.
1511         (org-read-date): Accept "+N" as input for a date relative to the
1512         current date.
1513         (org-remove-subtree-entries-from-agenda): New function.
1514         (org-agenda-archive, org-agenda-kill):
1515         Use `org-remove-subtree-entries-from-agenda'.
1516         (org-do-sort, org-sort-entries): New functions.
1517         (org-sort): New command.
1518         (org-table-sort-lines): Use `org-do-sort'.
1519         (org-fix-decoded-time): New function.
1520         (org-table-number-regexp): Require 0x... to identify as number
1521         in tables.
1522         (org-startup-options): New keywords for note taking.
1523         (org-upgrade-old-links): Remove function.
1524         (org-get-repeat): New function.
1525         (org-show-context): Also show siblings on current level.
1526         (org-show-siblings): New function.
1527         (org-isearch-end, org-isearch-post-command): New functions.
1528         (org-show-siblings): New option.
1529         (org-show-context): Use `org-show-siblings'.
1530         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1531         to be bound, because user may just use elisp.
1533 2007-02-24  Kim F. Storm  <storm@cua.dk>
1535         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1536         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1538 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1540         * startup.el (command-line): Also check if the abbrev file is readable.
1542 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1544         * net/tls.el (tls-certtool-program): Fix custom type.
1546         * mail/feedmail.el (feedmail-message-id-generator)
1547         (feedmail-date-generator): Fix custom types.
1549         * mail/rmail.el (rmail-message-filter): Fix custom type.
1551 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1553         * startup.el (command-line): If simple.el cannot be found, proceed
1554         with a warning message.
1556 2007-02-24  Kenichi Handa  <handa@m17n.org>
1558         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1559         case that BEG is a string.
1561 2007-02-24  Chris Moore  <dooglus@gmail.com>
1563         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1564         * pgg-pgp.el (pgg-pgp-encrypt-region):
1565         * pgg-gpg.el (pgg-gpg-encrypt-region):
1566         Check pgg-encrypt-for-me if no other recipients.
1568 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1570         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1572         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1573         shell-quote-argument.
1575 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1577         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1578         from the comint buffer instead of the temporary one.
1580 2007-02-23  David Reitter  <david.reitter@gmail.com>
1582         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1583         storing it in recentf-exclude.
1585 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1587         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1588         in splash screen.
1590 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1592         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1593         commands, for restart.
1594         (idlwave-shell-current-module): Fix handling of module name by type.
1595         (idlwave-shell-break-in): Update type handling.
1596         (idlwave-shell-bp-get): Encode type in BP structure.
1597         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1598         (idlwave-shell-module-source-query): Query routine info based on type.
1599         Fix path parsing for non-compiled files.
1600         (idlwave-shell-module-source-filter): Don't signal error in filter
1601         if no source found.
1602         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1603         filter race.
1605 2007-02-22  Kim F. Storm  <storm@cua.dk>
1607         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1608         (editable-field): Document need to put some text before the %v
1609         escape in :format string.
1611 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1614         (vc-svn-use-edit): Remove unused config var.
1615         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1617         * outline.el (hide-sublevels): Keep empty last line, if available.
1619         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1620         rather than the corresponding unicode char, to make the code
1621         more readable.
1623 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1625         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1626         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1627         (speedbar-item-info-tag-helper): Doc fixes.
1629 2007-02-19  Kenichi Handa  <handa@m17n.org>
1631         * international/mule-cmds.el (locale-language-names):
1632         Map "eo" to "Esperanto".
1634         * language/european.el ("Esperanto"): New language environment.
1636 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1638         * simple.el (kill-line): Doc fix.
1640 2007-02-17  Kim F. Storm  <storm@cua.dk>
1642         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1643         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1644         (bindat--unpack-group, bindat--pack-group):
1645         Handle vectors with optional element type.
1647 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1649         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1650         if PASSPHRASE is given.
1652 2007-02-17  Chris Moore  <dooglus@gmail.com>
1654         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1655         Recognize backups of bz2 compressed files.
1657 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1659         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1660         to nil to speed up lookup of the symbol in index nodes.
1662 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1664         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1665         Add indentation for the constants of Lisp.
1667 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * ps-print.el: Use (defvar <foo>) where applicable.
1670         (ps-print-emacs-type): Remove.
1671         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1672         (ps-frame-parameter): Align its call-convention with frame-parameter.
1673         (ps-begin-job): Adjust calls to it appropriately.
1674         (ps-setup): Don't print ps-print-emacs-type.
1675         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1676         Define in such a way that it's obvious that it's defined.
1677         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1678         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1679         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1681 2007-02-15  Alan Mackenzie  <acm@muc.de>
1683         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1684         an empty one-line C-style comment, post-position point properly.
1686 2007-02-15  Chris Moore  <dooglus@gmail.com>
1688         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1689         (isearch-lazy-highlight-new-loop): Bind it.
1690         (isearch-lazy-highlight-search): Use it.
1692         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1694 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * font-lock.el (font-lock-extend-region-wholelines):
1697         Only return non-nil if the region has really been changed.
1698         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1700 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1702         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1703         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1704         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1706 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1708         * faces.el (color-values): Revert changes to docstring from
1709         2007-01-31 and 2000-09-07.
1711         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1712         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1713         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1714         (ispell-help): Fix typos in docstring and output message.
1716 2007-02-14  Kim F. Storm  <storm@cua.dk>
1718         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1719         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1720         (grep): Fix lgrep reference.
1722         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1723         (standard-display-underline): Use make-glyph-code.
1725         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1727         * international/latin1-disp.el (latin1-display-char):
1728         Use make-glyph-code.
1730 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1732         * ehelp.el (with-electric-help, electric-help-exit)
1733         (electric-help-retain): Doc fixes.
1735         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1736         (byte-compile-file): Doc fixes.
1738 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1740         * term/mac-win.el: Change all uses of
1741         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1742         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1743         (mac-ae-get-url): Call select-frame-set-input-focus.
1744         (mac-dnd-handle-drag-n-drop-event): Don't call
1745         select-frame-set-input-focus.
1747 2007-02-13  Kenichi Handa  <handa@m17n.org>
1749         * international/characters.el: Fix documentation of category `a'.
1751 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1753         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1755 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1757         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1758         (tramp-get-remote-ln): Handle error case.
1759         Reported by Chris Moore <dooglus@gmail.com>.
1761 2007-02-11  Kim F. Storm  <storm@cua.dk>
1763         * bindings.el (ctl-x-map): Remove register compatibility bindings
1764         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1766 2007-02-11  Richard Stallman  <rms@gnu.org>
1768         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1769         in load history.
1771         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1772         condition -- don't fail to stop at endpos.
1774 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1776         * textmodes/org.el (org-agenda-get-todos)
1777         (org-agenda-get-timestamps, org-agenda-get-closed)
1778         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1779         (org-agenda-get-blocks, org-format-agenda-item)
1780         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1781         from `category' to `org-category'.
1783 2007-02-11  Kenichi Handa  <handa@m17n.org>
1785         * international/titdic-cnv.el (titdic-convert): Force files be written
1786         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1787         (miscdic-convert): Force files be written with Unix-like eol format.
1789 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1791         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1793         * calculator.el (calculator-prompt): Doc fix.
1794         (calculator-mode-map): Fix typo in menu entry.
1796 2007-02-10  Jay Belanger  <belanger@truman.edu>
1798         * calculator.el (calculator): Do more extensive checking for when
1799         3 lines should be used for the calculator.
1801 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1803         * info-look.el (info-lookup-make-completions):
1804         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1805         index nodes.
1807         * info.el (Info-fontify-maximum-menu-size): Document the effect
1808         of a nil value.
1809         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1810         non-nil before using it as size.
1812 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1814         * subr.el (insert-for-yank-1): Prevent read-only properties from
1815         interfering with text property operations.
1817         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1819         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1820         (image-type-auto-detected-p): Fail if another match is found in
1821         auto-mode-alist.
1823         * files.el (magic-mode-alist): Call image-mode instead of
1824         image-mode-maybe for autodetected images.
1826 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1828         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1829         Fix typos in docstrings.
1830         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1832 2007-02-09  Kim F. Storm  <storm@cua.dk>
1834         * emacs-lisp/float-sup.el: Remove obsolete comment.
1836 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1838         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1840 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1842         * simple.el: Revert previous change, at request of RMS:
1843         (fundamental-mode-hook): Remove.
1844         (fundamental-mode): Run after-change-major-mode-hooks manually,
1845         and don't run the now-nonexistent fundamental-mode-hook.
1847 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1849         * simple.el (fundamental-mode-hook): Declare new hook.
1850         (fundamental-mode): Run the new dedicated hook, and don't run
1851         after-change-major-mode-hooks manually anymore.
1853 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1855         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1856         added columns of chars.  Remove support for the "no-meta-info" format.
1857         Prompted by Romain Francoise <romain@orebokech.com>.
1859 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1861         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1862         (gdb-mouse-until, gdb-mouse-jump): Use it.
1864 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1866         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1867         work when there is just an assembler buffer (no source buffer).
1869 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1871         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1872         just because the diff was produced using "-p" (--show-c-function).
1874 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
1876         * faces.el (frame-set-background-mode): Use `color-values' and
1877         `display-color-p', not `x-color-values' and `x-display-color-p'.
1878         (face-valid-attribute-values): Use `defined-colors' instead of
1879         `x-defined-colors'.
1881 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1883         * ps-print.ps: The ps-print commands without face printing should not
1884         print background color.  Reported by Leo <sdl.web@gmail.com>.
1885         (ps-print-version): New version 6.7.3.
1886         (ps-begin-job): New arg.  Fix ps-default-background and
1887         ps-default-foreground initialization.
1888         (ps-face-attributes): Fix doc string.
1889         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1891         * printing.el: Fix ps-print link.
1893 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
1895         * faces.el (face-set-after-frame-default): Compile attributes to
1896         be set by frame parameters before merging in X resources.
1898 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
1900         * simple.el (blink-matching-paren-dont-ignore-comments):
1901         (blink-matching-paren-on-screen): Doc fixes.
1903 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
1905         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1907 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
1909         * loadhist.el (unload-feature): Silently ignore `load-history' entries
1910         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1911         entries like `defun'.  Return nil.
1913 2007-02-05  Kim F. Storm  <storm@cua.dk>
1915         * ido.el: Doc fixes.
1917 2007-02-04  David Kastrup  <dak@gnu.org>
1919         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1920         `mpuz-allow-double-multiplicator' is non-zero, and correct
1921         calculation of `min'.
1923 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1925         * wid-edit.el (widget-default-create): Insert new text at the
1926         :from marker _after_ the marker, not before it.
1928 2007-02-04  Alan Mackenzie  <acm@muc.de>
1930         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1931         containing it is re-indented.
1933 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1935         * net/newsticker.el (newsticker--insert-image): Update docstring,
1936         and insert the image directly.
1937         (newsticker--buffer-redraw): Update docstring.
1939         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1940         Rename from define-global-minor-mode.
1942         * progmodes/cwarn.el (global-cwarn-mode):
1943         * emacs-lisp/autoload.el (make-autoload):
1944         * hi-lock.el (global-hi-lock-mode):
1945         * font-core.el (global-font-lock-mode): All callers changed.
1947 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1949         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1950         Don't copy @ignore lines into menu descriptions.
1951         (texinfo-multi-file-update): Goto the @node line before attempting
1952         to pluck the node name.
1953         (texinfo-multiple-files-update): Reverse the optional arguments'
1954         order, as per the doc string and the `interactive' form.
1956 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1958         * image-mode.el: Use autoload to avoid overriding disabled setting
1959         applied in .emacs.
1961 2007-02-03  Alan Mackenzie  <acm@muc.de>
1963         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1964         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
1965         adjacent paren groups).
1967 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1969         * progmodes/ebnf2ps.el: Doc fixes.
1970         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1972 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1974         * dired-x.el (dired-do-relsymlink): Add reference to
1975         dired-do-symlink.  Add an autoload cookie.
1977         * dired-aux.el (dired-do-symlink): Add reference to
1978         dired-do-relsymlink.
1980 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
1982         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1983         <left-fringe mouse-3>: New bindings.
1985 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
1987         * newsticker.el (newsticker-version): Changed to "1.10".
1988         (newsticker--set-customvar): Doc string.
1989         (newsticker-new-item-face): Doc string.
1990         (newsticker-mode): Initialize `invisibility-spec' with t.
1991         (newsticker-mode-map): Added
1992         `newsticker-mark-all-items-at-point-as-read'.
1993         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1994         (newsticker-w3m-show-inline-images): Do not call
1995         `w3m-remove-image'.
1996         (newsticker--buffer-after-w3m-insert-image): New advice for
1997         w3m-insert-image to cache images.
1998         (newsticker-next-item-same-feed): New.
1999         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2000         (newsticker-mark-all-items-of-feed-as-read): New.
2001         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2002         (newsticker-mark-item-at-point-as-read): Doc string.
2003         (newsticker-mark-item-at-point-as-read): Use new functions.
2004         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2005         `newsticker-mark-item-at-point-as-read'.
2006         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2007         (newsticker--sentinel): Yet another xml-parser workaround.
2008         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2009         days.
2010         (newsticker--buffer-do-insert-text): Fix.
2011         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2012         (newsticker--buffer-make-item-completely-visible):
2013         `switch-to-buffer' not necessary.
2015 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2017         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2018         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2019         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2020         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2021         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2023 2007-02-02  Kenichi Handa  <handa@m17n.org>
2025         * international/quail.el (quail-show-key): Fix an error message.
2027 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2029         * faces.el (set-face-underline-p, modify-face): Rename arg
2030         UNDERLINE-P to UNDERLINE (it is not a flag).
2032 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2034         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2035         when adding gdb-speedbar-update to gdb-input-queue.
2037 2007-02-01  Kenichi Handa  <handa@m17n.org>
2039         * international/quail.el (quail-show-key): Signal an error if the
2040         current input method is not using Quail.
2042 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2044         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2045         Trim leading whitespace in sysvar names.
2047 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2049         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2051 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2053         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2055 2007-01-31  Romain Francoise  <romain@orebokech.com>
2057         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2058         previous change to this file.
2060 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2062         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2063         image-mode.
2065         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2066         interfering with attempt to set major mode from modified
2067         auto-mode-alist.
2069 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2071         * faces.el (color-values): Doc fix.
2072         (face-differs-from-default-p): Don't check :foreground twice.
2074 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2076         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2078 2007-01-31  Kenichi Handa  <handa@m17n.org>
2080         * international/quail.el (quail-store-decode-map-key): Store a
2081         translated character too.
2082         (quail-char-equal-p): New function.
2083         (quail-find-key1): Check character equality by quail-char-equal-p.
2084         (quail-decode-map-generated): New variable.
2085         (quail-find-key): Check quail-decode-map-generated and re-generate
2086         a decode map if necessary.
2088 2007-01-30  Richard Stallman  <rms@gnu.org>
2090         * tutorial.el (tutorial--detailed-help): Make the list of
2091         changed keys look nicer.
2093 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2095         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2096         (gdb-var-delete): Use it.
2097         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2098         `in_scope'.
2100 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2102         * files.el (get-free-disk-space): Return nil for remote directories.
2104         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2105         instead of "dir".
2107 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2109         * type-break.el (type-break-catch-up-event): New function.
2110         (type-break-demo-hanoi, type-break-demo-life)
2111         (type-break-demo-boring): Use it.
2113         * image-mode.el (image-mode): Don't automatically view as image.
2114         (image-toggle-display): Add `disabled' property.
2116 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2118         * isearchb.el (isearchb-iswitchb):
2119         * ps-print.el (ps-build-face-reference):
2120         * emacs-lisp/shadow.el (list-load-path-shadows):
2121         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2122         * international/mule.el (find-auto-coding):
2123         * mail/supercite.el (sc-attrib-selection-list):
2124         * progmodes/cc-defs.el (c-emacs-features):
2125         * progmodes/cc-vars.el (c-offsets-alist):
2126         * progmodes/flymake.el
2127         (flymake-init-create-temp-source-and-master-buffer-copy):
2128         Fix typos in docstrings (some suggested by Chris Moore).
2130         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2131         (vhdl-get-library-unit, vhdl-corresponding-begin)
2132         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2133         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2134         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2135         (vhdl-font-lock-match-item): Fix typos in docstrings.
2136         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2137         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2138         (vhdl-speedbar-insert-project-hierarchy):
2139         Improve argument/docstring consistency.
2141 2007-01-29  Kenichi Handa  <handa@m17n.org>
2143         * international/titdic-cnv.el (py-converter): Fix previous change.
2145 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2147         * jka-compr.el (jka-compr-partial-uncompress)
2148         (jka-compr-call-process): Rebind default-directory if it is
2149         invalid.  Suggested by Chris Moore.
2151         * comint.el (comint-insert-input): Handle situation where the
2152         selected buffer is not the clicked buffer.
2154 2007-01-29  Kenichi Handa  <handa@m17n.org>
2156         * international/ja-dic-cnv.el (skkdic-convert):
2157         Add byte-compile-disable-print-circle:t at the head.
2159         * international/titdic-cnv.el (tit-process-header):
2160         Add byte-compile-disable-print-circle:t at the head.
2161         (miscdic-convert): Likewise.
2162         (py-converter): Skip the header comments.
2164         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2165         New variable.
2166         (byte-compile-output-file-form): Bing print-circle to nil if
2167         byte-compile-output-file-form is not nil.
2168         (byte-compile-output-docform): Likewise.
2170 2007-01-28  Kim F. Storm  <storm@cua.dk>
2172         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2173         Declare earlier to avoid byte compiler warnings.
2175 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2177         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2179 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2181         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2182         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2183         when calling update-game-score program.  Remove unnecessary
2184         save-excursion.
2186         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2188 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2190         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2191         avoid compiler warning.
2192         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2193         might have values other than "true" or "false".
2195 2007-01-28  Richard Stallman  <rms@gnu.org>
2197         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2198         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2200         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2202         * image.el (image-type-header-regexps): Make GIF regex more specific.
2204         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2205         Don't check `backspace'.
2206         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2207         in Fundamental mode.
2209         * startup.el (fancy-splash-text, normal-splash-screen):
2210         Mention C-g.
2212         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2213         when inserting in buffer.
2215         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2216         inside the if.
2218 2007-01-27  Richard Stallman  <rms@gnu.org>
2220         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2222 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2224         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2225         enum/union/struct/class definition.
2226         Revert change to call `forward-sexp' multiple times.
2228 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2230         * files.el (hack-local-variables-confirm): Don't keep trying to
2231         read an event from an empty kbd macro.
2233 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2235         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2237 2007-01-27  Ben North  <ben@redfrontdoor.org>
2239         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2240         the arg CHILDREN -> WHICH.
2242 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2244         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2245         default-directory to a sane value when calling start-process.
2247 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2249         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2250         (ls-lisp-format-time-list): Doc fix.  Mention
2251         ls-lisp-use-localized-time-format.
2252         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2253         ls-lisp-use-localized-time-format is non-nil, even if a valid
2254         locale is defined.
2256 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2258         * jka-compr.el (jka-compr-shell): Doc fix.
2260         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2262 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2264         * ps-print.ps: Fix background height.
2265         (ps-print-version): New version 6.7.2.
2267 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2269         * makefile.w32-in (finder-data, custom-deps): Depend on
2270         $(lisp)/loaddefs.el.
2272 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2274         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2276 2007-01-24  Miles Bader  <miles@gnu.org>
2278         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2279         (byte-compile-output-docform): Bind `print-circle' to t.
2281 2007-01-24  Kenichi Handa  <handa@m17n.org>
2283         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2284         file name of the original SKK dictionary file.
2286 2007-01-24  Kim F. Storm  <storm@cua.dk>
2288         * ido.el (ido-initial-position): New variable.
2289         (ido-read-internal): Set it if default item is specified.
2290         (ido-minibuffer-setup): Position cursor accordingly if set.
2291         (ido-edit-input): C-e moves to end of input if not already there.
2292         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2293         Don't switch to buffer mode if repeating C-b at start of input.
2294         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2295         input; else it moves to start of input.
2296         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2297         not at end of input, delete rest of input, rather than normal op.
2299 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2301         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2303         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2304         of message.  Activate mark.
2305         (ediff-activate-mark): Set transient-mark-mode to t.
2307         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2309 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2311         * help-fns.el (describe-variable): Don't suppress display of
2312         buffer local value when the value is "large".
2314 2007-01-22  Kim F. Storm  <storm@cua.dk>
2316         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2317         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2318         (ido-tidy): Use ido-active.
2320 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2322         * hexl.el (hexl-mode-exit): Add missing quote.
2324 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2326         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2327         (mac-ae-keyboard-modifiers): New function.
2328         (mac-handle-toolbar-switch-mode): Use it.
2329         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2330         if keyboard modifiers on drop contain option key.
2331         (mac-dnd-drop-data): Add optional argument `action'.
2332         (special-event-map): Remove binding for M-drag-n-drop.
2334 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2336         * add-log.el (add-log-current-defun): Use CC Mode functions to
2337         find the beginning and end of a defun.
2339 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2341         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2342         (gdb-var-create-handler): Handle value field in GDB output of
2343         -var-create.
2344         (gdb-max-frames): New variable.
2345         (gdb-stack-buffer, gdb-frames-select): Use it.
2346         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2347         if necessary.
2348         (gdb-get-frame-number): Simplify.
2350 2007-01-21  Glenn Morris  <rgm@gnu.org>
2352         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2353         Update copyrights.
2355 2007-01-21  Alan Mackenzie  <acm@muc.de>
2357         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2358         handling of K&R stuff.
2360 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2362         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2364 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2366         * ps-print.el: Handle frame parameters (background and/or foreground
2367         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2368         (ps-print-version): New version 6.7.1.
2369         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2370         (ps-frame-parameter): New fun.
2371         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2372         Fix doc and customization.
2373         (ps-begin-job): Get frame parameters (background and/or foreground
2374         colors).
2375         (ps-do-despool): Ensure ps-printer-name has a valid value.
2377 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2379         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2380         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2381         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2382         mean unlimited.
2384 2007-01-20  Alan Mackenzie  <acm@muc.de>
2386         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2387         much more rigorous analysis of putative K&R regions.
2389 2007-01-20  Alan Mackenzie  <acm@muc.de>
2391         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2392         New functions.
2394 2007-01-20  Alan Mackenzie  <acm@muc.de>
2396         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2397         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2398         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2399         * progmodes/cc-vars.el: Add my name.
2401 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2403         * files.el (find-alternate-file): Revert query message to Emacs 21
2404         version.
2406 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2408         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2409         the doc string how to use personal abbrevs without electric
2410         keywords.
2412 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2414         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2415         Fixed cursor position when toggle abbreviated display.
2417 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2419         * t-mouse.el: Update copyright following assignment by
2420         Alessandro Rubini.
2422 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2424         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2425         (type-break-demo-boring): Call read-event instead of read-char.
2427 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2429         * progmodes/compile.el: Add handling for makepplog.
2431 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2433         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2434         aspell dictionaries are initialized when called non-interactively.
2436 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2438         * progmodes/compile.el (compilation-loop): New arg limit.
2439         Handle case where the first error is at point-min.
2440         (compilation-next-error): New arg to compilation-loop call.
2442 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2444         * info.el (Info-default-dirs): Change default info dir to
2445         share/info.
2447         * paths.el (Info-default-directory-list): Ditto.
2449 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2451         * hexl.el (hexl-before-revert-hook): New function.
2452         (hexl-mode): Use it.
2453         (hexl-after-revert-hook): Just call hexl-mode.
2454         (hexl-mode-exit): Remove before-revert-hook.
2456 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2460 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2462         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2463         by "-" in francais7 otherchars entry.
2464         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2465         otherchars entry.
2467 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2469         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2470         path.  Rewrite function in `cond' style for readability.
2472         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2473         (The path shortening, that is, not the rearrarangement.)
2475 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2477         * term/mac-win.el (mac-ae-quit-application): New function.
2478         (mac-apple-event-map): Bind "quit application" Apple event to it.
2480 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2483         than the program's output.
2485 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2487         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2488         (kmacro-start-macro-or-insert-counter)
2489         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2490         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2492         * longlines.el (longlines-show-hard-newlines):
2493         * ruler-mode.el (ruler-mode-ruler):
2494         * emulation/keypad.el (keypad-setup):
2495         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2496         Fix typo in docstring.
2498 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2500         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2501         Remove redirect character ">".
2503 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2505         * replace.el (perform-replace): Remove leftover code.
2507 2007-01-12  Richard Stallman  <rms@gnu.org>
2509         * replace.el (perform-replace): Don't clear NODENT when computing
2510         the replacement string.
2512 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2514         * net/tramp.el (tramp-handle-file-local-copy):
2515         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2516         <christopher.ian.moore@gmail.com>.
2518 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * diff-mode.el (diff-sanity-check-context-hunk-half)
2521         (diff-sanity-check-hunk): New functions.
2522         (diff-find-source-location): Use'em to check the hunks are well-formed.
2524         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2525         activate undo when undo is not active.
2526         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2528 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2531         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2532         (ffap-url-at-point): Use char-classes rather than "a-z".
2534 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2536         * ediff-init.el (ediff-autostore-merges):
2537         * textmodes/fill.el (fill-region): Doc fix.
2539 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * server.el (server-ensure-safe-dir): UIDs may be floats.
2543 2007-01-10  Richard Stallman  <rms@gnu.org>
2545         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2546         around calls to directory-files.
2548         * subr.el (momentary-string-display): Use save-excursion.
2550         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2551         argument, but read it as `X' does.
2553 2007-01-09  Juri Linkov  <juri@jurta.org>
2555         * info.el (Info-fontify-node): Don't hide node names of index entries.
2557         * faces.el (momentary): Change :group to basic-faces where all
2558         basic faces belong to.  Add :version.
2560 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2562         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2563         keybinding is found.
2564         (tutorial--find-changed-keys): Never treat null keybinding as a
2565         remapping.
2567 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2569         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2571 2007-01-09  Kenichi Handa  <handa@m17n.org>
2573         * international/mule-cmds.el
2574         (select-safe-coding-system-interactively): Fix message.
2576 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2579         (tramp-process-actions): Add optional parameter TIMEOUT.
2580         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2581         (tramp-open-connection-su): Add timeout of 60".
2583 2007-01-09  Richard Stallman  <rms@gnu.org>
2585         * progmodes/compile.el (compile): Doc fix.
2587 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2589         * tumme.el (tumme-display-thumb): Doc fix.
2591 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2593         * battery.el (battery-search-for-one-match-in-files):
2594         * bindings.el (mode-line-minor-mode-help):
2595         * x-dnd.el (x-dnd-types-alist):
2596         * calendar/icalendar.el (icalendar-import-buffer):
2597         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2599         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2601 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2603         * replace.el (replace-regexp): Fix typo in docstring.
2605 2007-01-07  Alan Mackenzie  <acm@muc.de>
2607         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2608         Amend doc-string and comments.
2610 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2612         * files.el (abbreviate-file-name): Doc fix.
2614 2007-01-06  Markus Triska  <triska@gmx.at>
2616         * subr.el (split-string): Remove spurious ")" from doc string.
2618 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2620         * textmodes/table.el (table--warn-incompatibility):
2621         Use display-warning instead of momentary-string-display.
2623 2007-01-05  Richard Stallman  <rms@gnu.org>
2625         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2627         * simple.el (backward-kill-word): Doc fix.
2629 2007-01-05  Romain Francoise  <romain@orebokech.com>
2631         * international/mule.el (sgml-html-meta-auto-coding-function):
2632         Ensure that the buffer contains a HTML document.
2634 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2636         * faces.el (momentary): Move here ...
2637         * subr.el (momentary): ... from here.
2639 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2641         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2642         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2643         large structures/arrays.
2645 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2647         * files.el (find-file-noselect-1, set-visited-file-name):
2648         Allow backup-enable-predicate to be nil.
2650 2007-01-04  Andreas Schwab  <schwab@suse.de>
2652         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2653         last change.
2655 2007-01-03  Richard Stallman  <rms@gnu.org>
2657         * woman.el (woman-decode-buffer): Clarify error message.
2659 2007-01-03  Alan Mackenzie  <acm@muc.de>
2661         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2663 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2665         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2667 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2671 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2673         * emulation/viper.el (viper-custom-file-name, viper-mode):
2674         Fix typos in docstrings.
2676         * subr.el (momentary-string-display): After moving point, set POS
2677         variable to it to avoid later errors once the buffer is modified.
2678         Doc fix.
2680 2007-01-02  Alan Mackenzie  <acm@muc.de>
2682         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2683         check that the "*/" is present before trying to manipulate it.
2685 2007-01-02  Richard Stallman  <rms@gnu.org>
2687         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2689         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2690         Fix format of value.
2692         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2693         Change messages accordingly.
2694         (customize-customized): Now alias.
2696 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2698         * files.el (version-control): Doc fix.
2700 2007-01-01  Alan Mackenzie  <acm@muc.de>
2702         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2703         Check the format of c-state-cache is valid for an optimisation before
2704         using it.
2706         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2707         are at a statement within a macro".  Other changes so that only
2708         the first continuation line in a macro gets the symbol
2709         `cpp-define-intro', the others getting `statement', or whatever.
2711         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2712         a string, preserve whitespace.  Add a backslash only when also in
2713         a macro.
2715         * progmodes/cc-defs.el: Correct typos.
2717         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2718         new line after an escaped EOL in a string.
2720         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2721         label when it directly follows "else", "do", ....
2723         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2724         angle brackets (as seen in "explicit specialisations" of C++
2725         templates).
2727         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2728         in the doc-string.
2730         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2731         when the comment ender looks like "=========*/" and is alone on
2732         its line.
2734         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2735         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2736         for the old name.
2738         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2739         c-\(beginning\|end\)-of-defun by default.
2741         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2742         New line-up function, for the DEFUN macro in the Emacs C sources.
2743         Only used in "gnu" style.
2745         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2746         the "gnu" style.
2748         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2749         clean-up comment-close-slash also to work when there's a comment
2750         terminator on the line.
2751         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2752         these for large arg - only take account of top level {..}, except
2753         for initial and final adjustments.  M-- C-M-[ae] now go to the
2754         right defuns when the starting point is between defuns.  They use
2755         the four new functions:
2756         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2757         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2758         support c-\(beginning\|end\)-of-defun.
2760         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2761         expressions more rigorously, to exclude bit-field specifiers from
2762         being classed as labels.
2763         (c-forward-label): When analyzing a ":" within a macro, be careful
2764         about using c-forward-syntactic-ws at the macro beginning.
2765         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2766         stmt boundary, check for "operator=", etc.
2768         * progmodes/cc-mode.el (c-postprocess-file-styles):
2769         Bind inhibit-read-only to t, around the call to
2770         c-remove-any-local-eval-or-mode-variables, so that it works on a
2771         RO file.
2773         * progmodes/cc-defs.el (c-version): Update the version number to
2774         "5.31.4".
2776 2007-01-01  Richard Stallman  <rms@gnu.org>
2778         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2779         only if we restored isearch-window-configuration.
2781 2006-12-31  Romain Francoise  <romain@orebokech.com>
2783         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2785 2006-12-31  Kim F. Storm  <storm@cua.dk>
2787         * files.el (auto-mode-case-fold): New defcustom.
2788         (set-auto-mode): If non-nil, perform second case-sensitive pass
2789         through auto-mode-alist if first pass failed.
2791 2006-12-30  Richard Stallman  <rms@gnu.org>
2793         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2795 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2797         * allout.el (allout-encrypt-string): Handle symmetric-key
2798         passphrase caching but leave keypair caching to pgg.
2800 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2802         Sync with Tramp 2.0.55.
2804         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2805         `integerp'.  `char-equal' could fail else in case of negative
2806         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2807         (top): Check for `font-lock-add-keywords' before calling; it
2808         doesn't exist under XEmacs.
2809         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2810         (tramp-completion-mode): Remove clause (not
2811         tramp-unified-filenames), because the function is called in other
2812         context too, where this check results in wrong results in the
2813         XEmacs case on Windows.
2814         (tramp-touch): UTC handling is not possible for XEmacs.
2816 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2818         * scroll-bar.el (previous-scroll-bar-mode): New variable
2819         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2820         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2822         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2824 2006-12-30  Richard Stallman  <rms@gnu.org>
2826         * files.el (make-backup-file-name-1): Precompute abs name
2827         but don't lose the relative name.
2829         * international/mule-cmds.el (select-safe-coding-system-interactively):
2830         Fix message.
2832 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2834         * files.el (backup-buffer): Show entire backup file name in msg.
2836 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2838         * image.el (image-type-header-regexps, image-type-from-data)
2839         (image-type-from-buffer, image-type-from-file-header):
2840         Revert changes from 2006-12-26.
2841         (image-type-auto-detectable): New variable.
2842         (image-type-auto-detected-p): New function.
2844         * files.el (magic-mode-alist): Detect image files with
2845         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2847 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2849         * dired.el (dired-sort-other): Move test for dired-mode...
2850         (dired-sort-set-modeline): ...to here.
2852 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2854         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2855         change.  Suggested by Stefan Monnier.
2857 2006-12-29  Kim F. Storm  <storm@cua.dk>
2859         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2860         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2862 2006-12-27  Kim F. Storm  <storm@cua.dk>
2864         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2865         so it doesn't accidentally match an fsf.org mail address.
2866         (authors-renamed-files-alist): Add tcover-*.el.
2868 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * vc-arch.el (vc-arch-find-version): New function.
2872         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2873         composed of arbitrary characters (even /) in some systems.
2875 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2877         * international/mule-cmds.el (select-safe-coding-system-interactively):
2878         Improve the message in the *Warning* buffer.
2880 2006-12-27  Kim F. Storm  <storm@cua.dk>
2882         * ido.el (ido-set-matches-1): Fix last change.  If default item is
2883         current buffer, it is ok to be first.
2885 2006-12-27  Kenichi Handa  <handa@m17n.org>
2887         * international/mule-cmds.el (select-safe-coding-system-interactively):
2888         Use face `link' for problematic chars.
2890 2006-12-27  Kenichi Handa  <handa@m17n.org>
2892         * international/mule-cmds.el (select-safe-coding-system-interactively):
2893         Improve the message in *Warning* buffer.
2895 2006-12-27  Kim F. Storm  <storm@cua.dk>
2897         * ido.el (ido-set-matches-1): Never put current buffer first if
2898         there are other matches.
2900 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
2902         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2903         expressions.
2904         (gdb-var-delete): Handle duplicate names.  Print message for non
2905         root expressions.
2906         (gdb-partial-output-name): Start buffer name with a space.
2907         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2908         buffer name.
2910 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2912         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2913         last footnote when `footnote-spaced-footnotes' is nil.
2915 2006-12-26  Richard Stallman  <rms@gnu.org>
2917         * cus-edit.el (custom-browse-sort-alphabetically)
2918         (custom-buffer-sort-alphabetically)
2919         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
2921         * image.el (image-type-header-regexps): Change element format
2922         to include third item NOT-ALWAYS.
2923         (image-type-from-data): Handle new format.
2924         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
2925         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2927 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
2929         * add-log.el (add-log-current-defun): Call `forward-sexp'
2930         multiple times to pick a member function name defined as
2931         part of nested classes/namespaces.
2933 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2935         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2936         which keymap should be used to change menu.  It does not affect any
2937         existent code.
2939 2006-12-26  Richard Stallman  <rms@gnu.org>
2941         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2942         rather than for being in a minibuffer window.
2944 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
2946         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2947         locale-coding-system.
2948         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2949         LF.
2951 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
2953         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2954         (sql-mode-syntax-table): Disable double quoted strings.
2955         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2957 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2959         * startup.el (fancy-splash-last-input-event): New variable.
2960         (fancy-splash-special-event-action): New function.
2961         (fancy-splash-screens): Temporarily bind special events to it.
2962         Execute command for saved special event before exiting from
2963         recursive editing.
2965         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2966         New functions.
2967         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2968         Use mac-unread-string.
2970 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2972         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2973         an optimized comment regexp if `comment-start-skip' uses a ^.
2974         * bs.el (bs--up): Remove interactive spec.
2976 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2978         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2979         Suggested by James Cloos.
2981 2006-12-24  Kevin Ryde  <user42@zip.com.au>
2983         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2984         in March.
2985         (calendar-dst-ends): Default to first Sunday in November.
2987 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
2989         * allout.el (allout-encrypt-string): Inhibit use of agent within
2990         body of let form where encryption happens.  Acknowledge non-use of
2991         gpg-agent in docstring.
2992         (allout-toggle-subtree-encryption): Acknowledge non-use of
2993         gpg-agent in docstring.
2995 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2997         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2999 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3001         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3002         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3004         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3005         in hooks.
3006         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3007         actually modify buffer; ignore errors if occur.
3009 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3011         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3012         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3013         formatting.
3015 2006-12-23  Richard Stallman  <rms@gnu.org>
3017         * simple.el (delete-horizontal-space): Doc fix.
3019 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3021         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3022         explicitly in a recursive Make, not implicitly through prerequisites,
3023         since the latter is wrong under parallel builds.
3025 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3027         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3029 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3031         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3032         message string.
3034 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3036         * outline.el (outline-next-visible-heading): Fix the case with a
3037         header at end-of-file with no final newline.
3039 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3041         * indent.el (tab-always-indent): Doc fix.
3043 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3045         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3046         (Info-fontify-node): Do fontify indices.
3048         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3049         to the Emacs Lisp reference manual.
3050         (tutorial--tab-map): Remove.  All callers changed.
3051         (tutorial--find-changed-keys): New elt QUIET, used to...
3052         (tutorial--display-changes): ...ensure that warning messages are
3053         only issued once per changed key.
3054         (tutorial--remove-remarks): Delete unused code-path.
3055         (lang-strings): Remove extraneous formatting.
3056         (tutorial--save-tutorial): Prompt before saving tutorial state.
3058 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3060         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3061         Replace '?\ ' by '?\s' throughout.
3062         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3063         `help' custom group.
3064         (tutorial--key-description): New function.
3065         (tutorial--display-changes): Remove redundant arg.  Scan for all
3066         key sequences to avoid false matches.  Cleanup.
3067         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3068         reduce homedir pollution.
3069         (help-with-tutorial): Call tutorial--display-changes with no arg.
3071 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3073         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3075 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3077         * net/tramp.el (tramp-default-method): We still need to check for
3078         `executable-find', because it is not bound under Emacs 20.
3079         (tramp-handle-file-name-completion)
3080         (tramp-completion-handle-file-name-completion): Handle optional
3081         parameter PREDICATE.
3082         (tramp-find-default-method): Add code for default values.
3084 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3086         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3087         make gud-go send "continue".
3089 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3091         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3092         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3094 2006-12-19  Kim F. Storm  <storm@cua.dk>
3096         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3097         instead of global-map.
3099         * files.el (magic-mode-alist): Allow matching file type by
3100         calling a function at bob.  Check for image types by calling
3101         image-type-from-buffer.  Suggested by Juanma Barranquero.
3102         (set-auto-mode): Do it.
3104 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3106         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3107         Remove "ControlMaster" option from the other `scp*' methods.
3108         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3110 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3112         * textmodes/org.el (org-mode): Show context after isearch.
3113         (org-show-siblings): New function.
3114         (org-show-context): Use `org-show-siblings'.
3116 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3119         Use syntax-ppss-toplevel-pos.
3121 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3123         * textmodes/org.el (org-current-line): Make sure that lines are
3124         counted from beginning of buffer.
3125         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3126         lines are counted from beginning of buffer.
3128 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3130         * info.el (Info-build-node-completions): Signal error if tag-table
3131         marker is not found.
3133         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3135 2006-12-17  Alan Mackenzie  <acm@muc.de>
3137         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3138         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3139         Based on code by Martin Rudalics.
3141         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3142         open-paren-in-column-0-is-defun-start to nil any more.
3144 2006-12-17  Richard Stallman  <rms@gnu.org>
3146         * simple.el (delete-horizontal-space): Use prefix arg.
3148         * help-fns.el (describe-variable): Improve blank separator lines.
3150         * files.el (magic-mode-alist): Mark as risky.
3152         * files.el (make-backup-file-name-1):
3153         Expand backup-directory explicitly.
3155 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3157         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3158         check whether package password.el is loaded, or Pageant is running.
3160 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3162         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3163         (icalendar--rris): First try Emacs, then XEmacs.
3164         (icalendar--convert-ical-to-diary): Doc fix.
3165         Insert newline at end of target file.
3167 2006-12-17  Kim F. Storm  <storm@cua.dk>
3169         * outline.el (outline-isearch-open-invisible-function): New defvar.
3170         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3171         overlay property instead of outline-isearch-open-invisible.
3173 2006-12-16  Kim F. Storm  <storm@cua.dk>
3175         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3176         if ido-directory-too-big is set on entry.
3177         (ido-toggle-ignore, ido-completion-help): Print message while
3178         reading big directory.
3180 2006-12-15  Richard Stallman  <rms@gnu.org>
3182         * shell.el (shell): Doc fix.
3184 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3186         * emulation/edt.el (edt-xserver):
3187         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3188         to fix a problem on Cygwin.
3190         * emulation/edt.el
3191         * emulation/edt-mapper.el
3192         * emulation/edt-lk201.el
3193         * emulation/edt-pc.el
3194         * emulation/edt-vt100.el: Update maintainer's email address.
3196 2006-12-15  Simon Marshall  <simon@gnu.org>
3198         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3200 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3202         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3203         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3204         instead of mac-atsu-font-table.
3205         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3207 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3209         * align.el (align-match-tex-pattern): Fix a rare bug which
3210         hanged Emacs.
3212 2006-12-14  Richard Stallman  <rms@gnu.org>
3214         * startup.el (use-fancy-splash-screens-p): Use frame-height
3215         instead of window-height.  Pass frame to image-size.
3217 2006-12-13  Kenichi Handa  <handa@m17n.org>
3219         * international/mule-cmds.el (set-locale-environment):
3220         Set default-sendmail-coding-system too.
3222 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3224         * progmodes/idlw-help.el: Fix copyright notice.
3226 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3230 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3232         * subr.el (unread-command-char): Reformat obsolescence info.
3234 2006-12-11  Richard Stallman  <rms@gnu.org>
3236         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3237         about calls to cl-struct-setf-expander.
3239 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3241         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3242         (ediff-combination-pattern): Fix typo in docstring.
3244         * textmodes/refer.el (refer-find-entry): Doc fix.
3245         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3246         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3247         Fix tipos in docstrings.
3249         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3251 2006-12-10  Kim F. Storm  <storm@cua.dk>
3253         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3254         instead of binding M-backspace.
3256 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3258         * replace.el (replace-match-data, replace-match-maybe-edit):
3259         * calc/calc-aent.el (calc-eval-error):
3260         * emulation/vi.el (vi-char-argument):
3261         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3262         (c-vsemi-status-unknown-p-fn): Doc fixes.
3264 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3266         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3267         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3269 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3271         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3273 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3275         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3277         * man.el (Man-xref-button-action): New function.  If the
3278         `Man-target-string' button property is a function, assume it
3279         accepts a position argument.
3280         (Man-abstract-xref-man-page): Use it.
3281         (Man-default-man-entry): New optional arg POS.
3283         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3284         symlink arrows read-only and non-rear-sticky.
3286 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3288         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3289         (wdired-search-and-rename): Simplify code.
3290         (wdired-preprocess-files, wdired-preprocess-perms): Make
3291         read-only property of preceding character rear-nonsticky to
3292         avoid that it can be modified.  Put old-name and old-link
3293         properties on character preceding name and replace
3294         put-text-property by add-text-properties.
3295         (wdired-get-filename, wdired-get-previous-link): Get old-name
3296         and old-link properties from character preceding name and
3297         simplify code.
3298         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3299         (wdired-perms-to-number): Make local-map property
3300         rear-nonsticky to avoid that text following permissions may be
3301         modified.  Use add-text-properties instead of put-text-property
3302         when changing a permission bit.
3303         (wdired-change-to-dired-mode): Remove stickiness properties.
3305 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3307         * international/mule-cmds.el (register-input-method): Doc fix.
3309 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3311         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3313 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3315         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3316         Force buffer local defs evaluation on local variables loading.
3317         (flyspell-mode-on, flyspell-mode-off): Use it in
3318         `hack-local-variables-hook'.
3320 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3322         * emacs-lisp/find-func.el (find-variable): Doc fix.
3324         * help-fns.el (variable-at-point): Doc fix.
3326         * w32-fns.el (w32-append-code-lines): New function.
3328 2006-12-09  Romain Francoise  <romain@orebokech.com>
3330         * comint.el (comint-insert-input): Delete obsolete comment.
3332 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3335         current frame, in case we're connected to several displays.
3337 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3339         * frame.el (other-frame): Doc fix.
3340         (set-frame-parameter): Fix typo in docstring.
3342 2006-12-07  Kim F. Storm  <storm@cua.dk>
3344         * info.el (Info-index): Strip leading colon from topic.
3346 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3348         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3349         to pointers.
3351 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3353         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3354         Trim out spurious class inheritance "None" entries.
3356 2006-12-05  Kim F. Storm  <storm@cua.dk>
3358         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3359         (cua-paste-pop): Rework last change for
3360         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3361         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3362         text inserted by the last M-y command.
3364 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3366         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3367         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3369         * shell.el (shell): Search the start file in ~/.emacs.d as
3370         `init_SHELLNAME.sh' instead.
3372 2006-12-05  Glenn Morris  <rgm@gnu.org>
3374         * progmodes/cperl-mode.el (cperl-mode)
3375         * progmodes/f90.el (f90-mode-abbrev-table)
3376         * progmodes/fortran.el (fortran-mode-abbrev-table)
3377         * progmodes/octave-mod.el (octave-abbrev-table)
3378         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3379         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3381         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3382         clear abbrev table, else saved abbrevs will not be restored.
3384 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3386         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3387         the call to `make-obsolete-variable', not in the docstring.
3389 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3391         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3393 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3395         * progmodes/ebnf-abn.el:
3396         * progmodes/ebnf-bnf.el:
3397         * progmodes/ebnf-dtd.el:
3398         * progmodes/ebnf-ebx.el:
3399         * progmodes/ebnf-iso.el:
3400         * progmodes/ebnf-otz.el:
3401         * progmodes/ebnf-yac.el:
3402         * progmodes/ebnf2ps.el:
3403         * delim-col.el:
3404         * printing.el:
3405         * ps-bdf.el:
3406         * ps-mule.el:
3407         * ps-print.el: Remove 'Time-stamp' comment mark.
3409         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3410         'easy-menu-add-item' when called in Emacs 21 or higher.
3412 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3414         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3415         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3417 2006-12-04  Kim F. Storm  <storm@cua.dk>
3419         * bindings.el (global-map): Bind [signal t] to ignore, to have
3420         user signals ignored by default.
3422 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3424         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3425         Unicode data file pointed to by `describe-char-unicodedata-file'.
3427 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3429         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3430         O(n^2) regexp-search by anchoring the search.
3432 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3434         * whitespace.el (whitespace-cleanup-internal): Use current
3435         argument for recursive call.
3437 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3439         * net/tramp.el (tramp-methods): Add "ControlPath" and
3440         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3441         Andreas Schwab <schwab@suse.de>.
3442         (tramp-do-copy-or-rename-file-out-of-band)
3443         (tramp-open-connection-rsh): Compute format spec for ?t.
3444         (tramp-process-actions): Trace command parameters.
3446 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3448         * simple.el (toggle-truncate-lines): Clarify doc string.
3450         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3451         (gdb-speedbar-expand-node): Use it.
3453 2006-12-04  Richard Stallman  <rms@gnu.org>
3455         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3457         * dired.el (dired-revert): Turn off dired-after-readin-hook
3458         around call to dired-readin.
3460         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3461         to echo area messages.
3462         <indicate-empty-lines, case-fold-search>:
3463         Add "globally" to Help string.
3464         <case-fold-search>: MESSAGE arg need not say "globally".
3465         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3467 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3469         * outline.el (outline-end-of-subtree): Don't leave an empty
3470         line hidden as we would a real next heading.
3472 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3474         * allout.el (allout-ascend): Add an optional argument to preserve
3475         original position of point when unsuccessful.  Also, fix a
3476         docstring error.
3477         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3478         work again, using allout-ascend's new option.
3479         (allout-setup-mode-map): Extract from allout-mode to initialize
3480         allout-mode-map.  Call it on file load, so the mode docstring
3481         substitutions work even if allout mode has not yet been invoked.
3482         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3483         customizations since the map was last processed.  Also, refine the
3484         docstring so it's ship-shape for release.
3485         (allout-default-layout, allout-beginning-of-line-cycles)
3486         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3487         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3488         (allout-version, allout-layout, allout-infer-body-reindent)
3489         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3490         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3491         (allout-previous-heading, allout-goto-prefix-doublechecked)
3492         (allout-current-bullet-pos, allout-next-sibling-leap)
3493         (allout-pre-command-business, allout-encrypted-type-prefix)
3494         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3495         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3496         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3497         (allout-old-expose-topic, allout-listify-exposed)
3498         (allout-process-exposed, allout-latex-verb-quote)
3499         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3500         (allout-toggle-current-subtree-encryption)
3501         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3502         Remove extraneous open-paren and close paren string escapes.
3504 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3506         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3507         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3508         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3509         Fix typos in docstrings.
3511 2006-12-03  Glenn Morris  <rgm@gnu.org>
3513         * progmodes/cc-align.el
3514         * progmodes/cc-awk.el
3515         * progmodes/cc-cmds.el
3516         * progmodes/cc-compat.el
3517         * progmodes/cc-defs.el
3518         * progmodes/cc-engine.el
3519         * progmodes/cc-langs.el
3520         * progmodes/cc-menus.el
3521         * progmodes/cc-mode.el
3522         * progmodes/cc-styles.el
3523         * progmodes/cc-vars.el
3524         * progmodes/vhdl-mode.el: Fix Copyright format.
3526 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3528         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3529         initial down event.
3531 2006-12-02  Kim F. Storm  <storm@cua.dk>
3533         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3534         (cua-repeat-replace-region): Make M-v more robust.
3535         (cua-paste-pop-rotate-temporarily): New defcustom.
3536         (cua-paste-pop): Use it.
3537         (cua-auto-mark-last-change): New defcustom.
3538         (cua-pop-to-last-change): New helper function.
3539         (cua-set-mark): Use them.
3541 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3543         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3544         mini-buffer message.
3546 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3548         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3550 2006-12-01  Ben North  <ben@redfrontdoor.org>
3552         * paren.el: Fix the highlight overlay extension when the user types a
3553         sequence of char very fast just before the open parenthesis.
3555 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3557         * ps-mule.el: Eliminate Emacs 20 compatibility.
3559         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3560         (ps-print-version): New version 6.7.
3561         (ps-print-quote): Replace '?\ ' by '?\s'.
3563 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3565         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3566         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3567         (hexl-end-of-1k-page): Doc fixes.
3568         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3569         Fix typos in docstrings.
3571 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3573         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3574         locally, i.e. without using file name handlers.
3575         (ido-read-internal): Allow mono letter host names, avoiding the
3576         `c:' problem by testing if the file exists locally.
3577         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3579 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3581         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3582         to avoid bytecomp warnings.
3583         (hexl-mode-old-ruler-function): New variable.
3584         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3585         and `hl-line-range-function' after `require' hl-line.
3586         Then bind `hl-line-range-function' and `hl-line-face'.
3587         Don't require frame.  Don't use `with-no-warnings'.
3588         (hexl-activate-ruler): Store the original value of
3589         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3590         (hexl-mode-exit): Restore the original value of
3591         `ruler-mode-ruler-function'.
3593 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3595         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3596         (hexl-mode-old-hl-line-face): New variable.
3597         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3598         line when exit from the hexl-mode.
3600 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3602         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3603         Doc fixes.
3605         * international/fontset.el (create-fontset-from-ascii-font)
3606         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3607         (fontset-name-p): Fix typo in docstring.
3609         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3611 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3613         * ps-bdf.el: Fix maintainer email.
3615         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3616         compatibility.
3618         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3619         21 compatibility.
3620         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3621         Emacs 20 & 21.
3623 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3625         * progmodes/idlwave.el (idlwave-auto-fill):
3626         Remove paragraph-start let to prevent auto-fill giving up.
3628 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3630         * vt100-led.el (led-state): Fix typo in previous change.
3632 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3634         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3635         Fix interactive spec of the functions getting defined to make them
3636         work as documented.
3638 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3640         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3642 2006-11-28  Kim F. Storm  <storm@cua.dk>
3644         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3645         icomplete-mode is enabled.
3647 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3649         * textmodes/org.el (require): Require gnus-sum during compilation
3650         to avoid problem with a macro call.
3652 2006-11-28  Glenn Morris  <rgm@gnu.org>
3654         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3656         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3657         (fortran-window-create-momentarily): Do not need string-to-char.
3659 2006-11-28  Richard Stallman  <rms@gnu.org>
3661         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3662         Replace incorrect use of assoc-default with a loop.
3664         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3666         * simple.el (next-error-find-buffer): Improve messages.
3668         * files.el (revert-buffer): Special error message if file
3669         is now not readable.
3671         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3672         constructed commands.
3674         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3675         in INSIDE_EMACS.
3677 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3679         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3681         * server.el: Remove spurious * in docstrings.
3682         (server-process-filter): Exit from recursive editing before processing
3683         a new request.
3685 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3687         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3688         line so hidden blocks will be correctly identified.
3690 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3692         * ledit.el (ledit-save-defun, ledit-mode):
3693         * resume.el (resume-emacs-args-buffer):
3694         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3695         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3696         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3697         (command-send-input, command-kill-line):
3698         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3700         * autoarg.el (autoarg-kp-mode): Doc fix.
3702         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3703         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3704         (check-emacs-lock): Doc fix.  Simplify.
3706         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3707         (iimage-mode-buffer): Fix typos in docstring.
3709         * misc.el (zap-up-to-char): Doc fix.
3711         * time-stamp.el: Fix comment and obsolescence string for old
3712         functions.  Use `dolist' instead of `while'.
3714         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3716         * disp-table.el (standard-display-8bit, standard-display-default):
3717         * ebuff-menu.el (electric-buffer-list):
3718         * ehelp.el (electric-help-command-loop):
3719         * font-core.el (font-lock-mode):
3720         * help-macro.el (make-help-screen):
3721         * help.el (describe-minor-mode-completion-table-for-indicator)
3722         (lookup-minor-mode-from-indicator):
3723         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3724         * info-look.el (info-lookup-guess-custom-symbol):
3725         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3726         * longlines.el (longlines-wrap-line):
3727         * macros.el (insert-kbd-macro):
3728         * menu-bar.el (menu-bar-update-buffers):
3729         * misc.el (copy-from-above-command):
3730         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3731         * newcomment.el (comment-indent):
3732         * novice.el (disabled-command-function):
3733         * sort.el (sort-fields-syntax-table):
3734         * subr.el (momentary-string-display):
3735         * tar-mode.el (tar-header-block-summarize)
3736         (tar-clear-modification-flags):
3737         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3738         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3739         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3740         (te-delete-char, te-down-vertically-or-scroll):
3741         * time-stamp.el (time-stamp-string-preprocess):
3742         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3744 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3746         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3747         in GUD mode.
3749         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3750         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3752 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3754         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3756 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3758         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3759         (ada-compile-goto-error): Adapt to new argument profile of
3760         compilation-goto-locus in Emacs 22.  Don't check if the various
3761         compile functions are defined; we already do "(require 'compile)".
3763 2006-11-26  Kim F. Storm  <storm@cua.dk>
3765         * kmacro.el: Fix commentary.
3767 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3769         * progmodes/gud.el (gdb): Explain how to run in text command mode
3770         more clearly.  Say in error message that multiple debugging
3771         requires restarting GDB.
3773 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3775         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3777 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3779         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3780         (flymake-popup-menu): Use it instead of posn-at-point.
3782 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3784         * progmodes/cc-vars.el (c-backslash-column):
3785         Mention c-backslash-max-column in documentation for c-backslash-column.
3787 2006-11-24  Lars Hansen  <larsh@soem.dk>
3789         * net/tramp.el (tramp-default-method): Under Windows, change from
3790         plink to pscp.
3791         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3792         (tramp-actions-copy-out-of-band):
3793         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3794         (tramp-action-out-of-band): Move "Permission denied" handling to
3795         tramp-action-copy-failed.
3796         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3797         process buffer.
3799 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3802         strings to a single string.  Quote `errors-file-name'.
3803         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3804         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3805         Adjust calls.  Use `shell-quote-argument'.
3807         * international/mule.el (load-with-code-conversion)
3808         (with-category-table): Use with-current-buffer.
3809         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3811 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3813         * mail/smtpmail.el (smtpmail-send-it):
3814         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3815         MIME header for the message encoding.
3816         Bind coding-system-for-write around the call to mail-do-fcc.
3817         Use smtpmail-code-conv-from to encode queued mail messages.
3819 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3821         * tabify.el (tabify-regexp): Doc fix.
3823         * net/rcirc.el (rcirc-buffer-maximum-lines):
3824         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3826         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3827         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3828         Fix typos in output messages.
3829         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3831 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3833         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3834         the horse's mouth.
3835         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3837 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3839         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3840         Remove condition-case.
3842 2006-11-23  Glenn Morris  <rgm@gnu.org>
3844         * progmodes/f90.el (f90-comment-indent): Do not move point in
3845         default case.
3847 2006-11-21  Romain Francoise  <romain@orebokech.com>
3849         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3850         from library name (reverts change of 2005-10-25).
3852 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3854         * tutorial.el (tutorial--default-keys): Add newline and
3855         delete-backward-char bindings.
3856         (tutorial--detailed-help): Save excursion when finding keys.
3857         Correct warning string for M-x FOO case.
3858         (tutorial--display-changes): Print special keys in tutorial style.
3859         Tweak search regexp for changed keys.
3861 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3863         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3864         redundant scheme.
3866 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3868         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3869         are new to the list at IANA.  Also added irc, mms, mmsh.
3871 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3873         * progmodes/idlw-help.el (idlwave-html-help-location):
3874         Fail gracefully for missing help packages.
3875         (idlwave-help-assistant-open-link): Open full links.
3876         (idlwave-help-assistant-help-with-topic): Direct help link.
3878         * progmodes/idlwave.el (idlwave-mode):
3879         Set add-log-current-defun-function.
3880         (idlwave-current-routine-fullname): Add, to support add-log.
3881         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3882         to reflect improvements to xml-parse-file.
3883         (idlwave-mode-menu-def): New binding for help-with-topic.
3885         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3886         Handle extra newlines and spaces.
3887         (idlwave-shell-mode-map): Add help-with-topic.
3889 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
3891         * tutorial.el (tutorial-warning-face): New face.
3892         (tutorial--detailed-help, tutorial--display-changes): Use it.
3893         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3894         Improve search pattern for occurrences of changed keys.
3896 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3898         * term/x-win.el (x-last-cut-buffer-coding): New variable.
3899         (x-select-text): Set it.
3900         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3901         when checking for newness.
3903 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
3905         * subr.el (posn-image):
3906         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3908         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3910 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3912         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3913         Exceptions to the rule "add a space between an identifier and an
3914         opening parenthesis".  Defaulted to the `#define' problem of cpp.
3915         (glasses-parenthesis-exception-p): New.  Check if the region is an
3916         exception regarding to that.
3917         (glasses-make-readable): Use it.
3918         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
3919         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3921 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
3923         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3925 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
3927         * progmodes/ada-mode.el (ada-make-body): Fix typo.
3929         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3930         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
3932 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
3934         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3935         conditions for function or variable bindings.
3937         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3939         * progmodes/compile.el (compilation-start): Ditto.
3941 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
3943         * net/tramp.el (top): cl and custom are always required.
3945 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3947         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3948         cut-buffers with next-selection-coding-system if not nil.
3950 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3952         * textmodes/org.el (org-fix-decoded-time): New function.
3953         (org-display-custom-time): Use `org-fix-decoded-time'.
3955 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
3957         * menu-bar.el (menu-bar-games-menu): Remove yow.
3959 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3961         * textmodes/org.el (org-scan-tags): Re-align code fixed.
3962         (org-detach-overlay): Rename from `org-detatch-overlay'.
3963         (org-table-convert-region): Insert space after column separator.
3964         (org-agenda-kill): New command.
3965         (org-metaleft): Call `org-outdent-item' on bullets.
3966         (org-metaright): Call `org-indent-item' on bullets.
3967         (org-timestamp-change): Set `org-last-changed-timestamp'.
3968         (org-current-line): Make sure (bolp) returns correct result.
3969         (org-agenda-change-all-lines): Make sure TODO are highlighted.
3971 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3975 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
3977         * mouse.el (global-map): Change 2006-08-16 fix to call
3978         mouse-yank-at-click explicitly, since mouse events are not carried
3979         over into keyboard macros.
3981 2006-11-16  Kim F. Storm  <storm@cua.dk>
3983         * ido.el (ido-file-internal): Use current buffer's file name as default
3984         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
3986 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
3988         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3989         (allout-inhibit-aberrance-doublecheck): Rename from
3990         allout-during-yank-processing.  All callers changed.
3991         (allout-ascend): Provide for unusual case where some topic after
3992         the first in file is at lower depth than the first.
3993         (allout-shift-in): Ensure the offspring of the new containing
3994         topic are exposed.
3995         (allout-encrypt-string): Preserve the coding-system of the text,
3996         according to that of the containing buffer.
3997         (allout-toggle-subtree-encryption): When the text being encrypted
3998         requires a different coding system, offer to preserve the coding
3999         system using a file local var.
4001 2006-11-15  Simon Marshall  <simon@gnu.org>
4003         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4004         to recognise "T t()" as a function declaration, rather than a
4005         variable instantiation, iff at the top-level or inside a class
4006         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4008 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4010         * progmodes/ada-xref.el (ada-parse-prj-file):
4011         Don't delete project buffer; user may want to edit it.
4012         (ada-xref-set-project-field, ada-xref-current-project-file)
4013         (ada-xref-current-project, ada-show-current-project)
4014         (ada-set-main-compile-application): New functions.
4015         (ada-xref-get-project-field, ada-require-project-file):
4016         Normalize use of ada-prj-default-project-file.
4017         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4018         Normalize use of ada-require-project-file.
4019         (ada-prj-find-prj-file): Improve doc string, comments.
4021         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4022         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4023         (ada-create-menu): Add ada-set-main-compile-application,
4024         ada-show-current-main, ada-show-current-project.
4026 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4029         (inferior-python-mode): Use it.
4031 2006-11-14  Andreas Schwab  <schwab@suse.de>
4033         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4035 2006-11-13  Kim F. Storm  <storm@cua.dk>
4037         * ido.el (ido-copy-current-word): C-o copies region if active.
4039 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4041         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4043 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4045         * ediff.el (ediff-revision):
4046         * files.el (set-visited-file-name):
4047         * mail/rmailout.el (rmail-output-body-to-file):
4048         Use `format', not `message', in `y-or-n-p' call.
4050 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4052         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4053         (org-metaright): Call `org-indent-item' on bullets.
4054         (org-timestamp-change): Set `org-last-changed-timestamp'.
4055         (org-current-line): Make sure (bolp) returns correct result.
4056         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4058 2006-11-12  Richard Stallman  <rms@gnu.org>
4060         * language/european.el (turkish-case-conversion-enable)
4061         (turkish-case-conversion-disable): New functions.
4062         ("Turkish" lang env): Use them.
4064         * international/characters.el (case table):
4065         Do nothing special for i and I.
4067         * subr.el (remove-overlays): Fix last change.
4069         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4070         for visiting the custom file.
4072 2006-11-12  Markus Triska  <triska@gmx.at>
4074         * play/handwrite.el (handwrite): Also process lines not ending
4075         with newline.  Replace some position-fiddling with different
4076         logic.  Improve performance.
4078 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4080         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4081         replacing deleted variable `ada-check-switch'.
4082         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4083         (ada-xref-project-files): Improve doc string.
4084         (ada-find-executable): New function.
4085         (ada-initialize-runtime-library): Use `ada-find-executable'.
4086         (ada-xref-set-default-prj-values): In compile commands, don't need
4087         `ada-cd-command'; `compile' does that more portably.
4088         Use ada-prj-default-check-cmd.
4089         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4090         properties if not specified in project file.
4091         (ada-goto-declaration): Display useful message for new error
4092         'error-file-not-found.
4093         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4094         'error-file-not-found.
4095         (ada-get-all-references): Match latest ali syntax.  Signal new
4096         error 'error-file-not-found.
4097         (ada-find-in-ali): Match latest ali syntax.
4098         (ada-make-filename-from-adaname): Handle different semantics of
4099         gnatkr in GNAT 3.15p vs later.
4101         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4102         ada-procedure-start-regexp.
4103         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4105         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4106         with defvar.
4107         (ada-language-version): Rename ada05 -> ada2005.
4108         (ada-align-region-separate): Add `eval-when-compile'.
4109         (ada-name-regexp): Remove unneeded escapes in regexp character
4110         alternative.
4111         (ada-compile-goto-error-file-linenr-re): New constant.
4112         (ada-matching-start-re): Handle additional cases `declare',
4113         `procedure', `function'.
4114         (ada-compile-goto-error): Handle "... at line nn".
4115         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4116         Delete support for old versions of `align'.
4117         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4118         (ada-check-defun-name): Simplify handling of `declare'.
4119         (ada-goto-matching-start): Handle nested `begin ... end'.
4120         Handle `declare', `protected', `procedure', `function'.
4121         (ada-create-menu): Presence of arm95 is not conditional on using
4122         GNAT compiler.
4124 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4126         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4127         nil in the *RE-Builder* buffer (it causes spurious error messages).
4129         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4130         been set to t, respect it.
4132 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4134         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4135         Delete commented out code for old Emacs versions.  Autoloading of
4136         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4137         (ada-mode-version): Bump version number.
4138         (ada-95-string-keywords, ada-2005-string-keywords)
4139         (ada-2005-keywords, ada-name-regexp): New constant.
4140         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4141         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4142         (ada-package-start-regexp): Support private packages, include package
4143         name (for ada-set-point-accordingly).
4144         (ada-next-procedure, ada-previous-procedure)
4145         (ada-which-function-are-we-in): Match changes to
4146         ada-procedure-start-regexp.
4147         (ada-make-body): Make non-interactive; not a user function.
4148         (ada-make-subprogram-body): Improve doc string.
4150 2006-11-11  Romain Francoise  <romain@orebokech.com>
4152         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4153         `compilation-error-regexp-alist' buffer-local, since we changed
4154         `compilation-error-regexp-alist-alist' locally.
4156 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4158         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4159         to the value of `server-raise-frame'.
4161 2006-11-11  Glenn Morris  <rgm@gnu.org>
4163         * ido.el (ido-enable-prefix)
4164         * ses.el (ses-call-printer-return)
4165         * net/tramp.el (tramp-unified-filenames)
4166         * progmodes/cc-align.el (c-lineup-string-cont)
4167         * progmodes/compile.el (compilation-directory-matcher)
4168         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4169         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4170         (vhdl-clock-rising-edge)
4171         * textmodes/org.el (org-export-with-timestamps)
4172         (org-export-remove-timestamps-from-toc)
4173         (org-export-with-tags): Improve previous doc fixes.
4175 2006-11-11  Richard Stallman  <rms@gnu.org>
4177         * textmodes/flyspell.el (flyspell-mode-map):
4178         Bind C-c $ instead of M-RET.
4180 2006-11-10  Simon Marshall  <simon@gnu.org>
4182         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4183         fontification for "case" and "default" keywords.
4185 2006-11-10  Andreas Schwab  <schwab@suse.de>
4187         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4188         Avoid starting sentence with "nil".
4190 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4192         * server.el (server-raise-frame): New option.
4193         (server-switch-buffer): Use it.
4195 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4197         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4198         with a capital.
4200 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4202         * textmodes/org.el (org-show-hierarchy-above)
4203         (org-show-following-heading): Fix typo in default value.
4204         (org-scan-tags): Make the search case-sensitive.
4205         (org-tags-sparse-tree): Don't overrule
4206         `org-show-following-heading' and `org-show-hierarchy-above'.
4207         (org-reveal): New command.
4208         (org-show-context): Rename from `org-show-hierarchy-above'.
4209         (org-fast-tag-selection-single-key): New option.
4210         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4211         (org-tags-overlay): New variable.
4212         (org-agenda-todo-ignore-deadlines): New option.
4213         ("session"): Add circular data structure `org-mark-ring' to
4214         exceptions list in session.el.
4215         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4216         New options.
4217         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4218         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4219         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4220         (org-finalize-agenda): Activate bracket links in agenda.
4221         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4222         INACTIVE-OK.
4223         (org-show-hierarchy-above, org-show-following-heading):
4224         List values allowed for fine-tuned configuration.
4225         (org-show-hierarchy-above): New argument CONTEXT, use the
4226         fine-tuned settings in `org-show-hierarchy-above' and
4227         `org-show-following-heading'.
4228         (org-display-custom-time): New function.
4229         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4230         (org-display-custom-times, org-time-stamp-custom-formats):
4231         (org-maybe-intangible): New macro.
4232         (org-activate-bracket-links, org-hide-wide-columns):
4233         Use `org-maybe-intangible'.
4234         (org-open-file): Use `shell-quote-argument'.
4235         (org-display-internal-link-with-indirect-buffer): New option.
4236         (org-file-remote-p): Get regexp from list.
4237         (org-link-expand-abbrev): New function.
4238         (org-link-abbrev-alist): New option.
4239         (org-open-at-point, org-cleaned-string-for-export):
4240         Call `org-link-expand-abbrev'.
4241         (org-timeline, org-agenda-list, org-todo-list)
4242         (org-tags-view): Remove the KEEP-MODES argument.
4243         (org-finalize-agenda-hook): New hook.
4244         (org-get-alist-option): New function.
4245         (org-follow-timestamp-link): New function.
4246         (org-open-at-point): Call `org-follow-timestamp-link'.
4247         (org-log-note-marker, org-log-note-purpose)
4248         (org-log-note-window-configuration): New variables.
4249         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4250         (org-log-note-headings): New option.
4251         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4252         (org-store-link): Support for dired-mode.
4253         (org-open-file): Substitute environment variables into filename.
4254         (org-last): New defsubst.
4255         (org-agenda-re-align-tags): New function.
4256         (org-agenda-align-tags-to-column): New option.
4257         (org-agenda-timeline): Group removed.
4258         (org-prepare-agenda, org-prepare-agenda-buffers)
4259         (org-run-agenda-series, org-timeline, org-agenda-list)
4260         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4261         the text property inticating the agenda type.
4262         (org-agenda-post-command-hook): Get agenda type from text property
4263         at point.
4264         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4265         and obey `org-agenda-overriding-arguments'.
4266         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4267         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4268         (org-agenda-week-view, org-agenda-day-view):
4269         Use `org-agenda-overriding-arguments' to make updating work with
4270         multi-block agendas.
4271         (org-agenda-prefix-format): Allow different formats for the
4272         different agenda entry types.
4273         (org-timeline-prefix-format): Option removed, use
4274         `org-agenda-prefix-format' instead.
4275         (org-prepare-agenda): New function.
4276         (org-select-timeline-window): Option removed, use
4277         `org-select-agenda-window' instead.
4278         (org-respect-restriction): Variable removed.
4279         (org-cmp-tag): New function.
4280         (org-agenda-sorting-strategy, org-entries-lessp):
4281         Implement sorting by last tag.
4282         (org-complete): Better completion in in-buffer option lines.
4283         (org-in-item-p): New function.
4284         (org-org-menu): Add entries for checkboxes.
4285         (org-cycle): Extra brouping in outline-regexp, because it is used
4286         in a search with "^" prepended.
4287         (org-provide-checkbox-statistics): New option.
4288         (org-set-font-lock-defaults): Highlight checkbox statistics.
4289         (org-update-checkbox-count-maybe)
4290         (org-get-checkbox-statistics-face): New functions.
4291         (org-update-checkbox-count): New command.
4292         (org-insert-item, org-toggle-checkbox):
4293         Call `org-update-checkbox-count-maybe'.
4294         (org-export-as-html): XEmacs compatibility for coding system.
4295         (org-force-cycle-archived): New command.
4296         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4297         overrules cycling.
4298         (org-fix-position-after-promote): If the line contains only a todo
4299         keyword, add a final space.
4300         (org-promote-subtree, org-demote-subtree):
4301         Call `org-fix-position-after-promote'.
4303 2006-11-10  Glenn Morris  <rgm@gnu.org>
4305         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4306         date in every year.
4307         (calendar-dst-check-each-year-flag): New customizable variable.
4308         (calendar-dst-find-data): New function, extracted from
4309         calendar-current-time-zone.
4310         (calendar-current-time-zone): Use calendar-dst-find-data.
4311         (calendar-dst-transition-cache): New variable.
4312         (calendar-dst-find-startend, calendar-dst-starts)
4313         (calendar-dst-ends): New functions.
4314         (calendar-daylight-savings-starts)
4315         (calendar-daylight-savings-ends): Change value to use
4316         calendar-dst-starts, calendar-dst-ends; respectively.
4318         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4320         * ido.el (ido-enable-prefix)
4321         * ses.el (ses-call-printer-return)
4322         * net/tramp.el (tramp-unified-filenames)
4323         * progmodes/cc-align.el (c-lineup-string-cont)
4324         * progmodes/compile.el (compilation-directory-matcher)
4325         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4326         * progmodes/gdb-ui.el (gdb-many-windows)
4327         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4328         (vhdl-clock-rising-edge)
4329         * textmodes/org.el (org-export-with-timestamps)
4330         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4331         (org-read-date): Doc fix (Nil -> nil).
4333 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4335         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4336         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4338 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4340         * bs.el (bs--window-for-buffer): Remove.
4341         (bs--show-with-configuration): Use `get-window-with-predicate'
4342         instead of `bs--window-for-buffer'.
4344 2006-11-10  Kenichi Handa  <handa@m17n.org>
4346         * files.el (revert-buffer): Fix previous change.
4348 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4350         * bs.el (bs--redisplay): Fix typo in docstring.
4351         (bs--window-config-coming-from): Make frame-local.
4352         (bs--restore-window-config): New function.
4353         (bs-kill, bs-select, bs-select-other-window)
4354         (bs-select-other-frame): Use it.
4355         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4356         (bs--show-with-configuration): Save the window configuration as a
4357         frame local var, and only if *buffer-selection* is not already
4358         visible on this frame.
4360 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4362         * vc-svn.el (vc-svn-admin-directory): New var.
4363         (vc-svn-registered, vc-svn-responsible-p)
4364         (vc-svn-repository-hostname): Use it.
4365         Suggested by arit93@yahoo.com.
4367 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4369         * ldefs-boot.el: Regenerate.
4371 2006-11-08  Alan Mackenzie  <acm@muc.de>
4373         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4374         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4375         for least nested open-paren.
4377 2006-11-08  Romain Francoise  <romain@orebokech.com>
4379         * subr.el (remove-overlays): Fix typo in last change.
4381 2006-11-08  Richard Stallman  <rms@gnu.org>
4383         * subr.el (remove-overlays): Call overlay-recenter.
4385 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4387         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4388         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4389         behaviour.
4390         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4391         directly.
4393 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4395         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4396         (ido-max-dir-file-cache, ido-decorations)
4397         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4398         (ido-magic-backward-char, ido-enter-dired)
4399         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4400         (ido-list-directory, ido-first-match, ido-only-match)
4401         (ido-subdir, ido-indicator): Fix typos in docstrings.
4402         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4403         (ido-read-internal): Fix typo in error message.
4405 2006-11-08  Kenichi Handa  <handa@m17n.org>
4407         * international/mule-cmds.el (set-default-coding-systems):
4408         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4410 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4412         * makefile.w32-in (setwins): Remove.
4413         (WINS_ALMOST): New macro.
4414         (WINS): Use it.
4415         (autoloads): Don't extract autoloads from files in obsolete/.
4417 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4419         * whitespace.el (whitespace-buffer): Call remove-overlays after
4420         overlay-recenter for performance.  Suggested by Martin Rudalics.
4422 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4424         * net/tramp.el (tramp-default-method): scp is the default method.
4426 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4428         * server.el (server-start): Save also the Emacs pid in the server file.
4430 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4432         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4433         point when displaying a bibtex cross reference in the echo area.
4435 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4437         * international/mule.el (make-char): Fix typo in docstring.
4438         (load-with-code-conversion, charsetp): Doc fixes.
4440         * international/ja-dic-cnv.el (skkdic-convert):
4441         * cus-edit.el (hook): Fix typo in docstring.
4443 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4445         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4446         (custom-mode-link-map): New variable.
4447         (custom-group-link, custom-manual): Use follow-link.
4449 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4451         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4452         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4454 2006-11-06  Richard Stallman  <rms@gnu.org>
4456         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4457         New function broken out of flyspell-correct-word.
4458         (flyspell-mode-map): Bind it to M-RET.
4459         (flyspell-correct-word): Call it.
4461         * textmodes/fill.el (fill-minibuffer-function): New function.
4462         (fill-paragraph): Bind fill-paragraph-function to
4463         fill-minibuffer-function.
4465         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4466         so that they aren't undefined.
4468         * dired.el (dired-readin): Locally bind file-name-coding-system.
4470         * bindings.el: Shorten and clarify usual mode line mouse help string.
4472         * Makefile.in (autoloads): Don't include `obsolete'.
4474 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4476         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4477         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4478         Printing menu if it's not initialized.
4479         (pr-menu-bind): Act on menu-bar-file-menu directly.
4481 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4483         * help.el (view-emacs-news): Fix typo in error message.
4485         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4487         * shadowfile.el (shadow-define-regexp-group)
4488         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4489         (shadow-read-files): Fix typo in message.
4490         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4491         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4492         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4493         (shadow-file-match): Fix typos in docstrings.
4495         * terminal.el (terminal-emulator): Fix typo in message.
4497         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4499         * emacs-lisp/lselect.el (x-kill-primary-selection)
4500         (x-delete-primary-selection, x-copy-primary-selection):
4501         Fix typos in error messages.
4503         * emulation/edt-mapper.el: Fix typo in interactive message.
4505         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4507         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4508         (ispell-help): Fix typos in docstrings.
4509         (ispell-help): Fix typo in output message.
4511         * allout.el (allout-adjust-file-variable)
4512         (allout-passphrase-verifier-string)
4513         (allout-passphrase-hint-string)
4514         (allout-toggle-current-subtree-encryption):
4515         * apropos.el (apropos-synonyms):
4516         * cus-edit.el (hook):
4517         * emacs-lock.el (emacs-lock-from-exiting):
4518         * follow.el (follow-avoid-tail-recenter-p):
4519         * hexl.el (hexl-mode):
4520         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4521         * mouse.el (mouse-set-font):
4522         * resume.el (resume-emacs-args-file):
4523         * rfn-eshadow.el (file-name-shadow-tty-properties):
4524         * t-mouse.el (t-mouse-process, t-mouse-mode):
4525         * emacs-lisp/cust-print.el (custom-print-install)
4526         (custom-print-uninstall, custom-format):
4527         * emacs-lisp/shadow.el (list-load-path-shadows):
4528         * emulation/tpu-edt.el (tpu-help-text)
4529         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4530         (tpu-reset-control-keys):
4531         * emulation/vip.el (vip-emacs-local-map)
4532         (vip-change-mode-to-emacs):
4533         * emulation/viper.el (viper-mode, viper-set-hooks)
4534         (viper-major-mode-modifier-list):
4535         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4536         * emulation/viper-keym.el (viper-emacs-kbd-map)
4537         (viper-toggle-key):
4538         * mail/feedmail.el (feedmail-queue-reminder)
4539         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4540         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4541         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4542         (feedmail-sender-line, feedmail-force-binary-write)
4543         (feedmail-from-line, feedmail-deduce-envelope-from)
4544         (feedmail-x-mailer-line, feedmail-message-id-generator)
4545         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4546         (feedmail-enable-spray, feedmail-spray-this-address)
4547         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4548         (feedmail-queue-runner-confirm-global)
4549         (feedmail-ask-before-queue-prompt)
4550         (feedmail-ask-before-queue-reprompt)
4551         (feedmail-prompt-before-queue-standard-alist)
4552         (feedmail-prompt-before-queue-user-alist)
4553         (feedmail-prompt-before-queue-help-supplement)
4554         (feedmail-queue-use-send-time-for-message-id)
4555         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4556         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4557         (feedmail-mail-send-hook-queued)
4558         (feedmail-confirm-addresses-hook-example)
4559         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4560         (feedmail-queue-runner-mode-setter)
4561         (feedmail-queue-alternative-mail-header-separator)
4562         (feedmail-queue-runner-message-sender)
4563         (feedmail-buffer-eating-function, feedmail-binmail-template)
4564         (feedmail-run-the-queue-no-prompts)
4565         (feedmail-run-the-queue-global-prompt)
4566         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4567         (feedmail-envelope-deducer, feedmail-fiddle-date)
4568         (feedmail-default-message-id-generator)
4569         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4570         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4571         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4572         (vms-pmail-setup):
4573         * play/dunnet.el (dun-help):
4574         * play/handwrite.el (handwrite):
4575         * play/hanoi.el (hanoi-unix-64):
4576         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4577         * textmodes/enriched.el (fixed):
4578         * textmodes/org.el (org-file-apps)
4579         (org-emphasis-regexp-components, org-emphasis-alist):
4580         * textmodes/texinfmt.el (batch-texinfo-format):
4581         Fix typos in docstrings.
4583 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4585         * loadhist.el (read-feature): Don't complete features not loaded
4586         from a file (which make `unload-feature' to fail).
4588 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4590         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4592 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4594         * startup.el (command-line-1): Kill emacs if the last frame is
4595         deleted while evaluating the command-line arguments.
4597 2006-11-05  Richard Stallman  <rms@gnu.org>
4599         * startup.el (init-file-had-error): Add doc string.
4600         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4601         Use fixed-width font for keyboard key descriptions.
4603         * cus-edit.el (custom-save-all): Error if saving in .emacs
4604         and it had an error when loaded.
4606         * dired-aux.el (dired-copy-file-recursive): Catch errors
4607         from recursive copies in the loop, around the recursive call.
4609 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4611         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4612         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4613         `/proc/acpi/thermal_zone/*'.
4614         (battery-search-for-one-match-in-files): New.  Search a regexp in
4615         the content of some files.
4617 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4619         * window.el (mouse-autoselect-window-now): Remove variable.
4620         (mouse-autoselect-window-state): New variable.
4621         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4622         (mouse-autoselect-window-select, handle-select-window):
4623         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4624         Suspend delayed autoselection during menu or popup dialog.
4626         * info-look.el (info-lookup-guess-custom-symbol): New function
4627         for retrieving symbol at point in custom buffers.
4628         (top level) <info-lookup-maybe-add-help>: Add backquote and
4629         comma to ignored characters in regexps of help specifications
4630         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4631         looking up symbols in `...' and after a comma.  Add help
4632         specifications for custom-mode and help-mode.
4634 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4636         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4637         Don't encode body if RAW is non-nil, or if the old encoding is
4638         identical to the new encoding, or if the body contains only
4639         eight-bit-* characters.
4641 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4643         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4644         (faces-sample-overlay): Remove variable.
4645         (describe-face): Insert sample text in the face being described.
4647 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4649         * whitespace.el (whitespace-indent-regexp): Make this match any
4650         multiples of eight spaces near the beginning of a line.
4651         (whitespace-buffer): Use `remove-overlays' instead of
4652         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4653         speed up overlay handling.
4654         (whitespace-buffer-leading, whitespace-buffer-trailing):
4655         Make these functions highlight the text removed by
4656         `whitespace-buffer-leading-cleanup' and
4657         `whitespace-buffer-trailing-cleanup' respectively.
4658         (whitespace-buffer-search): Use `with-local-quit'.
4659         Move `format' out of loop to speed up scanning larger buffers.
4660         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4661         that function is never added to a hook.
4662         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4663         (whitespace-buffer-leading-cleanup)
4664         (whitespace-refresh-rescan-list): Fix docstrings.
4666 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4668         * allout.el (allout-during-yank-processing): Cue for inhibiting
4669         aberrance processing during yanks.
4670         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4671         the amount of yanked topics that can be aberrant.
4672         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4673         a function, and supplement with inihibition of doublechecking
4674         during yanks.
4675         (allout-beginning-of-line, allout-next-heading)
4676         (allout-previous-heading, allout-goto-prefix-doublechecked)
4677         (allout-back-to-current-heading, allout-next-visible-heading)
4678         (allout-next-sibling): Use new allout-do-doublecheck function.
4679         (allout-next-sibling): Ensure we made progress when returning
4680         other than nil.
4681         (allout-rebullet-heading): Preserve text property annotations
4682         indicating the text was hidden, if it was.
4683         (allout-kill-line): Remove any added was-hidden annotations.
4684         (allout-kill-topic): Remove any added was-hidden annotations.
4685         (allout-annotate-hidden): Inhibit adding was-hidden text
4686         properties to the undo list.
4687         (allout-deannotate-hidden): New function to remove was-hidden
4688         annotation.
4689         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4690         (allout-remove-exposure-annotation): Replace by
4691         allout-deannotate-hidden.
4692         (allout-yank-processing): Signal that yank processing is happening
4693         with allout-during-yank-processing.  Also, wrap
4694         allout-unprotected's closer to the text changes, for easier
4695         debugging.  We need to inhibit-field-text-motion explicitly, in
4696         lieu of the encompassing allout-unprotected.
4697         (outlineify-sticky): Adjust criteria for triggering new outline
4698         decorations to presence or absence of any topics, not just a topic
4699         at the beginning of the buffer.
4701 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4703         * bs.el (bs--show-all, bs--redisplay):
4704         * cus-edit.el (custom-unlispify-menu-entries)
4705         (custom-unlispify-tag-names, custom-prompt-variable):
4706         * expand.el (expand-pos):
4707         * speedbar.el (speedbar-generic-list-tag-p):
4708         * wid-edit.el (widget-image-enable):
4709         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4710         * emacs-lisp/find-func.el (find-function-noselect)
4711         (find-function, find-variable-noselect, find-variable)
4712         (find-definition-noselect, find-face-definition):
4713         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4714         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4715         * progmodes/ada-xref.el (ada-find-in-ali):
4716         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4717         * textmodes/org.el (org-copy-subtree):
4718         * textmodes/table.el (table--row-column-insertion-point-p):
4719         Use "non-nil" in docstrings.
4721 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4723         * sort.el (sort-columns): Set the field separator to tab; on
4724         NetBSD, sort complains if "\n" is used as field separator.
4726 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4728         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4730 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * server.el (server-auth-key): Remove.  Replace by a process-property.
4733         (server-start): Don't remove the file of the previous process, but
4734         instead clear out the place for the new file.
4735         (server-start): Set the :auth-key property.
4736         (server-process-filter): Use the :auth-key property.
4738 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4740         * textmodes/org.el (org-mode-map): No longer copy
4741         `outline-mode-map' explicitly - this is already done by
4742         `define-derived-mode'.
4744 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4746         * server.el (server-visit-files): Use `when'.
4747         (server-process-filter): When authentication fails, send error
4748         message to client.  Wrap `process-send-region' in `ignore-errors'
4749         instead of `condition-case', and remove misleading comment.
4751 2006-11-01  Juri Linkov  <juri@jurta.org>
4753         * simple.el (yank): Doc fix.
4755 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * server.el: Try and fit within 80 columns.
4758         (server-start): Make the auth file unreadable by other users.
4760 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4762         * battery.el (battery-linux-proc-acpi): Prevent range error when
4763         `full-capacity' is 0.
4765 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4767         * faces.el (faces-sample-overlay): New defvar.
4768         (faces-sample-overlay): New function to show face sample text.
4769         (describe-face): Use it.
4771 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4773         * progmodes/ada-stmt.el: Change maintainer, apply
4774         whitespace-cleanup, checkdoc.
4775         (ada-func-or-proc-name): Add doc string.
4777         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4778         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4779         strings and comments.
4780         (ada-prj-display-page): Change buffer name to more accurately
4781         reflect function.
4783         * progmodes/ada-xref.el: Change maintainer, apply
4784         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4785         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4786         (ada-compile-current): Don't add newlines to commands.
4788 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4790         * server.el: Add support for TCP sockets.
4791         (server-use-tcp, server-host, server-auth-dir): New options.
4792         (server-auth-key): New variable.
4793         (server-ensure-safe-dir): Create nonexistent parent dirs.
4794         Ignore Unix-style file modes on Windows.
4795         (server-start): Crete a TCP or Unix socket according to the value
4796         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4797         `server-auth-dir' directory.
4798         (server-process-filter): Delete process if authentication
4799         fails (which never happens for Unix sockets).
4801 2006-10-30  David Kastrup  <dak@gnu.org>
4803         * subr.el (add-to-list): Don't continue checking if a match has
4804         been found.
4806 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4808         * tutorial.el: Move defvars to avoid bytecomp warnings.
4809         (tutorial--find-changed-keys): Check if viper-current-state is
4810         bound before using it.
4811         (help-with-tutorial): Check if viper-tutorial is defined before
4812         using it.
4814 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4816         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4818         * tutorial.el: New file.
4819         (help-with-tutorial): Move here from help-fns.el. Added help for
4820         rebound keys.  Fixed resume of tutorial.
4821         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4822         (tutorial--find-changed-keys, tutorial--display-changes)
4823         (tutorial--saved-dir, tutorial--saved-file)
4824         (tutorial--save-tutorial): New functions to support the changes in
4825         help-with-tutorial.
4827 2006-10-30  Kenichi Handa  <handa@m17n.org>
4829         * files.el (revert-buffer): If a unibyte buffer is being reverted
4830         with a coding system for multibyte, set buffer multibyte before
4831         calling insert-file-contents.
4833 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * server.el (server-select-display): Use a dummy buffer to detect when
4836         the frame is later used.
4837         (server-select-display): New function.
4838         (server-process-filter): Use it to detect unused temp frames.
4840 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4842         * progmodes/ada-mode.el: Change maintainer, apply
4843         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4844         (ada-mode-version): New function.
4845         (ada-create-menu): Menu operations are available for all supported
4846         compilers.
4848 2006-10-29  Lars Hansen  <larsh@soem.dk>
4850         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4851         Highlight as keyword.
4852         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4853         Don't call tramp-method-out-of-band-p for local files.
4854         (tramp-touch): Quote file name.
4856 2006-10-28  Glenn Morris  <rgm@gnu.org>
4858         * calendar/calendar.el (cal-html-cursor-month)
4859         (cal-html-cursor-year): Add autoloads for this new package.
4860         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4862 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4864         * calendar/cal-html.el: New file.
4866 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4868         * emacs-lisp/authors.el (authors-aliases): Update.
4870 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4872         * version.el (emacs-version): Bump version number to 22.0.90.
4874 2006-10-26  John W. Eaton  <jwe@octave.org>
4876         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4877         New defvar.
4878         (inferior-octave-resync-dirs): Check to see whether Octave has
4879         built-in variables and set inferior-octave-has-built-in-variables.
4880         Check inferior-octave-has-built-in-variables to decide whether to
4881         send commands that set built-in variables or call functions to
4882         change Octave's behavior.
4883         Send "disp (pwd ())" to Octave instead of just "pwd".
4884         (inferior-octave-startup): Send "more off" to Octave instead of
4885         "page_screen_output = 0".
4887 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
4889         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4890         pattern normally.
4892 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
4894         * bindings.el (mode-line-mode-menu): Remove bindings for global
4895         minor modes (line/column number) as they are on the menubar.
4897 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
4899         * term/w32-win.el (x-handle-name-switch): Doc fix.
4900         (w32-standard-fontset-spec): Fix typo in docstring.
4902         * midnight.el (midnight-buffer-display-time): Doc fix.
4903         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4905 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4907         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4909         * viper-ex.el (ex-read): Quote file argument.
4911         * ediff-diff.el (ediff-same-file-contents): Expand file names.
4913         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4915 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4917         * textmodes/flyspell.el (flyspell-check-region-doublons):
4918         Fix last fix.
4920 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4922         * bindings.el (mode-line-mode-menu): List global minor modes
4923         before local ones.
4925 2006-10-23  Kim F. Storm  <storm@cua.dk>
4927         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4928         (sit-for): If last command was a prefix arg, add the read-ahead
4929         event to unread-command-events as (t . EVENT) so it will be added
4930         to this-command-keys by read-key-sequence.
4932 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4934         * textmodes/flyspell.el (flyspell-word): Skip past all previous
4935         whitespace when checking doublons.
4936         (flyspell-check-region-doublons): Fix doublon regexp.
4937         (flyspell-highlight-incorrect-region): Highlight doublons using
4938         flyspell-duplicate face.
4940         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4942 2006-10-22  John Wiegley  <johnw@newartisans.com>
4944         * progmodes/python.el (python-use-skeletons): python-mode was
4945         auto-inserting templates (for those with abbrev-mode on), not only
4946         by default -- *but without a configuration variable to disable
4947         it*.  This rendered python-mode completely useless for me, so I
4948         have added `python-use-skeletons', which is now off by default.
4950 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
4952         * progmodes/cperl-mode.el (cperl-mode): Don't assume
4953         font-lock-multiline is auto-local (it's not).
4954         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4955         initialized before calling cperl-init-faces.
4957 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
4959         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4960         gdb-stack-position a value when there is no fringe.
4962         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4963         indicator if not visiting a file.
4965 2006-10-20  David Kastrup  <dak@gnu.org>
4967         * window.el (kill-buffer-and-window): Fix a bug where an aborted
4968         operation would still cause some window to collapse later.
4970 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * vc.el (vc-switch-backend): Try to be more careful with unwanted
4973         side-effect due to mixing various backends's file properties.
4975         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4976         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
4977         Return `filename's status if applicable.  Update callers.
4979 2006-10-19  Kenichi Handa  <handa@m17n.org>
4981         * international/kkc.el (kkc-region): When a key sequence is not
4982         defined, append (this-single-command-raw-keys) to
4983         unread-input-method-events.
4985 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
4987         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4989 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4991         * version.el (emacs-version): Use mac-carbon-version-string.
4993         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4995 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4997         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4998         Kenichi Handa).
4999         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5000         the selection is not UTF-8.
5002 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5004         * progmodes/ada-mode.el (ada-83-string-keywords)
5005         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5006         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5007         (ada-looking-at-semi-private, ada-get-body-name):
5008         Fix typos in docstrings.
5009         (ada-create-case-exception, ada-create-case-exception-substring):
5010         Fix typos in error messages.
5011         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5013 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5015         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5016         to default-frame-alist if default-frame-alist already contains
5017         width/height.
5019 2006-10-18  Richard Stallman  <rms@gnu.org>
5021         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5022         Non-interactive arg is the value, not the expression.
5024         * simple.el (read-expression-map): Just set it, no defvar.
5026         * subr.el (insert-for-yank-1): If last inserted char has
5027         properties, mark them as rear-nonsticky.
5029         * recentf.el (recentf-mode): Doc fix.
5031         * facemenu.el (facemenu-add-new-face): Defend against symbol
5032         that isn't a face name.
5034         * dired-aux.el (dired-do-copy): Doc fix.
5036 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5038         * simple.el (line-move-1): Ignore fields when moving to the
5039         beginning of line to avoid getting point stuck.
5041 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5043         * textmodes/flyspell.el (flyspell-word-search-backward):
5044         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5045         text.
5047 2006-10-16  Richard Stallman  <rms@gnu.org>
5049         * help-fns.el (describe-function-1): Special case optimization
5050         for self-insert-command.
5052 2006-10-16  Kim F. Storm  <storm@cua.dk>
5054         * ido.el (ido-reread-directory): Work in `dir' mode too.
5056 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5058         * textmodes/table.el: Require 'regexp-opt.
5060 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5062         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5063         Use shell-quote-argument.
5065         * shell.el (explicit-bash-args): Likewise.
5067         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5068         Use grep -E rather than egrep.
5070 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5072         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5074 2006-10-15  Kim F. Storm  <storm@cua.dk>
5076         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5078 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5080         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5081         to protect whitespace and metacharacters from the shell.
5083 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5085         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5087 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5089         * subr.el (start-process-shell-command): Doc fix.
5091 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5093         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5094         the regexp for Maxima symbols.
5096 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5099         (vc-find-root): Don't walk higher up than ~.
5101 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5103         * international/utf-8.el (utf-translate-cjk-load-tables):
5104         Avoid clobbering last-coding-system-used during load.
5106 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5108         * textmodes/reftex-global.el (reftex-create-tags-file):
5109         Quote file arguments.
5111 2006-10-12  Richard Stallman  <rms@gnu.org>
5113         * files.el (file-name-history): Add defvar.
5114         (save-some-buffers-action-alist): Improve description strings.
5116 2006-10-12  Andreas Schwab  <schwab@suse.de>
5118         * files.el (auto-mode-alist): Match change log file name also with
5119         a dash before a numeric extension.
5121 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5123         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5124         After 5.0:
5125         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5127         After 5.1: Major edit.  Summary of most visible changes:
5129         - Multiple <<HERE per line allowed.
5130         - Handles multiline subroutine declaration headers (with comments).
5131           (The exception is `cperl-etags' - but it is not used in the rest
5132           of the mode.)
5133         - Fontifies multiline my/our declarations (even with comments,
5134           and with legacy `font-lock').
5135         - Major speedup of syntaxification, both immediate and postponed
5136           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5137           huge real-life document I tested).
5138         - New bindings, edits to imenu.
5139         - "_" is made into word-char during fontification/syntaxification;
5140           some attempts to recognize non-word "_" during other operations too.
5141         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5142         - autoload some more perldoc-related stuff
5143         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5144         - Attempt to incorporate XEmacs edits which reached me.
5146         Fine-grained changelog:
5147         (cperl-hook-after-change): New configuration variable.
5148         (cperl-vc-sccs-header): Likewise.
5149         (cperl-vc-sccs-header): Likewise.
5150         (cperl-vc-header-alist): Default via two preceding variables.
5151         (cperl-invalid-face): Remove double quoting under XEmacs
5152                 (still needed under 21.2).
5153         (cperl-tips): Update URLs for resources.
5154         (cperl-problems): Likewise.
5155         (cperl-praise): Mention new features.
5156         New C-c key bindings: for `cperl-find-bad-style',
5157         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5158         `cperl-perdoc', and `cperl-perldoc-at-point'.
5159         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5160         moved, new submenu of Tools with Ispell entries and narrowing.
5161         (cperl-after-sub-regexp): New defsubst.
5162         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5163                 Allows heads up to head4.
5164                 Allow "package;".
5165         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5166         (paren-backwards-message): ??? Something for XEmacs???
5167         (cperl-mode): Never auto-switch abbrev-mode off.
5168                 Try to allow '_' be non-word char.
5169                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5170                 Reset syntax cache on mode start.
5171                 Support multiline facification (even on legacy `font-lock').
5172         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5173         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5174                 refuse to inform us whether the fontification is due to lazy
5175                 calling or due to edit to a buffer, install our own hook
5176                 (controlled by `cperl-hook-after-change').
5177         (cperl-electric-pod): =cut may have been recognized as start.
5178         (cperl-block-p): Move, updatedfor attributes.
5179         (cperl-calculate-indent): Try to allow '_' be non-word char
5180                 Support subs with attributes.
5181         (cperl-where-am-i): Queit (?) a warning.
5182         (cperl-cached-syntax-table)     New function.
5183         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5184         (cperl-unwind-to-safe): Recognize `syntax-type' property
5185                 changing in a middle of line.
5186         (cperl-find-sub-attrs): New function.
5187         (cperl-find-pods-heres): Allow many <<EOP per line.
5188                 Allow subs with attributes.
5189                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5190                 Recognize "extproc " (OS/2) case-folded and only at start.
5191                 /x on s///x with empty replacement was not recognized.
5192                 Better comments.
5193         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5194                 Allow subs with attributes, labels.
5195                 Do not confuse "else::foo" with "else".
5196                 Minor optimizations...
5197         (cperl-after-expr-p): Try to allow '_' be non-word char.
5198         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5199                 with `looking-at' inside `narrow' and bulk out if found.
5200         (cperl-imenu--create-perl-index): Updates for new
5201                 `cperl-imenu--function-name-regexp-perl'.
5202         (cperl-outline-level): Likewise.
5203         (cperl-init-faces): Allow multiline subroutine headers
5204                 and my/our declarations, and ones with comments.
5205                 Allow subroutine attributes.
5206         (cperl-imenu-on-info): Better docstring.
5207         (cperl-etags): Rudimentary support for attributes.
5208                 Support for packages and "package;".
5209         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5210         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5211         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5212         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5213         (cperl-perldoc): Add autoload.
5214         (cperl-perldoc-at-point): Likewise.
5215         (cperl-here-doc-spell): New function.
5216         (cperl-pod-spell): Likewise.
5217         (cperl-map-pods-heres): Likewise.
5218         (cperl-get-here-doc-region): Likewise.
5219         (cperl-font-lock-fontify-region-function): Likewise (backward
5220                 compatibility for legacy `font-lock').
5221         (cperl-font-lock-unfontify-region-function): Fix style.
5222         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5223                 calls with no-change.  Governed by `cperl-hook-after-change'.
5224         (cperl-fontify-update): Recognize that syntaxification region
5225                 can be larger than fontification one.
5226                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5227         (cperl-fontify-update-bad): Temporary placeholder until
5228                 it is clear how to implement `cperl-fontify-update'.
5229         (cperl-time-fontification): New function.
5230         (attrib-group): New text attribute.
5231         (multiline): New value: `syntax-type' text attribute.
5233         After 5.2:
5234         (cperl-emulate-lazy-lock): New function.
5235         (cperl-fontify-syntaxically): Would skip large regions.
5236         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5237         Some globals were declared, but uninitialized.
5239         After 5.3, 5.4:
5240         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5241         Copyright message updated.
5242         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5243                         facification down a bit.
5244                 Misprint for my|our|local for old `font-lock'
5245                         "our" was not fontified same as "my|local".
5246                 Highlight variables after "my" etc even in
5247                         a middle of an expression.
5248                 Do not facify multiple variables after my etc
5249                         unless parentheses are present.
5251         After 5.5, 5.6
5252         (cperl-fontify-syntaxically): after-change hook could reset.
5253         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5255         After 5.7:
5256         (cperl-init-faces): Allow highlighting of local ($/).
5257         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5258         (cperl-problems): Remove fixed problems.
5259         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5260                 Recognize charclasses (unless delimiter is \).
5261         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5262         (cperl-regexp-scan): Update docs.
5263         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5265         After 5.8:
5266         Major user visible changes:
5267         Recognition and fontification of character classes in RExen.
5268         Variable indentation of RExen according to groups.
5270         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5271                 Fontify REx charclasses in variable-name face.
5272                 Fontify POSIX charclasses in "type" face.
5273                 Fontify unmatched "]" in function-name face.
5274                 Mark first-char of HERE-doc as `front-sticky'.
5275                 Reset `front-sticky' property when needed.
5276         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5277         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5278         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5279                 constructs.  Support `narrow'ed buffers.
5280         (cperl-praise): Remove a reservation.
5281         (cperl-make-indent): New function.
5282         (cperl-indent-for-comment): Use `cperl-make-indent'.
5283         (cperl-indent-line): Likewise.
5284         (cperl-lineup): Likewise.
5285         (cperl-beautify-regexp-piece): Likewise.
5286         (cperl-contract-level): Likewise.
5287         (cperl-toggle-set-debug-unwind): New function.
5288                 New menu entry for this.
5289         (fill-paragraph-function): Use when `boundp'.
5290         (cperl-calculate-indent): Take into account groups when indenting RExen.
5291         (cperl-to-comment-or-eol): Recognize # which end a string.
5292         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5293         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5294         (cperl-fontify-syntaxically): More clear debugging message.
5295         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5296         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5297         Merge cosmetic changes from XEmacs.
5299         After 5.9:
5300         (cperl-1+): Move to before the first use.
5301         (cperl-1-): Likewise.
5303         After 5.10:
5305         This code may lock Emacs hard!!!  Use at your own risk!
5307         (cperl-font-locking): New internal variable.
5308         (cperl-beginning-of-property): New function.
5309         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5310         instead of `previous-single-property-change'.
5311         (cperl-unwind-to-safe): Likewise.
5312         (cperl-after-expr-p): Likewise.
5313         (cperl-get-here-doc-region): Likewise.
5314         (cperl-font-lock-fontify-region-function): Likewise.
5315         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5316                         recursively.
5317                 Bound `next-single-property-change' via `point-max'.
5318         (cperl-unwind-to-safe): Bound likewise
5319         (cperl-font-lock-fontify-region-function): Likewise.
5320         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5321                 Initialization of `cperl-font-lock-multiline-start' could be
5322                 missed if the "main" fontification did not run due to the
5323                 keyword being already fontified.
5324         (cperl-pod-spell): Return t from do-one-chunk function.
5325         (cperl-map-pods-heres): Stop when the worker returns nil.
5326                 Call `cperl-update-syntaxification'.
5327         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5328         (cperl-get-here-doc-delim): Remove unused function.
5330         After 5.11:
5332         The possible lockup of Emacs (introduced in 5.10) fixed.
5334         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5335         (cperl-syntaxify-for-menu): New customization variable.
5336         (cperl-select-this-pod-or-here-doc): New function.
5337         (cperl-get-here-doc-region): Extra argument.
5338                 Do not adjust pos by 1.
5340         New menu entries
5341                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5342                 (Debugging CPerl:) backtrace on fontification.
5344         After 5.12:
5345         (cperl-cached-syntax-table): Use `car-safe'.
5346         (cperl-forward-re): Remove spurious argument SET-ST.
5347                 Add documentation.
5348         (cperl-forward-group-in-re): New function.
5349         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5350         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5352         After 5.13:
5353         (cperl-string-syntax-table): Make { and } not-grouping
5354           (Sometimes they ARE grouping in RExen, but matching them would only
5355            confuse in many situations when they are not)
5356         (beginning-of-buffer): Replace two occurences with goto-char...
5357         (cperl-calculate-indent): `char-after' could be nil...
5358         (cperl-find-pods-heres): REx can start after "[" too.
5359                 Hightlight (??{}) in RExen too.
5360         (cperl-maybe-white-and-comment-rex): New constant
5361         (cperl-white-and-comment-rex): Likewise.
5362                 XXXX Not very efficient, but hard to make
5363                 better while keeping 1 group.
5365         After 5.13:
5366         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5367                 Likewise for 1 << identifier.
5369         After 5.14:
5370         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5371                 Error-less condition-case could fail.
5372         (cperl-font-lock-fontify-region-function): Likewise.
5373         (cperl-init-faces): Likewise.
5375         After 5.15:
5376         (cperl-find-pods-heres): Support property REx-part2.
5377         (cperl-calculate-indent): Likewise.
5378                 Don't special-case REx with non-empty 1st line.
5379         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5380                 Invert highlighting of charclasses:
5381                         now the envelop is highlighted.
5382                 Highlight many others 0-length builtins.
5383         (cperl-praise): Mention indenting and highlight in RExen.
5385         After 5.15:
5386         (cperl-find-pods-heres): Highlight capturing parens in REx.
5388         After 5.16:
5389         (cperl-find-pods-heres): Highlight '|' for alternation
5390         Initialize `font-lock-warning-face' if not present.
5391         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5392                          `font-lock-function-name-face'.
5393         (cperl-look-at-leading-count): Likewise.
5394         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5395                         `font-lock-keyword-face' (needed for
5396                         batch processing), etc...
5397                 Use `font-lock-builtin-face' for builtin in REx
5398                         Now `font-lock-variable-name-face'
5399                         is used for interpolated variables
5400                 Use "talking aliases" for faces inside REx
5401                 Highlight parts of REx (except in charclasses)
5402                         according to the syntax and/or semantic
5403                 Syntax-mark a {}-part of (?{}) as "comment"
5404                         (it was the ()-part)
5405                 Better logic to distinguish what is what in REx
5406         (cperl-tips-faces): Document REx highlighting
5407         (cperl-praise): Mention REx syntax highlight etc.
5409         After 5.17:
5410         (cperl-find-sub-attrs): Would not always manage to print error message.
5411         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5413         After 5.18:
5414         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5415                 Very minor optimization.
5416                 `my-cperl-REx-modifiers-face' got quoted.
5417                 Recognize "print $foo <<END" as HERE-doc.
5418                 Put `REx-interpolated' text attribute if needed.
5419         (cperl-invert-if-unless-modifiers): New function.
5420         (cperl-backward-to-start-of-expr): Likewise.
5421         (cperl-forward-to-end-of-expr): Likewise.
5422         (cperl-invert-if-unless): Works in "the opposite way" too.
5423                 Cursor position on return is on the switch-word.
5424                 Indents comments better.
5425         (REx-interpolated): New text attribute.
5426         (cperl-next-interpolated-REx): New function.
5427         (cperl-next-interpolated-REx-0): Likewise.
5428         (cperl-next-interpolated-REx-1): Likewise.
5429         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5430         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5431         (cperl-praise): Mention finded interpolated RExen.
5433         After 5.19:
5434         (cperl-init-faces): Highlight %$foo, @$foo too.
5435         (cperl-short-docs): Better docs for system, exec.
5436         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5437                 Would not find HERE-doc ended by EOF without NL.
5438         (cperl-short-docs): Correct not-doubled \-escapes.
5439         start block: Put some `defvar' for stuff gone from XEmacs.
5441         After 5.20:
5442         initial comment: Extend copyright, fix email address.
5443         (cperl-indent-comment-at-column-0): New customization variable.
5444         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5445         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5446         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5447         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5448         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5449                         highlight $ in $foo too (UNTESTED).
5450         (cperl-set-style): Docstring missed some available styles.
5451         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5452                 Change "Current" to "Memorize Current".
5453         (cperl-indent-wrt-brace): New customization variable; the default is
5454                 as for pre-5.2 version.
5455         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5456         (cperl-style-alist): Likewise.
5457         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5458                 and `cperl-extra-newline-before-brace' etc
5459                 being t
5460         (cperl-indent-exp): Plans B and C to find continuation blocks even
5461                 if `cperl-extra-newline-before-brace' is t.
5463         After 5.21:
5464         Improve some docstrings concerning indentation.
5465         (cperl-indent-rules-alist): New variable.
5466         (cperl-sniff-for-indent): New function name
5467                 (separated from `cperl-calculate-indent').
5468         (cperl-calculate-indent): Separate the sniffer and the indenter;
5469                 uses `cperl-sniff-for-indent' now.
5470         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5471                 was inverted;
5472                 Support `comment-column' = 0.
5474 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5476         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5477         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5478         * longlines.el (longlines-window-change-function): Likewise.
5479         * simple.el (undo-ask-before-discard): Likewise.
5480         * wid-edit.el (widget-field-prompt-internal)
5481         (widget-documentation-link-p): Likewise.
5483 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5486         for a keyword.
5488 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * newcomment.el (comment-valid-prefix-p): Make the check
5491         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5492         (comment-indent-new-line): Adjust call.
5494 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5496         * allout.el (allout-back-to-current-heading): Base on lower-level
5497         routines to get proper disqualification of aberrant topics.
5499 2006-10-09  Richard Stallman  <rms@gnu.org>
5501         * textmodes/two-column.el (2C-two-columns): Doc fix.
5503 2006-10-09  Kim F. Storm  <storm@cua.dk>
5505         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5506         about implicit use.
5508 2006-10-08  Richard Stallman  <rms@gnu.org>
5510         * textmodes/two-column.el (2C-two-columns): Doc fix.
5512 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5514         * files.el: Mark `buffer-read-only' as safe-local-variable.
5516 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5518         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5519         Burp if GUD buffer has been killed.
5521 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * completion.el (add-completions-from-c-buffer):
5524         Don't presume an error's second element is a string.
5525         Use looking-at rather than buffer-substring + member.
5527 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5529         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5530         `undecided', call find-coding-systems-region to find a proper
5531         non-trivial encoding.
5532         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5533         and "text/plain".
5535 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5537         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5538         url-link.
5540         * strokes.el (defgroup strokes): Remove invalid url-link.
5542 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5544         * autoinsert.el (auto-insert-alist): Doc fix.
5546 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5548         * mouse-sel.el (mouse-insert-selection-internal):
5549         Use insert-for-yank, so that yank handlers are run.
5551 2006-10-07  Kim F. Storm  <storm@cua.dk>
5553         * ido.el (ido-file-extension-aux): Fix comparison.
5555 2006-10-06  Kim F. Storm  <storm@cua.dk>
5557         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5559 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5561         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5562         (ad-make-mapped-call): Use `let', not `let*'.
5564 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5566         * international/mule-cmds.el (coding-system-change-eol-conversion):
5567         Ensure the coding system is initialized before calling
5568         coding-system-eol-type.
5570 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5572         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5573         (org-activate-angle-links, org-activate-dates)
5574         (org-activate-target-links, org-activate-camels)
5575         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5576         textproperty keymaps from being active beyond the end of a line.
5577         (org-unfontify-region): Also remove `rear-nonsticky' property.
5579 2006-10-04  Kenichi Handa  <handa@m17n.org>
5581         * international/code-pages.el (next): Table fixed.
5583 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5586         that it's been made unnecessary by removing narrowing.
5588 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5590         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5591         control flow a bit, simplify another bit, and add comments.
5593 2006-10-03  David Kastrup  <dak@gnu.org>
5595         * help.el (describe-mode): For clicks on mode-line, use "@"
5596         interactive argument to get the major mode of the click instead of
5597         the current buffer.
5599         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5600         in order to better redirect mouse-2 clicks.  Also allow default
5601         bindings to apply.
5603 2006-10-03  Kim F. Storm  <storm@cua.dk>
5605         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5606         (pushnew): Fix last change.
5608 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5610         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5611         Use the interactive spec of `eval-expression'.
5613 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5615         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5617 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5619         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5620         2006-09-28 commit.
5622 2006-10-02  Kenichi Handa  <handa@m17n.org>
5624         * international/code-pages.el (iso-8859-6): Table fixed.
5626 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5628         * dired.el (dired-build-subdir-alist): Fix previous change.
5630 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
5632         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5634 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5636         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5637         "define-button-type".
5639         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5640         they don't keep accumulating.
5642 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5644         * ffap.el (ffap-rfc-path): Change the address of the RFC
5645         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5647 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5649         * allout.el (allout-expose-topic): Rectify implementation of "+"
5650         spec, so that bodies are not exposed with headlines.
5652 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5654         * allout.el (allout-current-depth): Do aberrent check only at or
5655         below doublecheck depth.
5656         (allout-chart-subtree): Make it explicit that LEVELS being nil
5657         means unlimited depth.  Drop undocumented support for LEVELS value
5658         t meaning unlimited depth.  (This is consistent with
5659         allout-chart-to-reveal, but contrary to allout-show-children,
5660         which needs to use nil to default to depth of 1.)
5661         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5662         (allout-chart-to-reveal): Be explicit in docstring about meaning
5663         of nil LEVELS, and drop support for LEVELS value t.
5664         (allout-show-children): Translate the level spec used by this
5665         routine to that used by allout-chart-subtree and
5666         allout-chart-to-reveal.
5667         (allout-show-to-offshoot): Retry once when stuck, after opening
5668         subtree - improvements in discontinuity handling likely will
5669         enable progress.
5671 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5673         * wid-edit.el (widget-button-click-moves-point): New variable.
5674         (widget-button-click): If widget-button-click-moves-point is
5675         non-nil, set point after performing the button action
5677         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5679 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5681         * files.el (find-file-existing): Modify to not allow wildcards.
5683 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5685         * simple.el (undo-more): When undo information for the region is
5686         exhausted, say "No further undo information FOR REGION".
5688 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5690         * progmodes/sh-script.el (sh-prev-thing):
5691         Take `sh-leading-keywords' into account.
5693 2006-09-29  Glenn Morris  <rgm@gnu.org>
5695         * custom.el (defcustom): Doc fix.
5697         * calendar/calendar.el (european-calendar-style):
5698         Call european-calendar or american-calendar as needed when set.
5699         (diary-view-entries, list-calendar-holidays): Move autoloads
5700         before use.
5702 2006-09-29  Juri Linkov  <juri@jurta.org>
5704         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5705         to nil if there is no previous property change.
5707 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5709         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5710         saving anything to be sure that `forward-sexp' behaves correctly.
5712 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5714         * simple.el (line-move-finish): Ignore field boundaries if the
5715         initial and final points have the same `field' property.
5717 2006-09-29  Kim F. Storm  <storm@cua.dk>
5719         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5720         to t while calling ido-read-internal.
5722 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5724         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5725         (org-archive-subtree): Remove erraneous `]' from character list.
5727 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5729         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5730         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5731         markers for data-area and parameters-area.
5733 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5737         * font-lock.el (font-lock-after-change-function): Refontify next line
5738         as well if end is at BOL.
5739         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5740         only extend the region as much as needed.
5742 2006-09-28  Richard Stallman  <rms@gnu.org>
5744         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5746         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5748         * international/mule.el (after-insert-file-set-coding):
5749         If VISIT, don't let set-buffer-multibyte make undo info.
5751 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5753         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5754         lines in base64-encoded authentication response.
5756 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5758         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5759         (ebnf-version): New version 4.3.
5760         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5761         (ebnf-prologue): Adjust PostScript programming.
5762         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5763         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5765 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5767         * jit-lock.el (jit-lock-force-redisplay): Rename from
5768         jit-lock-fontify-again, and undo the mistaken change I've just done.
5770         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5771         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5773 2006-09-26  Kenichi Handa  <handa@m17n.org>
5775         * startup.el (display-splash-screen): Allow a prefix argument.
5777 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5779         * subr.el (shell-quote-argument): Use DOS logic for Windows
5780         shells with DOS semantics.
5782 2006-09-24  Richard Stallman  <rms@gnu.org>
5784         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5785         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5786         to delete the overlay.  Put it on pre-command-hook.
5788         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5790         * startup.el (fancy-splash-screens, normal-splash-screen):
5791         Call the splash buffer *About GNU Emacs*.
5793         * simple.el (next-error-highlight, next-error-highlight-no-select):
5794         Default to 0.5.
5795         (yank-excluded-properties): Add `fontified'.
5797         * font-lock.el (font-lock-compile-keywords): Allow value of
5798         syntax-begin-function to enable paren-column-0 highlighting.
5800 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5802         * dired.el (dired-build-subdir-alist): When file ends in colon,
5803         don't exit the loop, just disregard that file.
5805 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5807         * simple.el (line-move-finish): Handle corner case for fields in
5808         continued lines.
5809         (line-move-1): Remove flawed test for that case.
5811 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5813         * icomplete.el (icomplete-simple-completing-p): Use the correct
5814         name for the new variable, `icomplete-with-completion-tables'.
5815         (file local variables): Remove superfluous setting.
5817 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5819         * calendar/appt.el (appt-check): Fix typo for appointments just
5820         after midnight.
5822 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5824         * help.el (describe-key-briefly, describe-key): Don't expect an
5825         extra up event if a down-event is generated by a popup menu.
5827 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5829         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5830         local dictionary when changing the global dictionary.
5832 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5834         * icomplete.el (icomplete-with-completion-tables): List of
5835         specialized completion tables with which icomplete should
5836         operate.  Include the new `internal-complete-buffer', so icomplete
5837         works with interactive buffer-selection.
5838         (icomplete-simple-completing-p): Add acceptance of specialized
5839         completion tables listed in icomplete-with-completion-tables.
5841 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5843         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5845         * startup.el (command-line): Use `custom-reevaluate-setting' for
5846         `focus-follows-mouse'.
5848 2006-09-22  Richard Stallman  <rms@gnu.org>
5850         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5851         explain why Save is not available.
5853 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5855         * woman.el (woman0-so): Use `let*', not `let'.
5856         (woman-horizontal-line): Remove unbalanced parenthesis.
5858 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * woman.el: Make sure all the end-of-region markers we use have
5861         a non-nil insertion-type.
5862         (woman0-so): Move things around so we can use copy-marker.
5863         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5864         Adjust marker type.
5865         (woman2-process-escapes): Check marker type.
5866         (woman-horizontal-line): Dispense with the use of a marker.
5868 2006-09-22  Jay Belanger  <belanger@truman.edu>
5870         * calc/calc-lang.el: Add Greek letters to math-variable-table
5871         property of tex.
5873 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
5875         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5877 2006-09-22  Masatake YAMATO  <jet@gyve.org>
5879         * add-log.el (add-log-current-defun): Use `forward-sexp'
5880         instead of `forward-word' to pick c++::symbol.
5881         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5883 2006-09-22  Kenichi Handa  <handa@m17n.org>
5885         * bindings.el: Fix setting self-insert-command for multibyte
5886         characters in global-map.
5888 2006-09-21  David Kastrup  <dak@gnu.org>
5890         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5891         doc string.
5893 2006-09-21  Kenichi Handa  <handa@m17n.org>
5895         * language/european.el ("Latin-1"): Add windows-1252 to
5896         coding-priority.
5897         ("German"): Likewise.
5899 2006-09-21  Kim F. Storm  <storm@cua.dk>
5901         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5902         Suggested by Miles Bader.
5904         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
5905         instead of add-to-list in the simple case.
5907 2006-09-20  Kenichi Handa  <handa@m17n.org>
5909         * isearch.el (isearch-process-search-char): Cancel the previous change.
5910         (isearch-search-string): New function.
5911         (isearch-search): Use isearch-search-string.
5912         (isearch-lazy-highlight-search): Likewise.
5914 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5916         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5917         string to become an option.
5919 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5923 2006-09-20  Kim F. Storm  <storm@cua.dk>
5925         * simple.el (line-move-partial): Call pos-visible-in-window-p with
5926         position t instead of trying both window-end and window-end - 1.
5928 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
5930         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5931         hidden trees.
5933 2006-09-20  David Kastrup  <dak@gnu.org>
5935         * mouse.el (mouse-posn-property): Improve doc string.
5936         (mouse-on-link-p): Change buffers for function calls on links.
5938         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5939         buffer is read-only.
5941 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
5943         * allout.el (allout-unprotected): Let inhibit-read-only only when
5944         buffer-read-only isn't set.
5945         (allout-annotate-hidden): Enable topic annotation during copies even
5946         when the buffer is read-only, eg for topic copies.  Ensure that the loop
5947         advances, even when the span extends beyond the deletion region.
5948         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5949         rather than allout-exposure-changed-hook, as a stronger assertion.
5950         (allout-keybindings-list): Add bindings for
5951         allout-copy-line-as-kill and allout-copy-topic-as-kill.
5952         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5953         Copy wrappers for allout-kill-line and allout-kill-topic.
5954         (allout-listify-exposed): Position correctly to accumulate lines.
5956 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
5958         * simple.el (line-move-1): Escape field boundaries occurring
5959         exactly at point.  Update goal column if constrained to a field.
5960         (line-move-finish): Escape field boundaries occurring exactly at point.
5962 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * mouse.el (mouse-on-link-p): Tentatively fix last change.
5965         (mouse-drag-vertical-line): Remove unused var `wconfig'.
5967 2006-09-19  Kim F. Storm  <storm@cua.dk>
5969         * help.el (describe-key-briefly, describe-key): Simplify printing
5970         of descriptions by using format and %S.  Fix "is undefined"
5971         messages to say "at that spot" for mouse events.
5973         * simple.el (line-move-partial): Optimize.  Try window-line-height
5974         before posn-at-point to get vpos of current line.
5976 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5978         * viper.el: Bump up version/date of update to reflect the substantial
5979         changes done in August 2006.
5981         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5982         are defined.
5984         * ediff-util.el (ediff-add-to-history): New function.
5986         * ediff.el: Use ediff-add-to-history instead of add-to-history.
5988 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5990         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5991         Delete duplicate make-local-variable form.
5992         (conf-space-keywords): Add autoload cookie.
5993         Fix typo (`keywords', not `keyword').
5995 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5997         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5998         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
5999         to x-gtk-use-old-file-dialog
6001 2006-09-18  Richard Stallman  <rms@gnu.org>
6003         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6004         that might come in during mouse tracking.
6006 2006-09-18  Kim F. Storm  <storm@cua.dk>
6008         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6009         new window-line-height function.  Further optimize by not calling
6010         pos-visible-in-window-p for window-end when window-line-height
6011         returns useful information.
6013 2006-09-16  Richard Stallman  <rms@gnu.org>
6015         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6016         (conf-space-mode): Don't handle prefix arg.
6017         Delete conf-space-keywords-override code.
6018         Use add-hook.
6019         (conf-space-keywords): New command.
6020         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6021         Delete conf-space-keywords-override code.
6022         (conf-space-keywords-alist): Doc fix.
6023         (conf-space-font-lock-keywords): Doc fix.
6024         (conf-space-keywords-override): Var deleted.
6026 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6028         * startup.el (fancy-splash-screens): Don't switch to the scratch
6029         buffer; it may not be the next buffer.
6031 2006-09-16  Romain Francoise  <romain@orebokech.com>
6033         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6034         in both messages.
6036 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6038         * progmodes/python.el (python-preoutput-filter):
6039         Fix arg order to string-match.
6041 2006-09-16  Richard Stallman  <rms@gnu.org>
6043         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6044         font-lock-compile-keywords.
6046         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6047         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6049 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6051         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6053         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6054         and the data doesn't look like UTF8, send STRING instead.
6056 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6058         * textmodes/flyspell.el (flyspell-check-region-doublons):
6059         New function to detect duplicated words.
6060         (flyspell-large-region): Use it.
6062 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6064         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6066 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6068         * help.el (describe-prefix-bindings): Use let, not let*.
6070 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6072         * allout.el (allout-regexp, allout-line-boundary-regexp)
6073         (allout-bob-regexp): Correct grouping and boundaries to fix
6074         backwards traversal.
6075         (allout-depth-specific-regexp, allout-depth-one-regexp):
6076         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6077         worse time in allout-ascend.
6078         (allout-doublecheck-at-and-shallower): Identify depth threshold
6079         below which topics are checked for and disqualified by containment
6080         discontinuities.
6081         (allout-hotspot-key-handler): Correctly handle multiple-key
6082         strokes.  Remove some unused variables.
6083         (allout-mode-leaders): Clarify that mode-specific comment-start
6084         will be used.
6085         (set-allout-regexp): Correctly regexp-quote allout regexps to
6086         properly accept alternative header-leads and primary bullets with
6087         regexp-specific characters (eg, C "/*", mathematica "(*").
6088         Include new regular expressions among those configured.
6089         (allout-infer-header-lead-and-primary-bullet):
6090         Rename allout-infer-header-lead.
6091         (allout-recent-depth): Manifest as a variable as well as a function.
6092         (allout-prefix-data): Simplify into an inline instead of a macro,
6093         assuming current match data rather than being explicitly passed
6094         it.  Establish allout-recent-depth value as well as
6095         allout-recent-prefix-beginning and allout-recent-prefix-end.
6096         (allout-aberrant-container-p): True when an item's immediate
6097         offspring discontinuously contained.  Useful for disqualifying
6098         unintended topic prefixes, likely at low depths.
6099         (allout-goto-prefix-doublechecked): Elaborate version of
6100         allout-goto-prefix which disqualifies aberrant pseudo-items.
6101         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6102         get disqualification of aberrant containers.
6103         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6104         containers.
6105         (allout-beginning-of-current-entry): Position at start of buffer
6106         when in container (depth 0) entry.
6107         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6108         (allout-current-bullet): Strip text properties.
6109         (allout-get-prefix-bullet): Use right match groups.
6110         (allout-beginning-of-line, allout-next-heading):
6111         Disqualify aberrant containers.
6112         (allout-previous-heading): Disqualify aberrant containers, and
6113         change to regular (rather than inline) function, to allow
6114         self-recursion.
6115         (allout-get-invisibility-overlay): Increment so progress is made
6116         when the first overlay is not the sought one.
6117         (allout-end-of-prefix): Disqualify aberrant containers.
6118         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6119         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6120         outline.el outlines) functional again.  Change the primary bullet
6121         along with the header-lead - level 1 new-style bullets now work.
6122         Engage allout-before-change-handler in mainline Emacs, not just
6123         XEmacs, to do undo handling.
6124         (allout-before-change-handler): Expose undo changes occurring in
6125         hidden regions.  Use allout-get-invisibility-overlay instead of
6126         reimplementing it inline.
6127         (allout-chart-subtree): Use start rather than end of prefix in
6128         charts.  Use allout-recent-depth variable.
6129         (allout-chart-siblings): Disqualify aberrant topics.
6130         (allout-beginning-of-current-entry): Position correctly.
6131         (allout-ascend): Use new allout-depth-specific-regexp and
6132         allout-depth-one-regexp for linear instead of O(N^2) or worse
6133         behavior.
6134         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6135         reimplementing an algorithm.
6136         (allout-up-current-level): Depend on allout-ascend, rather than
6137         reimplementing an algorithm.  Return to start-point if we fail.
6138         (allout-descend-to-depth): Use allout-recent-depth variable
6139         instead of function.
6140         (allout-next-sibling): On traversal of numerous intervening
6141         topics, resort to economical allout-next-sibling-leap.
6142         (allout-next-sibling-leap): Specialized version of
6143         allout-next-sibling that uses allout-ascend cleverly, to depend on
6144         a regexp search to leap large numbers of contained topics, rather
6145         than arbitrarily many one-by-one traversals.
6146         (allout-next-visible-heading): Disqualify aberrant topics.
6147         (allout-previous-visible-heading): Position consistently when
6148         interactive.
6149         (allout-forward-current-level): Base on allout-previous-sibling
6150         rather than (differently) reimplmenting the algorithm.  Remove some
6151         unused variables.
6152         (allout-solicit-alternate-bullet): Present default choice stripped
6153         of text properties.
6154         (allout-rebullet-heading): Use bullet stripped of text properties.
6155         Register changes using allout-exposure-change-hook.
6156         Disregard aberrant topics.
6157         (allout-shift-in): With universal-argument, make topic a peer of
6158         it's former offspring.  Simplify the code by separating out
6159         allout-shift-out functionality.
6160         (allout-shift-out): With universal-argument, make offspring peers
6161         of their former container, and its siblings.  Implement the
6162         functionality here, rather than inappropriately muddling the
6163         implementation of allout-shift-in.
6164         (allout-rebullet-topic): Respect additional argument for new
6165         parent-child separation function.
6166         (allout-yank-processing): Use allout-ascend directly.
6167         (allout-show-entry): Disqualify aberrant topics.
6168         (allout-show-children): Handle discontinuous children gracefully,
6169         extending the depth being revealed to expose them and posting a
6170         message indicating the situation.
6171         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6172         Leave cursor in correct position.
6173         (allout-hide-current-subtree): Use allout-ascend directly.
6174         Disqualify aberrant topics.
6175         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6176         a way that the yanks can restore it, as used to happen.
6177         (allout-yank-processing): Restore exposure layout as recorded by
6178         allout-kill-*, as used to happen.
6179         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6180         for preseving and restoring exposure layout across kills.
6181         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6182         (allout-encrypt-string): Strip text properties.
6183         Rearranged order and outline-headings for some of the
6184         miscellaneous functions.
6185         (allout-resolve-xref): No need to quote the error name in the
6186         condition-case handler section.
6187         (allout-flatten): Classic recursive (and recursively intensive,
6188         without tail-recursion) list-flattener, needed by allout-shift-out
6189         when confronted with discontinuous children.
6191 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6193         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6194         on ms-windows.
6195         (dnd-open-unc-file): Remove.
6196         (dnd-open-local-file): Mention in doc string that it also handles
6197         remote files if the system natively supports unc file-names.
6199 2006-09-15  Kim F. Storm  <storm@cua.dk>
6201         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6202         all necessary information about the event before erasing *Help*.
6204         * simple.el (line-move-partial): Use window-line-visiblity to
6205         quickly check whether last line is partially visible, and only do
6206         the hard (and slow) part in that case.
6208 2006-09-15  Jay Belanger  <belanger@truman.edu>
6210         * COPYING: Replace "Library Public License" by "Lesser Public
6211         License" throughout.
6213 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6215         * term/x-win.el (x-menu-bar-open): New function for F10.
6217 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6219         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6220         Disallow filenames containing " -" to avoid confusion with libtool
6221         compilation messages.  Suggested by Stefan Monnier.
6223 2006-09-15  David Kastrup  <dak@gnu.org>
6225         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6226         instead of buffer position for `mouse-on-link-p'.
6228         * mouse.el (mouse-posn-property): New function looking up the
6229         properties at a click position in overlays and text properties in
6230         either buffer or strings.
6231         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6232         of both `follow-link' as well as `mouse-face' properties.
6233         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6234         buffer position.
6236         * help.el (describe-key-briefly): When reading a down-event on
6237         mode lines or scroll bar, swallow the following up event, too.
6238         Use the new mouse sensitity of `key-binding' for lookup.
6239         (describe-key): The same here.
6241 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6243         * play/life.el (life-patterns): Add a few more interesting patterns.
6244         (life-setup): Force `show-trailing-whitespace' to nil.
6246 2006-09-14  Richard Stallman  <rms@gnu.org>
6248         * startup.el (fancy-splash-text): Change text to improve alignment.
6249         (fancy-splash-screens): Don't set non-standard tab width.
6250         Bind cursor-type temporarily, and make it easy to patch to
6251         preserve the splash buffer.
6252         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6253         (fancy-splash-screens): Display echo-area message explicitly.
6254         Don't set fancy-splash-help-echo.
6256         * simple.el (line-number-mode): Group mode-line instead of
6257         editing-basics.
6258         (column-number-mode, size-indication-mode): Likewise.
6260         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6262         * time.el (display-time): Group mode-line instead of modeline.
6264         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6266 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6268         * startup.el (fancy-splash-text): Move editing instructions to
6269         fancy-splash-head.
6270         (fancy-splash-head): Issue editing instructions.
6271         (fancy-splash-screens): Fixup whitespace.
6273 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6275         * bindings.el (mode-line-buffer-identification-keymap):
6276         Remove duplicate line.
6278 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6280         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6281         ignore lists.
6283 2006-09-14  Kim F. Storm  <storm@cua.dk>
6285         * jit-lock.el (jit-lock-fontify-again): New function.
6286         (jit-lock-fontify-now): Use it instead of lambda form.
6288 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6290         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6291         (flyspell-auto-correct-word): Make ispell-filter local to these
6292         functions.  Check that ispell-filter has new stuff before calling
6293         ispell-parse-output.
6295 2006-09-13  Kim F. Storm  <storm@cua.dk>
6297         * simple.el (line-move-partial): Optimize.
6299 2006-09-13  Richard Stallman  <rms@gnu.org>
6301         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6302         Delete spurious backquote.
6304 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6306         * net/rcirc.el (rcirc-print): Fix last change.
6308 2006-09-12  Jay Belanger  <belanger@truman.edu>
6310         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6312 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6314         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6315         rcirc-show-maximum-output.
6316         (rcirc-mode): Remove window-scroll-function hook.
6317         (rcirc-scroll-to-bottom): Remove function.
6318         (rcirc-print): Recenter so point stays at the bottom of the window
6319         if point was already there.
6321 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6323         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6324         not to "t".
6325         * progmodes/compile.el (compilation-start): Likewise.
6326         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6327         Don't use expand-file-name on invocation-directory, since this
6328         might mishandle special characters in invocation-directory.
6330 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6332         * pcvs-defs.el: Remove * in defcustom's docstrings.
6334 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6336         * progmodes/compile.el (compilation-directory-properties):
6337         Doc fix for help-echo.
6339 2006-09-12  Lars Hansen  <larsh@soem.dk>
6341         * desktop.el (desktop-read): Add comment.
6343 2006-09-12  Kim F. Storm  <storm@cua.dk>
6345         * simple.el (next-error-highlight, next-error-highlight-no-select):
6346         Fix spelling error.
6348         * subr.el (sit-for): Rework to use input-pending-p and cond.
6349         Return nil input is pending on entry also for SECONDS <= 0.
6350         (while-no-input): Use input-pending-p instead of sit-for.
6352 2006-09-11  Richard Stallman  <rms@gnu.org>
6354         * simple.el (next-error-highlight, next-error-highlight-no-select):
6355         Fix custom type and doc strings.
6357 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6359         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6360         (diff-apply-hunk): Use it to ask for confirmation.
6362 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6364         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6366 2006-09-11  David Kastrup  <dak@gnu.org>
6368         * help.el (string-key-binding, describe-key-briefly)
6369         (describe-key): Remove `string-key-binding' and its callers since
6370         `key-binding' already caters for the proper lookup now.
6372 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6375         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6377         * bindings.el (mode-line-buffer-identification-keymap):
6378         Move initialization into declaration.
6380 2006-09-10  Kim F. Storm  <storm@cua.dk>
6382         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6383         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6384         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6385         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6387 2006-09-10  Richard Stallman  <rms@gnu.org>
6389         * dired-aux.el: Handle errors in recursive copy usefully.
6390         (dired-create-files-failures): New variable.
6391         (dired-copy-file): Remove condition-case.
6392         (dired-copy-file-recursive): Check for errors on all file
6393         operations, and add them to dired-create-files-failures.
6394         Check file file-date-erorr here too.
6395         (dired-create-files): Check dired-create-files-failures
6396         and report those errors too.
6398         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6400         * subr.el (add-to-list): New argument COMPARE-FN.
6402 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6404         * filecache.el (file-cache-add-directory)
6405         (file-cache-add-directory-list, file-cache-add-file)
6406         (file-cache-add-directory-using-find)
6407         (file-cache-add-directory-using-locate)
6408         (file-cache-add-directory-recursively): Add autoloads.
6410 2006-09-09  Richard Stallman  <rms@gnu.org>
6412         * textmodes/conf-mode.el (conf-space-mode):
6413         Use hack-local-variables-hook instead of calling hack-local-variables.
6414         (conf-space-keywords-override): New variable.
6415         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6416         (conf-space-mode): Always make conf-space-keywords and
6417         conf-space-keywords-override local.
6418         Call conf-space-mode-internal directly as well as via hook.
6420 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6422         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6423         quasi-keywords.
6425 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6428         (python-send-string): Be slightly more careful about adding \n.
6430         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6431         kill it right away anyway.
6433 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6435         * international/codepage.el (cp850-decode-table): Fix a few codes.
6436         (cp858-decode-table): New variable.
6438 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6440         * net/ldap.el (ldap-search-internal): Doc fix.
6442 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6444         * play/life.el (life-display-generation): Test for input manually if
6445         `sleeptime' is negative or null.
6447         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6448         (print-region-1): Substitute `%s' with the page title.
6450 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6452         * locate.el (locate-current-search): New variable.
6453         (locate): Set buffer local value.  Use current buffer if it is
6454         in Locate mode.
6455         (locate-mode): Disable undo here.
6456         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6457         (locate-update): Use locate-current-search and locate-current-filter.
6459 2006-09-08  David Kastrup  <dak@gnu.org>
6461         * desktop.el (desktop-read): When loading a desktop, disable
6462         saving it while the load progresses, and switch off a pending lazy
6463         load by calling `desktop-lazy-abort'.
6465 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6467         * window.el (mouse-autoselect-window-timer)
6468         (mouse-autoselect-window-position)
6469         (mouse-autoselect-window-window)
6470         (mouse-autoselect-window-now): New vars.
6471         (mouse-autoselect-window-cancel)
6472         (mouse-autoselect-window-select)
6473         (mouse-autoselect-window-start): New functions.
6474         (handle-select-window): Call `mouse-autoselect-window-start' when
6475         delayed window autoselection is enabled.
6477         * cus-start.el (mouse-autoselect-window): Handle delayed window
6478         autoselection.
6480         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6481         commands after which it is allowed to print in the echo area.
6483 2006-09-08  Richard Stallman  <rms@gnu.org>
6485         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6487         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6488         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6490         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6491         (cancel-timer-internal): Add doc string.
6492         (cancel-function-timers): Doc fix.
6493         (with-timeout-handler, timer-event-last*): Add doc strings.
6495         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6497         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6499         * dired.el (dired-log-summary): Add doc string.
6501         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6502         (custom-group-menu-create): Not here.
6504 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6506         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6508 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6510         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6511         (mac-apple-event-map): Define its handler.
6513 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6515         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6517 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6519         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6520         clause.
6522 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6524         * info.el (Info-index): Bind completion-ignore-case.
6526 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6528         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6529         previous commit.
6530         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6531         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6532         burp in dedicated windows.
6533         (inferior-prolog-self-insert-command): New command.
6534         (inferior-prolog-mode-map): Use it.
6536 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6538         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6540         * international/code-pages.el: Add cp858.
6542 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6544         * dnd.el: Fix bootstrapping.
6546 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6548         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6549         (dnd-open-remote-url): New function.
6550         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6551         not windows-nt.
6553 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6555         * dnd.el (dnd-open-remote-file-function): New variable.
6556         (dnd-open-unc-file): New function.
6557         (dnd-open-file): Call dnd-open-remote-file-function if set.
6559 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6561         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6562         pgg-passphrase-coding-system rather than locale-coding-system.
6563         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6565 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * progmodes/prolog.el: Remove * in docstrings.
6568         (prolog-program-name): Add SWI prolog.
6569         (prolog-mode-menu): New menu.
6570         (prolog-mode): Set comment-add.
6571         (prolog-indent-line): Simplify.  Use indent-line-to.
6572         (inferior-prolog-buffer): New var.
6573         (inferior-prolog-run, inferior-prolog-process): New funs.
6574         (run-prolog, switch-to-prolog): Rewrite, using them.
6575         (prolog-consult-region): Use inferior-prolog-buffer.
6576         (inferior-prolog-load-file): New function.
6577         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6579         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6580         last word, if it's not the end of the paragraph.
6582         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6583         file name.
6585 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6587         * frame.el (display-mm-dimensions-alist): New defcustom.
6588         (display-mm-height, display-mm-width): Use it.
6590 2006-09-06  Simon Josefsson  <jas@extundo.com>
6592         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6594 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6596         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6597         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6598         string values.
6600 2006-09-06  Kim F. Storm  <storm@cua.dk>
6602         * simple.el (line-move-partial): New function to do vscrolling for
6603         partially visible images / tall lines.  Rewrite based on code
6604         previously in line-move.  Simplify backwards vscrolling.
6605         (line-move): Use it.  Simplify.
6607 2006-09-05  Kim F. Storm  <storm@cua.dk>
6609         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6611 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6613         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6614         Process the `gcc-include' after the `gnu' rule.
6616 2006-09-05  Kim F. Storm  <storm@cua.dk>
6618         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6620 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6622         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6623         compatibility.
6625         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6626         inhibit-redisplay; encode passphrase with locale-coding-system.
6628 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6630         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6632 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6634         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6635         (gdb-var-list-children-regexp): Make type field optional.
6637         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6638         e.g public, protected in C++.
6640 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6642         * simple.el (completion-show-help): New defcustom.
6643         (completion-setup-function): Heed it.
6645 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6647         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6649 2006-09-04  Richard Stallman  <rms@gnu.org>
6651         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6652         (rsf-min-region-to-spam-list): Doc fix.
6653         (rsf-add-content-type-field): Doc fix.
6655         * simple.el (kill-region): Explicitly test there is a region.
6657 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6659         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6660         sendmail in several common directories.
6662         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6664         * paths.el (sendmail-program): Removed.
6666 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6668         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6669         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6670         http://article.gmane.org/gmane.emacs.gnus.general/50457
6672 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6674         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6675         mark after running the menu filter.
6677 2006-09-03  Juri Linkov  <juri@jurta.org>
6679         * international/quail.el (quail-defrule-internal): Add a check
6680         if a key is a vector.
6682 2006-09-02  Juri Linkov  <juri@jurta.org>
6684         * man.el (Man-topic-history): New variable.
6685         (man): Use it.
6687         * woman.el (woman-topic-history): Change defvar to defvaralias
6688         for symbol `Man-topic-history'.
6690         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6691         `comint-last-output-start' is a marker by using `markerp' and
6692         check if it has a position by using `marker-position', and use
6693         this position for `goto-char'.
6695         * international/quail.el (quail-defrule-internal): Add missing
6696         `error' call for null key.
6698 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6700         * rcirc.el (rcirc-keywords): New variable.
6701         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6702         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6703         variables.
6704         (rcirc-responses-no-activity): New function.
6705         (rcirc-handler-generic): Check for responses in above.
6706         (rcirc-process-command): Add ?: character to arguments of raw
6707         server commands.
6708         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6709         `rcirc-dim-nicks'.
6710         (rcirc-gray-toggle): Remove unused variable.
6711         (rcirc-print): Remove some tracking logic, which is moved into
6712         markup functions.
6713         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6714         types.
6715         (rcirc-activity-string): Look for 'keyword in activity-types.
6716         (rcirc-window-configuration-change): Don't erase overlay-arrow
6717         unnecessarily.
6718         (rcirc-add-or-remove): New function.
6719         (rcirc-cmd-ignore): Use it.
6720         (rcirc-message-leader): Remove unused function.
6721         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6722         (rcirc-add-face): New function.
6723         (rcirc-facify): Use rcirc-add-face.
6724         (rcirc-url-regexp): Add parens.
6725         (rcirc-map-regexp): Remove function.
6726         (rcirc-mangle-regexp): Remove function.
6727         (rcirc-markup-text-functions): New variable.
6728         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6729         (rcirc-markup-body-text, rcirc-markup-attributes)
6730         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6731         (rcirc-markup-bright-nicks): New markup handler functions.
6732         (rcirc-nick-in-message-full-line): New face.
6733         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6734         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6736 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6738         * cus-start.el (hscroll-margin, hscroll-step)
6739         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6740         (x-use-underline-position-properties): Change version to "22.1"
6741         since they will appear there for the first time.
6743 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6745         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6747 2006-08-31  Richard Stallman  <rms@gnu.org>
6749         * cus-edit.el (custom-save-variables): Slight cleanup.
6750         (Custom-no-edit): Renamed from custom-no-edit.
6751         (Custom-newline): Renamed from custom-newline.
6752         (custom-mode-map): Use new names.
6754         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6755         about customization, rather than M-x customize, in the doc string
6756         made for the defcustom.
6758         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6760 2006-08-31  Romain Francoise  <romain@orebokech.com>
6762         * dired-x.el (dired-guess-shell-alist-default): Update.
6764 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6766         * custom.el (custom-theme-set-variables): Autoload packages before
6767         sorting the variables.
6769 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6771         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6772         chars if XEmacs.
6773         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6775 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6778         waiting for process.
6780 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6782         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6783         results in ASCII-only string, encode original one directly.
6785 2006-08-29  Romain Francoise  <romain@orebokech.com>
6787         * startup.el (normal-splash-screen, fancy-splash-screens):
6788         Make buffer read-only and arrange to enter view mode if necessary.
6790 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6792         * hl-line.el (hl-line): New face.
6793         (hl-line-face): Use it.
6795         * image-mode.el (image-mode): Fix last fix.
6796         Suggested by Kim F. Storm.
6798 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6800         Sync with Tramp 2.0.54.
6802         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6803         of `=', because `tramp-get-remote-gid' might not always return an
6804         integer when expected.
6805         (tramp-register-file-name-handlers): `partial-completion-mode' is
6806         unknown to XEmacs.
6807         (tramp-time-diff): Don't use `floor', it might fail for large
6808         differences.
6809         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6810         `tramp-auto-save-directory' if unset in order to guarantee unique
6811         auto-save file names.
6813 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6815         * image-mode.el (image-mode): Display image as text on a terminal.
6817 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * progmodes/python.el (python-send-command): Simplify.
6820         (run-python): Don't generate a new buffer unless `new' was specified.
6821         Make sure we send `import emacs' to the proper process.
6823         * progmodes/python.el (python-send-command): Don't wait for the command
6824         to terminate.  Don't fiddle with compilation-parsing-end.
6826 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6828         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6829         Insert commentary after first line summary.
6831         * woman.el (woman-follow): New function, based on `man-follow'.
6832         (woman-mode-map): Use it.
6834         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6835         since ibuffer-do-sort-by-recency does not define a sorter.
6837 2006-08-28  Kim F. Storm  <storm@cua.dk>
6839         * find-dired.el (find-dired): Use shell-quote-argument to properly
6840         escape ( and ) args.  Also use it on {} and ; args in default
6841         value of find-ls-option string.
6842         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6844 2006-08-27  Michael Olson  <mwolson@gnu.org>
6846         * emacs-lisp/tq.el: Small grammar fix in comments.
6847         (tq-enqueue): Check for existence of queue rather than the
6848         head queue item's question, which was a no-op.
6849         (tq-filter, tq-process-buffer): Make sure the process buffer
6850         exists before making it the current buffer.
6852 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6854         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6855         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6856         (special-event-map): Apply 2006-08-16 change for x-win.el.
6858 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6860         * progmodes/python.el (python-send-receive): Wait in the
6861         process's buffer so as to check the right buffer-local variables.
6863 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6866         (defgroup checkdoc): Move to beginning.
6868         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6869         (python-preoutput-continuation): Remove.
6870         (python-preoutput-filter): Simplify correspondingly.
6871         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6872         Loop around to catch embedded _emacs_out output.
6873         (run-python): Send the import&print command on a single line.
6874         (python-send-command): Send command&print on a single line.
6875         (python-send-string): Only add double \n if needed.
6876         (python-send-receive): Loop until the result comes.
6877         (python-mode-running): Defvar it.
6878         (python-setup-brm): Remove unused var `menu'.
6879         Only bind py-mode-map and `features' around brm-init.
6880         (python-calculate-indentation): Remove unused var `point'.
6881         (python-beginning-of-defun): Remove unused var `def-line'.
6883 2006-08-25  Richard Stallman  <rms@gnu.org>
6885         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6887 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6889         * viper.el (viper-set-hooks): Use frame bindings for
6890         viper-vi-state-cursor-color.
6891         (viper-non-hook-settings): Don't set default
6892         mode-line-buffer-identification.
6894         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6895         (viper-set-cursor-color-according-to-state)
6896         (viper-get-saved-cursor-color-in-replace-mode)
6897         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6898         viper-emacs-state-cursor-color.
6900         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6901         (viper-undo): Use point if undo-beg-posn is nil.
6902         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6903         (viper-after-change-undo-hook): Don't use
6904         viper-emacs-state-cursor-color by default.
6905         (viper-undo): More sensible positioning after undo.
6907         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6908         (viper-emacs-state-cursor-color): Default to nil, since this feature
6909         doesn't work well yet.
6911         * ediff-mult.el (ediff-intersect-directories)
6912         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6913         always expand filenames.
6915 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * tumme.el: Remove * in defcustoms's docstrings.
6919 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
6921         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6922         Accept internal time format for SECS arg.
6923         (timer-relative-time): Doc fix.
6925         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6926         adapted from Martin Rudalics.
6927         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6928         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6929         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6930         using sit-for.
6932 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
6934         * cus-start.el (all): Add `overline-margin' and
6935         `x-underline-at-descent-line'.
6937 2006-08-24  Kim F. Storm  <storm@cua.dk>
6939         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6940         to mean "use find -exec"; nil now unambiguously means auto-detect.
6941         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6942         Use shell-quote-argument to build grep-find-command and
6943         grep-find-template.
6944         (rgrep): Use shell-quote-argument to properly quote arguments to find.
6945         Reported by Tom Seddon.
6947 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
6949         * startup.el (fancy-splash-head): Give instructions for dismissing
6950         the splash screen for default startup too.
6951         (display-startup-echo-area-message, fancy-splash-screens)
6952         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
6953         all splash text at once and keep the splash buffer around.
6954         (command-line-1): Give display-startup-echo-area-message a t arg.
6956 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
6958         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6959         gnus frame is selected.
6961 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
6963         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6965 2006-08-22  Kim F. Storm  <storm@cua.dk>
6967         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6968         Add suffix matching for subdirs.
6970 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
6972         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6973         mouse-yank-at-point is non-nil.
6975 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
6977         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6978         a bit wider and remove fringes to fit initial output on line.
6980 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * frame.el (blink-cursor-end): Only ignore the error we care about.
6983         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6985 2006-08-21  Richard Stallman  <rms@gnu.org>
6987         * whitespace.el (whitespace-cleanup): Doc fix.
6989 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
6991         * net/rcirc.el (rcirc-show-maximum-output): New var.
6992         (rcirc-buffer-process): If no buffer argument is supplied, use
6993         current-buffer.
6994         (rcirc-complete-nick): Complete to the last completed nick first.
6995         (rcirc-mode): Preserve the value of `rcirc-urls' across
6996         connections.  Setup scroll function.
6997         (rcirc-scroll-to-bottom): New function.
6998         (rcirc-print): Use nick syntax around regexp work.
6999         Notice dim-nicks speaking only if they say our nick.
7000         (rcirc-update-activity-string): Do not show the modeline indicator
7001         if there are no live rcirc processes.
7002         (rcirc-cmd-ignore): Ignore case.
7003         (rcirc-browse-url-at-point): Fix off-by-one error.
7005 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * progmodes/python.el: Remove * in defcustom docstrings.
7008         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7009         (python-mode): Set tab-width and indent-tabs-mode.
7011 2006-08-20  Dave Love  <fx@gnu.org>
7013         * progmodes/python.el: Update to Dave Love's latest version.
7014         (python-font-lock-keywords, python-mode): Don't use
7015         font-lock-syntax-table, but match symbol elements explicitly instead.
7016         (python-mode-map): Add help, and a few more key bindings.
7017         (python-skip-comments/blanks): Move out of comments as well.
7018         (python-continuation-line-p): Behave better with unbalanced parens.
7019         (python-blank-line-p): New fun.
7020         (python-open-block-statement-p): Don't use a heuristic.
7021         (python-outdent-p): Better handle blocks-in-the-same-line.
7022         (python-calculate-indentation): Misc improvements.
7023         (python-comment-indent): Remove.
7024         (python-block-pairs): New var.
7025         (python-first-word): New fun.
7026         (python-indentation-levels): Handle more common cases.
7027         (python-indent-line-1): Add `leave' argument.
7028         (python-indent-region): New fun.
7029         (python-skip-out): New fun.
7030         (python-beginning-of-statement, python-end-of-statement): Use it.
7031         (python-next-statement): Return correct count even at eob.
7032         (python-end-of-block): Fix paren-typo.
7033         (python-imenu-create-index): Add module variables.
7034         (run-python): Add `new' arg.
7035         Check we're at a prompt before returning.
7036         (python-send-command): Move to end of buffer.
7037         Wait for prompt to return.
7038         (python-set-proc): New fun.
7039         (python-imports): New var.
7040         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7041         (python-eldoc-function): Try to move out of arg list.
7042         (python-outline-level): Offset by 1.
7043         (python-find-imports): New fun.
7044         (python-symbol-completions): Use python-imports.
7045         (python-module-path, ffap-alist): Add support for ffap.
7046         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7047         (python-insert-*, python-default-template, python-expand-template):
7048         Add templates/skeletons.
7049         (python-setup-brm): Support for Bicycle Repair Man.
7050         (python-abbrev-syntax-table): New var.
7051         (python-abbrev-pc-hook, python-pea-hook): New funs.
7053 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7055         * frame.el (blink-cursor-start): Set timer first.
7056         (blink-cursor-end): Ignore timer cancelling errors.
7057         Suggested by Ken Manheimer.
7059 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7061         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7062         Add autoload cookie.
7064 2006-08-20  Richard Stallman  <rms@gnu.org>
7066         * simple.el (line-number-at-pos): Doc fix.
7068         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7069         timer-activate-when-idle, so timer can run before Emacs becomes
7070         non-idle again.
7072 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7074         * whitespace.el (whitespace-cleanup-internal): New optional arg
7075         REGION-ONLY.  If it's non-nil, modify the message to the user
7076         accordingly.
7077         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7078         a non-nil argument.
7080 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7082         * rect.el (spaces-string): Simplify and add doc string.
7084 2006-08-17  Romain Francoise  <romain@orebokech.com>
7086         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7088 2006-08-17  Richard Stallman  <rms@gnu.org>
7090         * compare-w.el (compare-windows): lambda's take an arg and pass
7091         it to compare-windows-skip-whitespace.
7093 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7095         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7096         the right buffer.
7098 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7100         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7101         removed files.
7103 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7105         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7106         (gdb-locals-watch-map-1): Suppress keymap first.
7107         (gdb-edit-locals-map-1): New variable.
7108         (gdb-edit-locals-value): New function.
7109         (gdb-stack-list-locals-handler): Use them.
7111 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7113         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7114         cursor would normally be drawn in the fringe.
7116         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7117         Reported by Martin Rudalics <rudalics@gmx.at>.
7119 2006-08-16  Richard Stallman  <rms@gnu.org>
7121         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7122         (special-event-map): Process drag-n-drop events this way.
7124         * simple.el (move-beginning-of-line): Test whether fields
7125         would prevent motion back to line's first visible character.
7126         If so, stop where the fields would stop the motion.
7128         * newcomment.el (comment-indent): Fully update INDENT
7129         before checking to see if it will change the text.
7131         * cus-edit.el (custom-newline): New function.
7132         (custom-mode-map): Bind newline to custom-newline.
7134         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7135         into ignore-whitespace.
7136         Check each buffer for its skip-function.
7137         Handle compare-windows-skip-whitespace special-case test
7138         by returning t from default skip function.
7140 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7142         * textmodes/org.el (org-clock-special-range)
7143         (org-clock-update-time-maybe): New functions.
7144         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7145         not only a-z.
7146         (org-agenda-get-blocks): Allow multiple blocks per headline.
7147         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7148         (org-export-html-title-format)
7149         (org-export-html-toplevel-hlevel): New options.
7150         (org-export-language-setup): Add support for Czech.
7151         (org-mode, org-insert-todo-heading, org-find-visible)
7152         (org-find-invisible, org-invisible-p, org-invisible-p2)
7153         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7154         (org-show-subtree, org-show-entry, org-make-options-regexp):
7155         Remove compatibility support for old outline-mode.
7156         (org-check-occur-regexp): Funtion removed.
7157         (org-on-heading-p, org-back-to-heading): Made defalias.
7158         (org-set-local): New defsubst.
7159         (org-set-regexps-and-options, org-mode)
7160         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7161         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7162         (org-remember-apply-template, org-table-edit-field)
7163         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7164         (org-set-autofill-regexps): Use `org-set-local'.
7165         (org-table-eval-formula): Fix bug with parsing of display flags.
7167 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7169         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7170         frame with fringe arrow.  Suggested by Simon Marshall
7171         <simon.marshall@misys.com>.
7172         (gdb-stack-position): New variable.
7173         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7174         (gdb-frames-mode): Set gdb-stack-position to nil.
7175         Add to overlay-arrow-variable-list
7176         (gdb-reset): Delete gdb-stack-position from above list.
7178 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7180         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7181         read only.
7183 2006-08-13  Romain Francoise  <romain@orebokech.com>
7185         * cus-theme.el (customize-create-theme)
7186         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7188         * filesets.el (filesets-add-buffer): Ditto.
7190         * pcvs.el (cvs-change-cvsroot): Ditto.
7192 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7194         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7195         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7196         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7197         expressions.
7198         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7199         Only search till end of line.
7200         Add face to function names in case of no filename.
7201         Add face to variable names of watchpoints.
7203 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7205         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7206         customization group.
7208 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7210         * allout.el (allout-prior-bindings, allout-added-bindings):
7211         Remove, after long deprecation.
7212         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7213         Add customization vars controlling allout-beginning-of-line and
7214         allout-end-of-line conveniences.
7215         (allout-header-prefix, allout-use-mode-specific-leader)
7216         (allout-use-mode-specific-leader, allout-mode-leaders):
7217         Revise docstrings.
7218         (allout-infer-header-lead): Change to be an alias for
7219         allout-infer-header-lead-and-primary-bullet.
7220         (allout-infer-header-lead-and-primary-bullet): New version of
7221         allout-infer-header-lead which assigns the primary bullet to the
7222         same as the header lead, when its being changed.
7223         (allout-infer-body-reindent): Apply regexp-quote instead of
7224         unconditionally prepending "\\", so that all literal
7225         allout-header-prefix and allout-primary-bullet strings are
7226         properly handled.
7227         (allout-add-resumptions): Add optional qualifier for extending or
7228         appending to existing values, rather than replacing them.
7229         (allout-view-change-hook): Clarify docstring.
7230         (allout-exposure-change-hook): Take explicit arguments, via
7231         run-hook-with-args.
7232         (allout-structure-added-hook)
7233         (allout-structure-deleted-hook)
7234         (allout-structure-shifted-hook): New hooks analogous to
7235         allout-exposure-change-hook for other kinds of structural outline
7236         edits.
7237         (allout-encryption-plaintext-sanitization-regexps): New encryption
7238         customization variable, by which cooperating modes can provde
7239         massage of the plaintext without actually being passed it.
7240         (allout-encryption-ciphertext-rejection-regexps)
7241         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7242         customization variables, by which cooperating modes can prohibit
7243         rare but possible ciphertext patterns from fouling their
7244         operation, with actually being passed the ciphertext.
7245         (allout-mode): Run activation and deactivation hooks after the
7246         minor-mode variable has been toggled, to clarify the mode
7247         disposition.  The new encryption ciphertext rejection variable is
7248         used to ensure that the ciphertext does not contain text that
7249         would be recognized as outline structural elements by allout.
7250         Substite allout-beginning-of-line and allout-end-of-line for
7251         conventionall beginning-of-line and end-of-line bindings.
7252         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7253         activation!
7254         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7255         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7256         (allout-chart-subtree): Implement new mode, charting only the
7257         visible items in the subtree, when new 'visible' parameter is non-nil.
7258         (allout-end-of-subtree): Properly handle the last item in the buffer.
7259         (allout-pre-command-business, allout-command-counter):
7260         Increment an advertised counter so that cooperating enhancements can
7261         track revisions of items.
7262         (allout-open-topic): Run allout-structure-added-hook with suitable
7263         arguments.
7264         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7265         arguments.
7266         (allout-shift-out): Fix doubling for negative args and ensure call
7267         of allout-structure-shifted-hook by solely using allout-shift-in.
7268         (allout-kill-line, allout-kill-topic):
7269         Run allout-structure-deleted-hook with suitable arguments.
7270         (allout-yank-processing): Run allout-structure-added-hook with
7271         proper arguments.
7272         (allout-yank): Enclose activity in allout-unprotected.
7273         (allout-flag-region): Run allout-exposure-change-hook with
7274         suitable arguments, instead of making the callee infer the arguments.
7275         (allout-encrypt-string):
7276         Support allout-encryption-plaintext-sanitization-regexps,
7277         allout-encryption-ciphertext-rejection-regexps, and
7278         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7279         en/de cryption mode in symmetric encryption failure message.
7280         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7281         copy of the passphrase, and don't zero it or we'll corrupt the
7282         stashed copy.
7283         (allout-create-encryption-passphrase-verifier)
7284         (allout-verify-passphrase): Respect the new signature for
7285         allout-encrypt-string.
7286         (allout-get-configvar-values): Convenience for getting a
7287         configuration variable value and handling its absence gracefully.
7289 2006-08-11  Romain Francoise  <romain@orebokech.com>
7291         * obsolete/zone-mode.el: Delete.
7293 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7297 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7299         * emacs-lisp/bindat.el (bindat-ip-to-string):
7300         Use `format-network-address' if possible.
7302 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7304         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7306 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7308         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7309         restore unread-command-events here.
7310         (edebug-display): Do it here, to detect sit-for interruptions.
7312 2006-08-10  Romain Francoise  <romain@orebokech.com>
7314         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7315         (dns-mode-soa-auto-increment-serial): New user option.
7316         (dns-mode-soa-maybe-increment-serial): New function.
7317         (dns-mode): Add the latter to `write-contents-functions'.
7319         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7320         Delete autoload cookies.
7322 2006-08-10  John Wiegley  <johnw@newartisans.com>
7324         * eshell/em-glob.el (eshell-glob-chars-list)
7325         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7327 2006-08-10  Richard Stallman  <rms@gnu.org>
7329         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7330         (facemenu-set-face): Doc fix.
7331         (facemenu-listed-faces): Doc fix.
7333 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7335         * avoid.el (mouse-avoidance-animating-pointer): New var.
7336         (mouse-avoidance-nudge-mouse): Use it.
7337         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7338         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7339         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7340         Don't activate if currently animating.  All callers changed.
7342 2006-08-09  John Wiegley  <johnw@newartisans.com>
7344         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7345         variable, which causes timeclock to report elapsed time worked,
7346         instead of just work remaining.
7348 2006-08-09  Kenichi Handa  <handa@m17n.org>
7350         * international/latexenc.el (latexenc-find-file-coding-system):
7351         Fix for the case that the 2nd element of arg-list is a cons.
7353 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7355         * info.el (Info-fontify-node): Handle preceding `in' for note
7356         reference hiding rules.
7358 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7361         mistake a closing " for an opening one.
7363 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7365         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7367 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * complete.el (PC-do-completion): Filter out completions matching
7370         completion-ignored-extensions before checking whether there are
7371         multiple completions.
7372         Don't use `list' unnecessarily when building completion tables.
7374 2006-08-06  Richard Stallman  <rms@gnu.org>
7376         * help.el (describe-mode): Make minor mode list more concise.
7378 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7380         * bindings.el: Give mode-line-format, mode-line-modes, and
7381         mode-line-position `standard-value' properties.
7383 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7385         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7386         "(file)node" instead of the file name.
7388 2006-08-05  Richard Stallman  <rms@gnu.org>
7390         * faces.el (escape-glyph): Doc fix.
7392 2006-08-04  Kenichi Handa  <handa@m17n.org>
7394         * international/mule-diag.el (describe-font): Improve docstring
7395         and error message.  Use frame-parameter (not frame-parameters).
7397 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7400         Correctly mark the end-of-docstring char.
7402 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7404         * simple.el (line-move-to-column): Constrain move-to-column to
7405         current field.
7407 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * font-lock.el (font-lock-beg, font-lock-end)
7410         (font-lock-extend-region-functions): New vars.
7411         (font-lock-extend-region-multiline)
7412         (font-lock-extend-region-wholelines): New functions.
7413         (font-lock-default-fontify-region): Use them.
7414         (font-lock-extend-jit-lock-region-after-change): Only round up
7415         if font-lock-default-fontify-region will do it as well.
7417         * font-lock.el (font-lock-extend-after-change-region-function):
7418         Rename from font-lock-extend-region-function.
7419         (font-lock-extend-region): Remove by inlining at call sites.
7420         (font-lock-after-change-function): Don't needlessly round up to a whole
7421         number of lines.
7422         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7423         the boundary conditions and the interactions between the various ways
7424         to extend the region.
7426 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7429         modification status when forcing the second redisplay.
7431 2006-08-03  Kim F. Storm  <storm@cua.dk>
7433         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7435 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7438         doesn't look like a file name.
7440         * complete.el (PC-expand-many-files): Avoid signalling an error when
7441         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7443 2006-08-02  Andreas Schwab  <schwab@suse.de>
7445         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7447 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7449         * bindings.el (map): Make mode-line-buffer-identification-keymap
7450         before defining propertized-buffer-identification.
7452 2006-08-01  Richard Stallman  <rms@gnu.org>
7454         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7456 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7458         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7459         default value.
7460         (gdb-find-source-frame): New function.
7461         (menu): Add to menu bar.
7463 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * font-core.el (font-lock-extend-region-function)
7466         (font-lock-extend-region): Move to font-lock.el.
7468         * font-lock.el (font-lock-extend-region-function)
7469         (font-lock-extend-region): Move from font-core.el.  Simplify.
7471         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7472         if needed.
7473         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7474         (jit-lock-after-change-extend-region-functions): New hook.
7475         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7477         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7478         (font-lock-turn-on-thing-lock): Use it.
7480         * longlines.el (longlines-show-region): Make it work on read-only
7481         buffers as well.
7483 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7485         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7487 2006-07-31  Richard Stallman  <rms@gnu.org>
7489         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7490         (vhdl-speedbar-display-projects): Update old obsolete
7491         speedbar variable names.
7493 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7495         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7496         (gdb-stopped): Use it.
7498         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7500 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7502         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7503         for load-history elements.
7505 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7507         * files.el (convert-standard-filename): For Cygwin, replace
7508         characters not allowed in Windows file names.
7509         (make-auto-save-file-name): Add Cygwin to the list of systems
7510         where the auto-save file name needs to be run through
7511         convert-standard-filename.
7513 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7515         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7517 2006-07-28  Richard Stallman  <rms@gnu.org>
7519         * bindings.el (mode-line-frame-identification)
7520         (propertized-buffer-identification): Centralize the code
7521         to initialize the variable.
7523         * progmodes/grep.el (grep-default-command): Catch errors from
7524         wildcard-to-regexp.
7526 2006-07-29  Kim F. Storm  <storm@cua.dk>
7528         * progmodes/grep.el (grep-tag-default): New function.
7529         (grep-default-command, grep-read-regexp): Use it.
7530         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7531         as default if nothing else applies.
7533 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7535         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7536         Throw error if buffer is not in Dired and Wdired mode, respectively.
7538 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7540         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7541         self-insert-command keys don't activate buttons.
7542         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7544 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7546         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7547         faces for enable character.
7549 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7551         * Makefile.in (recompile): Update comment to reflect change
7552         on 2004-04-21.
7554 2006-07-27  Richard Stallman  <rms@gnu.org>
7556         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7557         (customize-package-emacs-version): Change msg when pkg has no entry.
7558         (custom-no-edit): On a button, do like widget-button-press.
7560 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7562         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7563         S-tab and C-S-tab.
7565 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7567         * progmodes/which-func.el (which-function): Fix documentation/
7568         comment typo.
7570 2006-07-26  Richard Stallman  <rms@gnu.org>
7572         * textmodes/ispell.el (ispell-word): If we replace the word,
7573         move point to the end.  Insert before deleting.
7575 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7577         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7578         a timer.
7580 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7582         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7583         when at first image.
7584         (tumme-forward-image): Add prefix argument.  Add error when at last
7585         image.
7587 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * tabify.el (tabify-regexp): Use more specific regexps.
7590         (tabify): Avoid modifying the buffer unnecessarily.
7592 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7594         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7595         (tumme-format-properties-string): Handle empty `buf'.
7596         (tumme-get-comment): Change variable names inside `let'.
7597         Add missing `let' variable that cause font-lock problems.
7598         (tumme-write-comments): Change variable names inside `let'.
7599         Add missing `let' variable that cause font-lock problems.
7600         (tumme-forward-image): Rename from `tumme-forward-char'.
7601         (tumme-backward-image): Rename from `tumme-backward-char'.
7603 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7605         * progmodes/ld-script.el (ld-script-keywords)
7606         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7607         and add comments.
7609 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7611         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7612         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7613         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7614         for status indicator.
7616 2006-07-24  Richard Stallman  <rms@gnu.org>
7618         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7620         * subr.el (dolist, dotimes): Use interned symbols for locals.
7621         (--dotimes-limit--, --dolist-tail--): New defvars.
7622         (looking-back): Doc fix.
7624         * replace.el (replace-match-string-symbols): Handle dotted lists.
7626 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7628         * tumme.el (tumme-write-tags): Add.
7629         (tumme-write-comments): Add.
7630         (tumme-tag-files): Change to use `tumme-write-tags'.
7631         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7632         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7633         (tumme-save-information-from-widgets): Change to use
7634         `tumme-write-comments' and `tumme-write-tags'.
7635         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7636         (tumme-write-tag): Remove.
7637         (tumme-write-comment): Remove.
7638         (tumme-display-previous-thumbnail-original): Remove empty line.
7639         (tumme-widget-list): Add punctuation.
7641 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7643         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7645 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7647         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7648         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7649         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7651 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7653         * mouse.el (mouse-on-link-p): Doc fix.
7655 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7657         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7658         Handle "C-h f `".
7660 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7662         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7663         column.
7665 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7667         * textmodes/table.el: Add move-beginning-of-line and
7668         move-end-of-line to Point Motion Only Group.
7670 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7672         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7674 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7676         * startup.el (user-mail-address): Initialize from the `EMAIL'
7677         environment variable first.  Document this.
7678         (command-line): Ditto.
7680 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7682         * help-mode.el (help-function-def, help-variable-def)
7683         (help-face-def): Print a message in the minibuffer.
7685 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7687         * term/xterm.el (terminal-init-xterm): Fix key bindings
7688         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7690 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7692         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7693         where `(nth 1 command)' is a cons cell.  Doc fix.
7695         * textmodes/po.el (po-find-charset): Doc fix.
7697 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7699         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7700         (allout-beginning-of-current-line, allout-end-of-current-line)
7701         (allout-next-visible-heading, allout-open-topic)
7702         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7703         (allout-flag-current-subtree, allout-show-to-offshoot)
7704         (allout-hide-current-entry, allout-show-current-branches)
7705         (allout-hide-region-body, allout-old-expose-topic)
7706         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7707         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7708         containing `beginning-of-line' and `end-of-line' with
7709         `inhibit-field-text-motion' t.
7711 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7713         * frame.el (focus-follows-mouse): Document that it doesn't have
7714         any effect on MS-Windows.
7716 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7720 2006-07-20  Jay Belanger  <belanger@truman.edu>
7722         * calc.el (calc-previous-alg-entry): Remove variable.
7724         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7725         New variables.
7726         (calc-alg-entry): Use `calc-alg-entry-history'.
7727         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7728         Remove reference to `calc-previous-alg-entry'.
7729         (calcAlg-edit, calcAlg-enter): Remove reference to
7730         `calc-previous-alg-entry'.
7731         (calcAlg-previous): Use `previous-history-element' instead of
7732         `calc-previous-alg-entry'.
7733         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7734         Change keybinding for `calcAlg-plus-minus', add keybindings for
7735         `previous-history-element' and `next-history-element'.
7737         * calc-rewr.el (calc-match): Remove reference to
7738         `calc-previous-alg-entry'.
7740         * calc-sel.el (calc-selection-history): New variable.
7741         (calc-enter-selection, calc-sel-mult-both-sides)
7742         (calc-sel-add-both-sides): Use `calc-selection-history'.
7744         * calc-map.el (calc-get-operator-history): New variable.
7745         (calc-get-operator): Use `calc-get-operator-history'.
7747         * calcalg3.el (calc-curve-fit-history): New variable.
7748         (calc-curve-fit): Use `calc-curve-fit-history'.
7750 2006-07-20  Kenichi Handa  <handa@m17n.org>
7752         * international/mule-cmds.el (select-safe-coding-system): Fix the
7753         way of deciding eol-type of the coding system.
7755 2006-07-20  Alan Mackenzie  <acm@muc.de>
7757         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7758         (c-lang-setvar): New macro.
7759         (c-make-init-lang-vars-fun): Use the initialization forms in
7760         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7761         (comment-start, comment-end, comment-start-skip): Change these from
7762         c-lang-defvar's to c-lang-setvar's.
7764         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7765         which calls make-local-variable on the elements of
7766         c-emacs-variable-inits.
7767         (c-init-language-vars-for): Call this new macro.
7769 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7772         Try to rule out false positives due to time stamps.
7773         (compilation-mode-font-lock-keywords): Remove rules made redundant
7774         because of the above change.  Add `segmentation fault' to the known and
7775         highlighted compilation termination messages.
7777 2006-07-19  Kim F. Storm  <storm@cua.dk>
7779         * progmodes/grep.el (grep-find-ignored-directories):
7780         Add .svn and _darcs to list.
7782 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7784         * dired.el (dired-mode-map): Add key binding `C-te' for
7785         `tumme-dired-edit-comment-and-tags'.
7787         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7788         image display buffer is displayed before call to
7789         `tumme-display-image.
7790         (tumme-dired-display-image): Make sure image display buffer is
7791         displayed before call to `tumme-display-image.
7792         (tumme-mouse-display-image): Make sure image display buffer is
7793         displayed before call to `tumme-display-image.
7794         (tumme-widget-list): Add.
7795         (tumme-dired-edit-comment-and-tags): Add.
7796         (tumme-save-information-from-widgets): Add.
7798 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7802 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7804         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7805         Revert inadvertently installed patch hunk.
7807         * progmodes/compile.el (compilation-find-file): Handle the
7808         cases where the user selects a non-existent file.
7810 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7812         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7814 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7816         * subr.el (sit-for): Just sleep-for if noninteractive.
7818 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7822         * custom.el (custom-autoload): Add `noset' argument.
7823         (custom-push-theme): Don't autoload the variable, let callers do it.
7824         (custom-theme-set-variables): Autoload the variable if necessary.
7826         * cus-edit.el (custom-variable-state-set): If the variable was
7827         originally set outside custom, but to the same value as the default,
7828         consider it to be standard.
7830         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7831         file *before* telling Emacs to add the autoloads, in case it fails.
7833         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7834         Use `cond', push', and `dolist'.
7836 2006-07-17  Richard Stallman  <rms@gnu.org>
7838         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7839         Add defvars to silence warnings.
7841 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7843         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7844         Don't highlight "Compiling file" messages as error.
7846         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7847         file already exists.
7849 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7851         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7852         entry, don't assign to free var; simply return the extracted filename.
7853         (ff-treat-as-special): Incorporate common preamble from callers.
7854         (ff-other-file-name, ff-find-the-other-file):
7855         Update call to ff-treat-as-special.
7857         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7859 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7861         * tumme.el (tumme-get-comment): Fix bug.
7863 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * files.el: Remove spurious * in docstrings.
7867 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7869         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7870         grammar.
7871         (allout-beginning-of-current-line): Beware beginning of buffer.
7872         Also, a comment is simplified.
7873         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7874         when appropriate.  (This fix enables use for other than
7875         bullet-hotspot operation.)
7876         (allout-hide-current-subtree): While escalating to sibling-close,
7877         make sure to situate on a topic.
7879 2006-07-14  Kim F. Storm  <storm@cua.dk>
7881         * emulation/cua-base.el (cua-delete-selection)
7882         (cua-toggle-set-mark): New defcustoms.
7883         (cua-rectangle-modifier-key): Add `alt' modifier.
7884         (cua-replace-region): Don't delete if cua-delete-selection is nil.
7885         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7886         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7888         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7890 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7892         * allout.el: Require 'cl during byte-compilation/interactive load,
7893         for the `assert' macro.
7894         (allout-mode-deactivate-hook): New hook, run when allout mode
7895         deactivates.
7896         (allout-developer): New allout customization subgroup.
7897         (allout-run-unit-tests-on-load): New allout-developer
7898         customization variable, when true allout unit tests are run towards
7899         end of file load/eval.
7900         (allout-inhibit-auto-fill): Disable auto-fill activity even during
7901         auto-fill-mode.
7902         (allout-resumptions): Remove, to be replaced by...
7903         (allout-add-resumptions): Register variable settings to be
7904         reinstated by `allout-do-resumptions'.  The settings are made
7905         buffer-local, but the locality/globality of the suspended setting
7906         is restored on resumption.
7907         (allout-do-resumptions): Reinstate all settings suspended using
7908         `allout-add-resumptions'.
7909         (allout-test-resumptions): Unit tests (and intermediate variables)
7910         for resumptions.
7911         (allout-tests-globally-unbound, allout-tests-globally-true)
7912         (allout-tests-locally-true): Intermediate variables for
7913         resumptions unit tests.
7914         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7915         (allout-exposure-category): Replaces 'allout-overlay-category variable.
7916         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7917         instead of retired `allout-resumptions'.  For hook functions, use
7918         `local' parameter so hook settings are created and removed as
7919         buffer-local settings.  Revise (resumptions) setting
7920         auto-fill-function so it is set only if already active.  (The
7921         related fill-function settings are all made in either case, so
7922         that activating auto-fill-mode activity will have the custom
7923         allout-mode behaviors (hanging indent on topics, if configured for it).
7924         Remove all allout-exposure-category overlays on mode deactivation.
7925         (allout-hotspot-key-handler): New function extracted from
7926         `allout-pre-command-business', so the functionality can be used
7927         for other purposes, eg as a binding in an overlay.
7928         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7929         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7930         customization variable.
7931         (allout-run-unit-tests): Run the (currently quite small)
7932         repertoire of unit tests.  Called just before the provide iff user
7933         has customized `allout-run-unit-tests-on-load' non-nil.
7935 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7937         * emacs-lisp/authors.el (authors-aliases): Update.
7939 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7941         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7942         gdb-source-window.  Add dedicated argument.
7943         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7944         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7945         (gdb-display-threads-buffer, gdb-display-memory-buffer)
7946         (gdb-display-locals-buffer): Use it.
7948         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7949         Set gdb-source-window.
7951 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7954         minor modes, redundant with the custom-autoload line above.
7956 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
7958         * longlines.el (longlines-post-command-function): Handle open-line too.
7960 2006-07-12  Richard Stallman  <rms@gnu.org>
7962         * progmodes/grep.el (grep-last-buffer): Doc fix.
7964         * info.el (Info-try-follow-nearest-node): Doc fix.
7966         * emacs-lisp/edebug.el (edebug-instrument-function):
7967         Err if find-function-noselect gives no position.
7969         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7970         If can't find definition, return nil for position.
7971         (find-function-do-it): Handle new return value
7972         of find-definition-noselect.
7973         (find-definition-noselect, find-variable-noselect): Doc fix.
7974         (find-function-noselect): Doc fix.
7976         * help-mode.el (help-variable-def): Handle find-variable-noselect
7977         returning no position.
7978         (help-function-def): Likewise for find-function-search-for-symbol.
7979         (help-face-def): Likewise.
7981         * help-fns.el (describe-variable): Handle find-variable-noselect
7982         returning no position.
7984         * files.el (locate-file-completion): Avoid duplicates in result.
7986         * cus-edit.el (custom-no-edit): New command.
7987         (custom-mode-map): Remap to custom-no-edit instead of
7988         using suppress-keymap.
7990 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
7992         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7993         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7994         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7996         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7998 2006-07-11  Kim F. Storm  <storm@cua.dk>
8000         * ido.el (ido-copy-current-file-name): Use buffer-name if
8001         buffer-file-name is nil.
8003 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8005         * simple.el (undo-ask-before-discard): Set to nil.
8007         * vc.el (vc-exec-after): Don't delete process manually.
8008         (vc-print-log): Run log-view-mode in process sentinel inside
8009         inhibit-read-only.  Don't shrink window due to timing issues.
8011         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8012         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8014 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8017         Fix ambiguity introduced by last change.
8018         (compilation-find-file): Move save-excursion to where it may
8019         make sense.  Fix a left over `find-file'.
8021 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8023         * textmodes/texinfmt.el (texinfo-format-separate-node):
8024         Insert a string before point, which fits documentation, not after.
8025         (texinfo-multitable-item): In a multitable row, insert any
8026         additional needed @tabs and spaces.
8028 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8030         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8031         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8032         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8033         instead of shell-command.
8034         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8035         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8036         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8037         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8038         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8039         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8041 2006-07-11  Kim F. Storm  <storm@cua.dk>
8043         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8044         Remove special case for seconds < 0.  Use (redisplay t) instead.
8046 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8048         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8049         avoid compilation error.
8051         * subr.el (sit-for): New function.
8053         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8055 2006-07-10  Richard Stallman  <rms@gnu.org>
8057         * ldefs-boot.el (edebug): Update page.
8059 2006-07-10  Kim F. Storm  <storm@cua.dk>
8061         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8062         to FOR-RELEASE and TODO.
8064 2006-07-10  Romain Francoise  <romain@orebokech.com>
8066         * emacs-lisp/authors.el (authors-aliases): Update.
8068 2006-07-10  Alan Mackenzie  <acm@muc.de>
8070         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8071         * cc-mode.el: Changes to eradicate eval-after-load.
8073 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8075         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8076         on non-char events.
8078 2006-07-09  Romain Francoise  <romain@orebokech.com>
8080         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8081         Don't highlight start/end markers as compilation messages.
8083         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8084         to t.
8086 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8090 2006-07-08  Richard Stallman  <rms@gnu.org>
8092         * term/x-win.el (x-handle-display): Add doc string.
8094         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8096         * subr.el (def-edebug-spec): Move here.
8097         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8099         * imenu.el (imenu-choose-buffer-index): Doc fix.
8101 2006-07-08  Romain Francoise  <romain@orebokech.com>
8103         * term/x-win.el (x-display-name): Fix typo.
8105 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8107         * hexl.el (hexl-find-file): Doc fix.
8109         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8111 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8113         * term/x-win.el (x-display-name): Doc fix.
8115 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8118         long prefixes.
8119         (fill-region-as-paragraph): Don't round up to a whole line.
8120         (fill-comment-paragraph): Don't include the code-before-the-comment
8121         when calling fill-region-as-paragraph.
8123         * international/mule.el (make-char): Remove redundancy.
8125         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8126         property may contain an anonymous function rather than a symbol.
8128         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8130         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8131         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8133         * dirtrack.el (dirtrack-default-directory-function): Remove.
8134         (dirtrack-directory-function): Use file-name-as-directory.
8135         (dirtrack-windows-directory-function): Simplify.
8136         (dirtrack-forward-slash, dirtrack-backward-slash)
8137         (dirtrack-replace-slash): Remove.
8138         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8139         (dirtrack): Fix wrong parenthesizing; use match-string.
8141         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8142         (inferior-octave-mode): Only change the buffer-local value of
8143         comint-dynamic-complete-functions.
8144         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8145         Move the initialization to the declaration.
8146         (inferior-octave-complete): Remove unused var `filter'.
8148         * shell.el (shell-mode): Only change the buffer-local value of
8149         comint-dynamic-complete-functions.
8151 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8153         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8154         entry is skipped because it has been scheduled.
8155         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8156         changing `:org-archived' and `:org-comment' properties.
8158 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8160         * server.el (server-select-display): Don't make the temp frame
8161         minibuffer-only, in case it's not a temp frame.
8162         (server-process-filter): Don't delete the temp frame if it's the
8163         only one we have on that display.
8165         * files.el (find-alternate-file): Doc fix.
8167 2006-07-05  Richard Stallman  <rms@gnu.org>
8169         * files.el (abbreviate-file-name): Add save-match-data.
8171 2006-07-03  Richard Stallman  <rms@gnu.org>
8173         * faces.el (read-face-name): Doc fix.
8175 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8177         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8179 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8181         * vc.el (vc-diff-internal): Fix prev change.
8183 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8185         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8186         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8188 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8190         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8191         fails if the symbol contains chars like ( or '.
8192         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8193         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8194         `short'.
8196 2006-07-04  Kenichi Handa  <handa@m17n.org>
8198         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8199         the current one, don't call set-language-environment, but call one
8200         of set-language-environment-XXX to make INFO effective now.
8201         (set-language-environment): Call set-language-environment-XXX
8202         functions instead of doing the various setups directly.
8203         (set-language-environment-coding-systems): Delete argument eol-type.
8204         (set-language-environment-input-method)
8205         (set-language-environment-nonascii-translation)
8206         (set-language-environment-charset)
8207         (set-language-environment-fontset)
8208         (set-language-environment-unibyte): New functions.
8210 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8212         * locate.el (locate-update-when-revert): New option.
8213         (locate-update-path): New option (suggested by Michael Albinus).
8214         (locate-prompt-for-command): Whitespace change.
8215         (locate-update): No longer offer to update the locate database by
8216         default.  Implement the two new options.
8218 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8220         * tooltip.el: Move comment about track-mouse...
8222         * progmodes/gud.el: ...to here.
8224 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8226         * facemenu.el (facemenu-listed-faces): New var.
8227         (facemenu-unlisted-faces): Variable deleted.
8228         (facemenu-add-new-face): Use facemenu-listed-faces.
8230         * emulation/viper-init.el, calendar/calendar.el:
8231         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8233 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8235         * textmodes/org.el (org-mode): Remove no invalid settings for
8236         calc embedded mode.
8237         (org-mode-p): New defsubst.
8238         (org-save-all-org-buffers): New function.
8239         (org-first-headline-recenter): Enclose outline-regexp in group
8240         delimiters.
8241         (org-set-tags): Keep single space after stars.
8243 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8245         * window.el (set-window-text-height): Only set window-min-height to
8246         1 if that's the requested size.
8248         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8249         (diff-unified->context, diff-context->unified)
8250         (diff-reverse-direction): Make sure the end marker stays at the end.
8251         (diff-mode): Add the keymap table at the end of docstring.
8252         Use lexical-let rather than constructing a closure manually.
8254         * files.el (find-file-noselect-1): Remove unused var assignment.
8255         (hack-local-variables-confirm): Print lists of strings as lists of
8256         strings rather than lists of symbols.
8257         (abbreviate-file-name, hack-local-variables-prop-line):
8258         Use match-string.
8259         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8260         (recover-session-finish): Use line-end-position.
8262 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8264         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8266 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8268         * progmodes/make-mode.el (makefile-macroassign-regex):
8269         Accept preceding keyword.
8270         (makefile-gmake-statements): Reorganize, now that makepp has
8271         "override" and also handle forgotten "override define".
8272         (makefile-makepp-statements): Add new "global", "override export"
8273         and "override global".
8275 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8277         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8278         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8279         (ada-no-auto-case): Fix typos in docstrings.
8281 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8283         * info.el (Info-find-node-2): Search for makeinfo version more
8284         carefully.
8286 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8288         * textmodes/org.el (org-prepare-agenda-buffers):
8289         Use `invisible-OK' argument for `org-end-of-subtree'.
8290         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8291         (org-beginning-of-item): Fix bug in regular expression for white line.
8292         (org-export-as-html): Enforce space after bullet in plain list items.
8293         (org-set-autofill-regexps): Require space after plain list bullet
8294         for paragraph-start.
8295         (org-ts-regexp3): New constant.
8296         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8297         (org-timestamp-up-day, org-timestamp-down-day)
8298         (org-timestamp-change): Work with inactive timestamps.
8299         (org-ts-regexp1): Don't allow brackets in time stamps.
8301 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8303         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8304         for ignoring links.
8306         * faces.el (read-face-name): Use it.
8308 2006-06-28  Juri Linkov  <juri@jurta.org>
8310         * buff-menu.el (list-buffers-noselect): Compare Info file
8311         with the string "dir" to detect Info directory.
8313         * complete.el (partial-completion-mode): In lambda for
8314         `choose-completion-string-functions' use full function signature
8315         with 4 args, and move point to the end of the minibuffer only if arg
8316         `mini-p' is non-nil.
8318 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8320         * ibuffer.el (ibuffer-mode): Doc fix.
8322 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8324         * textmodes/org.el (org-context): New contexts :item-bullet,
8325         :latex-fragment, :latex-preview.
8326         (org-overlays-at, org-overlay-start, org-overlay-end):
8327         New compatibility functions.
8328         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8329         exact regexp that will be used during export.
8330         (org-latex-regexps): New variable.
8331         (org-cdlatex-mode): Improve advice for `texmathp'.
8332         (turn-on-org-cdlatex): New function.
8334 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8336         * term/mac-win.el (mac-handle-font-selection): Change keys of
8337         mac-atsu-font-table from strings to numbers.
8338         (mac-ts-caret-position): Use also when cursor-type is nil.
8339         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8340         Relax condition for using overlay strings.
8341         Use mac-ts-caret-position face when cursor-type is nil.
8343 2006-06-26  Kim F. Storm  <storm@cua.dk>
8345         * help.el (view-emacs-news): Declare `res' in the right let* form.
8347 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8349         * net/rcompile.el (remote-compile): Replace ange-ftp based
8350         implementation by Tramp functions.
8351         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8353         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8355 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8357         * international/fontset.el (setup-default-fontset): Fix a typo in
8358         the "Oriya-Akruti" registry name.
8360 2006-06-23  Lars Hansen  <larsh@soem.dk>
8362         * desktop.el (desktop-full-file-name): New function.
8363         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8364         (desktop-revert): Use it.
8365         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8366         (desktop-after-read-hook): Add option list-buffers.
8367         (desktop-locals-to-save): Add tab-width.
8368         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8369         Fix docstring.
8371 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8373         * textmodes/org.el (org-cdlatex-mode-map)
8374         (org-cdlatex-texmathp-advice-is-done): New variables.
8375         (org-cdlatex-mode): New minor mode.
8376         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8377         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8378         (org-export-with-archived-trees): New option.
8379         (org-open-file): Remove the call to `convert-standard-filename'.
8380         (org-archive-tag, org-agenda-skip-archived-trees)
8381         (org-cycle-open-archived-trees)
8382         (org-sparse-tree-open-archived-trees): New options.
8383         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8384         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8385         New functions.
8386         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8387         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8388         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8389         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8390         Call `org-prepare-agenda-buffers'.
8391         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8392         (org-file-apps, org-file-apps-defaults-gnu)
8393         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8394         Handle remote files by forcing them to be opened in Emacs.
8396 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8398         * vc.el (vc-diff-knows-L): New variable.
8399         (vc-diff-internal): Use it to handle "diff" programs that don't
8400         understand -L.  This works automatically, no user action is necessary.
8402 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8404         * net/rcirc.el (rcirc-default-user-full-name): Default to
8405         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8406         longer exists).
8407         (rcirc-process-list): Check `buffer-live-p' before attempting to
8408         switch to a buffer.
8410 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8412         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8413         based on rcirc-coding-system-alist.
8415 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8417         * cus-edit.el (customize-apropos): A better error message.
8418         (top level) <debug-ignored-errors>: Extend and update the list of
8419         ignored error messages.
8421 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8423         * complete.el (PC-do-completion): Retain capitalization of user
8424         input, when possible, even if completion-ignore-case is set.
8426 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8428         * generic-x.el (bat-generic-mode): Support .cmd files.
8430         * dos-w32.el (top level): Use find-file-not-found-functions
8431         instead of the obsolete find-file-not-found-hooks.
8433 2006-06-22  Kim F. Storm  <storm@cua.dk>
8435         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8436         to recognize mode name containing submodes, such as Grep/lw.
8438 2006-06-21  Kim F. Storm  <storm@cua.dk>
8440         * simple.el (line-move-1): Check for move-end-of-line instead of
8441         end-of-line when setting temporary-goal-column.
8443 2006-06-21  Miles Bader  <miles@gnu.org>
8445         * play/cookie1.el (cookie): Work properly when there's only one entry.
8447 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8449         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8450         (gdb-frame-handler): Generalize frame regexp for templates.
8452 2006-06-20  Glenn Morris  <rgm@gnu.org>
8454         * calendar/appt.el (appt-display-format): Default value must be
8455         one of the customize options.
8457 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8459         * term/xterm.el (terminal-init-xterm): Update key availability info.
8460         Bind C-return.
8462         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8464 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8466         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8467         whether or not a local variables list is defined.
8469         * msb.el (msb): Move `sit-for' hack here to handle both
8470         "mouse-down and drag" and "mouse-up and select" situations.
8471         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8473 2006-06-20  Kenichi Handa  <handa@m17n.org>
8475         * international/characters.el (word-combining-categories):
8476         Add entries for 2-byte Han characters.
8478 2006-06-19  Richard Stallman  <rms@gnu.org>
8480         * bindings.el (mode-line-format): Save some mode line space.
8482         * files.el (find-file-noselect): Improve the question wording.
8483         (basic-save-buffer-2): Mask UMASK against 666.
8485         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8486         (mouse-drag-vertical-line): Call it.
8488         * cus-edit.el (customize-option, customize-option-other-window):
8489         Error if SYMBOL is nil.
8491 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8493         * textmodes/org.el: Require noutline, also on XEmacs.
8494         (org-end-of-subtree): Return point.
8495         (org-dblock-start-re, org-dblock-end-re): New constants.
8496         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8497         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8498         (org-update-all-dblocks, org-find-dblock): New functions.
8499         (org-collect-clock-time-entries): New function.
8500         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8501         (org-fixup-indentation): Modify to deal correctly with lines
8502         starting with TAB.  Only one argument DIFF now.
8503         (org-demote, org-promote): Call `org-fixup-indentation' with just
8504         one argument, DIFF.
8505         (org-mode): Don't mark buffer as modified when aligning tables.
8506         (org-clock-sum): Don't mark buffer modified when adding time sum
8507         properties.
8508         (org-export-as-html): Add support for a link validation function.
8509         (org-archive-all-done): New function.
8510         (org-archive-subtree): New prefix argument.  When set, archive all
8511         done subtrees in this buffer.
8512         (org-remove-clock-overlays)
8513         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8514         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8515         (org-put-clock-overlay): Don't swallow last headline character
8516         when displaying overlay.
8517         (org-store-link): Link to `image-mode' with just the file name.
8519 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8521         * viper-cmd.el (viper-special-read-and-insert-char):
8522         Use read-key-sequence.
8523         (viper-after-change-undo-hook): Misc enhancements.
8524         (viper-after-change-undo-hook): New hook.
8525         (viper-undo): Use viper-after-change-undo-hook.
8526         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8527         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8528         clicking on that widget/button.
8530         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8532         * ediff-diff (ediff-test-patch-utility): Catch errors.
8533         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8534         (ediff-set-actual-diff-options): New function.
8535         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8536         Use ediff-set-actual-diff-options.
8537         (ediff-extract-diffs): Catch errors.
8538         (ediff-whitespace): Add non-breakable space.
8539         (ediff-same-file-contents): Catch errors.
8541         * ediff-mult.el (ediff-collect-custom-diffs):
8542         Save coding-system-for-read.
8544         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8545         (ediff-vc-internal, ediff-vc-merge-internal):
8546         Use ediff-delete-version-file.
8547         (ediff-delete-version-file): New function.
8549         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8551         * ediff.el (ediff-directories, ediff-directory-revisions)
8552         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8553         (ediff-directories-internal, ediff-merge-directory-revisions)
8554         (ediff-merge-directory-revisions-with-ancestor)
8555         (ediff-directories3): Use read-directory-name.
8557 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8559         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8560         Remove superfluous part of regexp for brace matching which is handled
8561         by `scan-lists' call.
8563 2006-06-16  Richard Stallman  <rms@gnu.org>
8565         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8567         * files.el (basic-save-buffer-2): For a new precious file,
8568         use the default modes in the return value.
8570         * facemenu.el (facemenu-color-alist): Doc fix.
8572         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8574 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8576         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8578         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8579         (mac-utxt-to-string): Use it.
8580         (mac-ts-update-active-input-area): Use mac-ae-number.
8582 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8584         * term.el (term-handle-scroll, term-delete-lines)
8585         (term-insert-lines): Fix off by one errors.
8587 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8589         * net/tramp.el (tramp-touch): Use UTC to express time.
8591 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8593         * mail/sendmail.el (mail-send): Search explicitly for
8594         mail-header-separator when checking for corrupted header lines.
8596 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8598         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8599         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8600         (gdb-init-1): Initialise them.
8601         (gdb-starting): Reset gdb-printing
8602         (gdb-starting): Save value of gud-overlay-arrow-position.
8603         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8604         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8605         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8606         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8608 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8612 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8614         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8615         (ldap-search-internal): Keep error messages, and a regexp fix.
8617 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8619         * files.el (hack-local-variables-confirm):
8620         Display string value using its printed representation.
8622 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8624         * server.el (server-edit): No-op if no server buffers exist.
8626 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8628         * textmodes/page-ext.el (pages-directory-for-addresses):
8629         Including `pages-directory-address-mode' in the function results
8630         in the message "Buffer in which pages were found is deleted".
8632 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8634         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8635         clocking functions.
8637         (org-agenda-clock-in, org-check-running-clock)
8638         (org-clock-out-if-current, org-remove-clock-overlays)
8639         (org-put-clock-overlay): New functions.
8640         (org-clock-marker, org-clock-file-total-minutes)
8641         (org-clock-overlays): New variables.
8642         (org-clock-display, org-clock-sum, org-clock-cancel)
8643         (org-clock-out, org-clock-in): New commands.
8644         (org-export): New function.
8645         (org-emph-re): New constant.
8646         (org-set-emph-re, org-do-emphasis-faces): New functions.
8647         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8648         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8649         (org-export-html-convert-emphasize): Use the configurable emphasis.
8650         (org-cleaned-string-for-export): Make multiline emphasis visible
8651         to the exporter.  New optional argument PARAMETERS.
8652         (org-export-as-html): Specify :emph-multiline parameter to
8653         `org-cleaned-string-for-export'.
8655 2006-06-10  Richard Stallman  <rms@gnu.org>
8657         * help.el (help-for-help-internal): Clean up help text.
8659 2006-06-10  Andreas Schwab  <schwab@suse.de>
8661         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8662         in doc string.
8664         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8666 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8668         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8669         spaces after the comment start.
8671 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8673         * play/pong.el (pong-init-buffer):
8674         Fill buffer with spaces instead of ^A.
8676         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8677         launched asynchronously, delete its process instead of being cool.
8678         (ispell-async-processp): Check for `delete-process' existence
8679         instead of `kill-process' one for consistency.
8681 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8683         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8684         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8685         in mode line at startup.
8687 2006-06-08  Kim F. Storm  <storm@cua.dk>
8689         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8690         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8691         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8692         (ido-file-internal): Pass full file name to write-file.
8693         (ido-read-internal): Only pop stack elements automatically if they
8694         actually match an existing directory or file name.
8696 2006-06-07  Kenichi Handa  <handa@m17n.org>
8698         * international/mule.el (find-auto-coding): Don't handle the short
8699         name `char-trans'.
8701         * files.el (hack-local-variables-prop-line)
8702         (hack-local-variables): Cancel the previous change.
8704 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8706         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8708 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8710         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8711         diff-default-read-only is non-nil.
8712         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8713         (diff-refine-hunk): Set inhibit-read-only to t.
8715         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8716         modifying the *Diff* buffer.
8717         (diff-process-filter): New filter function for diff process that
8718         sets inhibit-read-only to t when modifying the *Diff* buffer.
8720 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8722         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8723         insertion point and control the number of empty lines.
8724         (org-paste-subtree): Limit the number of empty lines at the end of
8725         the inserted tree.
8726         (org-agenda): Use buffer name of current file for narrowing.
8727         (org-export-as-xml): Command removed.
8728         (org-export-xml-type): Option removed.
8729         (org-mode-map): Call `org-export-as-xoxo' directly.
8730         (org-get-indentation): New optional argument LINE.
8731         (org-fix-indentation, org-remove-tabs): New functions.
8732         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8733         correct indentation for headlines that are converted it items.
8734         (org-skip-comments): Remove table lines that contain narrowing
8735         cookies but no other non-empty fields.
8736         (org-set-tags): Allow groups of mutually exclusive tags.
8737         (org-cmp-time): Sort 24:21 before items without time.
8738         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8739         (org-open-at-point): Require double colon also for numbers.
8741 2006-06-06  Kim F. Storm  <storm@cua.dk>
8743         * ido.el (ido-default-file-method, ido-default-buffer-method):
8744         Make choice values consistent with corresponding command names.
8745         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8747 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8749         * progmodes/gud.el (gud-running): Fix doc string.
8750         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8751         (gud-tooltip-modes): Add python-mode.
8752         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8754 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8756         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8757         Quote $(EMACS).
8759 2006-06-05  Richard Stallman  <rms@gnu.org>
8761         * faces.el (defined-colors): Doc fix.
8763 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8765         * vc.el (vc-process-filter): Inhibit undo info collection around
8766         call to insert.
8767         (vc-setup-buffer): Likewise for call to erase-buffer.
8768         (vc-do-command): Likewise for call to process-file.
8770 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8772         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8773         for gud-go.
8774         (gud-common-init): Other debuggers may trigger error.
8776 2006-06-05  Kenichi Handa  <handa@m17n.org>
8778         * international/mule.el (find-auto-coding):
8779         Handle enable-character-translation in file header.
8781 2006-06-04  Kim F. Storm  <storm@cua.dk>
8783         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8784         (authors-fixed-entries): Fix spelling.
8785         (authors-canonical-file-name): Don't report error for wildcards.
8787         * help.el (view-emacs-news): Rewrite to support new NEWS,
8788         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8789         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8790         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8792 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8794         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8795         exec constructs like `foo bar`.
8796         (sh-quoted-subshell): New helper function to search for a possibly
8797         nested subshell (like `` or $()) within a "" quoted string.
8798         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8799         (sh-apply-quoted-subshell): Flag quote characters inside a
8800         subshell, which is itself already in a quoted region, as
8801         punctuation, since this is the closest to what they actually are.
8802         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8803         sh-apply-quoted-subshell.
8804         (sh-font-lock-syntactic-face-function): Apply the new face for
8805         text inside `` instead of the old font-lock-string-face.
8807 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8809         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8810         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8811         (mac-bytes-to-text-range, mac-ae-text-range-array)
8812         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8813         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8814         (mac-ts-unicode-for-key-event): New functions.
8815         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8816         (mac-handle-font-selection): Use mac-ae-number.
8817         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8818         New variables.
8819         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8820         (mac-ts-converted-text, mac-ts-selected-converted-text)
8821         (mac-ts-block-fill-text, mac-ts-outline-text)
8822         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8823         (mac-ts-hilite-style-faces): New constant.
8824         (mac-apple-event-map): Bind text input events.
8825         (mac-dispatch-apple-event): Use command-execute instead of
8826         call-interactively.
8827         (global-map): Don't bind mac-apple-event.
8828         (special-event-map): Bind mac-apple-event.
8830 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8832         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8833         file name.
8834         (emacs): Enclose the value of $(EMACS) in quotes.
8836 2006-06-02  Juri Linkov  <juri@jurta.org>
8838         * international/mule.el (sgml-html-meta-auto-coding-function):
8839         Remove the condition `(search-forward "<html" size t)'.
8840         Replace `\"' with `[\"']?' in `re-search-forward'.
8842 2006-06-02  Kenichi Handa  <handa@m17n.org>
8844         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8845         as well as `coding'.
8846         (hack-local-variables): Likewise.
8848         * international/mule.el (enable-character-translation):
8849         Put permanent-local and safe-local-variable properties.
8850         (find-auto-coding): Handle char-trans: tag.
8852 2006-06-02  Juri Linkov  <juri@jurta.org>
8854         * international/mule.el (sgml-html-meta-auto-coding-function):
8855         Limit the search by the end of the HTML header (if any).
8857 2006-06-01  Richard Stallman  <rms@gnu.org>
8859         * subr.el (with-current-buffer): Doc fix.
8861 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8863         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8864         Almost rewrite.  Underlines over all lines of gcov output are too
8865         uncomfortable to read.  Suggested by Dan Nicolaescu.
8867 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8869         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8871         * shell.el (shell-mode): Use shell-mode-map in docstring.
8873         * comint.el (comint-send-input): Do not add help-echo and
8874         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8876 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8878         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8880 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
8882         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8883         (gdb-stopped, gdb-info-stack-custom): If there is no source info
8884         look up the stack and pop up GUD buffer if necessary.
8885         (gdb-frames-select): Remove redundant call to gud-display-frame.
8886         (gdb-info-threads-custom): Keep point at start of buffer.
8887         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8889 2006-05-31  Juri Linkov  <juri@jurta.org>
8891         * replace.el (query-replace-read-from, query-replace-read-to):
8892         Bind `history-add-new-input' to nil.  Call `add-to-history'.
8894 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8896         * textmodes/table.el: Convert all HTML tags to lower case for
8897         XHTML compatibility.
8899 2006-05-31  Masatake YAMATO  <jet@gyve.org>
8901         * progmodes/compile.el:
8902         (compilation-error-regexp-alist-alist::gcov-called-line):
8903         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
8905 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
8907         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8908         Revert inadvertent changes made with last commit.
8910 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8913         New functions.
8915         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8917 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8919         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8920         only matches in the right place.
8921         (org-upcoming-deadline): New face.
8922         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8923         (org-export-ascii-underline): Rename constant `org-ascii-underline'
8924         and make it an option.
8925         (org-export-ascii-bullets): New option.
8926         (org-export-as-html): Many changes to emit valid XHTML.
8927         (org-par-open): New variable.
8928         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8929         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8930         (org-timeline): Pass `org-timeline-show-empty-dates' to
8931         `org-get-all-dates'.  Interpret empty dates returned by
8932         `org-get-all-dates'.
8933         (org-get-all-dates): New argument EMPTY.  Add dates without
8934         entries to the list, mark large ranges of empty dates.
8935         (org-point-in-group, org-context): New functions.
8937 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
8939         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8941         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8942         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8943         to C-mouse-3 (for 2 button mice).
8944         (gdb-send): Do the right thing for C-d.
8946         * speedbar.el (speedbar-detach): Delete.
8947         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8948         it breaks things.
8949         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8951 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
8953         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8954         Makeppfile.
8956         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8957         Add makepp diagnostic.
8959 2006-05-29  Richard Stallman  <rms@gnu.org>
8961         * window.el (fit-window-to-buffer): Doc fix.
8963         * help.el (temp-buffer-max-height): Doc fix.
8965         * subr.el (with-current-buffer): Doc fix.
8967 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8969         * term/x-win.el: Bind F10 to menu-bar-start if available.
8971 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
8973         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8974         uses with a simple test.
8975         (term-set-escape-char, term-mode, term-check-kill-echo-list)
8976         (term-send-raw-string, term-send-raw, term-mouse-paste)
8977         (term-char-mode, term-line-mode, term-exec, term-sentinel)
8978         (term-handle-exit, term-read-input-ring)
8979         (term-previous-matching-input-string)
8980         (term-previous-matching-input-string-position)
8981         (term-previous-matching-input-from-input)
8982         (term-replace-by-expanded-history, term-send-input)
8983         (term-skip-prompt, term-bol, term-send-invisible)
8984         (term-kill-input, term-delchar-or-maybe-eof)
8985         (term-backward-matching-input, term-check-source)
8986         (term-proc-query, term-emulate-terminal)
8987         (term-handle-colors-array, term-process-pager, term-pager-line)
8988         (term-pager-bob, term-unwrap-line, term-word)
8989         (term-dynamic-complete-filename)
8990         (term-dynamic-complete-as-filename)
8991         (term-dynamic-simple-complete): Replace one arm ifs with whens or
8992         unlesses.
8994 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8996         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8997         during bootstrapping.
8999         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9000         Basically undo the change of 2006-05-26: use extra arguments instead of
9001         dynamic scoping.
9002         (ewoc-locate): Remove unused var `footer'.
9004 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9006         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9008         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9009         (generate-file-autoloads): Obey it.  Return whether autoloads were
9010         added at point or not.
9011         (update-file-autoloads): Use this new return value.
9012         Remove redundant test for the presence of an autoload cookie.
9014         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9015         This one calls hack-local-variables.
9016         (generate-file-autoloads, update-file-autoloads): Use it.
9018         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9019         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9020         (bibtex-sort-entry-class-alist): Don't set the global value.
9021         (bibtex-init-sort-entry-class-alist): New fun.
9022         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9023         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9024         of bibtex-init-sort-entry-class.
9026 2006-05-28  Richard Stallman  <rms@gnu.org>
9028         * subr.el (load-history-regexp): If FILE is relative, insist
9029         entire last name component must match it.
9030         (load-history-filename-element, load-history-regexp): Doc fixes.
9032 2006-05-29  Kim F. Storm  <storm@cua.dk>
9034         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9035         `pos' and `raw-data' for clarity, as eval forms may access these.
9037 2006-05-28  Kim F. Storm  <storm@cua.dk>
9039         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9041 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9043         * progmodes/make-mode.el (makefile-browser-map)
9044         (makefile-mode-syntax-table): Move initialization inside declaration.
9045         (makefile-fill-paragraph): Use the default comment-filling code.
9047 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9049         * replace.el (query-replace-defaults): New variable.
9050         (query-replace-read-from): Use `query-replace-defaults' for
9051         default value, instead of history list.
9052         (query-replace-read-to): Update `query-replace-defaults'.
9054 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9056         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9057         with no X toolkit.
9059 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9061         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9062         (tumme-show-all-from-dir): Add autoload.
9064 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9066         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9067         (tumme-remove-tag): Fix bug.
9069 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9071         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9072         FOOTER args.  Update unique caller.
9073         (ewoc-delete): Compute last node once before looping.
9074         (ewoc--node-branch): Merge into unique caller.
9075         (ewoc--node): Don't define constructor make-ewoc--node for this
9076         structure.
9077         (ewoc): Add member `hf-pp' to this structure.
9078         (ewoc--wrap): New func.
9079         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9080         header/footer pretty-printers.  Save header/footer pretty-printer.
9081         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9083         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9085 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9087         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9088         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9089         Tag'.  Change "Compare directories..." to "Change Directories...".
9090         Move tumme commands to Operate, Regexp and Immediate menus.
9091         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9092         Tag" to "Add Image Tags".
9094         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9095         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9096         `tumme-delete-tag'.
9098 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9100         * shell.el (shell-mode): Call shell-dirtrack-mode after
9101         list-buffers-directory is made a local variable, to avoid setting
9102         the default value.
9104 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9106         * info.el (Info-index-next): Use where-is-internal to report
9107         actual binding of Info-index-next, rather than hard-coded `,'.
9109 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9111         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9112         and "Find Command in Manual" to here.
9114         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9115         Info-current-file as the file name.
9117 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9119         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9120         overrides will now be done a different way.
9121         (ses-set-parameter): Reapply this function for undo.
9122         (ses-set-header-row): Reconstruct header row during undo.
9123         (ses-widen): New function.
9124         (ses-goto-data, ses-reconstruct-all): Use new function.
9125         (ses-command-hook): Widen buffer during undo, before unupdating
9126         the cells.
9127         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9128         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9129         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9130         formula hasn't been executed yet.
9132 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9134         * comint.el (comint-kill-whole-line): Rename arg to count.
9135         Fix doc string.
9137 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9139         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9140         to copy-file.
9142 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9144         * simple.el (toggle-truncate-lines): Make arg optional for
9145         backward compatibility.
9147 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9149         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9150         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9151         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9152         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9153         (ewoc--adjust): Use ewoc--current-dll.
9154         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9156 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9158         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9159         compact error message.
9160         (org-tags-view): Refresh category table in each file.
9161         (org-table-justify-field-maybe): Remove superfluous arguments to
9162         `format'.
9163         (org-export-as-html): Insert "<p>" before postamble.
9164         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9166 2006-05-26  Kenichi Handa  <handa@m17n.org>
9168         * textmodes/po.el (po-find-charset): Pay attention to the case
9169         FILENAME is a cons (NAME . BUFFER).
9170         (po-find-file-coding-system-guts): Likewise.
9172         * arc-mode.el (archive-set-buffer-as-visiting-file):
9173         Call find-operation-coding-system with (FILENAME . BUFFER).
9175         * tar-mode.el (tar-extract): Call find-operation-coding-system
9176         with (FILENAME . BUFFER).
9178         * international/mule.el (decode-coding-inserted-region):
9179         Call find-operation-coding-system with (FILENAME . BUFFER).
9181 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9183         * image-mode.el (image-toggle-display): Use buffer contents to
9184         generate image for a remote file.
9186 2006-05-25  Juri Linkov  <juri@jurta.org>
9188         * replace.el (query-replace-read-from, query-replace-read-to):
9189         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9191 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9193         * whitespace.el (whitespace-cleanup): Change to cleanup
9194         region if one is active.
9195         * whitespace.el (whitespace-cleanup-internal): New internal method.
9197 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9199         * dired.el (dired-mode-map): Add help-echo strings to tumme
9200         commands.  Bind `tumme-dired-display-image' to C-t i.
9202         * tumme.el (tumme-display-image): Change documentation string slightly.
9203         (tumme-dired-display-image): Add call to `display-buffer'.
9205 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9207         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9208         Signal error if RAW-DATA is a multibyte string.
9210 2006-05-24  Richard Stallman  <rms@gnu.org>
9212         * subr.el (with-local-quit): When handling `quit' signal,
9213         make a chance for quit-flag to cause a quit.
9215         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9216         (ad-disable-advice): Add autoloads.
9218         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9220 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9222         * dired.el (dired-mode-map): Change menu items for tumme as per
9223         suggestions in emacs-devel.
9225 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9227         * dired.el (dired-mode-map): Fix breakage.
9229 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9231         * tumme.el (tumme-display-dired-image): Rename to...
9232         (tumme-dired-display-image): ...this.
9233         (tumme-track-movement): Change default value to t.
9234         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9235         used from `tumme-next-line-and-display' and similar commands.
9237         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9238         Immediate menu.  Add some tumme commands there.
9240 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9242         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9244 2006-05-24  Chong Yidong  <cyd@mit.edu>
9246         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9247         menu entries that open submenus.
9249 2006-05-24  Alan Mackenzie  <acm@muc.de>
9251         * startup.el (command-line): For names of preloaded files, don't
9252         append ".elc" (now done in Fload), and call file-truename on the
9253         lisp directory.
9255         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9256         match ANY loaded file with the right name, not just those in
9257         load-path.  Put a regexp matching the file name into
9258         after-load-alist, rather than the name itself.
9260         * subr.el (load-history-regexp, load-history-filename-element)
9261         (do-after-load-evaluation): New functions.
9263         * international/mule.el (load-with-code-conversion): Do the
9264         eval-after-load stuff by calling do-after-load-evaluation.
9266 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9268         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9269         has not been killed.
9271 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9273         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9274         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9275         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9276         Optionally set error message in reply.
9278 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9280         * textmodes/org.el (org-open-at-point): Use renamed variable
9281         `org-confirm-shell-link-function'.
9282         (org-confirm-shell-link-function): Rename from
9283         `org-confirm-shell-links'.
9284         (org-export-directory): New function.
9285         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9286         (org-export-icalendar): Use `org-export-directory'.
9287         (org-indent-item): Keep cursor position.
9288         (org-link-file-path-type): New option.
9289         (org-export-as-html): Fix bug with plain lists starting in
9290         column 0.
9291         (org-export-as-html): Remove deadline formatting, this happens
9292         now already in `org-html-handle-time-stamps'.
9293         (org-export-html-style): Deadline class removed.
9294         (org-insert-labeled-timestamps-at-point): New option.
9295         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9296         of `hide-sublevels 1', in case the first headline is not level 1.
9297         (org-overview, org-content): New fuction.
9298         (org-cycle-global-status, org-cycle-subtree-status): Make these
9299         variables buffer-local.
9300         (org-global-cycle): New command.
9301         (org-shifttab): Use `org-global-cycle'.
9302         (org-insert-heading, org-insert-item): Go to end of new
9303         headline/item after creating it.
9304         (org-export-visible): Rename from `org-export-copy-visible'.
9305         Now creates a temporary org-file and applies an exporting command
9306         to it.
9307         (org-table-eval-formula): Support for lisp forms.
9308         (org-agenda-todo-ignore-scheduled): New option.
9309         (org-agenda-get-todos): Use new option
9310         `org-agenda-todo-ignore-scheduled'.
9311         (org-export-html-inline-images): New value `maybe'.
9312         (org-export-as-html): Inlining of images dependent on link description.
9313         (org-archive-subtree): Check for end-of-buffer before trying
9314         `kill-line'.
9315         (org-agenda-follow-mode): New option.
9316         (org-export-with-tags, org-export-with-timestamps): New options.
9317         (org-html-handle-time-stamps): New function.
9318         (org-keyword-time-regexp): New variable.
9319         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9320         (org-agenda-todo-list-sublevels): New option.
9321         (org-html-level-start): When TITLE is nil, just close all levels.
9322         (org-parse-key-lines, org-parse-export-options): Remove functions,
9323         replaced by `org-infile-export-plist'.
9324         (org-combine-plists, org-infile-export-plist)
9325         (org-default-export-plist): New functions.
9326         (org-export-html-preamble, org-export-html-postamble)
9327         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9328         New variables.
9329         (org-export-publishing-directory): New option.
9330         (org-export-as-html, org-export-as-ascii): Use the new property
9331         lists for settings.
9332         (org-export-copy-visible, org-export-as-xoxo):
9333         Respect `org-export-publishing-directory'.
9334         (org-link-search, org-store-link, org-file-apps): Support for
9335         links to BibTeX database entries..
9336         (org-get-current-options, org-set-regexps-and-options):
9337         Implement logging as a startup option.
9338         (org-store-link): Make sure context string is never empty
9339         (org-insert-link): Use relative path when possible.
9340         (org-at-item-checklet-p): New function.
9341         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9342         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9343         (org-metaright, org-metaup, org-metadown, org-shiftup)
9344         (org-shiftdown, org-shiftright, org-shiftleft)
9345         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9346         Dispatch using `call-interactively'.
9347         (org-call-with-arg): New defsubst.
9348         (org-tag-alist, org-use-fast-tag-selection): New options.
9349         (org-complete): Use `org-tag-alist'.
9350         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9351         (org-next-item, org-previous-item): New commands.
9352         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9353         make command.
9354         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9356 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9358         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9359         (ewoc-filter): Use `ewoc-delete'.
9361         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9363 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9365         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9366         Signal more user-friendly error messages.
9368         * complete.el (PC-do-completion): Undo the addition of implicit
9369         wildcards if they did not lead to finding any match.
9370         (read-file-name-internal): Don't add the final > if the completion is
9371         not finished.
9373 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9375         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9376         Quote safe-local-variable predicate.
9378 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9380         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9382 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9384         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9386         * progmodes/make-mode.el (makefile-special-targets-list)
9387         (makefile-macro-table, makefile-target-table): Mark as risky.
9388         (makefile-query-one-target-method): Make this the alias for the
9389         following variable.
9390         (makefile-query-one-target-method-function): Make this the real name.
9392         * textmodes/artist.el (artist-text-renderer): Make this the alias
9393         for the following variable.
9394         (artist-text-renderer-function): Make this the real name.
9396         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9397         the alias for the following variable.
9398         (flyspell-generic-check-word-predicate): Make this the real name.
9400         * textmodes/ispell.el (ispell-format-word): Make this the alias
9401         for the following variable.
9402         (ispell-format-word-function): Make this the real name.
9403         (ispell-message-text-end): Mark as risky.
9405         * skeleton.el (skeleton-transformation, skeleton-filter)
9406         (skeleton-pair-filter): Make these the aliases for the following
9407         variables.
9408         (skeleton-transformation-function, skeleton-filter-function)
9409         (skeleton-pair-filter-function): Make these the real names.
9411         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9412         and skeleton-pair-filter-function.
9414         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9415         alias for the following variable.
9416         (sgml-transformation-function): Make this the real name.
9417         (sgml-tag-alist): Mark as risky.
9419 2006-05-21  Richard Stallman  <rms@gnu.org>
9421         * simple.el (kill-region): Interactively, pass point, then mark.
9423 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9425         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9427 2006-05-21  Romain Francoise  <romain@orebokech.com>
9429         * dired-x.el (dired-mode-map): Don't bind M-g.
9431 2006-05-20  Richard Stallman  <rms@gnu.org>
9433         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9434         (dired-goto-file): Doc fix.
9436 2006-05-21  Kim F. Storm  <storm@cua.dk>
9438         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9439         way to enable built-in cua-mode if user loads older CUA-mode package.
9441         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9442         if default-filename is specified.
9444 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9446         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9448         * info.el (info-apropos): Make sure current-file and current-node
9449         have non-nil values.  Speed up by using add-to-list instead of
9450         manual consing.
9452 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9454         * progmodes/make-mode.el (makefile-mode): Doc fix.
9456 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9458         * dired-aux.el (dired-do-shell-command): Doc fix.
9460 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9462         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9463         ``(custom-manual :tag "Foo" "(foo)Node")''.
9465 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9467         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9468         value is an integer.
9470 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9472         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9473         "format".
9474         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9476 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9478         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9479         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9481 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9483         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9484         regexp for keywords.
9486 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9488         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9489         replace-regexp-in-string.
9491         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9492         encode, and escape file name on conversion to URL.
9494 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9496         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9497         Don't unescape URL.
9498         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9500         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9501         on conversion to URLs.
9503         * net/browse-url.el (browse-url-file-url): Encode file name on
9504         conversion to URL.
9506         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9507         conversion to URL.
9509 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9511         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9513 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9515         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9516         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9518 2006-05-19  Glenn Morris  <rgm@gnu.org>
9520         * calendar/diary-lib.el (diary-bahai-date)
9521         (list-bahai-diary-entries, mark-bahai-diary-entries)
9522         (mark-bahai-calendar-date-pattern): Not interactive.
9523         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9524         (diary-entries-list): Change format of 4th element in each entry.
9525         (diary-list-entries): Use add-to-diary-list.
9526         (diary-goto-entry): Handle the case where the buffer visiting the
9527         diary has been killed.
9528         (fancy-diary-display): Add 'locator to button rather than 'marker.
9529         Only generate temp-face when there are marks to apply.
9530         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9531         (diary-fancy-date-pattern): New variable.
9532         (diary-time-regexp): Doc fix.
9533         (diary-anniversary, diary-time): New faces.
9534         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9535         diary-time-regexp.  Add font-lock-multiline property where needed.
9536         Use new faces diary-anniversary and diary-time.
9537         (diary-fancy-font-lock-fontify-region-function): New function, to
9538         handle multiline font-lock pattern in fancy diary.
9539         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9540         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9541         diary-time.
9543 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9545         * international/code-pages.el (mik): Table corrected.
9547 2006-05-18  Kim F. Storm  <storm@cua.dk>
9549         * progmodes/grep.el (grep-find): Don't check grep-find-command
9550         before running command (breaks non-interactive usage).
9552 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9554         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9555         (ewoc--insert-new-node): Don't insert trailing newline.
9556         Instead, adjust successor nodes's start markers.
9557         (ewoc--refresh-node): Delete all text from current node's start
9558         marker to the next one's; adjust successor nodes's start markers.
9559         (ewoc--create): Doc fixes.
9560         (ewoc--refresh): Don't insert newline.
9561         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9562         * pcvs.el (cvs-make-cvs-buffer):
9563         Specify extra newline for ewoc's header and footer.
9564         (cvs-update-header): Update initial header recognition.
9565         Append newline to final header and footer values.
9566         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9568 2006-05-17  Richard Stallman  <rms@gnu.org>
9570         * files.el (file-name-extension): Doc fix.
9572 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9574         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9575         we can explicitly enable/disable rather than toggle.
9576         (shell-mode): Use it.
9577         (shell-cd): Don't try to reproduce what `cd' does.
9579 2006-05-17  Kim F. Storm  <storm@cua.dk>
9581         * ido.el (ido-read-internal): Use only nondirectory part of
9582         default item.
9584 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9586         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9587         (ewoc-nth): Doc fix.
9589         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9591 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9593         * international/mule.el (auto-coding-alist): Add .lha to files
9594         read with no-conversion.
9596         * files.el (auto-mode-alist): Add .lha files to archive file
9597         extensions.
9599         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9600         Convert csize to integer when computing offsets within the
9601         compressed archive file.
9603 2006-05-16  Kim F. Storm  <storm@cua.dk>
9605         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9606         with read-from-minibuffer.
9608 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9610         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9611         (byte-compile-warnings): Fix safe-local-variable property.
9613 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9615         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9616         (allout-stylish-prefixes, allout-numbered-bullet)
9617         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9618         predicates to qualify `safe-local-variable' property, when
9619         available, else use equivalent lambda.
9620         (allout-current-topic-collapsed-p): Do the right thing regarding
9621         trailing blank lines.
9623 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9625         * server.el (server-start): Only create a directory if needed.
9626         (server-edit, server-unload-hook): server-start => server-mode.
9627         (kill-emacs-hook): Cleanup upon exit.
9629 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9631         * hexl.el (hexlify-buffer): Encode process arguments manually.
9633 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9635         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9636         call to gdb-tooltip-print.
9638 2006-05-15  Romain Francoise  <romain@orebokech.com>
9640         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9641         systems, default to "tar" since those systems probably have GNU tar.
9643 2006-05-14  Lars Hansen  <larsh@soem.dk>
9645         * desktop.el (desktop-missing-file-warning): Fix docstring.
9646         (desktop-restore-file-buffer): Correct question asked on missing file.
9648 2006-05-14  Kim F. Storm  <storm@cua.dk>
9650         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9651         Add CUA move property.
9653 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9655         * custom.el (custom-push-theme): Load the variable before checking
9656         its `standard-value'.
9658 2006-05-13  Lars Hansen  <larsh@soem.dk>
9660         * desktop.el (desktop-save): Use with-temp-buffer.
9662 2006-05-12  Glenn Morris  <rgm@gnu.org>
9664         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9665         * calendar/calendar.el (calendar-mode-map):
9666         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9667         * calendar/appt.el (appt-check, appt-make-list): Refer to
9668         diary-view-entries, diary-list-entries, diary-show-all-entries
9669         rather than obsolete aliases.
9671 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9673         * simple.el (line-move-finish): Avoid calling point motion hooks
9674         while processing intangibility.
9676 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9678         * term/xterm.el (terminal-init-xterm): Fix typo.
9680 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9682         * allout.el (allout-view-change-hook): Mark as being deprecated,
9683         to be replaced by `allout-exposure-change-hook'.
9684         (allout-exposure-change-hook): New, replacing
9685         `allout-view-change-hook'.
9686         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9687         in addition to `allout-view-change-hook'.
9688         (allout-show-bodies, allout-old-style-prefixes)
9689         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9690         lambda forms to prevent their showing up in variable help
9691         presentations as inscrutable byte-compiled code.
9692         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9693         Use string-or-null-p to qualify safe-local-variable values.
9694         (allout-reindent-bodies): Use memq to qualify matches against
9695         valid safe-local-variable values.  Also, quote the lambda as above.
9696         (allout-use-mode-specific-leader): Add missing candidate-value
9697         symbols, use memq, and quote the lambda.
9698         (allout-overlay-interior-modification-handler): Remove unused
9699         variables `msg' and 'opened'.
9700         (allout-hidden-p): Constrain invisibility consideration to allout's
9701         invisibility spec, disregarding invisibility for other reasons.
9703 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9705         * files.el (version-control): Correct safe values.
9707 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9709         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9711         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9712         (ewoc--insert-new-node): New func.
9713         Update callers of deleted funcs to use it, instead.
9715 2006-05-11  Glenn Morris  <rgm@gnu.org>
9717         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9718         obsolete alias `show-all-diary-entries'.
9719         (make-diary-entry): Not interactive.
9720         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9721         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9722         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9723         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9724         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9725         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9727 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9729         * calendar/calendar.el (calendar-french-date-string)
9730         (calendar-mayan-date-string, calendar-chinese-date-string)
9731         (calendar-astro-date-string, calendar-iso-date-string)
9732         (calendar-islamic-date-string, calendar-bahai-date-string)
9733         (calendar-hebrew-date-string, calendar-coptic-date-string)
9734         (calendar-ethiopic-date-string, calendar-persian-date-string):
9735         These functions are not interactive.
9737 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9739         * files.el: Balance parentheses.
9741 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9743         * files.el, newcomment.el, outline.el, simple.el,
9744         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9745         * progmodes/cc-vars.el, progmodes/compile.el:
9746         Move `safe-local-variable' declarations to the respective files.
9748         * help-fns.el (describe-variable): Don't print safe-var if it is
9749         byte-code.  Improve wording as suggested by Luc Teirlinck.
9751 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9753         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9754         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9755         Use a token for pending-triggers to ensure gdb-var-update
9756         gets called once per user input again for pre-GDB 6.4.
9757         (gdb-var-delete): Match on more complex expressions.
9758         (gdb-var-list-children-handler, gdb-var-create-handler):
9759         Use a token for consistency.
9761 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9763         * textmodes/org.el (org-read-date, org-goto-calendar)
9764         (org-agenda-goto-calendar):
9765         Bind `view-calendar-holidays-initially' to nil.
9767 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9769         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9770         Update all callers to do it there, instead.
9772 2006-05-10  Glenn Morris  <rgm@gnu.org>
9774         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9775         prefix arg case, to avoid view-diary-entries-initially error.
9776         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9777         (calendar-date-is-legal-p): Handle dates with no day part.
9779 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9781         * comint.el (comint-insert-input): Just make it when
9782         comint-use-prompt regexp is nil (default) and with the mouse.
9783         (comint-copy-old-input): Reinstate from 2004-06-23.
9784         (comint-mode-map): Bind C-c C-m to it.
9786 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9788         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9789         Remove spurious move to point-max (new comint behavior fixes).
9791         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9792         compatibility function (Emacs 18/19).
9793         (idlwave-is-continuation-line): Always return point at start of
9794         previous non-blank continuation line.
9795         (keyword-parameters): Fix continued comment font-lock matcher.
9796         (idlwave-font-lock-fontify-region): Written, use as
9797         font-lock-fontify-region-function, to fix continued keyword
9798         fontification issues.
9800 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9802         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9803         (mac-service-selection, mac-service-open-file)
9804         (mac-service-open-selection, mac-service-mail-selection)
9805         (mac-service-mail-to, mac-service-insert-text): Rename from
9806         mac-services-*.  All uses changed.
9807         (mac-apple-event-map): Rename event symbol `services' to `service'.
9809 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9811         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9812         (ewoc--node-enter-first, ewoc--node-enter-last)
9813         (ewoc--delete-node-internal): Merge funcs into unique callers.
9815 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9817         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9818         return value of read-from-minibuffer for empty input.
9820 2006-05-09  Miles Bader  <miles@gnu.org>
9822         * comint.el (comint-insert-input): Remove redundant calls to setq
9823         and goto-char.
9825 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9827         * comint.el (comint-insert-input): Make it work when
9828         comint-use-prompt-regexp is t.
9830 2006-05-10  Miles Bader  <miles@gnu.org>
9832         * subr.el (field-at-pos): New function.
9834         * comint.el (comint-insert-input): Use it.
9836 2006-05-09  Juri Linkov  <juri@jurta.org>
9838         * battery.el (battery-linux-proc-acpi): Also try
9839         `/proc/acpi/thermal_zone/THR2/temperature'.
9841         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9842         for now unused lambda `string-or-null'.
9844         * add-log.el (change-log-default-name): Put `string-or-null-p'
9845         instead of lambda on `safe-local-variable' property.
9847         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9848         `region-end' instead of `mark' and `point'.
9849         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9850         Operate on region in Transient Mark mode when the mark is active.
9851         Use `region-beginning' and `region-end' instead of `mark' and
9852         `point'.
9853         (diff-hunk-text, diff-goto-source): Doc fix.
9855         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9856         face `mode-line-buffer-id' for mode-line buffer face instead of
9857         hard-coded `(:weight bold)'.
9859         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9860         buffer-undo-list to t (undo-ask is reproducible by visiting
9861         nested archives).
9863 2006-05-09  Kim F. Storm  <storm@cua.dk>
9865         * progmodes/grep.el (rgrep): Set default directory of *grep*
9866         buffer if we start M-x rgrep in the *grep* buffer and choose
9867         a different base directory.
9869 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9871         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9872         completion also when ido is loaded.
9874 2006-05-09  Masatake YAMATO  <jet@gyve.org>
9876         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9877         "warning" and "import".
9878         (cpp-font-lock-keywords): Added "warning".
9880 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9882         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9884 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9887         pages at a time, if we signal the end, we should indeed reach that end.
9889 2006-05-08  David Reitter  <david.reitter@gmail.com>
9891         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9892         output during execution of the body.
9894 2006-05-08  Kim F. Storm  <storm@cua.dk>
9896         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9898 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
9900         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9901         Use with-current-buffer.
9903 2006-05-07  Kim F. Storm  <storm@cua.dk>
9905         * subr.el (add-to-history): Remove keep-dups arg.
9907         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9908         to nil around call to add-to-history.
9910 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9912         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9913         than after a buffer modification.
9915 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
9917         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9918         call to...
9919         (gud-watch): ...here so speedbar is raised for already watched
9920         expressions.
9921         (gdb-speedbar-refresh): Delete function.
9922         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9923         Use speedbar-timer-fn instead of speedbar-refresh (reverting
9924         earlier change).
9925         (gdb-var-evaluate-expression-handler)
9926         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9928         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9929         Update localized contents for all buffers except ignored modes.
9931 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9933         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9934         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9935         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9936         (mac-handle-font-panel-closed, mac-handle-font-selection):
9937         New functions.
9938         (mac-font-panel-mode): New minor mode.
9939         (mac-apple-event-map): Add bindings for toolbar toggle button and
9940         font panel.
9941         (menu-bar-showhide-menu): Add mac-font-panel-mode.
9943 2006-05-07  John Paul Wallington  <jpw@pobox.com>
9945         * ibuffer.el (ibuffer-compressed-file-name-regexp):
9946         Avoid `regexp-opt'; simplify regexp for readability.
9948 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
9950         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9951         * files.el (buffer-stale-function):
9952         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9953         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9954         links to the main manual, not to emacs-xtra.
9956 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9958         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9959         MacJapanese if text is ASCII-only.
9961 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
9963         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9964         unless so nil isn't returned.
9965         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9967 2006-05-06  Kim F. Storm  <storm@cua.dk>
9969         * subr.el (add-to-history): New function.
9971         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9972         (ediff-merge-files-with-ancestor):
9973         * env.el (setenv):
9974         * isearch.el (isearch-update-ring):
9975         * server.el (server-visit-files):
9976         * progmodes/grep.el (lgrep, rgrep):
9977         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9978         * progmodes/xscheme.el (xscheme-insert-expression):
9979         Use add-to-history.
9981         * kmacro.el (kmacro-push-ring): Use add-to-history.
9982         (kmacro-ring-length): Remove unused defun.
9983         (kmacro-start-macro): Use kmacro-push-ring.
9985 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9987         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9988         directly instead of a lambda expression that calls it.
9990 2006-05-06  Kim F. Storm  <storm@cua.dk>
9992         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9993         instead of compute-motion.
9995 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9997         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9998         change.
10000 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10002         * startup.el (command-line-1): Refer to "Pure Storage" on
10003         pure-space-overflow.
10005 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10007         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10008         provided faces once they all have been used up.
10010 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10012         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10013         reference to the Lisp manual to the warning about pure space
10014         overflow.
10016 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10018         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10019         argument to avoid the call to `ispell-internal-change-dictionary'
10020         when not needed.
10021         (ispell-change-dictionary): Use this argument and call
10022         `ispell-internal-change-dictionary' after the possible change
10023         to `ispell-local-dictionary'.
10024         (ispell-internal-change-dictionary): Check for a change in
10025         personal dictionary use too.
10027 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10029         * startup.el (command-line): On MS-Windows, probe "~", not
10030         "~USER", for warning about non-existent home directory
10032         * arc-mode.el (archive-l-e): New optional argument `float' means
10033         generate a float value.
10034         (archive-arc-summarize, archive-lzh-summarize)
10035         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10036         with 3rd argument non-nil when file's size is being computed.
10037         Format the file sizes with %8.0f instead of %8d.
10039 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10041         * cus-start.el (all): Add mac-dnd-known-types.
10043         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10044         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10045         (mac-TIFF-to-string): New functions.
10046         (x-get-selection, x-selection-value)
10047         (mac-select-convert-to-string): Use them.
10048         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10049         (mac-dnd-types-alist): New customization variable.
10050         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10051         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10052         (mac-dnd-handle-drag-n-drop-event): New functions.
10053         (mac-drag-n-drop): Remove function.
10054         (global-map): Bind drag-n-drop and M-drag-n-drop to
10055         mac-dnd-handle-drag-n-drop-event.
10057 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10059         * progmodes/perl-mode.el (perl-beginning-of-function):
10060         Skip anonymous subs.
10062 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10064         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10065         regexp-opt at run time.
10067         * term.el (term-handle-ansi-escape): Fix off by one error.
10069 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10071         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10072         (gdb-init-1, gdb-post-prompt): ...and references to it.
10073         (gdb-frame-handler): Strip directory name from filename if present.
10075         * progmodes/gud.el (gdb-force-update): Delete defvar
10076         (gud-speedbar-buttons): ...and references to it.  Use window-start
10077         to try to keep positon in watch expression.
10079 2006-05-03  Richard Stallman  <rms@gnu.org>
10081         * simple.el (next-history-element, previous-history-element): Doc fix.
10083         * isearch.el (isearch-update-ring): Doc fix.
10085 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10087         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10088         into consideration.  Replace one arm ifs with whens.
10090 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10092         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10093         (menu): Fix typo.
10095 2006-05-02  Miles Bader  <miles@gnu.org>
10097         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10099 2006-05-02  Jay Belanger  <belanger@truman.edu>
10101         * calc/calc-embed.el (calc-override-minor-modes-map)
10102         (calc-override-minor-modes): New variables.
10103         (calc-do-embedded): Make sure that Calc keystrokes aren't
10104         overwritten by minor modes.
10106 2006-05-02  Chong Yidong  <cyd@mit.edu>
10108         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10110 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10112         * startup.el (command-line-1): Refer to Lisp manual when
10113         pure-space-overflow occurs.
10115         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10116         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10117         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10118         (version-control): Don't use `t' for safe-local-variable declarations.
10120 2006-05-01  Richard Stallman  <rms@gnu.org>
10122         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10123         M-r, M-R, M-A, M-SPC or M-DEL.
10124         (diff-mode-map): diff-refine-hunk now on C-c C-w
10125         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10127         * help-mode.el (help-mode): view-exit-action calls delete-window
10128         only when it is safe and possible.
10130         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10131         in messages.
10133         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10135         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10136         in the default tool-bar-map.
10138 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10140         * net/tramp.el (tramp-completion-file-name-handler-alist)
10141         (tramp-run-real-handler, tramp-completion-run-real-handler)
10142         (tramp-completion-handle-file-name-all-completions)
10143         (tramp-completion-handle-file-name-completion): Autoload them.
10144         (tramp-completion-handle-file-exists-p)
10145         (tramp-completion-handle-file-name-directory)
10146         (tramp-completion-handle-file-name-nondirectory)
10147         (tramp-completion-handle-expand-file-name): Remove them.
10148         (tramp-handle-file-name-directory): Return the real directory name.
10149         Returning "/" only doesn't need to be necessary any longer.
10150         (tramp-file-name-handler): Make special attention when in hostname
10151         completion mode.
10152         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10153         (tramp-register-file-name-handlers):
10154         Register `tramp-completion-file-name-handler' only when
10155         `partial-completion-mode' is enabled.
10156         (tramp-completion-handle-file-name-all-completions):
10157         Delete directory part from results.
10158         (tramp-get-completion-methods, tramp-get-completion-user-host):
10159         Discard deleting "/", it doesn't work after the change of
10160         `tramp-handle-file-name-directory' above.
10162 2006-05-01  Kim F. Storm  <storm@cua.dk>
10164         * progmodes/grep.el (grep-expand-template): Use save-match-data
10165         and symbol-value.
10167 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10169         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10170         Use select-frame-set-input-focus instead of raise-frame.
10171         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10173 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10175         * progmodes/gud.el (gud-def): Add %c case.
10176         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10177         (gud-format-command): Make match case sensitive.  Match on %F.
10179 2006-04-30  Glenn Morris  <rgm@gnu.org>
10181         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10182         (cal-tex-preamble): Use cal-tex-preamble-extra.
10183         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10184         than alias `list-diary-entries'.
10186 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10188         * help-fns.el (describe-variable): Add info about safe local variables.
10190 2006-04-29  Richard Stallman  <rms@gnu.org>
10192         * bindings.el (mode-line-format): help-echo doc fixes.
10194         * net/tramp.el (tramp-file-name-handler-alist): Delete
10195         expand-file-name and other operations that can cause spurious loading.
10197 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * files.el (safe-local-variable-p): Remove support for the special
10200         value t.
10202         * textmodes/paragraphs.el (sentence-end-without-space):
10203         Fix safety predicate.
10204         (sentence-end-double-space, sentence-end-without-period)
10205         (paragraph-ignore-fill-prefix):
10206         * textmodes/fill.el (colon-double-space):
10207         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10209         * subr.el (booleanp): New fun.
10211         * textmodes/reftex-vars.el (reftex-guess-label-type):
10212         Tighten the safety predicate.
10214 2006-04-28  Kim F. Storm  <storm@cua.dk>
10216         * progmodes/grep.el (defgroup grep): Doc fix.
10217         (grep-auto-highlight): Remove.
10218         (grep-template): New defcustom.
10219         (grep-find-template): Rename from grep-tree-template.
10220         (grep-files-aliases): Rename from grep-tree-files-aliases.
10221         Remove "all" alias, add "l" alias.
10222         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10223         (grep-find-ignored-directories): New defcustom to replace
10224         grep-tree-ignore-CVS-directories, to facilitate ignoring
10225         subdirectories for multiple version control systems.
10226         (grep-mode-map): Add Recursive grep item to GREP menu.
10227         (grep-regexp-history, grep-files-history): New defvars.
10228         (grep-probe): New helper function.
10229         (grep-compute-defaults): Use it to simplify code.
10230         Adapt to name changes.
10231         Use `.' as base in grep-find-template rather than <D>.
10232         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10233         Call grep-compute-defaults unconditionally.
10234         (grep-expand-keywords): New defconst.
10235         (grep-expand-template): Rename from grep-expand-command-macros.
10236         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10237         of grep-tree-ignore-case to add -i option.
10238         Bind case-fold-search to nil while matching keywords.
10239         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10240         (grep-read-regexp, grep-read-files): New helper functions.
10241         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10242         Adapt to changes in defcustoms and functions above.
10243         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10245 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10247         * net/tramp.el (tramp-completion-file-name-handler):
10248         Disable Tramp's functionality while loading Tramp itself.
10249         (tramp-register-file-name-handlers): That's a defsubst now.
10250         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10251         `after-init-hook'.
10252         (tramp-repair-jka-compr): Remove.
10254 2006-04-27  Jay Belanger  <belanger@truman.edu>
10256         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10257         read expression when `math-read-big-expr' doesn't work.
10259 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10261         * startup.el (command-line-1): Display warning when
10262         pure-space-overflow is non-nil.
10264 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10266         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10267         risky.
10269 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10271         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10272         Return the URL or nil if none can be generated.
10274 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10276         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10277         byte compiler warnings.
10278         (gud-basic-call, gud-find-expr): Let user select an expression
10279         for printing.  Print expression as well as value in GUD buffer.
10281 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10283         * allout.el: Remove local autoload declaration for
10284         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10285         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10286         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10287         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10288         (allout-stylish-prefixes, allout-numbered-bullet)
10289         (allout-file-xref-bullet, allout-presentation-padding)
10290         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10291         safe-local-variable with suitable value spec, and add autoload
10292         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10293         (move-beginning-of-line, move-end-of-line): Repair so these compat
10294         functions now actually resituate the point, when appropriate.
10296 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10300         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10301         (add-log-iso8601-time-string): Fix call to format-time-string.
10303 2006-04-26  Kim F. Storm  <storm@cua.dk>
10305         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10307 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10309         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10310         Add support for "//" style comments.  Remove `b' flag
10311         from ?* in `asm-mode-syntax-table'.
10313 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10315         * follow.el: Use (featurep 'xemacs) everywhere.
10316         (follow-mode): Use define-minor-mode.
10317         (follow-mode-map): Move initialization into the declaration.
10318         Use command remapping.
10319         (follow-emacs-version-xemacs-p): Remove.
10320         (follow-submit-feedback): Remove.
10322         * allout.el (allout-layout, allout-passphrase-verifier-string)
10323         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10325         * textmodes/reftex-vars.el (reftex-vref-is-default)
10326         (reftex-fref-is-default, reftex-guess-label-type):
10327         Tighten up a bit the safety predicate.
10329         * textmodes/paragraphs.el (sentence-end-double-space)
10330         (sentence-end-without-period, sentence-end-without-space)
10331         (page-delimiter, paragraph-ignore-fill-prefix):
10332         Tighten up a bit the safety predicate.
10334         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10336         * progmodes/python.el (python-continuation-line-p)
10337         (python-beginning-of-statement): syntax-ppss may return
10338         a negative depth.
10339         (python-mode): Don't forcefully enable font-lock.
10341         * time-stamp.el (time-stamp-start, time-stamp-end)
10342         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10344         * add-log.el: Remove spurious * in docstrings.
10345         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10346         (add-change-log-entry): Use it here, since it's not specific
10347         to iso8601.
10348         (add-log-iso8601-time-string): Don't use it here any more.
10349         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10351         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10353 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10355         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10356         (rcirc-toggle-low-priority): Doc fix.
10357         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10358         ChanServ regexp.
10359         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10360         #emacs.
10361         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10362         (rcirc-decode-coding-system): Use utf-8 as the default.
10363         (rcirc-multiline-minor-mode): Set the fill-column.
10364         (rcirc-format-response-string): Display bright and dim nicks.
10365         (rcirc-browse-url): Update interactive spec to fill ARG.
10366         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10367         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10369 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10371         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10372         case for @Article, etc.
10374 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10377         Added with autoload cookie.
10378         (tramp-unload-file-name-handlers): Rename from
10379         `tramp-unload-file-name-handler-alist'.
10381 2006-04-23  Romain Francoise  <romain@orebokech.com>
10383         * comint.el (comint-match-partial-filename): Doc fix.
10385 2006-04-21  Glenn Morris  <rgm@gnu.org>
10387         * calendar/cal-menu.el (calendar-mode-map): Refer to
10388         `diary-view-entries' rather than alias `view-diary-entries'.
10389         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10391 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10393         * progmodes/antlr-mode.el (antlr-default):
10394         * cus-edit.el (custom-documentation):
10395         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10396         in defface.
10398 2006-04-21  Kim F. Storm  <storm@cua.dk>
10400         * image.el (image-type): New defun split out of create-image.
10401         (create-image): Use it.
10403 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10405         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10406         (org-open-at-point): Remove the "...done" message to keep output
10407         in the echo area visible.
10408         (org-export-as-xoxo): Fix call to `indent-region'.
10410 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10412         * international/mule.el (keyboard-coding-system): defcustom
10413         info-link fixes: "Specify Coding" has been split, keyboard now in
10414         "Terminal Coding", and "Single-Byte Character Support" is now
10415         "Unibyte Mode".
10417 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10419         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10420         Use font-lock-warning-face for any errors e.g. no stack.
10421         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10423 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10425         * progmodes/sh-script.el (sh-shell): Mark as safe.
10427         * newcomment.el (comment-start, comment-start-skip)
10428         (comment-end-skip, comment-end): Mark as safe.
10430 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10432         * textmodes/org.el (org-deadline-announce): Face removed.
10433         (org-level-faces, org-n-levels): Convert to constant.
10434         (org-compatible-face): New function.
10435         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10436         (org-level-5, org-level-6, org-level-7, org-level-8)
10437         (org-special-keyword, org-warning, org-headline-done, org-link)
10438         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10439         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10440         Face definition revised for better color tty support.
10441         (org-bold-re, org-italic-re, org-underline-re): New constants.
10442         (org-set-font-lock-defaults): Use the new constants.
10443         (org-agenda-highlight-todo): New function.
10444         (org-agenda-todo): Fix bug with point at end of line.
10445         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10446         Fontify TODO keywords.
10447         (org-insert-link): Preserve relative path in ../ links.
10448         (org-export-as-html): Convert links pointing to .org files into
10449         links that will work beteen the exported HTML files.
10450         (org-todo-list): Fix bug when arg=0.
10451         (org-insert-heading): More fine-tuning.
10453 2006-04-19  Romain Francoise  <romain@orebokech.com>
10455         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10456         from `rmail-mime-charset-pattern'.
10458 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10460         * progmodes/python.el (python-mode): Fix typo.
10462 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10464         * comint.el (comint-previous-input): Don't clobber input line
10465         when moving off either end of the input history ring.
10466         (comint-delete-input): New function, used by
10467         `comint-previous-input' and others.
10468         (comint-previous-matching-input):
10469         Use `coming-delete-input'.  Save the partial input if leaving the
10470         edit line.  Goto point-max before deleting input to avoid
10471         partial input fragments hanging around.
10472         (comint-restore-input): New function, used by `comint-previous-input'.
10474 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10476         * imenu.el (imenu--index-alist): Balance parentheses.
10478 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10480         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10482 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10484         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10485         file is nil.
10487 2006-04-18  Richard Stallman  <rms@gnu.org>
10489         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10491         * imenu.el (imenu-create-index-function, imenu--index-alist)
10492         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10493         (imenu-default-create-index-function, imenu--generic-function):
10494         Doc fixes.
10496         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10498         * help-mode.el (help-mode): Set view-exit-action to delete window.
10500         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10501         now works by passing nil as arg.
10503         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10505         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10506         (read-abbrev-file): Provide default when reading filename.
10508         * files.el (enable-local-variables): Allow :all as value.
10509         (hack-local-variables): Implement that value.
10510         (safe-local-variable-values, safe-local-eval-forms)
10511         (enable-local-variables): Mark as risky.
10512         (find-file-visit-truename, kept-old-versions): Mark safe.
10514         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10515         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10516         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10518 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10521         Use forward-line so as to get to BOL even in the presence of fields.
10522         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10523         in return.
10524         (inferior-tcl): Tell tclsh to work in interactive mode.
10526         * complete.el (partial-completion-mode):
10527         Use 'choose-completion-string-functions to make sure that
10528         choose-completion fills the minibuffer properly.
10530         * complete.el (PC-old-read-file-name-internal): Remove.
10531         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10532         of read-file-name-internal.
10533         (partial-completion-mode): Enable/disable this advice.
10535 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10537         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10538         of 2006-04-17.
10540 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10542         * textmodes/org.el (org-insert-heading): Insert heading before
10543         current if at beginning of line.
10544         (org-todo, org-date): New faces.
10545         (org-table-align): Make sure tooltip window contains full text.
10546         (org-no-properties): New defsubst.
10547         (org-set-font-lock-defaults): Use new faces.
10549 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10551         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10552         for root variables.
10554         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10555         (gdb-frame-address): Re-use to identify frame for watch expression.
10556         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10557         variables.
10558         (gdb-init-1, gdb-source, gdb-post-prompt)
10559         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10560         (gdb-frame-handler): Get gdb-frame-address.
10562 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10564         Sync with Tramp 2.0.53.
10566         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10567         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10568         (tramp-completion-file-name-handler): Add autoload cookie for
10569         adding to `file-name-handler-alist'.
10571         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10572         the prompt.  If it returns earlier (when detecting an error
10573         message), the rest of the output will merge accidently with the
10574         output of the next command.  Reported by M Jared Finder
10575         <jared@hpalace.com>.
10577         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10578         for `process-file', in order to let it work for older Emacsen too.
10580 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10582         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10583         (tex-font-lock-keywords-3): Use it.
10585 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * newcomment.el (comment-add): New function.
10588         (comment-region-default, comment-dwim): Use it.
10590 2006-04-15  Michael Olson  <mwolson@gnu.org>
10592         * emacs-lisp/tq.el: Improve comments.
10593         (tq-queue-head-question): New accessor function.
10594         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10595         Update for modified queue structure.
10596         (tq-queue-add): Accept `question' argument.
10597         (tq-queue-pop): If a question is pending, send it.
10598         (tq-enqueue): Accept new optional argument `delay-question'.
10599         If this is non-nil, and at least one other question is pending a
10600         response, queue the question rather than sending it immediately.
10602 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10604         * calendar/appt.el (appt-add): Check whether an appointment is
10605         already present in appt-time-msg-list.  Simplify code.
10607 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * progmodes/cc-langs.el (c-mode-menu):
10610         Don't presume c-subword-mode is bound.
10612 2006-04-13  Bill Wohler  <wohler@newt.com>
10614         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10615         (customize-package-emacs-version): Use cdr instead of cadr now
10616         that alists use dotted pairs.
10618         * custom.el (defcustom): Fix docstring for :package-version.
10620 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10622         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10623         (tramp-handle-shell-command): Display output buffer only when
10624         `tramp-display-shell-command-buffer' is true.
10625         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10627 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10629         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10630         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10632 2006-04-13  Romain Francoise  <romain@orebokech.com>
10634         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10635         leaving temporary .cvsignore buffers behind.
10637 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10639         * textmodes/org.el (org-set-regexps-and-options)
10640         (org-get-current-options): Better names for the startup folding
10641         options.
10643 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10645         * vc.el (vc-annotate): Arrange for point to end up at the same
10646         line number as in the original, but only when using a new buffer.
10648 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10650         * files.el (hack-one-local-variable-eval-safep):
10651         Recognize `edebug-form-spec' for `put', but only if it passes
10652         `edebug-basic-spec'.  Generalize `put' handling.
10654         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10655         vetting file-local form specs.
10657         * allout.el (allout-layout): Autoload its `safe-local-variable'
10658         property.
10660 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10662         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10663         (org-agenda-mouse-1-follows-link)
10664         (org-mouse-1-follows-link): New options.
10665         (org-format-agenda-item): Fix bug if TAGS is nil.
10666         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10668 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10670         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10671         GDB 6.1+ gives full filename for "info sources" so use
10672         file-name-nondirectory.
10674 2006-04-12  Romain Francoise  <romain@orebokech.com>
10676         * subr.el (read-passwd): Bind `message-log-max' to nil.
10678 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * progmodes/perl-mode.el (perl-indent-new-calculate):
10681         Recompute parse-start after jumping backward by a whole sexp.
10683 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10685         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10686         window configuration.
10687         (vc-annotate-display-select): Select the buffer so that current-buffer
10688         (and selected-window) is the output buffer at the end of vc-annotate.
10690 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10692         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10693         8-color terminals, to use all of the colors in a sensible order.
10694         256-color terminals work well with the standard map.
10695         (vc-annotate-lines): Only strip the first color character if it
10696         is "#", to allow for terminal-style named colors.
10697         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10698         the correct buffer is scrolled.
10700 2006-04-11  Richard Stallman  <rms@gnu.org>
10702         * emacs-lisp/bytecomp.el (byte-compile-file):
10703         Bind enable-local-variables to :safe, and make normal-mode obey it.
10705         * files.el (enable-local-variables): Allow value :safe.
10706         (normal-mode): Doc fix.
10707         (hack-local-variables): Implement enable-local-variables = :safe.
10708         (hack-local-variables-confirm): Don't prevent quitting.
10710 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10712         * loadhist.el (unload-feature): A bit of sanity check of
10713         load-history entries.  Cancel timer-vars before unbinding them.
10715         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10716         quote special chars, and make the trick work on the hex part of the
10717         buffer as well.
10718         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10719         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10721         * startup.el (normal-splash-screen): Fix last change so we don't wait
10722         2 minutes if we don't show the splash screen.
10724 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10726         * textmodes/org.el (org-export-plain-list-max-depth)
10727         (org-table-spaces-around-separators)
10728         (org-radio-targets, org-activate-camels)
10729         (org-table-spaces-around-invisible-separators): Options removed.
10730         (org-time-stamp-rounding-minutes, org-remember-templates)
10731         (org-ellipsis, org-activate-links, org-descriptive-links):
10732         New options.
10733         (org-remember-apply-template, org-current-time)
10734         (org-finish-edit-table-field)
10735         (org-link-unescape, org-link-escape)
10736         (org-string-width, org-table-clean-line, org-html-do-expand)
10737         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10738         (org-read-agenda-file-list): New functions.
10739         (org-table-edit-field)
10740         (org-table-create-or-convert-from-region): New commands
10741         (org-table-toggle-vline-visibility): Command removed.
10742         (org-table-convert-region): Made a command.
10743         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10744         Replace with the normal org- functions.
10745         (org-self-insert-command): Don't trigger realign unnecessarily
10746         when blanking a field that is not full.
10747         (org-mode): `Set buffer-invisibility-spec' for links.
10748         (org-activate-links2): Hide link part and only show descriptive
10749         part of the link.
10750         (org-insert-link): Modify for new linking system.
10751         (org-store-link): Store description separately, for use by
10752         `org-insert-link'.
10753         (org-table-align): Use `org-string-width'.
10754         (defgroup): Completely new group structure for custom variables.
10755         (org-agenda-files): Option: Single file name allowed.  Function:
10756         Optional argument unrestrited means ignore any restricitons.
10757         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10758         trying to modify the menu.  Use generalized access to
10759         `org-agenda-files.'
10760         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10761         (org-agenda-file-to-front, org-remove-file, org-diary)
10762         (org-tags-view, org-export-icalendar-all-agenda-files)
10763         (org-export-icalendar-combine-agenda-files): Use generalized
10764         access to `org-agenda-files'.
10765         (org-remember-handler): Correctly preserve heading if present.
10766         (org-table-insert-row, org-table-insert-hline): Deal with
10767         invisible characters.
10769 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10771         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10772         (vc-annotate-color-map): New 18 element constant
10773         value/saturation, rotating hue colormap, from red->blue.
10774         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10775         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10776         (vc-annotate): To avoid killing the required local variables,
10777         set them before the end of `with-output-to-temp-buffer', and
10778         after first switching to annotate-mode.
10779         (vc-annotate-warp-version): Add buffer argument in goto-line to
10780         ensure annotation, not source, is scrolled.
10782 2006-04-10  Bill Wohler  <wohler@newt.com>
10784         * custom.el (defcustom, custom-handle-keyword):
10785         Add :package-version keyword.
10786         (custom-add-package-version): New function.  Sets value of new
10787         property 'custom-package-version from :package-version keyword.
10788         (defcustom): Create Common Keywords section in docstring.
10789         (defface, defgroup): Replace definitions of a select few keywords
10790         with a reference to the Common Keywords in defcustom.
10791         (defcustom, defface, defgroup): Replace reference to Customization
10792         chapter in manual with hyperlink.
10794         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10795         (customize-changed-options): Add check for custom-package-version.
10796         (customize-package-emacs-version): New function to look up Emacs
10797         version corresponding to the given package version.
10799         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10800         defun name, in similar fashion to find-variable-regexp.
10802 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10804         * international/mule-cmds.el (set-locale-environment): Fix last
10805         change for when the locale's preferences don't specify any encoding.
10807 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10810         so the defined var/fun doesn't need to be quoted.
10812 2006-04-10  Richard Stallman  <rms@gnu.org>
10814         * finder.el (finder-mode-map): Add n and p bindings.
10816 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10818         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10819         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10820         (gdb-setup-windows): Put something in source window if we can't find
10821         the source file.
10822         (gdb-frame-handler): Make it work again with just assembly.
10823         (gdb-data-list-register-values-handler): Make it work when there is
10824         no stack.
10826 2006-04-09  Richard Stallman  <rms@gnu.org>
10828         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10829         specs while looking for charset.
10831         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10833         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10834         Make them faces.
10835         (lm-font-lock-keywords): Update appropriately.
10837 2006-04-10  Kim F. Storm  <storm@cua.dk>
10839         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10840         it can also replace buffer-substring-no-properties.
10842         * emulation/cua-base.el (cua-delete-region, cua-paste)
10843         (cua-repeat-replace-region): Use filter-buffer-substring.
10845         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10846         (cua-cut-region-to-global-mark): Likewise.
10848         * emulation/cua-rect.el (cua--extract-rectangle)
10849         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10851 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10853         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10854         entry-type.  Add field delimiters to numerical fields if they are
10855         not present.
10857 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10859         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10860         string-const to return value.
10861         (bibtex-remove-delimiters): Use it.
10863 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10865         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10866         cl-byte-compile-compiler-macro unless it exists.
10868 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10870         * files.el (hack-local-variables-confirm) <offer-save>:
10871         Clarify message text.  Suggested by Ralf Angeli.
10873 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10875         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10876         (delete-extract-rectangle-line): Use `filter-buffer-substring'
10877         instead of `buffer-substring' and `delete-region'.  (Most of the
10878         code actually copied from `kill-region'.)
10880 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
10882         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10883         (rcirc-default-port): Rename from rcirc-port.
10884         (rcirc-default-nick): Rename from rcirc-nick.
10885         (rcirc-default-user-name): Rename from rcirc-user-name.
10886         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10887         (rcirc-low-priority-flag): New variable.
10888         (rcirc-decode-coding-system): New defcustom.
10889         (rcirc-encode-coding-system): New defcustom.
10890         (rcirc-coding-system-alist): New defcustom.
10891         (rcirc-multiline-major-mode): New defcustom.
10892         (rcirc-nick): New internal variable.
10893         (rcirc-process): Remove variable.
10894         (rcirc-server-buffer): New variable.
10895         (rcirc): Update to use rcirc-default-* variables above.
10896         (rcirc-connect): Do not add window-configuration-hook-here.
10897         (rcirc-server): New internal variable.
10898         (rcirc-connect): Do not send keepalive pings if
10899         rcirc-keepalive-seconds is nil.
10900         (with-rcirc-server-buffer): New macro.
10901         (rcirc-send-string): Encode with rcirc-encode-coding-system.
10902         (rcirc-server-name): Rename from rcirc-server.
10903         (rcirc-buffer-process): New function.
10904         (rcirc-buffer-nick): New function.
10905         (rcirc-buffer-target): Remove function.
10906         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10907         New commands.
10908         (rcirc-mode-map): Change binding of C-c C-l to
10909         rcirc-toggle-low-priority.
10910         (rcirc-mode): Initialize coding system based on
10911         rcirc-coding-system-alist.  New change-major-mode-hook to part the
10912         channel on a mode change.  Make kill-buffer-hook buffer-local.
10913         (rcirc-change-major-mode-hook): New function.
10914         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10915         (rcirc-last-post-time): New variable.
10916         (rcirc-process-message): Store the last time user posted a message
10917         to this target.
10918         (rcirc-multiline-minor-mode): New mode.
10919         (rcirc-multiline-minor-mode-map): New mode map.
10920         (rcirc-edit-multiline): Put multiline-edit buffer in
10921         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10922         (rcirc-print): Ignore any line starting with an ignored nick.
10923         (rcirc-print): Decode using rcirc-decode-coding-system.
10924         (rcirc-track-minor-mode): Update global-mode-string when disabling
10925         this mode.
10926         (minor-mode-alist): Add LowPri indicator.
10927         (rcirc-toggle-low-priority): New function.
10928         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10929         next lowpriority buffer with activity.
10930         (rcirc-record-activity): Sort buffers in rcirc-activity by the
10931         last time the user posted a message in to the target.
10932         (rcirc-update-activity-string): New formatting for low priority
10933         buffers.
10934         (rcirc-split-activity): New function.
10935         (rcirc-handler-PART, rcirc-handler-KICK)
10936         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10937         (rcirc-nick-away-alist): New variable.
10938         (rcirc-handler-301): New handler.  Away messages are printed once
10939         per change.
10941 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10943         * info.el (Info-follow-nearest-node): Doc fix.
10945         * international/mule-cmds.el (set-locale-environment): Make sure
10946         the coding-system preferred by the locale's language has the same
10947         EOL conversion type as the original buffer-file-coding-system.
10948         (locale-language-names): Add a few MS Windows language codes.
10950 2006-04-07  Richard Stallman  <rms@gnu.org>
10952         * simple.el (eval-expression): Doc fix.
10954         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10955         (eval-defun): Doc fixes.
10957 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
10959         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10961 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
10963         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10964         GDB list command without argument for greater generality.
10966 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10968         * subr.el (string-or-null-p): New function.
10970         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10972         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10974         * files.el: Update comment about safe-local-variable declarations.
10976 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
10978         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10979         See idlwave.org.
10981         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10982         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
10984         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10985         See idlwave.org.
10987         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10988         version 6.0 (minimal changes).  See idlwave.org.
10990         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10991         6.0 (minimal changes).  See idlwave.org.
10993         * progmodes/idlw-rinfo.el: File obsoleted and removed.
10995 2006-04-06  Romain Francoise  <romain@orebokech.com>
10997         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10998         symmetric encryption features and a new asynchronous interface to
10999         GnuPG.  This new version is version 1.4, plus whitespace changes.
11001 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11003         * files.el: Move some `safe-local-variable' declarations to the
11004         respective files.
11006         * textmodes/ispell.el (ispell-check-comments)
11007         (ispell-local-dictionary): Mark as safe.
11009         * abbrev.el (abbrev-mode): Mark as safe.
11011         * add-log.el (change-log-default-name): Mark as safe.
11013         * textmodes/reftex-vars.el (reftex-vref-is-default)
11014         (reftex-fref-is-default, reftex-level-indent)
11015         (reftex-guess-label-type): Mark as safe.
11017         * textmodes/fill.el (colon-double-space): Mark as safe.
11019         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11020         (sentence-end-double-space, sentence-end-without-period)
11021         (sentence-end-without-space, sentence-end, sentence-end-base)
11022         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11024 2006-04-06  Kim F. Storm  <storm@cua.dk>
11026         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11027         the :set-after list.
11028         (ido-downcase-unc-hosts): New user option.  Default on.
11029         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11030         when it is set, as regexps are now applied on the fly.
11031         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11032         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11033         on the fly, but only when ido-process-ignore-lists is set.
11034         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11035         Only downcase names if ido-downcase-unc-hosts is set.
11037 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11039         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11041         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11043 2006-04-05  Kim F. Storm  <storm@cua.dk>
11045         * ido.el (ido-mode): Set after ido-unc-hosts and
11046         ido-ignore-unc-host-regexps.
11047         (ido-save-history): Save ido-unc-hosts-cache.
11048         (ido-load-history): Load ido-unc-hosts-cache.
11049         (ido-reread-directory): Refresh unc hosts cache in // dir.
11051         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11052         to nil while displaying slash screen.
11054 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11056         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11057         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11059 2006-04-05  Kenichi Handa  <handa@m17n.org>
11061         * international/characters.el: Setup cases of Latin, Greek, and
11062         Cyrillic characters in CJK charsets.
11064 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11066         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11067         default-enable-multibyte-characters.  This reverts the change from
11068         revision 6.17 which is no longer necessary because the passphrase
11069         is sent separately now.  GnuPG messages are unreadable under
11070         multibyte locales with default-enable-multibyte-characters set to nil.
11072 2006-04-04  Andreas Schwab  <schwab@suse.de>
11074         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11075         and `byte-compile-warnings' as `safe-local-variable'.
11077 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11079         * man.el (Man-mode-map): Restore the \r binding.
11080         (Man-abstract-xref-man-page): If Man-target-string is a function,
11081         call it.
11082         (Man-highlight-references): Use Man-default-man-entry to get the
11083         target.  Deal with xrefs too.
11084         (Man-highlight-references0): Don't call the target function.
11086         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11087         cannot deal with it.
11089 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11091         * pgg-gpg.el: Clean up process buffers every time gpg processes
11092         complete.
11094 2006-04-04  Kenichi Handa  <handa@m17n.org>
11096         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11097         here.
11098         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11099         Temporarily bind inhibit-field-text-motion to t.
11101 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11103         * startup.el (normal-splash-screen): Only set mode-line-format in the
11104         splash buffer, so as not to interfere when debugging the code.
11105         Ignore errors when switching buffer.
11107 2006-04-03  Romain Francoise  <romain@orebokech.com>
11109         * dired.el (dired-dnd-protocol-alist): Fix typo.
11111 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11113         * savehist.el (savehist): Add :version.
11114         (savehist-ignored-variables): New variable.
11115         (savehist-minibuffer-hook): Don't save variables listed in
11116         `savehist-ignored-variables'.
11118         * dired.el (dired-dnd-protocol-alist): Mention that change does
11119         only apply to new buffers in doc string.
11121 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11123         * recentf.el (recentf-open-files-item): Include newline in button
11124         field, so opening a file will work, when the point is at the end
11125         of the file name.  Allow, for example, to [i]search a file by
11126         extension and just push RET to open it.
11128 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11130         * pgg-gpg.el (pgg-gpg-process-filter)
11131         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11133         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11134         lines, temporary fix.
11136 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11138         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11140 2006-04-02  Richard Stallman  <rms@gnu.org>
11142         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11144 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11146         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11147         header-mouse-map.
11149         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11150         (ibuffer-mode-header-map): New keymaps.
11151         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11152         and keybindings for column headers.
11153         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11154         property.
11156 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11158         * speedbar.el (speedbar-after-create-hook): Doc fix.
11160 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11162         * shell.el (shell-directory-tracker)
11163         (shell-dynamic-complete-command): Doc fixes.
11165 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11167         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11168         terminals.
11170 2006-04-01  Kim F. Storm  <storm@cua.dk>
11172         * ido.el (ido-unc-hosts-cache): New defvar.
11173         (ido-unc-hosts): If value of defcustom is a function, call it to
11174         get list of UNC hosts.  Add function-item choices to specify
11175         ido-unc-hosts-net-view or user function.
11176         (ido-ignore-unc-host-regexps): New defcustom.
11177         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11178         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11179         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11181 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11183         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11184         wwidth.
11186 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11188         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11189         (ido-max-work-file-list, ido-switch-buffer)
11190         (ido-read-file-name-as-directory-commands):
11191         Fix typos in docstrings.
11193 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11195         * term/mac-win.el (mac-system-coding-system): Define and use after
11196         Mac-specific coding systems are ready.
11198 2006-03-27  Romain Francoise  <romain@orebokech.com>
11200         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11202         * ldefs-boot.el: Update.
11204 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11206         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11207         passphrases when it is not needed.
11208         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11209         passphrase stuff from gpg, should only be necessary when you use
11210         gpg with a smartcard.
11212 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11214         * comint.el (comint-dynamic-list-completions): Allow user to
11215         select *Completions* buffer.
11217 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11219         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11221 2006-03-26  Andreas Schwab  <schwab@suse.de>
11223         * progmodes/gud.el (gdb): Only complain about multiple debugging
11224         when the gdb process is still running.
11226 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11228         * mail/rmail.el (tool-bar-map): Defvar it.
11229         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11230         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11232 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11234         * help.el (print-help-return-message): Suggest to use
11235         display-buffer instead of switch-to-buffer-other-window to restore
11236         the previous window without selecting it.
11238 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11240         * frame.el (select-frame-by-name): Call x-focus-frame also when
11241         window-system is mac.
11243         * term/mac-win.el: Adjust Courier font specifications in
11244         x-fixed-font-alist.
11245         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11246         when directly encoding to UTF-16 in native byte order, no BOM.
11248 2006-03-25  Kim F. Storm  <storm@cua.dk>
11250         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11251         (cua--init-keymaps): Use it instead of fixed C-return.
11252         (cua-mode): Set after it.
11254         * emulation/cua-rect.el (cua--init-rectangles):
11255         Use cua-rectangle-mark-key instead of fixed C-return.
11257 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11259         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11260         "run" in .gdbinit.
11261         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11263 2006-03-24  Romain Francoise  <romain@orebokech.com>
11265         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11266         `display-buffer-other-frame'.
11268 2006-03-24  Kim F. Storm  <storm@cua.dk>
11270         * apropos.el (apropos-synonyms): Add selection => region.
11272 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11274         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11275         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11276         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11277         (gdb-data-list-register-values-regexp)
11278         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11279         Future proof against new fields being added to MI output.
11280         (gdb-send): Don't treat backslashes for program input as
11281         continuations.
11282         (gdb-assembler-handler): Don't use window-start for this handler.
11283         (gdb-frame-handler): Don't change to hollow arrow if overlay
11284         arrow doesn't move to new frame.
11286 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11288         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11289         prevent compiler warnings.
11290         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11291         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11292         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11293         buffer too.
11295 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11297         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11298         make-network-process, so we can use the same code in Gnus v5-10
11299         too and have this file fully synchronized with that release.
11301 2006-03-23  Romain Francoise  <romain@orebokech.com>
11303         * ibuf-ext.el (ibuffer-read-filter-group-name):
11304         Use `ibuffer-generate-filter-groups' to make completion list match
11305         the filter groups that are really displayed in the Ibuffer buffer.
11306         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11308 2006-03-23  Kenichi Handa  <handa@m17n.org>
11310         * international/mule-cmds.el (sort-coding-systems): Describe that
11311         the argument is modified in docstring.
11313 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11315         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11316         (pgg-gpg-update-agent): New function.
11317         (pgg-gpg-use-agent-p): New function.
11318         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11319         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11320         (pgg-gpg-sign-region): Use it.
11322 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11324         * cus-edit.el (custom-face-set): Call custom-push-theme before
11325         face-spec set so that `changed' theme is correctly saved.
11326         (custom-face-reset-standard): Reset to recalculated face rather
11327         than defface spec.
11329         * custom.el (custom-push-theme): Only save `changed' theme if the
11330         current face does not match the defface specs.
11332 2006-03-21  Simon Josefsson  <jas@extundo.com>
11334         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11335         <wilde@sha-bang.de>.
11336         (pgg-gpg-use-agent): New variable.
11337         (pgg-gpg-process-region): Use it.
11338         (pgg-gpg-encrypt-region): Likewise.
11339         (pgg-gpg-encrypt-symmetric-region): Likewise.
11340         (pgg-gpg-decrypt-region): Likewise.
11341         (pgg-gpg-sign-region): Likewise.
11342         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11344 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11346         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11347         bracket links.
11349 2006-03-21  Kim F. Storm  <storm@cua.dk>
11351         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11352         fringe-indicator-alist instead of modifying global value.
11353         (gdb-frame-handler): Likewise.
11355 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11357         * diff-mode.el (diff-function): Make it inherit from diff-header
11358         instead of diff-context.
11360         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11361         bitmap.
11362         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11363         change names in macro above for consistency.
11364         (gdb-frame-handler): Use hollow-right-triangle for all selected
11365         frames which except the innermost (where execution has stopped).
11366         (gdb-reset): Reset buffer-local values of overlay-arrow.
11368 2006-03-20  Richard Stallman  <rms@gnu.org>
11370         * simple.el (set-mark-command): Doc fix.
11372         * files.el (display-buffer-other-frame): New command.
11373         (ctl-x-4-map): Bind C-x 5 C-o to it.
11375 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11378         rather than just defer-time, in case defer-time has been changed but
11379         the timer isn't running yet.
11380         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11382 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11384         * help-mode.el (help-follow-symbol): New function.
11385         Essentially identical to the old `help-follow', but do not let
11386         `push-button' do the work when on an xref.
11387         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11389 2006-03-19  Richard Stallman  <rms@gnu.org>
11391         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11392         preceded by the word `program'.
11393         (help-follow-mouse, help-follow): Throw error if not on xref.
11394         Delete no longer used args.
11396 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11398         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11399         annotation ensure gud-overlay-arrow-position is redisplayed.
11401 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11403         * textmodes/bibtex.el (bibtex-include-OPTkey)
11404         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11405         (bibtex-autokey-name-case-convert)
11406         (bibtex-autokey-titleword-case-convert): Make these the aliases
11407         for the following two variables.
11408         (bibtex-autokey-name-case-convert-function)
11409         (bibtex-autokey-titleword-case-convert-function): Make these the
11410         real names.
11411         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11412         bibtex-font-lock-crossref sublists.
11413         (bibtex-mode): Revert 2005-12-30 change (which made
11414         completion-ignore-case buffer-local).
11415         (bibtex-url): Simplify.
11417 2006-03-19  Kim F. Storm  <storm@cua.dk>
11419         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11420         cursor property value to 2 (to align with C level change).
11422 2006-03-19  Bill Wohler  <wohler@newt.com>
11424         * image.el (image-load-path-for-library): Shorten first line in
11425         docstring.
11427 2006-03-18  Richard Stallman  <rms@gnu.org>
11429         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11431 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11433         * isearch.el (isearch-other-meta-char): Handle user bindings for
11434         shifted control characters.
11436 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11438         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11439         part that matches email addresses, file names, etc.
11441 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11443         * term/w32-win.el (mouse-set-font):
11444         Mention w32-list-proportional-fonts in the doc string.
11446 2006-03-18  Kim F. Storm  <storm@cua.dk>
11448         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11449         (ido-unc-hosts): New user option to explicitly define list of know
11450         UNC-style hosts for completion.
11451         (ido-cache-unc-host-shares-time): New user option.
11452         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11453         New helper functions for UNC file-name support.
11454         (ido-may-cache-directory): Check for UNC host.  Simplify.
11455         (ido-wash-history): Clean out old UNC hosts.
11456         (ido-nonreadable-directory-p): UNC hosts are always readable.
11457         (ido-directory-too-big-p): UNC hosts are never too big.
11458         (ido-set-current-directory): Handle UNC root path.
11459         (ido-file-name-all-completions): Complete UNC host names from
11460         ido-unc-hosts list.  Cache UNC host shares.
11461         (ido-make-file-list-1): Don't filter UNC root.
11462         (ido-exhibit): Check for // in root directory, and switch to UNC
11463         mode by setting ido-current-directory to //.
11465 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11467         * cus-edit.el (customize-changed-options): Mention explicit
11468         version number as default in prompt.
11470 2006-03-17  Bill Wohler  <wohler@newt.com>
11472         * image.el (image-load-path-for-library): Minor docstring fix.
11474 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11476         * textmodes/org.el (org-read-date): Include subgroup 5 into
11477         replacement text.
11478         (org-popup-calendar-for-date-prompt): Fix customization type.
11480 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11482         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11483         (gdb-continuation): New variable.
11484         (gdb-send): Deal with continuation lines.
11486         * progmodes/gud.el (gud-gdb-complete-command)
11487         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11488         expressions.
11489         (gud-tooltip-mode): Use buffer-local value.
11491 2006-03-16  Kim F. Storm  <storm@cua.dk>
11493         * ido.el (ido-edit-input): Use selected match, if any.
11495 2006-03-16  Bill Wohler  <wohler@newt.com>
11497         * image.el (image-load-path-for-library): Prefer user's images in
11498         image-load-path.
11500 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11502         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11503         when checking for attempt to drag leftmost or rightmost scrollbar.
11505 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11507         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11508         (gdb-force-mode-line-update): New function.
11509         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11510         (gdb-exited): Use them.
11511         (gdb-signal): New function.
11512         (gdb-annotation-rules): Provide a rule for it.
11514 2006-03-16  Kenichi Handa  <handa@m17n.org>
11516         * international/mule.el (auto-coding-regexp-alist): Add entries
11517         for Unicode BOM.
11519         * sort.el (sort-build-lists): Temporarily bind
11520         inhibit-field-text-motion to t.
11522 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11524         * locate.el (locate-command, locate-make-command-line)
11525         (locate-fcodes-file, locate-update-command)
11526         (locate-prompt-for-command, locate, locate-with-filter)
11527         (locate-get-file-positions): Doc fixes.
11528         (locate-buffer-name, locate-header-face): Remove leading `*' in
11529         defcustom.
11530         (locate-filter-output): Use `keep-lines' instead of its alias
11531         `delete-non-matching-lines'.
11532         (locate-get-filename, locate-get-dirname): Add introductory comment.
11533         (locate-find-directory-other-window): Give appropriate error
11534         message if used outside main listing.
11536 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11539         the new extend-region feature.
11540         (font-lock-after-change-function): Update correspondingly.
11541         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11542         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11544 2006-03-15  Bill Wohler  <wohler@newt.com>
11546         * image.el (image-load-path-for-library): Fix example by not
11547         recommending that one binds image-load-path.  Just defvar it to
11548         placate compiler and only use it if previously defined.
11550 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11552         * textmodes/org.el (org-insert-centered): Use `string-width' to
11553         make underlining work for wide characters.
11554         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11555         TAB to `org-cycle', to make sure that no binding in
11556         `outline-mode-map' can supercede it.
11558 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11560         * allout.el: Increment version to 2.2.1 in file commentary.
11562         (allout-version): Increment to 2.2.1.
11564         (allout-default-layout): New customization variable, used when the
11565         file lacks a specific allout-layout.  Uses allout-layout-type for
11566         recursively nested definition.
11568         (allout-layout-type): Widget defining allout layouts, necessary for
11569         self-recursive definition.
11571         (allout-mode): Incorporate allout-default-layout as fallback for
11572         allout-layout.
11574         (allout-layout): Mark as 'safe-local-variable', and refer mention
11575         fallback to `allout-default-layout' in absence of a specified value.
11576         (allout-passphrase-verifier-string)
11577         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11579         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11581         (allout-get-encryption-passphrase-verifier): Use correct name of
11582         passphrase verifier in docstring.
11584 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11586         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11587         elements.
11588         (gdb-find-watch-expression): Make it work for arrays too.
11589         Follow change to gdb-var-list.
11590         (gud-watch): Allow the user to enter variable name with a prexix
11591         arg.  Create keybindings.
11592         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11593         (gdb-var-list-children-handler, gdb-var-update-handler)
11594         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11595         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11596         Follow change to gdb-var-list.
11597         (gdb-starting): Don't show the overlay arrows when program is running.
11599         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11600         gdb-var-list.
11602 2006-03-14  Bill Wohler  <wohler@newt.com>
11604         * image.el (image-load-path-for-library): Pass value of path
11605         rather than symbol.  Always return list of directories.
11606         Guarantee that image directory comes first.
11608 2006-03-14  Alan Mackenzie  <acm@muc.de>
11610         * font-core.el (font-lock-extend-region\(-function\)?.):
11611         New function/variable.
11613         * font-lock.el (font-lock-after-change-function):
11614         Call font-lock-extend-region.  Obey font-lock-lines-before.
11615         (font-lock-default-fontify-region): Remove reference to
11616         font-lock-lines-before.
11618         * jit-lock.el (jit-lock-after-change):
11619         Call font-lock-extend-region.  Obey font-lock-lines-before.
11621 2006-03-14  David Ponce  <david@dponce.com>
11623         * tree-widget.el (tree-widget-themes-load-path)
11624         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11626 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11628         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11629         (rcirc-print): Mark the start of text at the end of the prompt.
11630         (rcirc-track-minor-mode): Add autoload cookie.
11631         (rcirc-update-activity-string): Add space to front of mode-line
11632         indicator.
11634 2006-03-13  Miles Bader  <miles@gnu.org>
11636         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11637         (rcirc-abbrev-nick): Remove function.
11638         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11640 2006-03-13  David Ponce  <david@dponce.com>
11642         * tree-widget.el: Handle themes across all occurrences of the main
11643         themes sub-directory found in tree-widget-themes-load-path.
11644         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11645         (tree-widget--locate-sub-directory): Return all occurrences.
11646         (tree-widget-themes-path): New function.
11647         Replace tree-widget-themes-directory, and return a list of directories.
11648         (tree-widget-set-parent-theme)
11649         (tree-widget-lookup-image): Use it.
11651 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11653         * textmodes/org.el (org-link-search): Avoid self-matching of
11654         links, allow target text to be distributed over several lines.
11655         (org-search-not-link): New function.
11656         (org-set-regexps-and-options, org-get-current-options):
11657         New startup options.
11658         (org-export-as-html): Take odd-level setting from local variable.
11659         (org-fontify-emphasized-text): New option.
11660         (org-set-font-lock-defaults): Include emphasized text.
11661         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11662         (org-font-lock): Customize group renamed from `org-faces'.
11664 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11666         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11667         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11669 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11671         * cus-start.el (all): Delete :version keyword for members of the
11672         fringe group, since the entire group is new in 22.1.
11674 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11676         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11677         map if value is hexadecimal (an address).
11678         (gud-watch): Only search roots for existing watch expressions.
11679         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11680         prevent caching problems with speedbar-update-directory-contents.
11682 2006-03-12  Juri Linkov  <juri@jurta.org>
11684         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11685         before comparing with `low' and `warn'.
11687         * info.el (Info-dir-remove-duplicates): Move point to the
11688         beginning of the current line after deleting the entries from
11689         redundant heading.  Use marker for `limit' and compare it with
11690         point before calling `re-search-forward'.
11692 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11694         * simple.el (yank): Fix typo in docstring.
11696 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11698         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11699         messages, where "D" is the 6th character.
11701 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11703         * simple.el (yank): Fix last change.
11705 2006-03-11  David Ponce  <david@dponce.com>
11707         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11708         merging elements from the standard ispell-dictionary-alist.
11709         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11710         alist, and return the new alist.
11712 2006-03-11  Richard Stallman  <rms@gnu.org>
11714         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11716         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11717         the way it is implemented is too unclean.
11719         * simple.el (kill-region, yank): Doc fix.
11721         * battery.el (battery-echo-area-format): Doc fix.
11722         (battery-mode-line-format): Likewise.
11723         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11724         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11726 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11728         * progmodes/octave-mod.el (octave-indent-for-comment):
11729         Behave according to do string.
11731 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
11733         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11734         Be visible only if major mode is Mail Mode.
11736         * textmodes/flyspell.el (flyspell-external-point-words)
11737         (flyspell-process-localwords): Fix last changes.
11739 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11741         * calendar/holidays.el (list-holidays): Doc fix.
11743         * international/mule.el (auto-coding-alist): Add .odt
11744         (OpenOffice's open document) files.
11746         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11747         document) files.  Mention in the doc string the need to sync with
11748         auto-coding-alist.
11750 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11752         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11753         enable-local-variables is set to always query, or there is no
11754         savable variable.
11756 2006-03-10  Bill Wohler  <wohler@newt.com>
11758         * image.el (image-load-path-for-library): Merge at least three
11759         functions from Gnus and MH-E into this one function that can now
11760         be shared.
11762 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11764         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11765         gdb-remove-mouse-face and remove help-echo too.
11766         (gdb-enqueue-input): Correct conditional clause.
11768 2006-03-10  Glenn Morris  <rgm@gnu.org>
11770         * calendar/calendar.el (calendar-holidays): Doc fix.
11771         * calendar/holidays.el (list-holidays): Doc fix.
11773 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11775         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11776         it gets called in gdb-prompt anyway.
11777         (gdb-use-separate-io-buffer): Only restore window arrangement for
11778         gdb-many-windows.
11779         (gdb-enqueue-input): Make it harder to send GDB input when program
11780         is running.
11781         (gdb-buffer-list): New variable.
11782         (gdb-remove-mouse-face): New function.
11783         (gdb-starting): Use it when GDB input won't get sent.
11785 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11787         * help.el (view-lossage): Remove trailing whitespace before
11788         inserting "\n".
11790 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11792         * files.el (hack-local-variables-confirm):
11793         Set coding-system-for-read to nil before writing to .emacs.
11795         * arc-mode.el (archive-extract): Check if an existing buffer name
11796         comes from a different archive.
11798         * help.el (describe-key-briefly): If KEY is a down event, read and
11799         discard the up event.
11801 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11803         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11804         be edited and use font-lock-warning-face for any changes.
11806         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11807         (gdb-edit-value): Use it to report any errors.
11809 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11811         * help.el (describe-key): Remove leftover test code.
11813 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11815         * textmodes/org.el: Move defvars out of eval-when-compile.
11816         Use buffer-file-name variable.
11817         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11818         arg `file'.
11819         (org-level-faces): Remove startup dependency.
11820         (org-cycle, org-map-tree, org-scan-tags)
11821         (org-remember-handler): Don't call `outline-level' directly.
11822         (org-mhe-search-all-folders): New option.
11823         (org-mhe-get-message-folder-from-index)
11824         (org-mhe-get-message-folder): Fix indexing search.
11825         (org-format-agenda-item): Handle nil TAGS argument.
11826         (org-cleaned-string-for-export, org-activate-target-links)
11827         (org-make-target-link-regexp): Deal with empty radio target list.
11828         (org-tag): New face.
11829         (org-get-level-face): New function.
11830         (org-set-font-lock-defaults): Simplify setup for headlines.
11831         (org-complete): Pass common substring to `display-completion-list'.
11833 2006-03-06  David Ponce  <david@dponce.com>
11835         * tree-widget.el: Update Commentary header.
11836         (tree-widget-theme-name): Ignore parent themes.
11837         (tree-widget-set-parent-theme): New function.
11838         (tree-widget-set-theme): Use it.
11839         (tree-widget-set-image-properties): Move definition.  Does nothing
11840         if image properties have already been set.
11841         (tree-widget-image-properties): Move definition.  Receive an image
11842         name.  Set the :pointer property.
11843         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11844         Don't set the :pointer image property.
11845         (tree-widget-convert-widget): New function.  Handle :dynargs
11846         compatibility here.
11847         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11848         predicate to control when the :expander function is entered.
11849         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11850         (tree-widget-value-create): Handle :expander-p.  widget-apply
11851         :expander.
11852         (tree-widget-expander-p): New function.  Default value of the
11853         :expander-p property.
11855 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11857         * help.el (describe-key): Properly handle the return value of
11858         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11859         remaps.  Handle string and vector `follow-link' values.
11861 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * complete.el (PC-expand-many-files): Try be more careful when parsing
11864         the shell's output.
11866 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11868         * outline.el (hide-sublevels): Provide better interactive default.
11870 2006-03-06  Kenichi Handa  <handa@m17n.org>
11872         * international/fontset.el (create-fontset-from-fontset-spec):
11873         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11875 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11877         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11878         backslashes instead of one in regexp.
11879         (gud-tooltip-dereference): Add missing optional argument.
11881 2006-03-04  John Paul Wallington  <jpw@pobox.com>
11883         * wdired.el (toplevel): Require `cl' at compile-time.
11885 2006-03-04  Andreas Schwab  <schwab@suse.de>
11887         * server.el (server-process-filter): Handle errors during
11888         evaluation of the argument.
11890 2006-03-03  John Paul Wallington  <jpw@pobox.com>
11892         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11893         escape parentheses at beginning of line.
11894         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11895         (t-mouse-mode): Remove period from end of error message.
11897 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
11899         * textmodes/flyspell.el (flyspell-process-localwords):
11900         Be case-sensitive.
11902 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
11904         * cus-edit.el (custom-quote): Remove function, since it has been
11905         moved to custom.el.
11907         * font-lock.el (lisp-font-lock-keywords-2)
11908         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11909         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11910         they have no special meaning.
11912         * midnight.el (clean-buffer-list): Handle case where base-buffer of
11913         indirect buffer gets killed before indirect buffer.  Use dolist.
11915 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11917         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11918         value instead of a literal constant (1) on more pauses.
11920 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11922         * textmodes/flyspell.el (flyspell-external-point-words):
11923         Be case-sensitive.
11925 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
11927         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11928         with "www".
11930 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11932         * allout.el: Restablish intermediate missing comment header to
11933         preserve outline structure.
11934         (allout-beginning-of-current-entry): Skip invisible text.
11935         (allout-open-topic): Fix opening a topic at end-of-buffer.
11936         (allout-minor-mode): Move nearer to allout-mode function.
11938 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
11940         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11942 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
11944         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11945         is nil.
11947         * progmodes/gud.el (gud-speedbar-menu-items):
11948         Use buffer-local-value and add missing :visible keyword.
11950         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11952 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
11954         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11955         must be `follow-link'.
11957         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11959         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11960         formatting: No nested anchors.
11961         (org-all-targets): Fix bug with XEmacs compatibility.
11962         (org-read-date): Add (require 'parse-time).
11963         (org-set-tags): Fix bug with extra inserted space.
11964         (org-export-html-style): Define a style class for targets.
11965         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11966         (org-hide-leading-stars): New option.
11967         (org-hide): New face.
11968         (org-set-font-lock-defaults): Allow to hide leading stars.
11969         (org-get-legal-level, org-tr-level): New functions.
11970         (org-odd-levels-only): New option.
11971         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11972         (org-demote, org-promote): Deal with double-star levels.
11973         (org-convert-to-odd-levels): New command.
11975 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
11977         * speedbar.el (speedbar-update-localized-contents): Try to
11978         preserve window-start.
11979         (speedbar-update-directory-contents): Try to preserve window-start
11980         and window-point.
11981         (speedbar-update-special-contents): Don't move back to start of window.
11983         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11984         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
11985         speedbar-timer-fn.
11986         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11987         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11988         instead of gdb-speedbar-timer-fn.
11990 2006-02-28  Jay Belanger  <belanger@truman.edu>
11992         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11993         (math-compose-expr): Use latex option when calling
11994         `math-compose-tex-matrix' for latex mode.
11996 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
11998         * speedbar.el: Re-instate comments about developing for speedbar
11999         [this is what info and gdb-ui use even if better methods exist now].
12001         * t-mouse.el: New file.
12002         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12003         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12004         (t-mouse-make-event-element): Use posn-at-x-y instead.
12005         (t-mouse-make-event): Deal with Fedora Core 3.
12006         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12007         (t-mouse-mouse-position-function): New function.  Use it instead
12008         of advising mouse-position.
12009         (t-mouse-mode): New minor mode.
12010         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12012 2006-02-27  Glenn Morris  <rgm@gnu.org>
12014         * calendar/calendar.el (calendar-holidays): Doc fix.
12016 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12018         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12019         Re-introduce the concept of a source window.
12020         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12021         consistency with get-buffer-create.
12022         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12023         (gdb-data-list-register-values-handler)
12024         (gdb-stack-list-locals-handler): Try to preserve window-start as
12025         well as window-point.
12026         (gdb-display-source-buffer): New function (old concept).
12027         (gdb-goto-breakpoint): Use it.
12029         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12030         for gdb-ui/gdb-mi (old concept).
12032 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12034         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12035         binding.
12037         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12039         * textmodes/reftex-sel.el (reftex-select-label-map)
12040         (reftex-select-bib-map): Add `follow-mouse' binding.
12042 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12044         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12045         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12046         Give :set functions to provide automatic updating.
12047         Update docstring.  Give compiler defvars early in the file
12048         and move the defcustoms to a later spot where all called functions
12049         are defined.
12050         (jka-compr-file-name-handler-entry): Doc fix.
12051         (jka-compr-compression-info-list--internal)
12052         (jka-compr-mode-alist-additions--internal)
12053         (jka-compr-load-suffixes--internal): New variables.
12054         (jka-compr-install): Set the three above variables.
12055         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12056         (jka-compr-update, jka-compr-set): New functions.
12057         (auto-compression-mode): Doc fix.
12059         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12060         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12061         Use jka-compr-compression-info-list--internal,
12062         jka-compr-mode-alist-additions--internal and
12063         jka-compr-load-suffixes--internal.
12065         * files.el (load-library):
12066         * loadhist.el (file-loadhist-lookup):
12067         * startup.el (command-line):
12068         * subr.el (locate-library):
12069         * emacs-lisp/autoload.el (update-directory-autoloads):
12070         * emacs-lisp/find-func.el (find-library-suffixes):
12071         Use `get-load-suffixes' instead of `load-suffixes'.
12073         * subr.el (locate-library):
12074         * emacs-lisp/find-func.el (find-library-name):
12075         Use `load-file-rep-suffixes' instead of '("").
12077 2006-02-26  Kim F. Storm  <storm@cua.dk>
12079         * ido.el (ido-save-history, ido-load-history): Simplify.
12080         Don't use find-file-noselect to avoid interference from other modes.
12082 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12084         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12085         to use the default shell if filename is not available.
12086         Reported by Giorgos Keramidas.
12088 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12090         * progmodes/etags.el (tags-completion-table): Do completion from
12091         all the tables in the current list, as documented in the manual.
12093 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12095         * CC Mode Update to 5.31.3.
12097 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12099         * progmodes/cc-mode.el (c-postprocess-file-styles):
12100         Bind inhibit-read-only to t, around the call to
12101         c-remove-any-local-eval-or-mode-variables, so that it works on a
12102         RO file.
12104 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12106         * progmodes/cc-awk.el: Correct a typo.
12108 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12110         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12111         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12112         name as an alias.
12114 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12116         * progmodes/cc-mode.el: Correct a typo.
12118 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12120         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12122 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12124         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12125         brace-else-brace (error due to mbeg, mend being undefined).
12127 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12129         * progmodes/cc-mode.el: File Local variables: Solve the problem
12130         where both `mode' and c-file-offsets are specified: `mode' will
12131         overwrite c-f-o's settings:
12132         (c-remove-any-local-eval-or-mode-variables): New function.
12133         (c-postprocess-file-styles): Call the above new function, within
12134         c-tentative-buffer-change, to splat `mode' and `eval' before the
12135         second hack-local-variables.
12137 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12139         * progmodes/cc-mode.el:
12140         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12141         (c-after-change): Protect the match data with save-match-data.
12142         It was getting corrupted by c-after-change-check-<>-operators.
12144         * cc-defs.el: [Supersedes patch V1.38]:
12145         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12146         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12148         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12149         with save-match-data.  It was being corrupted when Font Lock was
12150         not enabled.
12152 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12154         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12155         Mode and Subword Mode.
12157         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12158         real labels ("case 1:" or "foo:") from non-labels ("public:").
12159         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12160         coding; c-f-t-2 doesn't move over a token at EOB.
12162         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12164         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12165         (c-update-modeline): Concatenate the minor mode indicators
12166         directly onto mode-name, removing c-submode-indicators.
12167         Sometimes, c-s-i got separated from the mode name on the mode line.
12169         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12170         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12172 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12174         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12175         error message when there's an evaluation error to show whether
12176         it's loaded from source or not.
12177         (c-filter-ops): Make it available at runtime too to work when
12178         `c-make-init-lang-vars-fun' needs to evaluate from source.
12180 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12182         * help.el (help): Revert last part of 2006-02-23 change (deletion
12183         of the `provide' call).
12185 2006-02-23  Juri Linkov  <juri@jurta.org>
12187         * compare-w.el (compare-windows-highlight): Add new value
12188         `persistent' and change :type from `boolean' to `choice'.
12189         (compare-windows-overlays1, compare-windows-overlays2):
12190         New internal variables.
12191         (compare-windows-highlight): If compare-windows-highlight is
12192         `persistent', add current overlays to compare-windows-overlays[12]
12193         instead of adding compare-windows-dehighlight to pre-command-hook.
12194         (compare-windows-dehighlight): Delete all overlays from
12195         compare-windows-overlays[12].
12197         * info.el (Info-search): Don't bind search-spaces-regexp to
12198         Info-search-whitespace-regexp in non-regexp isearch mode.
12200 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12202         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12204 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12206         * textmodes/org.el (org-xemacs-p)
12207         (org-export-html-show-new-buffer, org-table-may-need-update)
12208         (org-insert-item, org-mhe-get-message-real-folder)
12209         (org-mhe-get-message-folder-from-index)
12210         (org-mhe-get-message-folder, org-mhe-get-message-num)
12211         (org-mhe-get-header, org-make-org-heading-search-string)
12212         (org-make-org-heading-camel, org-table-sort-lines)
12213         (org-format-org-table-html, org-format-table-table-html):
12214         Fix typos in docstrings.
12216 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12218         * textmodes/org.el (org-cleaned-string-for-export)
12219         (org-solidify-link-text): New function.
12220         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12221         XEmacs, just to silence the compiler.
12222         (org-export-as-ascii, org-export-as-html-and-open):
12223         Use `org-cleaned-string-for-export' and create internal links.
12224         (org-follow-mhe-link): Require mh-e, use folder.
12226 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12228         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12230         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12231         gdb-debug-log-length.
12232         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12233         it a real ring but...
12234         (gud-gdba-marker-filter): ...make it work like mark-ring.
12235         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12236         (gdb-mouse-jump): New function.  Add bindings.
12238 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12240         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12241         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12242         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12243         (gdb-debug-log-length): Customize it's length.
12244         (gud-watch, gdb-var-create-handler): Display function::var format
12245         but don't use to create variable object.
12246         (gdb-var-create-handler): Use message-box in place of message.
12247         (gdb-stopped): Call gdb-exited if signalled.
12249 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12251         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12253         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12255         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12256         if `reftex-try-all-extensions' is set.
12258         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12259         fail silently when there is no valid argument at point.
12260         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12261         `fail-silently' argument.  From a patch by David Reiter.
12263         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12264         New commands.
12265         (org-mark-ring): New variable.
12266         (org-mark-ring-length): New option.
12267         (org-open-at-point, org-goto, org-open-file): Push old position
12268         onto the mark ring.
12269         (org-add-hook): New function.
12270         (org-export-table-remove-special-lines): New option.
12271         (org-skip-comments, org-format-org-table-html): Respect new
12272         option `org-export-table-remove-special-lines'.
12273         (org-open-file): Allow special command configuration for
12274         directory link.
12275         (org-file-apps): Fix bugs in customize type, added setting
12276         for directories.
12277         (org-activate-tags, org-format-agenda-item, org-complete)
12278         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12279         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12280         (org-link-search, org-make-org-heading-search-string)
12281         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12282         (org-radio-targets, org-file-link-context-use-camel-case)
12283         (org-activate-camels): New options.
12284         (org-update-radio-target-regexp, org-all-targets)
12285         (org-make-target-link-regexp, org-activate-target-links):
12286         New functions.
12287         (org-make-org-heading-search-string): New function.
12288         (org-store-link, org-insert-link): Use new option
12289         `org-file-link-context-use-camel-case'.
12290         (org-activate-camels): Use new option `org-activate-camels'.
12291         (org-link-regexp): Add mhe prefix.
12292         (org-open-at-point, org-store-link): Support for mhe links.
12293         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12294         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12295         (org-mhe-get-header, org-follow-mhe-link): New functions.
12296         (org-remove-angle-brackets, org-add-angle-brackets):
12297         New functions.
12298         (org-bracket-link-regexp): New constant.
12299         (org-read-date): Fix bug that was rejecting all typed dates.
12300         (org-link-search): Make hierarchy above visible after a match.
12301         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12302         (org-store-link): Fix bug with link creation when cursor is in
12303         an empty line.
12304         (org-open-at-point): Fix bug with matching a link.
12305         Fixed buggy argument sequence in call to `org-view-tags'.
12306         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12307         (org-prefix-has-tag): New variable.
12308         (org-format-agenda-item): Remove tags from headline
12309         if appropriate.
12310         (org-agenda-remove-tags-when-in-prefix): New option.
12312 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12314         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12315         Fix the regular expressions.
12317 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12319         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12320         if there's no other specific basis.
12322         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12323         as variables at all.
12324         (unsafep-variable): Rename arg; doc fix.
12326         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12328         * calendar/appt.el (diary-selective-display): Add defvar.
12330         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12332         * isearch.el (search-whitespace-regexp): Fix custom type.
12334         * help.el (describe-key-briefly): Compute interactive args
12335         in same was as before previous change.
12337         * files.el (enable-local-variables): Doc fix.
12339 2006-02-21  Kim F. Storm  <storm@cua.dk>
12341         * fringe.el: Cleanup as file is now pre-loaded.
12342         (fringe-bitmaps): Initialize unconditionally.
12343         (fringe-mode, set-fringe-style): Remove autoload cookies.
12345 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12347         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12348         `horizontal-bar'.
12349         (fringe-cursor-alist): Use `horizontal-bar'.
12351 2006-02-20  Kim F. Storm  <storm@cua.dk>
12353         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12354         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12356         * loadup.el: Load "fringe" on window systems.
12358 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12360         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12361         out of scope components.
12363         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12364         default.
12366 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12368         * custom.el (customize-mark-to-save, customize-mark-as-set):
12369         Load the symbol first.
12371 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12373         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12374         strech spec so it doesn't display as "^J" on the header line
12375         when `Buffer-menu-use-header-line' is t.
12377 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12379         * speedbar.el (speedbar-make-button): Keep text properties
12380         of string arguments if desired.
12382         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12383         expessions.
12385         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12386         of speedbar.
12388 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12390         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12391         to value of `read-file-name-completion-ignore-case'.
12393 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12395         * custom.el (customize-mark-as-set): Push to `user' theme.
12397         * cus-edit.el (custom-save-variables): Allow unthemed values.
12398         (customize-set-variable): Push setting to `user' theme.
12400 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12402         * progmodes/gud.el: Don't require font-lock as it's now
12403         automatically loaded.
12404         (gud-speedbar-buttons): Replace gdb-var-changed with
12405         gdb-force-update.
12407         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12408         gdb-var-changed.
12409         (gdb-post-prompt): Use it.
12410         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12411         (gdb-var-update-handler, gdb-var-delete)
12412         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12413         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12414         gdb-force-update in gdb-post-prompt.
12415         (gdb-reset): Clear watch expressions from speedbar when quitting.
12417 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12419         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12420         (viper-change-state-to-vi, viper-change-state-to-emacs):
12421         Make aware of cursor coloring in the Emacs state.
12422         (viper-special-read-and-insert-char): Use read-char-exclusive.
12423         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12425         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12427         * viper-util.el (viper-save-cursor-color)
12428         (viper-get-saved-cursor-color-in-replace-mode)
12429         (viper-get-saved-cursor-color-in-insert-mode)
12430         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12431         state.
12432         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12434         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12435         (ediff-ignore-case-option3, ediff-actual-diff-options)
12436         (ediff-actual-diff3-options): New variables to control case sensitivity.
12437         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12438         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12439         (ediff-toggle-ignore-case): New function.
12440         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12442         * ediff-help.el (ediff-long-help-message-narrow2)
12443         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12444         (ediff-long-help-message-word-mode): Add ignore-case command.
12445         (ediff-help-for-quick-help): Add ignore-case command.
12447         * ediff-merg.el: Move provide to the end.
12449         * ediff-ptch.el: Move provide to the end.
12451         * ediff-wind.el: Move provide to the end.
12453         * ediff-mult.el: Move provide to the end.
12454         (ediff-set-meta-overlay): Enable follow-link.
12456         * ediff.el: Move provide to the end.
12457         Break recursive load cycle in eval-when-compile.
12458         (ediff-patch-buffer): Better heuristics.
12460         * ediff-util.el: Move provide to the end.
12461         Break recursive load cycle in eval-when-compile.
12462         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12463         defuns.
12464         (ediff-submit-report): Pass the values of ediff-diff3-program,
12465         ediff-diff3-options.
12467 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12469         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12470         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12471         `' (for example, in the docstring of `windmove-default-keybindings').
12473 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12475         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12476         shadow face.  Don't provide binding to edit variable when it is
12477         out of scope.
12479         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12480         (gdb-var-update-handler): Detect out of scope variables with pre
12481         GDB 6.4 too.
12482         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12483         Reset status of variable objects to nil in update handlers.
12484         (gdb-var-update-handler-1): Detect when a variable object comes
12485         in scope.  setcar on var changes gdb-var-list directly.
12487 2006-02-17  Juri Linkov  <juri@jurta.org>
12489         * ffap.el (ffap) <defface>: Add explicit face declaration.
12490         (ffap-highlight): Use face `ffap' directly instead of checking
12491         for its existence.
12493         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12494         `visible-ok' of `other-buffer' to find the right original buffer.
12496         * info.el (Info-search): Skip `Local Variables' node.
12498 2006-02-17  Juri Linkov  <juri@jurta.org>
12500         * info.el (Info-find-file): Check for symbols `apropos', `history',
12501         `toc' in the input filename, and return these symbols as is.
12502         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12503         `history', `toc' instead of strings.
12504         (Info-set-mode-line): For non-string Info-current-file use the
12505         symbol's name inside **.
12506         (Info-isearch-push-state): Add quote before Info-current-file and
12507         Info-current-node.
12508         (Info-isearch-pop-state): Use `equal' instead of `string='.
12509         (Info-extract-pointer, Info-following-node-name): Use
12510         `match-string-no-properties' instead of `match-string'.
12511         (Info-up): Check `old-file' for `stringp'.
12512         (Info-history): Use `equal' instead of `string-equal'.
12513         Check `file' for `stringp'.
12514         (Info-history): Use symbol `history' instead of string as first arg
12515         of `Info-find-node'.
12516         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12517         `toc' instead of string.
12518         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12519         instead of `buffer-substring', and `match-string-no-properties'
12520         instead of `match-string'.
12521         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12522         instead of strings.
12523         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12524         Use symbol `apropos' instead of string.
12525         (Info-copy-current-node-name): Check `Info-current-file' for
12526         `stringp' and construct a command with `Info-find-node' from it.
12527         (Info-fontify-node): Use `match-string-no-properties' instead of
12528         `match-string' and check file names for `stringp'.
12529         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12530         `history', `toc' instead of strings.
12532 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12534         * files.el: Rearrange functions and variables in the file local
12535         variables section.
12537 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12539         * files.el: Add truncate-lines, ispell-check-comments and
12540         ispell-local-dictionary as safe local variables.
12542 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12544         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12545         out of scope variables.
12546         (gud-speedbar-buttons): Use unless.
12548         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12549         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12550         (gdb-show-changed-values): Also use for out of scope variables.
12551         (gdb-var-update-handler-1): Note if variable goes out of scope.
12553 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12555         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12556         default to global variable values for unsupplied args.
12557         (rcirc-get-buffer-create): Fix bug with setting the target.
12558         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12559         test for rcirc-always-use-server-buffer-flag here.
12560         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12561         uses the default face.  Change the ACTION format string.  If the
12562         "nick" is the server, don't print anything for that field.
12563         Comment fixes.
12564         (rcirc-target-buffer): Don't test
12565         rcirc-always-use-server-buffer-flag here.
12566         (rcirc-print): Squeeze extra spaces out of the text before message.
12567         (rcirc-put-nick-channel): Strip potential "@" char from nick
12568         before adding them to nick table.
12569         (rcirc-url-regexp): Improve to match address like "foo.com".
12571 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12573         * allout.el (allout-hidden-p): Move this defsubst before
12574         allout-overlay-interior-modification-handler, where it is first
12575         used.
12577 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12579         * allout.el: Use allout invisible-text overlays instead of
12580         selective display for concealed text.  Also, lots of general
12581         cleanup, and improved compatibility code.
12583         (allout-version) Incremented, corrected, revised, and refined
12584         module commentary.
12586         (provide 'allout): Moved to the bottom, added a require of overlay.
12588         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12589         `except-current'.
12590         (allout-write-file-hook-handler): Minimize delay.
12591         (count-trailing-whitespace-region): New function so
12592         auto-encryption of current topic can resituate cursor exactly.
12593         PGP/GPG encryption trims trailing whitespace from lines, which
12594         must be accounted for across encryption then decryption.
12596         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12597         just plain "\C-c", to avoid intruding on user's keybinding space.
12599         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12600         parameter, so user request to provide a new password is done.
12602         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12603         Refined mechanism for auto-filling behavior while in allout mode.
12605         (allout-mode): Explicitly specify the mode map in the docstring.
12606         Clarify provision for various write-file hook var names.
12607         Adjusted for invisible-text overlays instead of selective-display.
12609         (allout-depth): Really return 0 if not within any topic.  This
12610         rectifies `allout-beginning-of-level' and sequence numbering
12611         errors that occur when cutting and pasting numbered topics.
12612         Changed from a in-line subst to a regular function, as well.
12614         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12616         (allout-end-of-subtree, allout-end-of-subtree)
12617         (allout-end-of-entry, allout-end-of-current-heading)
12618         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12619         (allout-show-children, allout-show-to-offshoot)
12620         (allout-hide-current-entry, allout-show-current-entry): Rectified
12621         handling of trailing blank lines between items.
12623         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12624         (allout-current-depth, allout-unprotected, allout-hidden-p)
12625         (allout-on-current-heading-p, allout-listify-exposed)
12626         (allout-chart-subtree, allout-goto-prefix)
12627         (allout-back-to-current-heading, allout-get-body-text)
12628         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12629         (allout-hide-region-body, allout-toggle-subtree-encryption)
12630         (allout-encrypt-string, allout-encrypted-key-info)
12631         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12632         (allout-file-vars-section-data): Adjusted for use with
12633         invisible-text overlays instead of selective-display.
12635         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12636         Reworked for use with invisible text overlays.
12638         (allout-current-topic-collapsed-p): New function.
12640         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12641         to know when to close the containing topic.
12643         (allout-pre-command-business, allout-post-command-business):
12644         Simplify undo-batching and dynamic isearch exposure.
12646         (allout-set-overlay-category): New for invisible-text overlays.
12647         Sets properties of allout-overlay-category, used by
12648         allout-flag-region to set invisible-text overlay properties.
12649         (allout-get-invisibility-overlay): Get the first qualifying
12650         invisibility overlay, so we can find the extent of it.
12651         (allout-back-to-visible-text): Get to just before the beginnining
12652         of the current invisibility overlay, if any.
12654         (allout-overlay-insert-in-front-handler)
12655         (allout-overlay-interior-modification-handler)
12656         (allout-before-change-handler, allout-isearch-end-handler): New
12657         functions to handle extraordinary actions affecting concealed
12658         text.
12660         (allout-flag-region): Use overlays instead of selective-display
12661         for invisible text - by inheritence from the properties of
12662         allout-overlay-category in mainline Emacs, and applied
12663         property-by-property in XEmacs, some recent versions of which
12664         don't inherit the properties from the category.  Provisions to
12665         respond to concealed-text edits simplified drastically.
12667         (allout-isearch-rectification, allout-isearch-was-font-lock)
12668         (allout-isearch-expose, allout-enwrap-isearch)
12669         (allout-isearch-abort, allout-pre-was-isearching)
12670         (allout-isearch-prior-pos, allout-isearch-did-quit)
12671         (allout-isearch-dynamic-expose)
12672         (allout-hide-current-entry-completely): Functions deleted.
12674         (allout-undo-aggregation): Explicit undo aggregation no longer
12675         necessary due to transition away from selective-display.
12677         (set-allout-regexp, allout-up-current-level)
12678         (allout-next-visible-heading, allout-forward-current-level)
12679         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12680         (allout-kill-line, allout-yank-processing, allout-show-children)
12681         (allout-expose-topic, allout-old-expose-topic)
12682         (allout-listify-exposed, allout-insert-latex-header)
12683         (allout-toggle-subtree-encryption, allout-encrypt-string)
12684         (remove-from-invisibility-spec, allout-hide-current-subtree):
12685         Ditched unused variables.
12687 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12689         * textmodes/ispell.el (ispell-change-dictionary): Call
12690         ispell-buffer-local-dict instead of
12691         ispell-accept-buffer-local-defs.
12692         (ispell-local-dictionary-alist): Accept as valid any coding-system
12693         supported by Emacs.
12694         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12695         changed to iso-8859-3.
12697 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12699         * speedbar.el (speedbar-frame-width): Make an inline function
12700         instead of a macro.  Use frame-width.
12701         (speedbar-try-completion, speedbar-update-contents)
12702         (speedbar-timer-fn): Use consp.
12703         (speedbar-update-localized-contents): Try to preserve point.
12705         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12706         (menu): Re-order menu items.
12707         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12708         field.
12709         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12710         (gdb-post-prompt): Speed things by not forcing update.
12712 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12714         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12715         press and perform default action if we get a mouse movement event.
12717 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12719         * calendar/icalendar.el (icalendar--get-event-property)
12720         (icalendar--get-event-property-attributes): Fix typos in
12721         docstrings.
12723         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12724         docstring.
12726 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12728         * bs.el (bs-mode): Use `buffer-disable-undo'.
12729         (bs--get-file-name): Simplify.
12730         (bs-show-in-buffer): Mark the buffer as not modified.
12732 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12734         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12735         widget-button-click.
12737         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12738         (custom-mode): Update docstring.
12740         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12741         binding.
12743         * files.el (hack-local-variables-confirm): Allow scrolling if the
12744         file variable list is too long.  Kill temp buffer after use.
12746 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12748         * progmodes/gud.el (gdb): Improve doc string.
12749         (gdb-script-font-lock-keywords): Expand allowed character set.
12751         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12752         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12753         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12754         (gdb-separate-io-stop, gdb-separate-io-eof):
12755         Rename from gdb-inferior-* to gdb-separate-*.
12756         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12758 2006-02-14  Jay Belanger  <belanger@truman.edu>
12760         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12761         expression is a symbol before checking that it is bound.
12763         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12764         test to see if equation can be solved.
12766 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12768         * wid-edit.el (widget-button-click): Use :pressed-face property
12769         for overlay face, if it exists.
12771         * cus-edit.el (custom-manual, custom-add-see-also)
12772         (custom-add-parent-links, custom-group-link): Add :pressed-face
12773         property to links.
12775         * files.el (hack-local-variables): Remove ignored variables before
12776         checking if any variables need setting.
12778 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12780         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12782 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12784         * help.el (where-is): Fix message for remapped commands.
12786         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12787         Fix typos in docstrings.
12789 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12791         * files.el (safe-local-variable-values): New option.
12792         (hack-local-variables-prop-line): Return a list of variable-value
12793         pairs if MODE-ONLY is non-nil.
12794         (hack-local-variables): Construct list of variable-value pairs,
12795         and apply or reject them in one go.  Ask for confirmation if
12796         variables are not known safe.
12797         (hack-local-variables-confirm): Complete rewrite.  Support
12798         `safe-local-variable-values'.
12799         (enable-local-variables): Update docstring to reflect new
12800         behavior.
12801         (ignored-local-variables): Ignore ignored-local-variables and
12802         safe-local-variable-values.
12803         (safe-local-variable-p): New function.
12804         (risky-local-variable-p): `safe-local-variable' property check
12805         moved to safe-local-variable-p.
12806         (hack-one-local-variable): Checks moved to hack-local-variables.
12808         (byte-compile-dynamic, c-basic-offset, c-file-style)
12809         (c-indent-level, comment-column, fill-column, fill-prefix)
12810         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12811         (no-update-autoloads, outline-regexp, page-delimiter)
12812         (paragraph-start, paragraph-separate, sentence-end)
12813         (sentence-end-double-space tab-width, version-control):
12814         Add `safe-local-variable' property.
12816         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12818         * icomplete.el, play/landmark.el: Change nonexistent
12819         `outline-layout' file variable to `allout-layout'.
12821 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12823         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12824         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12825         to gud-comint-buffer.
12826         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12827         gdb-ui.el for gdb-mi.el.
12828         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12829         registers buffer to gdb-get-changed-registers.
12830         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12831         deletion of catchpoints (throw and catch).
12832         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12833         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12834         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12835         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12836         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12838 2006-02-13  Jay Belanger  <belanger@truman.edu>
12840         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12841         expression is a symbol before checking that it is bound.
12843 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12845         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12846         for the minibuffer too, but not if resize-mini-windows will interfere.
12848         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12849         inside `interactive' spec.
12850         (describe-key-briefly-internal, describe-key-internal):
12851         Functions merged back into their callers.
12853 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12855         * info.el (info-xref-visited): Inherit from info-xref too.
12856         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12857         when propertizing Info-current-file and Info-current-node.
12859 2006-02-13  Juri Linkov  <juri@jurta.org>
12861         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12862         (tumme-thumb-name): Fix per-directory format.
12864 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12866         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12868 2006-02-12  Miles Bader  <miles@gnu.org>
12870         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12872 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
12874         * tumme.el: Remove history section.  If someone needs the it, it
12875         can always be found in CVS.
12877 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12879         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
12880         about the Thumbnail Managing Standard option.
12882 2006-02-12  Richard M. Stallman  <rms@gnu.org>
12884         * subr.el (substitute-key-definition): Doc fix.
12886         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12888         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12890         * info.el (Info-mode): Doc fix.
12892         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12894 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
12896         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12897         because on Solaris a POSIX compatible "id" is needed.  Reported by
12898         Magnus Henoch <mange@freemail.hu>.
12900 2006-02-12  Juri Linkov  <juri@jurta.org>
12902         * tumme.el: Remove todo item about Thumbnail Managing Standard.
12903         (tumme) <defgroup>: Change :group to `multimedia'.
12904         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12905         Managing Standard.
12906         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12907         Fix dostring.
12908         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12909         and %y.  Fix docstring.
12910         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12911         (tumme-cmd-create-standard-thumbnail-command): New user options.
12912         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12913         is `standard'.  Fix docstring.
12914         (tumme-thumb-width, tumme-thumb-height): New user options.
12915         (tumme-external-viewer): Try to find various viewers.
12916         (tumme-get-thumbnail-image): Use `create-image' instead of
12917         constructing the `image' structure.
12918         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12919         `standard'.
12920         (tumme-thumb-name): Add file name generation for standard storage.
12921         Simplify code for other storages.
12922         (tumme-thumb-name): Use width %w and height %h instead of size %s.
12923         Add modification time %m and thumbnail-nq8 %q.
12924         Use `tumme-cmd-create-standard-thumbnail-command' if
12925         tumme-thumbnail-storage is `standard'.
12926         (tumme-dired-insert-marked-thumbs): New autoload command.
12927         (tumme-dired-after-readin-hook): New function.
12928         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12929         `tumme-thumb-size'.
12930         (tumme-display-image): Replace size-x %x and size-y %y with
12931         width %w and height %h.
12933         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12934         `tumme-dired-insert-marked-thumbs'.
12936 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12938         * tumme.el (tumme-write-tag): Fix small bug (file name did not
12939         include path).
12940         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12941         matching tag.
12943 2006-02-12  Miles Bader  <miles@gnu.org>
12945         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12946         New variables.
12947         (rcirc-abbrev-nick): New function.
12948         (rcirc-format-response-string): Rewrite to use the formats in
12949         `rcirc-response-formats' and expand escape sequences therein.
12950         A text-property `rcirc-text' is added over the actual response
12951         text to make easy to find inside the returned string.
12952         (rcirc-print): When filling, just look for the `rcirc-text'
12953         text-property to find the appropriate fill prefix, instead of
12954         using hardwired patterns.
12956 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12958         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
12959         Managing Standard.
12961 2006-02-11  Kim F. Storm  <storm@cua.dk>
12963         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12964         Don't use insert-buffer; do insert-buffer-substring directly.
12965         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
12967 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12969         * files.el (revert-buffer, recover-file): Replace buffer-read-only
12970         with inhibit-read-only.  Suggested by Stefan Monnier.
12971         (revert-buffer): Let insert-file-contents discard
12972         buffer-undo-list.  Simplify code.
12973         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12975 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
12977         * menu-bar.el (menu-bar-select-yank): Add a doc string.
12979         * help.el (describe-key-briefly): Now a wrapper for
12980         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
12981         to t.  Populate yank-menu if empty.
12982         (describe-key-briefly-internal): Renamed from describe-key-briefly.
12983         (describe-key): Now a wrapper for describe-key-internal.  Bind
12984         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
12985         (describe-key-internal): Renamed from describe-key.
12987 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
12989         * progmodes/glasses.el (glasses-separator): Doc fix.
12990         (glasses-original-separator): New defcustom.
12991         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12993 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12995         * mwheel.el (mouse-wheel-up-event): Doc fix.
12997 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12999         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13000         (tumme-dir): New function.  Copied from thumbs.el.
13002 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13004         * desktop.el (desktop-outvar): Fix typo.
13005         (desktop-save-buffer-p): Doc fix.
13007         * subr.el (substitute-key-definition): Fix typo.
13009 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13011         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13012         when window-system is mac.
13014         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13016 2006-02-10  Kim F. Storm  <storm@cua.dk>
13018         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13019         indirect-function instead of using condition-case.
13021 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13023         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13024         less `colloquial'...
13026 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13028         * tumme.el: Add a couple of todo items.
13030 2006-02-09  Lars Hansen  <larsh@soem.dk>
13032         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13033         (highlight-changes-mode): Don't change desktop-locals-to-save.
13035 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13037         * image-mode.el (image-toggle-display): Clear image cache if using
13038         filename.
13040 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13042         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13043         a `dired-man' target.
13045         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13046         boundary of symbols.
13048 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13050         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13052 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13054         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13055         `mapcar'; return nil.
13057 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13059         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13060         some other event.
13062 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13064         * net/rcirc.el (rcirc-startup-channels-alist):
13065         Add irc.freenode.net and #emacs as defaults.
13066         (rcirc-ignore-all-activity-flag): Remove variable.
13067         (rcirc-authinfo): New variable.
13068         (rcirc-authinfo-filename): Remove variable.
13069         (rcirc-always-use-server-buffer-flag): New flag.
13070         (rcirc): M-x rcirc will automatically connect without prompting.
13071         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13072         connection in lisp.
13073         (rcirc-process-server-response-1): Remove everything but the nick
13074         portion of the sender so it doesn't need to be done everywhere
13075         else.  Update related code.
13076         (global-map): Remove global keybindings.
13077         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13078         (rcirc-send-input): Split into several functions.
13079         (rcirc-process-input-line, rcirc-process-message)
13080         (rcirc-process-command): New functions.
13081         (rcirc-target-buffer): New function to determine where to route
13082         messages.
13083         (rcirc-user-nick): Save match data.
13084         (rcirc-toggle-ignore-buffer-activity)
13085         (rcirc-update-activity-string): Remove global ignore functionality,
13086         which can be done now by toggling rcirc-track-minor-mode.
13087         (rcirc-track-minor-mode-map): New keymap.
13088         (rcirc-track-minor-mode): New minor-mode.
13089         (ignore): Make the ignore output nicer.  Always print it when
13090         adding or removing nicks.
13091         (rcirc-url-regexp): Improve.
13092         (rcirc-mangle-text): Remove properties before using text in the
13093         modeline.
13094         (rcirc-authenticate): Authentication data comes from
13095         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13096         (rcirc-server-prefix): Inherit from rcirc-server.
13098 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13100         * Makefile.in (compile): Append "|| true" to the end of the `find'
13101         command, like compile-always does.
13103 2006-02-08  Sam Steingold  <sds@gnu.org>
13105         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13106         output from a dead connection.
13108 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13110         * dired.el (dired-mode-map): Add more bindings for tumme.
13112 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * wdired.el (wdired-mode-map): Use remap.
13115         (wdired-get-filename): Massage.
13116         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13117         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13118         `keymap' property rather than `local-map'.
13120 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13122         * tumme.el (tumme-get-thumbnail-image): New utility function.
13123         Suggested by from Chong Yidong.
13124         (tumme-dired-with-window-configuration): Rename from
13125         `tumme-dired'.  Add code to save window configuration.
13126         (tumme-restore-window-configuration): New command to restore the
13127         window configuration that `tumme-dired-with-window-configuration'
13128         saves before it changes the window configuration.
13129         (tumme-show-all-from-dir): New command to display thumbnails for
13130         all files in a directory entered by the user, like M-x thumbs.
13131         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13132         have been created.
13133         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13134         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13135         Remove obsolete test function.
13137 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13139         * vc.el (small-temporary-file-directory): Remove defvar; there's
13140         a defcustom for it in files.el.
13142         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13143         Fix typo in message.
13144         (tumme-gallery-generate): Fix typo in `error' message.
13145         (tumme-display-window-height-correction)
13146         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13147         (tumme-line-up-interactive): Dox fixes.
13148         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13149         (tumme-restore-window-configuration, tumme-format-properties-string)
13150         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13151         Fix typos in docstrings.
13153 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13155         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13157 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13159         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13160         User should use hook if desired.
13162         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13163         buffer if necessary.
13164         (gdb-delete-frame-or-window): New function.
13165         (gdb-breakpoints-mode-map): Bind "q" to it.
13167 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13169         * textmodes/nroff-mode.el: Clean up name space.
13170         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13171         (nroff-mode): Obey the global setting of nroff-electric-mode.
13172         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13174         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13176 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13178         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13180 2006-02-06  Lars Hansen  <larsh@soem.dk>
13182         * generic-x.el (etc-fstab-generic-mode): Add file system types
13183         cifs and usbdevfs.  Allow special chars in file names.
13185 2006-02-05  Jay Belanger  <belanger@truman.edu>
13187         Update copyright notices of the files in lisp/calc.
13189 2006-02-05  Romain Francoise  <romain@orebokech.com>
13191         Update copyright notices of all files in the lisp/play directory.
13193 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13195         * ldefs-boot.el: Regenerate.
13197         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13199 2006-02-05  Kim F. Storm  <storm@cua.dk>
13201         * files.el (magic-mode-regexp-match-limit): New defvar.
13202         (set-auto-mode): Use it to limit magic-mode-alist matching.
13204 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13206         * info.el (Info-index, Info-mode): Improve the description of the
13207         `i' command.
13209         * ldefs-boot.el: Regenerate.
13211 2006-02-03  Werner Lemberg  <wl@gnu.org>
13213         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13214         greedy to find the closing bracket in \*[...] and similar
13215         expressions.  This is a first rough fix -- many additional
13216         refinements are necessary to make nroff mode really usable with groff.
13218 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13220         * international/mule-cmds.el (set-locale-environment):
13221         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13222         libX11.
13224 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13226         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13227         archive are created in archive-tmpdir.
13229 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13231         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13232         (ibuffer-fontification-alist): Use it.
13233         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13234         to "* z" and the Ibuffer Mark menu.
13236         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13238 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * textmodes/table.el (*table--cell-describe-mode)
13241         (*table--cell-describe-bindings): Undo last change since
13242         print-help-return-message is not obsoleted by anything at all.
13244 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13246         * emulation/cua-base.el (cua-mode): Doc fix.
13248 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13250         * dframe.el (dframe-handle-make-frame-visible)
13251         (dframe-handle-iconify-frame, dframe-get-focus)
13252         (dframe-select-attached-frame, dframe-power-click)
13253         (dframe-frame-mode): Fix typos in docstrings.
13255         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13256         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13257         Fix typos in docstrings.
13259         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13260         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13261         (hi-lock-archaic-interface-message-used)
13262         (hi-lock-file-patterns-range): Fix typos in docstrings.
13264         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13265         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13267         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13268         Fix typo in docstring.
13270         * net/newsticker.el (newsticker--decode-iso8601-date)
13271         (newsticker--set-customvar, newsticker--buffer-insert-item)
13272         (newsticker--do-run-auto-mark-filter)
13273         (newsticker--parse-generic-feed): Doc fixes.
13274         (newsticker--retrieval-timer-list, newsticker-url-list)
13275         (newsticker-hide-immortal-items-in-echo-area)
13276         (newsticker-hide-obsolete-items-in-echo-area)
13277         (newsticker-new-item-face, newsticker--enclosure)
13278         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13279         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13280         (newsticker--parse-generic-feed, newsticker--cache-contains)
13281         (newsticker--stat-num-items, newsticker-download-enclosures):
13282         Fix typos in docstrings.
13284         * net/rcirc.el (rcirc-debug): Doc fix.
13285         (rcirc-fill-column, rcirc-receive-message-hooks)
13286         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13287         (rcirc-mode, rcirc-generate-new-buffer-name)
13288         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13289         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13290         Fix typos in docstrings.
13291         (rcirc-print): "?\ " -> "?\s".
13292         (rcirc-cmd-join): Improve argument/docstring consistency.
13294 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13296         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13297         before narrow-to-region.
13299 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13301         * simple.el (move-beginning-of-line): Scan properly for invis change.
13303         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13305 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13307         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13308         change bit only when id-format is 'integer.  Reported by Matt
13309         Hodges <M.P.Hodges@rl.ac.uk>.
13311 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13313         * hilit-chg.el (highlight-changes-initial-state)
13314         (highlight-changes-global-initial-state): Doc fixes.
13315         (highlight-changes-global-modes, global-highlight-changes):
13316         Fix typos in docstrings.
13318 2006-02-01  Kim F. Storm  <storm@cua.dk>
13320         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13321         transient-mark-mode in doc string.
13323 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13325         * replace.el (multi-occur): Doc fix.
13326         (multi-occur-in-matching-buffers): Rename from
13327         multi-occur-by-filename-regexp.  Prefix arg says match
13328         buffer names instead of file names.
13330 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13332         * bs.el: Allow non-default values of `bs-header-lines-length'.
13333         (bs--running-in-xemacs): Remove (not needed anymore).
13334         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13335         instead of `shrink-window', thus avoiding having to compute the
13336         height of the window.
13337         (bs--up): Wrap around even when there's no header.
13338         (bs--down): Use `forward-line' instead of `next-line'.
13340 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13342         * image-mode.el (image-toggle-display): Use file name if possible,
13343         instead of unnecessarily allocating a (possibly huge) lisp string.
13345 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13347         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13348         because the `assert' macro signals it at runtime.
13350         * emacs-lisp/cl.el (toplevel): Remove definition of
13351         `cl-assertion-failed' condition.
13353 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13355         * thumbs.el (thumbs-marked-list): Make buffer-local and
13356         permanent-local.
13357         (thumbs-insert-thumb): Make help-echo non-sticky.
13358         (thumbs-file-alist): Use eolp as check for (non)-image.
13360 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13362         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13363         (ediff-before-session-group-setup-hooks)
13364         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13365         Fix typos in docstrings.
13367         * window.el (bw-dir, bw-eqdir, balance-windows)
13368         (split-window-keep-point): Fix typos in docstrings.
13370         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13371         (org-quote-string, org-calendar-to-agenda-key)
13372         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13373         (org-show-following-heading, org-tags-column)
13374         (org-use-tag-inheritance, org, org-allow-space-in-links)
13375         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13376         (org-enable-table-editor, org-calc-default-modes)
13377         (org-table-allow-automatic-line-recalculation)
13378         (org-export-html-style, org-export-with-fixed-width)
13379         (org-export-with-sub-superscripts, org-special-keyword)
13380         (org-formula, org-time-grid, org-table-may-need-update)
13381         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13382         (org-goto-quit, org-get-indentation, org-end-of-item)
13383         (org-move-item-down, org-move-item-up)
13384         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13385         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13386         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13387         (org-agenda-log-mode, org-agenda-toggle-diary)
13388         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13389         (org-agenda-file-to-end, org-agenda-no-heading-message)
13390         (org-agenda-get-closed, org-format-agenda-item)
13391         (org-cmp-priority, org-cmp-category, org-cmp-time)
13392         (org-agenda-change-all-lines, org-agenda-diary-entry)
13393         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13394         (org-link-search, org-camel-to-words, org-open-file)
13395         (org-remember-handler, org-table-convert-region)
13396         (org-table-move-row-down, org-table-move-row-up)
13397         (org-table-copy-region, org-table-wrap-region)
13398         (org-table-toggle-vline-visibility)
13399         (org-table-get-vertical-vector, org-table-modify-formulas)
13400         (org-table-get-specials, org-recalc-commands)
13401         (org-table-rotate-recalc-marks, org-table-eval-formula)
13402         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13403         (org-level-color-stars-only, org-insert-heading):
13404         Fix typos in docstrings.
13405         (last-arg): Add defvar.
13407         * makefile.w32-in (WINS): Add erc.
13408         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13410 2006-01-29  Bill Wohler  <wohler@newt.com>
13412         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13413         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13414         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13415         (mh-autoloads): Don't use comments on otherwise empty lines.
13417 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13419         * emulation/viper.el (viper-major-mode-modifier-list): Add
13420         insert-state and vi-state entries for erc-mode.
13421         (viper-go-away, viper-set-hooks): Add and remove
13422         viper-comint-mode-hook from erc-mode-hook as appropriate.
13424         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13426 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13428         * bs.el (bs--format-aux): Implement `middle' alignment as
13429         described in the docstring for `bs-attributes-list'.
13430         (bs--get-name): Simplify.  Don't pad the buffer name.
13432 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13434         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13435         English aspell dictionary is installed, use the first entry of
13436         ispell-dictionary-alist-1.
13438 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13440         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13441         Doc fix.
13443 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13445         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13446         for `process-file', in order to let it work for older Emacsen too.
13448 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13450         * international/latexenc.el: Add a suitable `coding:' tag.
13451         (latexenc-find-file-coding-system): Undo last change.
13453 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13455         * international/latexenc.el (latexenc-find-file-coding-system):
13456         Make sure latexenc-main-file is a regular file and is readable.
13458 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13460         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13461         Pass FILE to vc-user-login-name.
13463         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13465 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13467         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13468         there are no more images to display.
13469         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13470         the next image.
13472 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13474         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13476         * wid-edit.el (advertised-widget-backward): New alias.
13477         (widget-keymap): Use advertised-widget-backward for S-TAB.
13479         * tumme.el: Correct the keywords.
13480         (tumme-dir-max-size): Use defvar.
13481         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13483         * simple.el (move-beginning-of-line): Take account of fields.
13484         (clone-indirect-buffer-other-window): Take args like
13485         clone-indirect-buffer, and work like it.
13487         * help-fns.el (describe-function): Don't pass `nil' as default.
13489         * files.el (risky-local-variable-p): Follow var aliases.
13491         * subr.el (lazy-completion-table): Doc fix.
13493         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13494         global binding of `line'.
13496 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13498         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13499         Tramp.
13501         * vc.el (vc-default-dired-state-info): Pass FILE to
13502         vc-user-login-name.
13503         (vc-default-update-changelog): Don't use vc-user-login-name, we
13504         don't need it here.
13506         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13507         no longer necessary.
13509 2006-01-25  Kenichi Handa  <handa@m17n.org>
13511         * international/mule.el (decode-char): Avoid the overhead of
13512         calling utf-lookup-subst-table-for-decode if
13513         utf-translate-cjk-mode is nil.
13514         (encode-char): Avoid the overhead of calling
13515         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13516         nil.
13518 2006-01-22  Kenichi Handa  <handa@m17n.org>
13520         * international/mule.el (make-subsidiary-coding-system): Reset
13521         `coding-system-define-form' property of subsidiaries to nil.
13522         Avoid duplicated entry in coding-system-alist.
13523         (make-coding-system): Avoid duplicated entry in
13524         coding-system-alist.
13525         (define-coding-system-alias): Likewise.
13527 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13529         * completion.el: Minor fixes in introductory comment.
13530         (completion-def-wrapper): Fix alist.
13532 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13534         * thumbs.el (thumbs-new-image-size): New function.
13535         (thumbs-increment-image-size-element)
13536         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13537         (thumbs-decrement-image-size): Delete.
13538         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13539         temp files and use to resize.
13540         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13541         Use increment argument to enlarge/shrink.  Preserve point.
13542         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13543         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13544         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13545         (thumbs-mark, thumbs-unmark): Preserve point.
13546         (thumbs-modify-image): Keep old temp files and use to modify.
13547         Cleanup old temp files at load time.  Preserve point.
13548         (thumbs-view-image-mode-map): Use new command names.
13550 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13552         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13554         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13555         the nastiest part of the cyclic dependency.
13556         (cal-menu-update): Use dotimes and calendar-increment-month.
13558         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13559         (calendar-week-start-day): Add an :initializer.
13560         (calendar-mode-map): Use suppress-keymap, and command remapping.
13561         (describe-calendar-mode): Setup xref-stack info for the back button.
13562         (calendar-star-date): Insert before delete.
13563         (calendar-set-mode-line): Add file-modified info if applicable.
13564         (calendar-increment-month): New function.
13566 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13568         * font-lock.el (lisp-font-lock-keywords-2):
13569         Recognize "& keywords" only at word boundaries.
13571 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13573         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13574         and permanent-local.
13575         (thumbs-max-image-number): New variable.
13576         (thumbs-do-thumbs-insertion): Use them.
13577         (thumbs-per-line): Change default to 4.
13578         (thumbs-marked-list): Rename from thumbs-markedL.
13579         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13580         (thumbs-rename-images): Use -list instead of L for internal variables.
13581         (thumbs-call-convert): Use call-process instead of shell-command.
13582         (thumbs-insert-thumb): Add filename as help-echo to each image.
13583         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13584         Give dir to thumbs-show-thumbs-list.
13585         (thumbs-show-thumbs-list): Set default-directory to that of images.
13586         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13587         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13588         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13589         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13591 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * ses.el (ses-read-cell): Provide a default value.
13595 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13597         * term/w32-win.el (image-library-alist): Add additional names for
13598         GIF library.
13600 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13602         * international/latexenc.el (latexenc-find-file-coding-system):
13603         Add file-regular-p check.
13605 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13607         * simple.el (clone-buffer): Don't show the new buffer in the same
13608         window.
13610 2006-01-23  Juri Linkov  <juri@jurta.org>
13612         * faces.el (link, link-visited): New faces based on default values
13613         of `info-xref' and `info-xref-visited'.
13615         * info.el (info-xref): Inherit from `link'.
13616         (info-xref-visited): Inherit from `link-visited'.
13618         * cus-edit.el (custom-buffer-create-internal): Use widget type
13619         `custom-manual' instead of `info-link' and don't set properties
13620         `button-face' and `mouse-face' explicitly.
13621         (custom-browse-group-tag, custom-browse-variable-tag)
13622         (custom-browse-face-tag): Inherit from widget class
13623         `custom-group-link' instead of `push-button'.
13624         (custom-button-unraised): Inherit from `underline' face.
13625         (custom-link): Inherit from `link' face.  Fix doc and group.
13626         (custom-add-parent-links, custom-group-value-create): Don't set
13627         properties `button-face' and `mouse-face' explicitly for
13628         `custom-group-link' widget.
13629         (custom-group-link): Add properties `button-face' and `mouse-face'
13630         to widget definition.
13631         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13632         editable-field's :keymap property.
13633         (custom-mode): Fix docstring: substitute keybindings for
13634         `widget-forward' and `widget-backward' from `widget-keymap',
13635         `widget-complete' from `custom-field-keymap', replace old
13636         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13638         * desktop.el (desktop-load-file): Check for `fboundp' before
13639         calling `symbol-function'.
13641         * simple.el (clone-buffer, clone-indirect-buffer)
13642         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13643         `read-string'.  Fix prompts.
13645         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13647 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13649         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13651 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13653         * startup.el (inhibit-splash-screen, initial-scratch-message):
13654         Doc fixes.
13656 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13658         Sync with Tramp 2.0.52.
13660         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13661         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13662         `tramp-unload-tramp' for checklist.
13664         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13665         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13666         (tramp-unload-file-name-handler-alist)
13667         (tramp-unload-tramp): New defuns.
13668         (tramp-advice-PC-expand-many-files): New defadvice.
13669         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13670         removed.
13671         (tramp-handle-expand-file-name): Remove double slash.
13672         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13673         It doesn't matter, because it will be converted later on.
13674         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13675         implementation was just heuristic.
13676         (tramp-post-connection): Set uid and gid properties.
13677         (tramp-convert-file-attributes): Set file's gid change bit.
13678         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13679         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13680         in case of su(do)? methods.  The home directory of the local user
13681         will be taken else.
13682         (tramp-open-connection-telnet)
13683         (tramp-open-connection-rsh, tramp-open-connection-su)
13684         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13685         local shell prompt could hurt.  Reported by Romain Francoise
13686         <romain@orebokech.com>.
13687         (tramp-let-maybe): Add `edebug-form-spec' property.
13688         (tramp-handle-expand-file-name): Bind `default-directory' locally
13689         to "/" in order to avoid problems with UNC shares or Cygwin
13690         mounts.
13691         (tramp-md5-function): Fix typo in error message.
13693         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13695         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13696         for byte-compiler pacification.
13698 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13700         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13701         ID-FORMAT `string'.  This allows us to get rid of
13702         `vc-user-login-name UID'.
13704         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13706 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13708         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13710 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13712         * emacs-lisp/find-func.el (find-definition-noselect)
13713         (find-variable-noselect): Search variables in C source code too.
13714         (find-function-C-source, find-function-noselect, find-function)
13715         (find-function-other-frame, find-variable-noselect, find-variable)
13716         (find-variable-other-frame, find-variable-at-point):
13717         Fix docstrings.
13719 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13721         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13723 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
13725         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13726         Default to disabling the "Save affix" question.
13728 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13730         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13731         the first arg to run-python.
13733 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13735         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13736         is not loaded.
13738 2006-01-20  Jay Belanger  <belanger@truman.edu>
13740         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13741         limit is 0.
13743         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13744         the correct variable.
13746 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13748         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13749         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13750         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13751         (org-prefix-has-tag): New variable.
13752         (org-format-agenda-item): Remove tags from headline if
13753         appropriate.
13754         (org-agenda-remove-tags-when-in-prefix): New option.
13755         (org-get-tags-at): New function.
13757 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13759         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13760         (thumbs-find-image): Move image name and number from buffer name
13761         to mode name.  Set thumbs-buffer.  Preserve point so that large
13762         images remain visible.
13763         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13764         order.
13765         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13766         mode name.
13767         (thumbs-next-image, thumbs-previous-image): Make them work.
13769 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13771         * cus-edit.el (custom-buffer-create-internal): State in the text above
13772         the whole buffer buttons that they do not operate on hidden items.
13773         (custom-face-menu): Use `custom-face-save' instead of
13774         `custom-face-save-command'.
13775         (custom-face-save-command): Make it an alias for `custom-face-save'
13776         and declare it obsolete.
13777         (custom-face-save): Doc fix.
13779         * dired.el (dired-no-confirm): Add quote.
13780         (dired-subdir-alist-pre-R): Add quote in
13781         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13783 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13785         * textmodes/table.el (table-mode-indicator): Typo in last change.
13787 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13789         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13790         Fixes bug reported in Nov 2005.
13792         * isearch.el (isearch-forward): Doc fix.
13794         * dired.el (dired-move-to-filename-regexp): Define as alias.
13795         (dired-no-confirm): Use defcustom.
13796         (dired-subdir-alist-pre-R): Put defvar at top level.
13798         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13800         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13801         Mark as risky.
13803         * simple.el (set-mark-command): Doc fix.
13804         (clone-indirect-buffer-other-window):
13805         Read arg like clone-indirect-buffer.
13806         (move-beginning-of-line): Skip invisible newlines.
13808 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13810         * progmodes/cpp.el (cpp-edit-load): Make the order of
13811         listed conditions in a base C code buffer and its associate
13812         CPP Edit buffer the same.
13814 2006-01-19  Kenichi Handa  <handa@m17n.org>
13816         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13817         (rmail-mime-feature): Likewise.
13818         (rmail-require-mime-maybe): Use display-warning to show a warning
13819         message.
13821         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13822         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13824 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13826         * array.el: Move defvars out of eval-when-compile.
13827         (array-make-template): Replace undeclared global var with a local one.
13828         (array-mode): Inline initialization functions.
13829         (array-init-local-variables, array-init-max-row)
13830         (array-init-max-column, array-init-columns-per-line)
13831         (array-init-field-width, array-init-rows-numbered)
13832         (array-init-line-length, array-init-lines-per-row): Remove.
13834         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13835         (doc-mode-map): Define explicitly.
13836         (doctor-txtype): Use mapc.
13838         * textmodes/table.el: Move defvars out of eval-when-compile.
13839         Remove harmful code meant to avoid byte-compiler warnings.
13840         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13841         specification that checks table-fixed-width-mode directly.
13842         (table-recognize-region, table-recognize-cell):
13843         Use restore-buffer-modified-p.
13844         (table-fixed-width-mode): Remove code that refreshes
13845         table-fixed-mode-indicator.
13846         (*table--cell-describe-bindings, *table--cell-describe-mode):
13847         Avoid obsolete name print-help-return-message.
13848         (table--test-cell-list): Don't use replace-regexp from elisp.
13849         (table--point-entered-cell-function, table--point-left-cell-function):
13850         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13852         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13853         that was after the end of file.  Use buffer-file-name variable.
13854         (org-timestamp-change): Use with-current-buffer.
13855         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13856         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13857         `file'.
13859         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13860         (fortran-break-line): Remove unused var `opoint'.
13861         (fortran-abbrev-start): Obey help-event-list.
13863 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13865         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13867 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13869         * progmodes/make-mode.el (makefile-imake-mode): New mode
13870         derived from makefile-mode.
13871         (makefile-imake-mode-syntax-table): New syntax table
13872         derived from makefile-mode-syntax-table.
13873         (makefile-mode): Write about makefile-imake-mode in doc string.
13874         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13875         (makefile-imake-font-lock-keywords): New font lock keywords.
13877         * files.el (auto-mode-alist): Add Imakefile.
13879 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
13881         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13882         loading the file rather than when turning on flyspell-mode.
13884 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13886         * cus-edit.el (customize-rogue): Minor doc fix.
13888 2006-01-17  Juri Linkov  <juri@jurta.org>
13890         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13891         instead of the file at the mark as default if the file at the mark
13892         is the same as the file at point or if dired-dwim-target-directory
13893         is not the same as the current directory and the mark is not active.
13895         * log-view.el (log-view-minor-wrap): Use the same logic to get
13896         revisions as `log-view-diff'.
13898         * info.el (Info-revert-find-node): Check for Info-current-file
13899         before preserving new-history.
13901         * man.el (Man-heading-regexp): Add `/'.
13903         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13904         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13906 2006-01-16  Juri Linkov  <juri@jurta.org>
13908         * faces.el (mode-line-faces): New defgroup.
13909         (mode-line-highlight): Move definition after new defgroup.
13910         (mode-line, mode-line-inactive, mode-line-highlight):
13911         Replace :group `modeline' with `mode-line-faces'.
13912         (mode-line-buffer-id): New face.
13913         (modeline-buffer-id): New face alias.
13914         (vertical-border): Remove :group `modeline'.
13916         * bindings.el (propertized-buffer-identification): Use face
13917         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13918         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13919         (mode-line-buffer-identification-keymap): For mouse-1 replace
13920         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13921         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13922         mouse-3.
13924         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13925         Buffer-menu-buffer.  Doc fix.
13926         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13927         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13928         `Buffer-menu-buffer'.
13930         * info.el (Info-mode-line-node-keymap): New defvar.
13931         (Info-set-mode-line): Use `stringp' to check Info-current-file.
13932         Propertize Info-current-node with `mode-line-buffer-id' and
13933         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13935         * time.el (display-time-mail-face): Replace :group `faces' with
13936         `mode-line-faces'.
13938 2006-01-16  Kenichi Handa  <handa@m17n.org>
13940         * international/code-pages.el: Add autoload cookies for cp125[0345678].
13942         * language/european.el (cp1252): New alias for windows-1252.
13944         * international/mule.el (autoload-coding-system): Prepare for EOL
13945         variants.
13947 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
13949         * term.el (term-raw-map): Add mapping for insert.
13950         (term-send-insert): New.
13951         (term-mode): Make variables local here instead of doing it in
13952         `term-emulate-terminal'.
13953         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13954         Scroll reverse needs to take into account the scroll region.
13955         Saving and restoring the cursor should save the color attributes too.
13956         (term-reset-terminal): Reset the scroll region.
13957         (term-handle-ansi-escape): Cursor up and down should take into
13958         account the scroll region.
13959         (term-set-scroll-region): Rename from `term-scroll-region'.
13960         Move to 0,0 after setting the region.
13961         (term-handle-scroll): Handle scroll up.
13962         (term-down): Fix off by one error.
13963         (term-delete-lines): Do not delete outside the scroll region.
13964         (term-insert-lines): Take into account the scroll region.
13966 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13968         * textmodes/ispell.el (ispell-internal-change-dictionary)
13969         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13970         (start, end): Move declaration outside of eval-when-compile.
13972         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13973         (flyspell-mode-on): Use it.
13975         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13976         ispell-kill-ispell-hook.
13978 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
13980         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13981         (Custom-reset-saved): Do not ask for confirmation in single option
13982         buffers.
13984 2006-01-13  Richard M. Stallman  <rms@gnu.org>
13986         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13988 2006-01-13  Romain Francoise  <romain@orebokech.com>
13990         * add-log.el (add-change-log-entry, change-log-merge):
13991         Conditionally use `hard-newline'.
13993 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
13995         * wid-edit.el (widget-field-end): If the overlay is no longer
13996         associated with a buffer, behave as if the overlay didn't exist.
13998         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13999         Make sure the links use the `custom-link' face.
14001 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14003         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14004         (ld-script-mode): Don't set indent-line-function since we don't
14005         have one.
14007 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14009         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14010         application.
14011         (org-file-apps-defaults-gnu): Use mailcap as the default for
14012         selecting an application on a UNIX system.
14013         (org-agenda-show-tags): New command.
14014         (org-table-insert-hline): Keep cursor in current table line.
14015         (org-table-convert): Offset effect of modifying
14016         `org-table-insert-hline'.
14017         (org-format-agenda-item): New optional argument TAG.
14018         (org-compile-prefix-format): Handle %T format for the tag.
14019         (org-expand-wide-chars): New function.
14020         (org-table-insert-row, org-table-insert-hline):
14021         Use `org-expand-wide-chars'.
14022         (org-open-file): Fix bug in program launch.
14023         (org-get-time-of-day): Fix bug with times before 1am.
14024         (org-agenda-menu): Add tags commands.
14026 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14028         * textmodes/ispell.el (ispell-init-process): Include the used
14029         dictionary in ispell process start message.
14030         (ispell-internal-change-dictionary): When flyspell-mode is active
14031         and dictionary is changed, make sure ispell process is restarted
14032         and flyspell word cache cleared out for the current buffer.
14033         (ispell-change-dictionary): Make sure flyspell word cache is
14034         cleared out in all buffers with active flyspell mode when
14035         dictionary is globally changed.
14036         Call ispell-internal-change-dictionary after dictionary change.
14038 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14040         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14042         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14043         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14044         years.  Fix small differences wrt Makefile.in.
14045         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14046         Makefile.in does.
14048 2006-01-12  Bill Wohler  <wohler@newt.com>
14050         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14051         mh-search.el.
14053 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14055         * progmodes/ld-script.el: Update copyright year.
14057 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14059         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14060         Don't add widget if setting undefined.
14062 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14064         * help-fns.el (describe-variable): Remove newlines from void
14065         variable output.
14067 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14069         * wdired.el (wdired-mode-map): Add help echo for
14070         wdired-abort-changes.
14072         * man.el (Man-file-name-regexp): Adjust for a list of files.
14074 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14076         * progmodes/ld-script.el (auto-mode-alist): Support
14077         suffix conventions used in netbsd and eCos.
14079 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14081         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14082         (custom-variable-menu, custom-face-menu, custom-group-menu)
14083         (Custom-mode-menu): Change names of menu items.  (As discussed on
14084         emacs-devel.)
14085         (custom-face-menu): Add "Undo Edits" item.
14087         * startup.el (init-file-user): defcustom -> defvar.
14089         * tooltip.el (tooltip-mode): Doc fix.
14091 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14093         * reveal.el (reveal-post-command): window-buffer signals an error on
14094         dead windows rather than returning nil.
14095         (reveal-open-new-overlays): An overlay might die while we open others.
14097 2006-01-11  Bill Wohler  <wohler@newt.com>
14099         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14100         phrasing in docstring.
14102         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14103         can give some systems gas.  Add new file mh-buffers.el.
14105 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14107         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14108         C preprocessor forward ported from GNU Emacs 21.2.
14110         * progmodes/asm-mode.el (asm-font-lock-keywords):
14111         Use `cpp-font-lock-keywords'.
14113         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14115         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14116         of $ for "\\.ld[s]?".
14118 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14120         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14121         (tcl-indent-line): Return `noindent' if inside a string.
14123         * progmodes/flymake.el (flymake-split-string): Remove more than one
14124         empty string at beg/end of the result.
14125         (flymake-find-buildfile, flymake-find-possible-master-files):
14126         Use expand-file-name.
14127         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14128         since expand-file-name does it for us.  Use directory-file-name.
14129         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14130         (flymake-ler-get-type, flymake-ler-get-text)
14131         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14132         (flymake-current-line-no): Remove spurious interactive spec.
14133         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14134         (flymake-check-include): Remove arg inc-path merged into inc-name.
14135         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14136         Arg regexp-list replaced by a simple regexp.
14137         (flymake-master-make-header-init, flymake-master-tex-init):
14138         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14140 2006-01-10  Simon Josefsson  <jas@extundo.com>
14142         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14143         describing AUTH PLAIN fix.
14145 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14147         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14148         (report-emacs-bug): Don't record initial prompt text.
14149         Instead, add text properties to prompting text.
14150         (report-emacs-bug-hook): Delete prompting text.
14152 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14154         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14155         `dirs'.  Adjust callers.
14157 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14159         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14161 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * reveal.el (reveal-open-new-overlays): New extracted fun.
14164         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14165         using them.  Simplify the code.
14166         (reveal-post-command): Use them.  Fix up obsolete windows in
14167         reveal-open-spots.
14169         * progmodes/flymake.el: Use `require' rather than autoload for
14170         XEmacs's overlays.
14171         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14172         Delete.  Use file-relative-name instead.
14173         (flymake-get-syntax-check-program-args, flymake-perl-init):
14174         Simplify the resulting code.
14176         * log-view.el (log-view-file-re, log-view-message-re): Add support
14177         for DaRCS output.
14179 2006-01-09  Alex Schroeder  <alex@gnu.org>
14181         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14182         identifiers sometimes added in square brackets at the beginning of
14183         subject lines.
14185 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14187         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14188         (Custom-reset-current, Custom-reset-saved): Change question text.
14189         (Custom-reset-standard): Likewise.
14190         (custom-variable-reset-saved): Doc fix.
14192 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14194         * startup.el (init-file-user): Doc fix.
14196 2006-01-07  Alex Schroeder  <alex@gnu.org>
14198         * mail/rmail.el (rmail-current-subject): New function.
14199         (rmail-current-subject-regexp): New function.
14200         (rmail-next-same-subject): Use it.
14202         * mail/rmailsum.el (rmail-summary-by-topic):
14203         Use rmail-current-subject and rmail-current-subject-regexp.
14204         (rmail-summary-next-same-subject): Ditto.
14206         * net/rcirc.el (rcirc-send-input): No longer check whether the
14207         process is open, since not all commands need an open process.
14208         (rcirc-send-string): Check whether the process is open before
14209         sending anything.
14210         (rcirc-ignore-list): New option.
14211         (rcirc-ignore-list-automatic): New variable.
14212         (rcirc-print): Take rcirc-ignore-list into account.
14213         (rcirc-cmd-ignore): New command.
14214         (rcirc-ignore-update-automatic): New function.
14215         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14216         list if ignored nicks.
14217         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14219 2006-01-06  David Reitter  <david.reitter@gmail.com>
14221         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14222         reflect the address to which the report will be sent.
14224 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14226         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14227         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14229 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14231         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14233         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14234         the doc string: "functoin" => "function".
14235         * ldefs-boot.el: Likewise.
14237         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14238         message text: "Duplicat" => "Duplicate".
14240 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14242         * files.el (basic-save-buffer-2): If backing-up failed, reset
14243         buffer-backed-up to nil.
14245 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14247         * progmodes/gud.el (gdb-script-skip-to-head)
14248         (gdb-script-calculate-indentation): Indent for breakpoint command
14249         lists also.
14251 2006-01-05  Bill Wohler  <wohler@newt.com>
14253         * Makefile.in (compile-always): Add mh-autoloads dependency.
14254         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14255         provides it.
14256         (updates): Remove mh-autoloads dependency, since it probably has
14257         already run recently (via recompile).
14259 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14261         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14262         argument `force' to disable the flyspell-last-buffer optimization.
14263         (flyspell-mode-on): Use it.
14265         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14266         flymake-simple-cleanup.
14267         (flymake-allowed-file-name-masks): Use this new default.
14268         All the functions are now called in the right buffer rather than
14269         passing the buffer as argument.
14270         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14271         (flymake-parse-err-lines): Remove redundant buffer arg.
14272         (flymake-get-program-dir): Comment out unused function.
14273         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14274         Remove redundant buffer argument.
14275         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14276         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14278 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14280         * info.el (Info-find-node): Don't record previous node if have none.
14281         (info): Go to directory only if history is empty.
14283         * simple.el (mark): Doc fix.
14285 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14287         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14288         already of desired type.
14289         (mac-ae-list): Coerce parameter to "list" type.
14290         (mac-dispatch-apple-event): Replace cadr part of event with a
14291         dummy position so that event-start returns it.
14293 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14295         * textmodes/org.el (org-end-of-subtree): New function.
14296         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14297         Use `org-end-of-subtree'.
14298         (org-agenda, org-agenda-convert-date): Protect calls to
14299         `fit-window-to-buffer'.
14300         (org-tags-view): Force matching of sublevels when doing a
14301         todo-only search.  Define the correct redo command, including the
14302         arguments.
14303         (org-agenda-redo): Display message.
14304         (org-check-for-org-mode): New function.
14305         (org-agenda-type): New variable.
14306         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14307         Set `org-agenda-type'.
14308         (org-agenda-check-type): New function.
14309         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14310         (org-agenda-week-view, org-agenda-day-view)
14311         (org-agenda-next-date-line, org-agenda-previous-date-line)
14312         (org-agenda-log-mode, org-agenda-toggle-diary)
14313         (org-agenda-toggle-time-grid, org-agenda-date-later)
14314         (org-agenda-date-prompt, org-agenda-diary-entry)
14315         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14316         (org-agenda-convert-date, org-agenda-menu):
14317         Use `org-agenda-check-type'.
14318         (org-make-overlay, org-delete-overlay)
14319         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14320         New compatibility functions.
14321         (org-calendar-select-mouse): New command.
14323 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14325         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14326         (Custom-reset-standard): Fix y-or-n-p messages.
14327         (custom-link): New face for links.
14328         (custom-buffer-create-internal, custom-manual): Use it.
14329         (custom-face-save): Push to theme-face before setting face spec.
14331         * wid-edit.el (widget-default-mouse-face-get): New function.
14332         (widget-specify-button): Handle mouse-face like button-face.
14334         * custom.el (load-theme): Clear old theme settings if reloading.
14336 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14338         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14339         "Erase Customization" button back to same position it occupies in
14340         the individual State menus.
14342 2006-01-04  Kim F. Storm  <storm@cua.dk>
14344         * wid-edit.el (key-sequence): Rework widget to read key binding
14345         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14346         (widget-key-sequence-default-value): Default value for empty sequence.
14347         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14348         (widget-key-sequence-read-event): New command for C-q.
14349         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14350         (widget-key-sequence-value-to-external): New functions.
14352 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14354         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14355         Use expand-file-name.
14356         (flymake-delete-temp-directory): Use expand-file-name,
14357         file-name-directory, and directory-file-name.
14358         (flymake-strrchr): Delete.
14359         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14360         to the init-f function.
14361         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14362         (flymake-init-find-buildfile-dir)
14363         (flymake-init-create-temp-source-and-master-buffer-copy)
14364         (flymake-simple-make-init-impl, flymake-simple-make-init)
14365         (flymake-master-make-init, flymake-master-make-header-init)
14366         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14367         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14368         (flymake-xml-init): Remove corresponding redundant buffer argument.
14369         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14370         the default anyway.  Clean up regexps.
14372         * progmodes/flymake.el (flymake-temp-source-file-name)
14373         (flymake-master-file-name, flymake-temp-master-file-name)
14374         (flymake-base-dir): New buffer-local vars.
14375         (flymake-buffer-data, flymake-get-buffer-value)
14376         (flymake-set-buffer-value): Replace those hash-tables by the new
14377         buffer-local vars.  Update callers.
14379         * progmodes/flymake.el (flymake-check-start-time)
14380         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14381         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14382         Move definition, so we can remove redundant earlier declaration.
14383         (flymake-replace-regexp-in-string, flymake-split-string)
14384         (flymake-get-temp-dir): Use defalias.
14385         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14386         (flymake-xemacs-window-edges): Remove unused function.
14387         (flymake-get-point-pixel-pos): Move.
14388         (flymake-pid-to-names, flymake-reg-names)
14389         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14390         Replace by a simple list flymake-processes and by process-buffer.
14391         Update callers.  Other than simplify the code, it uses buffers rather
14392         than buffer-names so it doesn't get confused by uniquify.
14393         (flymake-buffer-data): The global value should just be nil.
14395         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14396         Optimize the body of a defalias like any other code.
14398         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14399         Make sure we've setup font-lock's vars.  It may influence which
14400         function we then call.
14401         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14402         here since it's too late anyway.
14404 2006-01-03  Romain Francoise  <romain@orebokech.com>
14406         * startup.el (fancy-splash-tail, normal-splash-screen):
14407         Update copyright year.
14409 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14411         * mouse.el (mouse-drag-track): Rename, from
14412         `mouse-drag-region-1'.  Includes optional argument required to
14413         enable post-drag event processing (e.g. delete region keys).
14414         Can be used without this argument to track a mouse region and operate
14415         on it as soon as the drag completes.
14416         (mouse-drag-region): Use `mouse-drag-track'.
14418 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14420         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14421         Move to `custom-buffer' group.
14423         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14424         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14425         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14426         (custom-theme-face-menu): New variables.
14427         (custom-theme-add-variable, custom-theme-variable-action)
14428         (custom-variable-reset-theme, custom-theme-delete-variable)
14429         (custom-face-reset-theme, custom-theme-face-action)
14430         (custom-theme-delete-face, custom-theme-merge-theme)
14431         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14433 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14435         * custom.el: Move Custom Themes commentary to start of theme code.
14436         (custom-known-themes): Rename `standard' theme to `changed'.
14437         (custom-push-theme): Caller no longer specifies what theme to use
14438         when doing `reset'---the setting is simply removed from the theme.
14439         Delete MODE from `theme-value' and `theme-settings' properties.
14440         (custom-declare-theme): Ignore &rest args since we don't use them.
14442         (custom-loaded-themes): Delete variable.
14443         (custom-theme-load-themes, custom-theme-loaded-p)
14444         (custom-theme-value): Delete functions.
14446         (custom-declare-theme): Signal error on invalid theme names.
14447         (provide-theme): custom-loaded-themes was deleted.
14448         (load-theme): Load the file unconditionally.
14449         (enable-theme): Call `load-theme' if theme is undefined.
14450         (custom-enabled-themes): Only update value for successful loads.
14451         (disable-theme): Complete from enabled themes when interactive.
14452         (custom-variable-theme-value): Calculate theme value directly.
14454         (custom-theme-reset-variables, custom-reset-variables): Mark as
14455         XEmacs compatibility functions.  We don't actually use these.
14457         * cus-edit.el (custom-variable-state-set):
14458         Use custom-variable-theme-value instead of custom-theme-value.
14459         (custom-face-state-set): Rename `standard' theme to `changed'.
14460         (custom-save-variables, custom-save-faces): Delete unneeded
14461         references to custom-reset-variables.
14462         (custom-save-resets): Delete function.
14463         (custom-save-variables, custom-save-faces): MODE argument deleted.
14464         (custom-save-variables, custom-save-faces): Ignore theme values.
14466         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14467         compatibility function.
14469 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14471         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14472         (Custom-reset-current, Custom-reset-saved): Likewise.
14473         (Custom-reset-standard): Show message if aborted.
14474         (custom-mode): Doc fix, describing those commands.
14476         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14477         put on event-kind property.
14479 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14481         * custom.el (provide-theme): Ban `user' theme name.
14482         (custom-enabling-themes): New variable.
14483         (enable-theme): Don't enable user if custom-enabling-themes is t.
14484         (custom-enabled-themes): Make it a defcustom.
14485         (custom-theme-recalc-face): No-op if face is undefined.
14487         * cus-edit.el (custom-button-mouse): New variable.
14488         (custom-button-mouse): New face.
14489         (custom-raised-buttons, custom-mode): Use it.
14491         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14493 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14495         * progmodes/gud.el (gud-display-line): Support hl-line in the
14496         source buffer.
14498 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14500         * mouse.el (mouse-drag-window-above): Verify that the found window
14501         overlaps with the given window in the horizontal dimension.
14503 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14505         * Makefile.in (cvs-update): New target.
14507         * makefile.w32-in (cvs-update): Ditto.
14509 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14511         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14512         (custom-new-theme-mode-map): New variable.
14514 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14516         * custom.el (custom-load-themes): Function deleted.
14518         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14519         (custom-save-variables): Don't delete or add custom-load-themes call.
14521 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14523         * cus-start.el: Add `visible-cursor'.
14525         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14526         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14527         (flymake-process-filter): Switch to buffer before calling it instead.
14528         (flymake-post-syntax-check, flymake-highlight-err-lines)
14529         (flymake-delete-own-overlays, flymake-parse-err-lines)
14530         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14531         (flymake-count-lines, flymake-parse-residual):
14532         Remove constant buffer argument.
14533         (flymake-start-syntax-check-for-current-buffer): Remove.
14534         Update callers to use flymake-start-syntax-check instead.
14535         (flymake-display-err-menu-for-current-line):
14536         Remove unused var `mouse-pos'.
14537         (flymake-restore-formatting): Comment out unused function.
14538         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14539         argument, use current-buffer instead.  Update callers.
14541 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14543         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14544         buffer-local because choose-completion-delete-max-match requires
14545         that we set completion-ignore-case (i.e., binding via let is not
14546         sufficient).
14547         (bibtex-complete): Always set completion-ignore-case and
14548         choose-completion-string-functions.  The latter is needed because
14549         choose-completion-string-functions keeps its value if we quit the
14550         *Completions* buffer without requesting a completion.
14552 2005-12-30  Andreas Schwab  <schwab@suse.de>
14554         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14556 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14558         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14560 2005-12-30  Juri Linkov  <juri@jurta.org>
14562         * locate.el (locate-fcodes-file, locate-header-face)
14563         * progmodes/delphi.el (delphi-other-face)
14564         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14566         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14567         group `paren-showing-faces'.
14569         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14570         (goto-address): Fix docstring.
14572         * net/webjump.el (webjump-sample-sites): Update URLs.
14574         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14576         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14578 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * font-lock.el (font-lock-compile-keywords): Signal an error when
14581         font-lock-set-defaults hasn't been called.
14583 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14585         * subr.el (noreturn, 1value): Doc fixes.
14587 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14589         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14590         that assoc-string returns nil.
14592 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14594         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14595         (bibtex-entry-type-str, bibtex-empty-field-re)
14596         (bibtex-search-backward-string, bibtex-preamble-prefix)
14597         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14598         (bibtex-any-valid-entry-type): New variable.
14599         (bibtex-parse-field-name): Simplify.
14600         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14601         (bibtex-preamble-prefix): Include left delimiter.
14602         (bibtex-search-forward-field, bibtex-search-backward-field):
14603         Allow unbounded search past entry boundaries (required by bibtex-pop).
14604         (bibtex-text-in-field-bounds): Use push.
14605         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14606         (bibtex-parse-preamble, bibtex-valid-entry)
14607         (bibtex-beginning-first-field): New functions.
14608         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14609         (bibtex-map-entries): Fix docstring.
14610         (bibtex-flash-head): New arg prompt.  Simplify.
14611         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14612         (bibtex-insert-kill): Simplify.  Always insert text past the
14613         current field or entry.
14614         (bibtex-format-entry): Use bibtex-parse-field.
14615         (bibtex-pop): Use bibtex-beginning-of-entry and
14616         bibtex-end-of-entry to initiate the search.  Insert empty field if
14617         we found ourselves.
14618         (bibtex-print-help-message): New args field and comma.
14619         Handle entry keys.
14620         (bibtex-make-field): Use bibtex-beginning-of-entry.
14621         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14622         invalid entry.
14623         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14624         Handle preambles.  Simplify code for thorough test.
14625         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14626         New arg comma.  Handle entry heads.
14627         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14628         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14629         New arg comma.
14630         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14631         (bibtex-fill-field): Simplify.
14632         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14633         bibtex-parse-field.
14634         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14635         (bibtex-complete): Use bibtex-parse-preamble.
14637 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14639         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14640         Display name of expression instead of convenience variable.
14641         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14643         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14644         toggle-gud-tooltip-dereference.
14645         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14646         (gud-tooltip-tips): ...here when dereferencing.
14648 2005-12-28  Bill Wohler  <wohler@newt.com>
14650         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14652 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14654         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14655         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14656         (vc-annotate-display-autoscale): Adjust call.
14657         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14658         Fix interactive spec.
14659         (vc-annotate-time-span): Remove.
14660         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14661         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14662         (vc-annotate-display-select): Use new name.
14664         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14665         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14666         Correct the construction of span entries.  Simplify.
14667         (vc-annotate-display-select): Fix the nil case.
14668         (vc-annotate): Remove obsolete (and now broken) code.
14669         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14670         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14672 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14674         * subr.el (lazy-completion-table): Correct typo in docstring.
14676         * startup.el (command-line): Use `custom-reevaluate-setting' for
14677         `send-mail-function'.
14679         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14681 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14683         * mail/smtpmail.el (smtpmail-try-auth-methods):
14684         Send credentials together with "AUTH PLAIN" command.
14686 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14688         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14689         mouse-2, go back to previously selected window, so it's selected
14690         when mouse-2 command runs.
14692 2005-12-27  Juri Linkov  <juri@jurta.org>
14694         * descr-text.el (describe-text-sexp): Use square brackets for
14695         button [Show] to distinguish it from the property value `show'.
14696         (describe-property-list): Use `insert-text-button' with
14697         `help-face' type instead of putting face in quotes, because button
14698         is not created automatically for a list of faces.
14699         (describe-text-properties-1): Put button-type value in quotes to
14700         distinguish from plain text "button".
14701         (describe-char): Display code point values in hex.  Don't use
14702         `symbol-name' for `current-input-method' because it is a string.
14703         Use `insert-text-button' with `help-face' type instead of putting
14704         hardcoded face in quotes, because button is not created automatically.
14706 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14708         * progmodes/glasses.el (glasses-face): More specific custom type.
14710         * files.el (set-visited-file-name): Doc fix.
14712         * textmodes/flyspell.el (flyspell-external-point-words):
14713         Use local var buffer-scan-pos to advance scan for next misspelling.
14714         Advance it only after we find the misspelling.
14716 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14718         * textmodes/flyspell.el (flyspell-external-point-words):
14719         New criteria for finding the misspelling in the buffer.
14721 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14723         * help-mode.el (help-insert-string): Set help-xref-stack-item
14724         rather than call help-setup-xref.
14726         * descr-text.el (describe-char): Revert previous changes for
14727         optional buffer argument.
14729 2005-12-27  Juri Linkov  <juri@jurta.org>
14731         * help-mode.el (help-insert-string): New function.  Save buffer
14732         contents in cases where it is impossible to recompute the old contents.
14734         * descr-text.el (describe-char): Set help-xref-stack-item
14735         explicitly after buffer has been generated.
14737 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14739         * cus-start.el (all): Add x-gtk-show-hidden-files.
14741 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14743         * replace.el (perform-replace): Calculate match-again
14744         before skipping read-only matches.
14746         * paren.el (paren-showing-faces): New group.
14747         (show-paren-match, show-paren-mismatch): Move to that group.
14749         * button.el (button): Put into group `basic-faces'.
14751         * progmodes/make-mode.el: Remove faces from group `faces'.
14753         * apropos.el (apropos, apropos-value): Doc fix.
14754         (apropos-documentation): Doc fix.
14756 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14758         * subr.el (lazy-completion-table): Remove argument `args'.
14760         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14761         Don't use the `args' argument of lazy-completion-table.
14763 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14765         * descr-text.el (describe-char): Add optional argument for buffer.
14766         Set buffer appropriately.  Call help-setup-xref.
14767         Suggested by Stefan Monnier.
14769 2005-12-26  Juri Linkov  <juri@jurta.org>
14771         * descr-text.el: Require `help-fns' at runtime.  Don't require
14772         `button' for byte compilation.
14773         (describe-text-widget): Add `help-echo' for first button.
14774         Use `help-info' for second.
14775         (describe-property-list): Use `help-argument-name' instead of `italic'.
14776         (describe-text-category): Add prompt to interactive spec.
14777         Call `help-setup-xref'.
14778         (describe-char): Use `help-character-set'.  Add `help-echo' for
14779         code point.  Use `help-input-method'.  Remove superfluous insert.
14781 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14783         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14784         at point, in case of narrowing.
14786         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14788         * locate.el (locate-header-face): Allow nil in type.
14790         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14792 2005-12-25  Romain Francoise  <romain@orebokech.com>
14794         * battery.el (battery-linux-proc-acpi): Also try
14795         `/proc/acpi/thermal_zone/THM0/temperature'.
14797 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14799         * custom.el (custom-push-theme): Fix docstring.
14801         * cus-edit.el (custom-variable-set, custom-variable-save)
14802         (custom-variable-save): Custom-quote widget values.
14803         (customize-save-variable): Fix custom-push-theme call.
14805 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14807         * w32-fns.el (w32-batch-update-autoloads): New function.
14809         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14810         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14811         from the command line.
14813 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14815         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14816         reset means to remove setting from theme entirely.  Don't keep
14817         expanding theme-settings list; delete old entries if necessary.
14819         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14820         customization" button one line up.
14821         (custom-themed): New face.
14822         (custom-magic-alist): New value, THEMED, for theme settings.
14823         (custom-variable-state-set, custom-face-state-set):
14824         Check theme-value instead of saved-value.
14825         (custom-variable-reset-standard, custom-face-reset-standard):
14826         Remove theme setting entirely.  Recalculate new values.
14827         (custom-variable-set, custom-variable-set)
14828         (custom-variable-reset-saved, custom-variable-reset-backup)
14829         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14830         (custom-variable-save): Fix typos.
14832 2005-12-23  Juri Linkov  <juri@jurta.org>
14834         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14835         Add autoload cookies.
14836         (edebug-outside-d-c-i-n-s-w): New variable.
14837         (edebug-display, edebug-outside-excursion): Use it to save the
14838         original value of default-cursor-in-non-selected-windows.
14839         Set default-cursor-in-non-selected-windows to t while Edebug
14840         is active.
14841         (edebug-mode, edebug-eval-mode): Doc fix.
14843         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14844         with `buffer-substring-no-properties' to remove common substring
14845         highlighting.
14847         * info.el (info-other-window, info): Rename function argument
14848         `file' to `file-or-node'.
14849         (Info-complete-menu-item): Use local variable `complete-nodes' to
14850         keep the global value of `Info-complete-nodes' unchanged for
14851         subsequent completions.
14852         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14854         * simple.el (get-next-valid-buffer, last-buffer)
14855         (next-error-buffer-p, next-error-find-buffer)
14856         (minibuffer-history-sexp-flag): Doc fix.
14858         * savehist.el (savehist-mode-hook): Add `:group'.
14860         * log-view.el: Call autoload for vc-find-version.
14861         (log-view-current-file): Adjust subgroup numbers.
14862         (log-view-current-tag): Add `length'.
14864 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14866         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14868 2005-12-23  Juri Linkov  <juri@jurta.org>
14870         * hi-lock.el (hi-lock-archaic-interface-message-used)
14871         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14872         (hi-lock-mode): Display "Hi" in the mode line only when
14873         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14874         (hi-lock-write-interactive-patterns):
14875         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14876         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14877         (hi-lock-font-lock-hook): Set 3rd arg `how' of
14878         font-lock-add-keywords to t.
14880 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
14882         * hi-lock.el (hi-lock-highlight-range): New variable.
14883         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14884         only if font-lock-fontified is non-nil.  Remove overlays.
14885         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14886         font-lock-fontified is non-nil, otherwise use overlays (instead of
14887         text properties).
14888         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14889         New variables.
14890         (hi-lock-string-serialize) New function.
14892 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14894         * menu-bar.el (menu-find-file-existing): New function.
14895         (menu-bar-file-menu): Use menu-find-file-existing for Open.
14897         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14899 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14901         * vc.el: Remove unnecessary leading * in docstrings.
14902         (vc-annotate-mode-map): Move initialization into declaration.
14903         (vc-static-header-alist): Nitpick on the regexp.
14904         (vc-default-init-version): New fun.
14905         (vc-register): Use it.
14906         (vc-insert-headers): Use dolist.
14907         (vc-annotate-get-backend): Remove unused function.
14908         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
14909         (vc-annotate-mode): Remove corresponding call.
14910         (vc-annotate-car-last-cons): Simplify.
14911         (vc-annotate-buffers): Remove var.
14912         (vc-annotate-backend): Make it buffer-local.
14913         (vc-annotate): Move the interaction to the interactive spec.
14914         Add a `buf' argument.
14915         (vc-annotate-warp-version): Use this new `buf' argument to avoid
14916         killing&creating a vc-annotate buffer, which is very disruptive when
14917         the buffers are shown in dedicated frames.
14919 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
14921         * descr-text.el: Add FSF as maintainer.
14922         (describe-text-mode, describe-text-mode-map)
14923         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
14924         help-mode.
14925         (describe-text-widget, describe-text-sexp)
14926         (describe-property-list, describe-text-category)
14927         (describe-text-properties, describe-text-properties-1)
14928         (describe-char): Use help buttons instead of widgets.
14929         (describe-char-unicodedata-file): Make URL link in doc string.
14931 2005-12-22  Richard M. Stallman  <rms@gnu.org>
14933         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14934         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14935         Don't include buttons that write a file when there's no file.
14936         (custom-variable-menu, custom-face-menu, custom-group-menu):
14937         Don't include commands that write a file when there's no file.
14938         (customize-browse): Reword the top-of-buffer help intro.
14939         (custom-buffer-create-internal): Fix previous change.
14940         (customize-changed-options-previous-release): Prev release is 21.1.
14941         (customize-changed-options): Doc fix.
14942         (customize-changed): New alias.
14943         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14944         Say "standard values".
14945         (Custom-reset-standard): Doc fix.
14946         (custom-face-reset-standard): Doc fix.
14948 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14950         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14951         even if font-lock-mode is non-nil since it may be t without having
14952         turned on font-lock-mode-internal.
14953         (font-lock-choose-keywords): Minor optimization.
14954         (font-lock-add-keywords, font-lock-remove-keywords)
14955         (font-lock-set-defaults): Don't call make-local-variable on a variable
14956         that we know to already be local.
14958 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14960         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14961         messages if in the minibuffer.
14963 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14966         (tex-mode-flyspell-verify, flyspell-get-word)
14967         (flyspell-external-point-words): Don't use point-min/max uselessly.
14969         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14970         by Kevin Rodgers.  Instead, just hide the completions buffer if we
14971         don't need to show it.
14973 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
14975         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14977 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14980         delete-windows-on with an inexistent buffer.
14982 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
14984         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14985         Delete defcustom variable :tag names.
14987 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14989         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14990         (log-view-font-lock-keywords): Ajust subgroup numbers.
14991         (log-view-current-tag): Don't hard code the number of subgroups.
14993 2005-12-20  Juri Linkov  <juri@jurta.org>
14995         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14996         (tooltip-x-offset, tooltip-y-offset): Doc fix.
14998         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14999         (menu-bar-non-minibuffer-window-p): Instead of checking
15000         display-multi-frame-p, use selected-frame when menu-updating-frame
15001         is nil.
15003 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15005         * align.el (align-rules-list): Use [ \t] instead of \s-
15006         for column separators in text mode.
15008 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15010         * help-mode.el (help-customize-variable, help-customize-face):
15011         Don't pop help-xref-stack as help-follow no longer pushes
15012         anything on to it.
15014 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15016         * textmodes/org.el (org-agenda-custom-commands): New option.
15017         (org-agenda): Offer custom commands on splash screen.
15018         (org-make-tags-matcher): Parser for Boolean logic added.
15019         (org-agenda-set-tags): New command.
15020         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15021         (org-set-tags): Efficiency improvements.
15022         (org-auto-align-tags): New option.
15023         (org-todo, org-demote, org-promote): Realign tags.
15024         (org-tags-completion-function): Use also "&" and "|" as separators.
15025         (org-org-menu): Agenda commands simplified.
15027 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15029         * cus-edit.el (customize-apropos, customize-apropos-options):
15030         Docstring changes.
15032         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15034 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15036         * longlines.el (longlines-mode): Wrap while widened.
15037         (longlines-decode-region, longlines-encode-region): Compute max
15038         just once.
15040 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15042         * cus-edit.el (mac): New group.
15044         * cus-start.el (all): Add user options in macterm.c.  Add test for
15045         Mac-related built-ins.  Fix test for GTK-related built-ins.
15047         * term/mac-win.el (mac-handle-language-change)
15048         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15049         (mac-services-open-selection, mac-services-mail-selection)
15050         (mac-services-mail-to, mac-services-insert-text)
15051         (mac-dispatch-apple-event): Add docstrings.
15052         (x-get-selection, mac-select-convert-to-string): Select coding
15053         system from `utf-16be' and `utf-16le' using `byteorder'.
15055 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15058         a "list" (lambda ...) rather than a real completion list.
15060         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15061         lexical-let when encountering ((lambda (...) ...) ...).
15063 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15065         * progmodes/sh-script.el (sh-mode):
15066         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15067         * textmodes/picture.el (picture-mode): Update docstrings.
15069 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15071         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15072         commands enclosed in $(ARGQUOTE)s should not be split between two
15073         lines, as that will break with GNU Make >3.80, when sh.exe is used
15074         and arg quoting is with '..'.
15075         (autoloads): Don't break the quoted --eval expression between
15076         several lines.
15078 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15080         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15081         Capture error from printing circular structures.
15083 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15085         * wid-edit.el (widget-checkbox-action): Clear undo info.
15087 2005-12-16  Bill Wohler  <wohler@newt.com>
15089         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15090         bar, not menubar in comment.
15092 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15094         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15095         After-change-functions should not clobber the match data.
15097 2005-12-16  Juri Linkov  <juri@jurta.org>
15099         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15100         instead of `buffer-substring'.
15101         (completion-common-substring): Doc fix.
15102         (completion-setup-function): Use minibuffer-completion-contents
15103         instead of minibuffer-contents.  Don't set common-string-length
15104         initially.  Remove special handling of partial-completion-mode.
15105         Move computation of completion-base-size into one cond.
15106         Call completion-base-size-function in mainbuf.  In computation of
15107         completion-base-size for file name completion don't move point to
15108         the end of the minibuffer.  Move computation of common-string-length
15109         into one cond.  Start putting faces only when common-string-length>=0.
15110         Add condition to put completions-common-part when
15111         common-string-length>0.
15113         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15114         place point at the first different character in the minibuffer
15115         even if this position is at the beginning of the minibuffer.
15117         * info.el (Info-read-node-name-1): In completion-base-size-function's
15118         lambda return 1 if common-substring or minibuffer-completion-contents
15119         starts with (, and 0 otherwise.
15121         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15122         Use `crm-current-element' for second arg of `display-completion-list'.
15124 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15126         * files.el (set-auto-mode): Look for an interpreter specified on
15127         the first line also if search for mode specification succeeded,
15128         but the mode is not known.
15130 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15132         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15133         (org-open-at-point): Implement tag searches as links.
15134         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15135         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15136         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15137         (org-agenda-dispatch): New commands.
15138         (org-use-tag-inheritance, org-tags-column): New options.
15139         (org-tab-follows-link, org-return-follows-link): New options.
15140         (org-tags): New customize group.
15141         (org-start-icalendar-file): Get local time zone.
15142         (org-tags-completion-function): New function.
15143         (org-set-font-lock-defaults): Make sure links will also be
15144         highlighted inside headlines.
15146 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15148         * term.el (term-emulate-terminal):
15149         Let term-handle-ansi-terminal-messages override what Bash says about
15150         its current directory.
15152 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15154         * bindings.el (last-buffer): Move to simple.el.
15155         * simple.el (last-buffer): Move here.
15156         (get-next-valid-buffer): New function.
15157         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15158         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15160         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15161         * bindings.el (global-map): Ditto.
15163 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15165         * cus-edit.el: Introductory comment change.
15166         (custom-magic-alist): Change message string for the `rogue' state.
15168 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15170         * tooltip.el: Delete defcustom variable :tag names.
15172         * complete.el (partial-completion-mode): Doc fix.
15174         * textmodes/flyspell.el (flyspell-external-point-words):
15175         Use save-excursion to ensure we don't move backward in the
15176         search loop, not even one character.
15177         (flyspell-delete-all-overlays): Use remove-overlays directly.
15179         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15180         (ispell-start-process): Set that variable.
15181         Clear ispell-buffer-local-name.
15182         (ispell-internal-change-dictionary):
15183         Set ispell-current-dictionary after killing process.
15184         (ispell-buffer-local-dict):
15185         Don't set spell-personal-dictionary after killing process.
15186         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15187         (ispell-tex-skip-alists, ispell-html-skip-alists)
15188         (ispell-skip-region-alist): Mark as risky.
15190         * net/newsticker.el (newsticker--retrieval-timer-list)
15191         (newsticker--display-timer, newsticker-running-p)
15192         (newsticker-ticker-running-p): Definitions moved up.
15194 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15196         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15198 2005-12-15  David Ponce  <david@dponce.com>
15200         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15201         (recentf-edit-list, recentf-open-files): Signal an error when
15202         there is no recent file.
15204 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15206         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15207         read-only except for texinfo-format-region evaluation.
15209 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15211         * vc.el (vc-default-previous-version, vc-default-next-version)
15212         (vc-do-command): Doc fixes.
15214 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15216         * textmodes/bibtex.el (bibtex-expand-strings)
15217         (bibtex-autokey-expand-string, bibtex-name-part)
15218         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15219         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15220         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15221         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15222         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15223         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15224         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15225         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15226         (bibtex-beginning-of-last-entry): Remove.
15227         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15228         message if comma is missing but buffer is read-only.
15229         (bibtex-parse-field-text): Handle whitespaces at the end of field
15230         text.  Return 3-element list with beginning and end of field text
15231         and end of field.
15232         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15233         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15234         (bibtex-search-forward-field, bibtex-search-backward-field):
15235         Search always delimited by limits of entry.  Use more efficient
15236         search algorithms.
15237         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15238         bibtex-end-of-name-in-field.
15239         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15240         extracting the content of a field.
15241         (bibtex-text-in-field): Use search limits.
15242         (bibtex-parse-string-prefix): Handle empty string keys based on
15243         bibtex-string-empty-key.
15244         (bibtex-parse-string): Fix docstring.
15245         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15246         (bibtex-preamble-prefix, bibtex-strings): New functions.
15247         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15248         BibTeX entries (consistent with other BibTeX functions).
15249         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15250         (bibtex-search-entry): Fix docstring.  Simplify.
15251         (bibtex-flash-head, bibtex-complete-string-cleanup)
15252         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15253         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15254         (bibtex-parse-entry): New optional arg content.
15255         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15256         Use bibtex-text-in-field-bounds.
15257         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15258         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15259         bibtex-parse-string-postfix.
15260         (bibtex-find-text-internal): New function.
15261         (bibtex-remove-delimiters): Use it.
15262         (bibtex-find-text): Use it.  New optional arg help.
15263         (bibtex-complete): Handle BibTeX string and preamble entries.
15264         (bibtex-Preamble): Fix order of closing delimiters.
15266 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15268         * vc.el (vc-default-revert): New fun.
15270         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15272 2005-12-14  Romain Francoise  <romain@orebokech.com>
15274         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15275         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15276         (font-lock-remove-keywords): Likewise.
15278 2005-12-14  Juri Linkov  <juri@jurta.org>
15280         * log-view.el (log-view-diff): Doc fix.
15282         * isearch.el (isearch-query-replace): Use (mark) instead of
15283         isearch-opoint if mark is active in transient-mark-mode.
15285 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15287         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15289 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15291         * progmodes/cpp.el (cpp-face): New widget.
15292         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15294 2005-12-14  Juri Linkov  <juri@jurta.org>
15296         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15297         around `erase-buffer' and `insert'.
15299         * descr-text.el (describe-text-properties): Replace buffer name
15300         "*Help-2*" with "*Help*<2>".
15301         (describe-char): Add functions print-help-return-message,
15302         toggle-read-only.  Use help-setup-xref with nil to not store
15303         describe-char in help-xref-stack.  Use help-make-xrefs to
15304         make [back] button.
15306         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15308         * wdired.el (wdired-old-point): New internal variable.
15309         (wdired-change-to-wdired-mode): Set it buffer-locally.
15310         (wdired-abort-changes): Restore point after aborting changes.
15312 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         * vc.el (vc-do-command): Add a new value t for okstatus.
15316         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15317         frame in case of errors.
15319 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15321         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15322         so it comes after "On the Left" in the menu.
15324 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15326         * cus-edit.el (customize-apropos, customize-apropos-options)
15327         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15329 2005-12-12  Bill Wohler  <wohler@newt.com>
15331         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15332         non-writable Subversion-controlled files by saving window
15333         configuration before calling vc-do-command.  vc-do-command calls
15334         pop-to-buffer on error which is unexpected during registration.
15336 2005-12-12  Jay Belanger  <belanger@truman.edu>
15338         * calc/README: Update the summary of changes.
15340 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * descr-text.el (describe-char): Rework last fix to solve the problem
15343         is the same way it's solved for everything else in that function
15344         (i.e. by extracting the info before setting up the *Help* buffer).
15346 2005-12-12  Kim F. Storm  <storm@cua.dk>
15348         * subr.el (version-regexp-alist): Allow space as separator before
15349         non-numeric part, e.g. "1.0 alpha".
15350         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15352 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15354         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15355         Implement Logging and the keep-modes setting.
15356         (org-get-category): Make sure a string is returned.
15357         (org-log-done): New function.
15358         (org-log-done, org-closed-string): New options.
15360 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15362         * tooltip.el (tooltip-y-offset): Change default to 20.
15364 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15366         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15368         * frame.el (display-hourglass): Doc fix.
15370         * help.el (help-for-help-internal): Simplify entry for `a'.
15372         * info.el (Info-on-current-buffer): Doc fix.
15373         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15375         * startup.el (inhibit-splash-screen): Make this the real name.
15376         (inhibit-startup-message): Make this the alias.
15377         (command-line): Find only simple.el, and use its directory
15378         to fill in other preloaded files' names.
15379         (command-line): Deactivate the mark if deactivate-mark is set.
15381         * international/mule.el (load-with-code-conversion):
15382         Bind deactivate-mark.
15384         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15386 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15388         * cus-edit.el (customize-apropos): Avoid listing an option more
15389         than once under different aliases.  No longer list user options
15390         that are not defined with defcustom (unless a prefix arg is given).
15391         Doc fix.
15392         (customize-apropos-options): Doc fix.
15394 2005-12-11  Juri Linkov  <juri@jurta.org>
15396         * frame.el (set-background-color, set-foreground-color)
15397         (set-cursor-color, set-mouse-color, set-border-color):
15398         Add explicit prompts to read colors by `facemenu-read-color'.
15399         (show-trailing-whitespace, blink-cursor-delay)
15400         (blink-cursor-interval, display-hourglass, hourglass-delay):
15401         Remove tags.
15402         (display-hourglass, hourglass-delay): Doc fix.
15403         (cursor-in-non-selected-windows): Capitalize words in tag.
15405         * faces.el (frame-background-mode): Replace `choice-item' keywords
15406         with `const' to not make [default] button.  Change default value tag
15407         from `default' to `automatic'.  Doc fix.
15408         (trailing-whitespace) <defface>: Change group `whitespace' to
15409         `whitespace-faces'.
15411 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15413         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15415 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15417         * term/mac-win.el: Create keymap for mac-apple-event-map.
15419 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15421         * tooltip.el (tooltip-mode): Move to start of file so that it
15422         appears at top of customize buffer.
15424         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15425         Add the gud groupname.
15426         (gud-tooltip-mode): Add the tooltip groupname.
15427         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15428         avoid conflict with tooltip-use-echo-area.
15430 2005-12-10  Romain Francoise  <romain@orebokech.com>
15432         * help.el (help-for-help-internal): Add `r' in doc string.
15434 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15436         * align.el (align-regexp, align-highlight-rule):
15437         Use region-beginning and region-end instead of point and mark, so that
15438         repetition (with `repeat-complex-command') recomputes the region
15439         bounds.
15441 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15443         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15444         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15445         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15446         (balance-windows): Rewrite using the above new functions.
15448 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15450         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15451         react if global-hi-lock-mode seems intended.
15452         (global-hi-lock-mode) Renamed from hi-lock-mode.
15453         (hi-lock-archaic-interface-message-used)
15454         (hi-lock-archaic-interface-deduce): New variables.
15455         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15456         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15457         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15458         Replace hi-lock-buffer-mode with hi-lock-mode.
15460 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15462         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15463         completion list, even after a partial completion has been
15464         inserted in the current buffer.  If there are more than 1
15465         completion, redisplay the *Completions* buffer; if the
15466         completion is unique, delete the *Completions* window.
15468 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15470         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15471         strings and long subject lines that were broken into multiple
15472         lines at arbitrary places.  Handle subjects that have "Re: " in
15473         the middle.
15475 2005-12-10  John W. Eaton  <jwe@octave.org>
15477         * emacs/octave-mod.el (octave-electric-space): Don't indent
15478         comments or strings if octave-auto-indent is nil.
15480 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15482         * term/mac-win.el: Require url when compiling.
15483         Call mac-process-deferred-apple-events after loading init files.
15484         (mac-apple-event-map): New defvar.  Define event handlers in it.
15485         (core-event, internet-event): New Apple event class symbols.
15486         (open-application, reopen-application, open-documents)
15487         (print-documents, open-contents, quit-application)
15488         (application-died, show-preferences, autosave-now, get-url):
15489         New Apple event ID symbols.
15490         (about): New HICommand ID symbol.
15491         (mac-event-spec, mac-event-ae): New macros.
15492         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15493         (mac-ae-selection-range, mac-ae-text-for-search)
15494         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15495         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15496         and Services menu events are now defined in mac-apple-event-map.
15497         (mac-drag-n-drop): Remove selection range handling.
15499 2005-12-10  Kenichi Handa  <handa@m17n.org>
15501         * simple.el (zap-to-char):
15502         * isearch.el (isearch-process-search-char): Translate CHAR by
15503         translation-table-for-input.
15505 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15507         * foldout.el (foldout-exit-fold): Properly hide subtree.
15509 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15511         * files.el (save-buffer):
15512         * international/ucs-tables.el (ucs-set-table-for-input):
15513         * mail/mail-extr.el (mail-extract-address-components):
15514         * mail/sendmail.el (mail-mode): Reformat doc string.
15516 2005-12-09  Juri Linkov  <juri@jurta.org>
15518         * isearch.el (isearch-highlight): Change main overlay priority
15519         from 1 to 1001.  Simplify.
15520         (isearch-lazy-highlight-update): Change lazy overlay priority
15521         from 0 to 1000.
15523         * replace.el (replace-highlight): Change overlay priority from
15524         1 to 1001.
15526         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15527         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15529         * compare-w.el (compare-windows-highlight): Change overlay
15530         priority from 1 to 1000.
15532         * menu-bar.el (menu-bar-edit-menu): Add listp around
15533         pending-undo-list to disable menu item "undo" when pending
15534         undo list is empty.
15536         * locate.el (locate): Disable undo in *Locate* buffer.
15538 2005-12-09  Kim F. Storm  <storm@cua.dk>
15540         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15542 2005-12-09  David Ponce  <david@dponce.com>
15544         * recentf.el: Improvement of the menu code.
15545         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15546         instead of menu hook.
15547         (recentf-show-menu, recentf-hide-menu): New functions.
15548         (recentf-menu-customization-changed, recentf-mode): Use them.
15549         (recentf-menu-action, recentf-max-menu-items)
15550         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15551         (recentf-arrange-by-rule-others)
15552         (recentf-arrange-by-rules-min-items)
15553         (recentf-arrange-by-rule-subfilter) : Don't use
15554         `recentf-menu-customization-changed'.
15555         (recentf-arrange-rules): Likewise.  Accept functions to compute
15556         sub-menu titles.
15557         (recentf-menu-filter): Likewise.  Doc fix.
15558         (recentf-menu-value-shortcut): Doc fix.
15559         (recentf-dump-variable): Quote atom value.
15560         (recentf-make-menu-items): Update to use it as a menu filter.
15561         (recentf-match-rule): New function.
15562         (recentf-arrange-by-rule): Use it.
15563         (recentf-indirect-mode-rule): New function.
15564         (recentf-build-mode-rules): Use it.
15565         (recentf-dir-rule): New function.
15566         (recentf-arrange-by-dir): Use it.
15567         (recentf-filter-changer-current): Rename from
15568         `recentf-filter-changer-state'.  All references updated.
15569         (recentf-filter-changer-alist): Update filter names.
15570         (recentf-filter-changer-select): New function.
15571         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15572         available in `recentf-filter-changer-alist'.
15573         (recentf-data-cache, recentf-clear-data)
15574         (recentf-update-menu): Remove.  All references updated.
15575         (recentf-match-rule-p, recentf-build-dir-rules)
15576         (recentf-filter-changer-goto-next)
15577         (recentf-filter-changer-get-current)
15578         (recentf-filter-changer-get-next): Remove.
15580 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15582         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15583         buffer "Reset" button to "Reset to Current" for consistency with
15584         the State buttons.
15586 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15588         * ibuf-ext.el (define-ibuffer-filter filename):
15589         If `dired-directory' is a list then really use its car.
15591 2005-12-08  Kim F. Storm  <storm@cua.dk>
15593         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15594         Fix indention of text on right side of replaced rectangle.
15596 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15598         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15599         No need to check gud-comint-buffer is bound.
15600         (gdb): Prevent multiple debugging when first session uses gdba.
15602 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15604         CC Mode update to 5.31.
15606         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15607         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15608         We might do this function properly in the future).
15610         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15611         New macros c-sentence-end and c-default-value-sentence end, to cope
15612         with Emacs 22's new function `sentence-end'.
15614 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15616         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15617         compat issue using `c-put-overlay' and `c-delete-overlay'.
15619         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15620         New compat macros to handle overlays/extents.
15622 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15624         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15625         (for GNU Emacs 20.4)
15627         * progmodes/cc-defs.el:
15628         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15630         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15631         highlighting mechanism so it will work in XEmacs too.
15633         * progmodes/cc-defs.el: Insert c-int-to-char.
15635         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15636         call to the new macro c-int-to-char.  This solves XEmacs's
15637         regarding characters as different from integers.
15639 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15641         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15642         New internal helper.
15644         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15645         construct to make the indirect face lookup work in XEmacs.
15647         (c-cpp-matchers): Append the negation char face to the existing
15648         fontification, so that the cpp face doesn't disappear.
15649         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15650         and strings.
15652         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15653         to map to `font-lock-negation-char-face' in emacsen where it exists.
15655 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15657         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15659         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15660         Rename "c-subword-move-mode" as "c-subword-mode".
15662         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15663         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15665 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15667         * progmodes/cc-mode.el: Added autoload directive for
15668         `c-subword-move-mode' for use in older emacsen.
15670 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15672         * progmodes/cc-mode.el:
15673         (i) Insert a binding for C-c C-backspace into
15674         c-bind-special-erase-keys which works in TTYs.
15675         (ii) Make sure that when file styles are used, any explicitly
15676         given style variables take priority over those in the style.
15677         Do this by calling `hack-local-variables' a second time.
15679         * progmodes/cc-vars.el: Add language specific customization
15680         widgets for AWK to c-doc-comment-style, c-require-final-newline
15681         and c-default-style.  Add a defcustom for awk-mode-hook.
15682         Give c-syntactic-element and c-syntactic-context doc-strings by
15683         directly setting their `variable-documentation' propery.
15684         This allows Emacs 22.1 to read these with C-h v.
15686         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15688 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15690         * progmodes/cc-fonts.el, cc-vars.el
15691         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15692         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15693         Masatake YAMATO.
15695         (c-doc-comment-style): Made GtkDoc default in C mode.
15697         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15698         and C-c C-<delete>.
15700         (c-bind-special-erase-keys): New function for use on
15701         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15703         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15704         <delete> key behavior in XEmacs according to `delete-forward-p'.
15705         C.f. `c-electric-delete'.
15707 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15709         * progmodes/cc-mode.el: Give c-hungry-backspace and
15710         c-hungry-delete-forward permanent key bindings.
15712         * progmodes/cc-cmds.el (c-electric-semi&comma):
15713         Bind c-syntactic-context for calls to "criteria functions", for
15714         consistency with other calls to user functions.
15716         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15717         `current-prefix-arg', since this might be the prefix arg to a
15718         command which calls c-indent-command as a function.  Change the
15719         interactive spec from "p" to "P".
15721         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15722         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15723         was difficult to understand.
15725 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15727         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15728         first char of an identifier.
15730         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15731         +" syntax in C++.
15733 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15735         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15736         auto-fill doesn't split a c-comment's last word from a hanging
15737         "*/" when a space is typed between them after fill-column.
15739         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15741         * progmodes/cc-styles.el (c-set-style)
15742         (c-setup-paragraph-variables): Abort the command if we're not in a
15743         CC Mode buffer.
15745         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15746         with blank comment-prefix, and a blank line as the comment's
15747         second line.
15749 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15751         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15752         Incorporate the patterns added in the Emacs development branch
15753         for the new Emacs 22 face `font-lock-negation-char-face'.
15755         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15756         of "red" since it stands out better in xterms and DOS terminals.
15758         * progmodes/cc-engine.el (c-literal-faces):
15759         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15761 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15763         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15764         forcibly enable c-electric-flag.
15766         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15767         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15768         after the comment-prefix of a C-style comment will close that comment.
15770 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15772         * progmodes/cc-fonts.el (c-basic-matchers-before)
15773         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15774         in Pike.
15776         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15777         digraphs.
15779         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15780         (c-cpp-message-directives, c-cpp-include-directives)
15781         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15782         (c-cpp-expr-directives): Introduce new language constants to
15783         control cpp syntax in a cleaner way.
15785         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15787         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15789         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15790         (c-multiline-string-start-char): New language constants and
15791         variables to specify how newlines in string literals work.
15793         (c-font-lock-invalid-string): Use them.
15795         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15796         unbalanced close brace is entered.  Optimization by avoiding going
15797         back over arbitrarily large blocks.  Removed hints that this
15798         function only would be relevant/useful in AWK.
15800         (c-electric-brace): Indent syntactically after the cleanups since
15801         lineup functions might do it differently then.
15803         * progmodes/cc-engine.el, cc-langs.el
15804         (c-opt-op-identifier-prefix): New language constant and variable.
15806         (c-just-after-func-arglist-p, c-after-special-operator-id)
15807         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15809         * progmodes/cc-align.el, cc-engine.el
15810         (c-after-special-operator-id): New helper to handle C++ operator
15811         identifiers.
15813         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15814         (c-guess-basic-syntax): Handle C++ operator identifiers in
15815         declarations.
15817         * progmodes/cc-langs.el (c-assignment-operators): Add the
15818         trigraph version of ^= too.
15820         * progmodes/cc-langs.el (c-assignment-operators): Add the
15821         trigraph version of |= in C++.
15823         * progmodes/cc-fonts.el (c-font-lock-declarators):
15824         Handle `c-decl-hangon-kwds' after the identifier name.
15826         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15827         whether an arglist is "nonempty", ignore a comment after the open
15828         paren if it isn't followed by a non-comment token on the same line.
15830         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15831         Enable heuristics below the point to cope with classes inside special
15832         brace lists in Pike.
15834 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15836         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15838 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15840         * progmodes/cc-guess.el (cc-guess-install): New function to
15841         install an already guessed style in another buffer.
15843         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15844         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15845         anyway if the change always is undone.
15847 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15849         Implement togglable electricity:
15851         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15852         saying when it should be used.
15854         * progmodes/cc-engine.el: Add the new buffer-local variable,
15855         c-electric-flag.
15857         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15858         c-toggle-auto-newline.
15860         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15861         c-toggle-auto-newline.  Remove the binding for
15862         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15863         c-toggle-electric-state.
15865         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15867         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15868         c-\(forward\|backward\)-subword.
15869         (c-update-modeline): Add the new modeline flag `l' for
15870         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
15871         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15872         Make the old name an alias of the new name.
15873         (c-toggle-electric-state): New function.
15874         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15875         Adapt these functions to do electric things only when
15876         c-electric-flag is non-nil.
15877         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15878         new functions from c-electric-brace.
15879         (c-point-syntax): Add a check for "virtual semicolons" in AWK
15880         mode, so that the tentative extra newline doesn't change the
15881         syntax of the following brace.
15882         (c-electric-brace): Restructure by extracting the above functions.
15883         Tidy up the coding somewhat.
15884         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15885         restructure a bit.
15887 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15889         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15890         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
15892         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15893         (c-submode-indicators): Change name from `c-auto-hungry-string'
15894         since it's now used to track another submode.
15896         (c-update-modeline): Convert to function and extended to check
15897         `c-subword-move-mode'.
15899         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15900         Convert to compat aliases for `c-forward-subword' and
15901         `c-backward-subword'.
15903         * progmodes/cc-subword.el: New functions and minor mode to handle
15904         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15906         (c-forward-subword, c-backward-subword, c-mark-subword)
15907         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15908         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15909         Functions corresponding to the standard word handling functions.
15911         (c-subword-move-mode): Minor mode that replaces all the standard
15912         word handling functions with their subword equivalences.
15914 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15916         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15917         entry for one-liner-defun.
15919         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15920         name in its def-edebug-spec.
15922         * progmodes/cc-cmds.el (c-electric-brace): Make the
15923         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
15924         compacts space before a comment, if this will make things fit on
15925         one line.
15927         Introduce an "awk" style, mainly for auto-newline and clean-ups.
15929         * progmodes/cc-align.el: New function c-snug-1line-defun-close
15931         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15932         clean-up one-liner-defun.
15934         * progmodes/cc-styles.el: Add the new "awk" style.
15936         * progmodes/cc-vars.el: Add description of one-liner-defun to
15937         c-cleanup-list's doc-string.  New user options,
15938         c-max-one-liner-length.  In c-default-style, set the default style
15939         for AWK to "awk".
15941 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15943         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15944         macros inside labels.
15946         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15947         `c-at-statement-start-p' and `c-at-expression-start-p'.
15949         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15950         error if the mark isn't set.
15952         * progmodes/cc-engine.el (c-guess-continued-construct)
15953         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15954         accurately detect functions inside functions.
15956         * progmodes/cc-engine.el (c-at-expression-start-p): New function
15957         like `c-at-statement-start-p' that additionally recognizes commas
15958         and expression parentheses as delimiters.
15960         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15961         to avoid heuristics that doesn't work for unclosed blocks.
15962         (c-at-statement-start-p): New function.
15964         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15965         Objective-C directives, e.g. directives spanning lines should work
15966         reasonably well now.
15968         (c-put-c-type-property, c-clear-c-type-property): New helpers.
15970         (c-forward-objc-directive): New function to move over any ObjC
15971         directive.
15973         (c-just-after-func-arglist-p, c-guess-basic-syntax)
15974         (c-basic-matchers-before): Use it.
15976         (c-font-lock-objc-iip-decl): Remove.
15978         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15979         in the template arglist recognition.
15981         * progmodes/cc-styles.el (c-style-alist): Fix several
15982         inconsistencies in the Whitesmith style.
15984         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15985         New lineup function to get lines after Whitesmith style blocks
15986         correctly indented.
15988         (c-lineup-whitesmith-in-block): Back out the compensation for
15989         opening parens since it's done using `add' lists in the style
15990         definition instead.  Don't use the anchor position since it varies
15991         too much between the syntactic symbols. :P
15993         * progmodes/cc-vars.el (c-valid-offset): Update.
15995         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15996         lists where the offsets are combined according to several
15997         different methods: `first', `min', `max', and `add'.
15998         Report offset evaluation errors with `c-benign-error' so that some kind
15999         of reindentation still is done.
16001         * progmodes/cc-engine.el (c-guess-basic-syntax):
16002         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16003         `arglist-close'.
16005         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16006         situations for `arglist-cont-nonempty' and `arglist-close'.
16008         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16010         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16011         cc-bytecomp-boundp' in a number of places.
16013         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16014         macro related issue.
16016 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16018         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16019         list is now [asdf], a char class [:alpha:].
16020         Include code for char classes.
16021         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16022         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16024         Remove (nearly all of) the cruft associated with AWK Mode's former
16025         concept of "virtual semicolons":
16027         Adapt c-beginning-of-statement, c-end-of-statement (together with
16028         subfunctions) to use the new notion of "virtual semicolon" in
16029         place of the old awkward special handling for AWK.  There remains
16030         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16031         * progmodes/cc-cmds.el:
16032         (c-ascertain-adjacent-literal): In the backwards direction, now
16033         recognises AWK regexp delimiters as string delimiters.
16034         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16035         check more rigorously for "end of macro".
16036         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16037         virtual semicolons;
16038         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16039         out the code for forward movement into ...
16040         (c-end-of-statement): Now contains the code for forward movement,
16041         adapted for virtual semicolons.
16043         * progmodes/cc-engine.el:
16044         (c-ws*-string-limit-regexp): New regexp.
16045         (c-forward-single-comment, c-backward-single-comment): Comment out
16046         the (now redundant) "special" AWK stuff.
16048         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16049         c-string-par-start, c-string-par-separate to be more like Text
16050         Mode than Fundamental Mode.
16052 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16054         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16055         to the fontified region so that fontification doesn't occur
16056         outside it (could happen e.g. when fontifying a line with an
16057         unfinished declaration).
16059 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16061         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16062         start of the file.  ^L now separate sections of the file.
16063         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16064         (c-awk-one-line-possibly-open-string-re)
16065         (c-awk-regexp-one-line-possibly-open-char-class-re)
16066         (c-awk-one-line-possibly-open-regexp-re)
16067         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16068         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16070         Amend the concept of "virtual semicolons" (in the indentation
16071         engine) for languages like AWK, such that they are now
16072         conceptually attached to end of the last token of a statement, not
16073         the end of the line.  (In AWK Mode, however, the pertinent text
16074         property is still physically set on the EOL.)  Remove the specific
16075         tests for awk-mode, thus facilitating the introduction of other
16076         language modes where EOLs can end statements.
16077         (Note: The funtionality in cc-cmds.el, specifically
16078         c-beginning/end-of-statement has yet to be amended.)
16080         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16081         New macros.
16083         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16084         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16085         c-vsemi-status-unknown-p-fn (in a new page).
16087         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16088         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16089         numerous awkward forms like
16090         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16091         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16092         variable before-ws-ip, the place just after char-before-ip appears.
16094         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16095         a comment.
16097 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16099         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16100         `c-tentative-buffer-changes'.
16102         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16103         convert to macro to choose between Emacs and XEmacs at compile time.
16105         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16107         (c-tentative-buffer-changes): New macro to handle temporary buffer
16108         changes in a convenient way.
16110         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16111         for `c-tentative-buffer-changes'.
16113         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16114         the checks for paren sexps between the point and the keyword, to
16115         avoid some false alarms.
16117         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16118         Fixed a situation where an error could be thrown for unbalanced
16119         parens.  Changed to make use of c-keyword-member' to avoid some
16120         repeated regexp matches.
16122         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16123         These language variable are no longer necessary.
16125         (c-block-stmt-kwds): New language constant used by
16126         c-looking-at-inexpr-block'.
16128         (c-guess-basic-syntax): Remove an optional check that looked at
16129         the existence of the now removed language variables.
16131         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16132         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16133         object instantiation expressions as declarations in some contexts.
16134         This bug only affected languages where the declarator can't be
16135         enclosed in parentheses.
16137         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16138         insert newlines before and after substatement braces.
16140         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16141         function declaration headers and the handling of C++ style member
16142         init lists.
16144         (c-just-after-func-arglist-p): Rewritten to use
16145         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16147         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16149         (c-guess-basic-syntax): Adapt case 5B for the new
16150         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16151         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16152         covers all cases now).
16154         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16156 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16158         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16159         c-string-par-start/separate c-sentence-end-with-esc-eol,
16160         initialised in c-setup-paragraph-variables, used in string
16161         scanning subroutines of c-beginning-of-statement.
16163         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16164         which precedes the newly inserted `{'.
16166 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16168         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16169         function for declaration level blocks.  It should now cope with
16170         templates better and also be a lot more comprehensible.
16172         (c-looking-at-decl-block): The new function.
16174         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16175         for compatibility.
16177         (c-add-class-syntax, c-guess-continued-construct)
16178         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16180         (c-decl-block-key): Change to tell apart ambiguous and
16181         unambiguous keywords.  Pike specials are now handled directly in
16182         the code instead.
16184         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16185         New language constants and variables to make the backward skip in
16186         `c-looking-at-decl-block' as tight as possible.
16188         (c-nonsymbol-token-char-list): New language constant.
16190         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16191         find balanced template arglists backwards.
16193         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16194         making char classes for `c-syntactic-skip-backward'.
16196         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16197         16D - can't be a class-close at that point.
16199         * progmodes/cc-engine.el (c-guess-basic-syntax)
16200         (c-add-class-syntax): Don't narrow out the enclosing declaration
16201         level.  This makes everything a lot easier, and it was actually
16202         only four small places that needed it to work.  Some places that
16203         previously did `widen' are removed now, which has the effect that
16204         `c-guess-basic-syntax' never will look at things outside the
16205         current narrowment now.  The anchor position for `topmost-intro'
16206         is affected by this, but it was so bogus it was basically useless
16207         before, and now it's equally bogus but in a slightly different way.
16209         (c-narrow-out-enclosing-class): Gone.
16211         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16212         the narrowed region.
16214         (c-least-enclosing-brace): Remove silly optional argument.
16216         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16217         the point could be left directly after an open paren when finding
16218         the beginning of the first decl in the block.
16220         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16221         Specify which submatch to use.
16223         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16225         (c-decl-start-re): No longer any need for special treatment of
16226         ObjC due to the above.
16228         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16229         presumably follows C in that regard.
16231         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16232         New language constants to specify operator tokens inside
16233         identifiers in a more high level way.
16235         (c-opt-identifier-prefix-key): New internal language constant.
16237         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16238         (c-identifier-start, c-identifier-key): Now completely calculated
16239         from other constants.
16241         (c-identifier-last-sym-match): Decommission since it's no longer used.
16243         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16245         * progmodes/cc-engine.el (c-forward-name): Remove the
16246         optimization when c-identifier-key is equal to c-symbol-key since
16247         it doesn't work in byte compiled files.  Don't record empty
16248         regions as identifiers.
16250         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16251         simplify access to `c-operators' and its likes.
16253         (c-operator-list, c-all-op-syntax-tokens)
16254         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16255         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16256         (c-primary-expr-regexp, c-cast-parens): Use it.
16258         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16259         an explicit language in functions.
16261         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16262         variant of adornment.
16264         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16265         variable.
16267         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16268         the Pike value.
16270         * progmodes/cc-engine.el (c-on-identifier)
16271         (c-simple-skip-symbol-backward): Small fix for handling "-"
16272         correctly in `skip-chars-backward'.  Affected the operator lfun
16273         syntax in Pike.
16275         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16276         diagnostic message about precompiled language vars not being used.
16278         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16279         "__attribute__" is followed by a parenthesis.
16281         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16282         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16283         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16285         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16286         Internal cleanups to properly detect the declared identifiers in
16287         various declarations.
16289         (c-decl-start-kwds): New language constant to recognize
16290         declarations that can start anywhere.  Used for class declarations
16291         in Pike.
16293         (c-specifier-key, c-not-decl-init-keywords)
16294         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16295         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16297         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16298         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16299         handling of the compiler specific extension keywords into a new
16300         language constant `c-decl-hangon-kwds' that defines keyword
16301         clauses to be ignored in declarations.
16303         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16304         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16305         Necessary to stop at the declared identifier in e.g. IDL valuetype
16306         declarations.
16308         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16309         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16310         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16311         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16312         class and enum declarations as such and not as part of the type.
16314         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16315         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16317         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16318         declarations when there's some syntax error later on.
16320         (c-complex-decl-matchers): Did away with a reference to
16321         `c-specifier-key'.
16323         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16324         value - this variable is always dynamically bound.
16326         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16327         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16328         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16329         functions that might do hidden buffer changes: All such internal
16330         functions are now marked instead of those that don't.
16332         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16333         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16334         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16335         (c-literal-type): Allow these functions to make hidden buffer changes,
16336         so that they are free to use text property caching later on.
16338         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16339         (c-electric-brace, c-electric-slash, c-electric-star)
16340         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16341         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16342         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16343         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16344         with the changed semantics of the functions above.
16346         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16347         when macros occur in obscure places.  Optimized the sexp movement
16348         a bit.
16350 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16352         Enhancements for c-beginning-of-statement to work in AWK Mode:
16354         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16355         (completed statement) with `}' (statement completed by closing
16356         brace or semicolon) and `$' (statement completed by EOL).
16358         (c-awk-virtual-semicolon-ends-prev-line-p)
16359         (c-awk-virtual-semicolon-ends-line-p)
16360         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16361         (c-awk-at-statement-end-p): New functions.
16363         * progmodes/cc-cmds.el: Simplify the structure of functions
16364         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16365         two functions and c-beginning-of-statement to handle AWK Mode.
16367         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16368         c-backward-single-comment for AWK mode.  Attempt to clarify their
16369         doc-strings.
16371         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16373 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16375         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16376         label handling.  Labels are now recognized in a uniform and more
16377         robust way, regardless of context.  Text properties are put on all
16378         labels to recognize the following declarations better.
16379         Multiword labels are handled both in indentation and fontification for
16380         the benefit of language extensions like Qt.  For consistency, keywords
16381         in labels are now fontified with the label face instead.
16382         That also applies to "case" and "default".
16384         (c-beginning-of-statement-1): Fix some bugs in the label
16385         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16386         with `c-label-kwds'.
16388         (c-find-decl-spots): Support that the callback adds more
16389         `c-decl-end' spots to find.
16391         (c-forward-decl-or-cast-1): Don't treat a list of plain
16392         identifiers followed by a colon as a declaration.
16394         (c-forward-label): New function to recognize labels.
16396         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16397         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16398         earlier since they aren't so context sensitive now.  Handle labels
16399         on the top level gracefully.  Moved access label recognition to
16400         the generic label case (CASE 15) - removed CASE 5E.
16402         (c-font-lock-declarations): Add recognition of labels in the
16403         same round since we need to handle labels in parallell with other
16404         declarations to recognize both accurately.  It should also improve
16405         speed.
16407         (c-simple-decl-matchers, c-basic-matchers-after):
16408         Move `c-font-lock-labels' so that it only is used on decoration level 2
16409         since `c-font-lock-declarations' handles it otherwise.
16411         (c-complex-decl-matchers): Remove the simplistic recognition of
16412         access labels.
16414         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16415         with labels earlier.
16417         (c-decl-start-re): New language variable to make
16418         `c-font-lock-declarations' stop for the special protection labels
16419         in Objective-C that start with `@'.
16421         (c-label-key): Remove since it's no longer used.
16423         (c-recognize-colon-labels, c-label-prefix-re): New language
16424         constants to support recognition of generic colon-terminated labels.
16426         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16427         are colon terminated labels.
16429         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16430         first argument starts with a special brace list.
16432         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16433         (c-font-lock-declarations): Break out the declaration and cast
16434         recognition from `c-font-lock-declarations' to a new function, so
16435         that it can be used in the indentation engine.
16437         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16438         up to the start of the literal.  Fixed bug with the point on the
16439         wrong side of the search limit that could happen when the start
16440         position is inside a literal.
16442         * progmodes/cc-engine.el (c-parse-state)
16443         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16444         so that it's kept a little bit back to increase the hit rate.
16446         (c-parse-state): Change the macro handling and fixed some
16447         glitches.  Macro context is checked more often than necessary now,
16448         but otoh less garbage conses are generated.
16450         * progmodes/cc-engine.el (c-parse-state)
16451         (c-invalidate-state-cache): Cache the last position where
16452         `c-state-cache' applies.  This can speed up refontification quite
16453         a bit in blocks where there are many non-brace parens before the point.
16455         (c-state-cache-end): New variable for this.
16457         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16458         cache variable.
16460         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16461         get close initial continue positions when the start position is
16462         inside a literal or macro.  Do not call the callback for spots
16463         before the start position (which can happen e.g. for `c-decl-end'
16464         spots inside comments).  Optimize better in special cases when the
16465         region is a single line inside a literal or macro (typically when
16466         the current line is refontified).
16468         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16469         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16470         entries from the paren state.
16472         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16473         special case for "else if" clauses.
16475         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16476         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16478         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16479         New language variable to recognize the gcc extension with statement
16480         blocks inside expressions.
16482         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16483         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16484         no longer used and hence removed.
16486         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16487         to `c-add-stmt-syntax'.
16489         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16490         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16491         This fixes bogus label recognition.
16493         * progmodes/cc-engine.el (c-add-type, c-check-type)
16494         (c-forward-name, c-forward-type): Improve storage of template
16495         types in `c-found-types' so that they can be recognized better.
16497         (c-syntactic-content): Add option to skip past nested parens.
16499         * progmodes/cc-engine.el (c-forward-name):
16500         Set `c-last-identifier-range' all the time.  It's less work that way.
16501         Handle that there might not be an identifier to store in
16502         `c-last-identifier-range'.
16504         (c-forward-type): Handle that `c-last-identifier-range' might be
16505         nil from `c-forward-name'.
16507         * progmodes/cc-defs.el (c-safe-scan-lists)
16508         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16510         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16511         to work even if the form fails.
16513         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16514         down in a large file in one go.
16516         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16518         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16519         function which is like `c-lineup-math' but returns nil instead of
16520         `c-basic-offset' when it doesn't match.
16522         (c-lineup-math): Change to use `c-lineup-assignments'.
16524 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16526         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16527         c-beginning-of-statement.  New subfunctions
16528         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16530 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16532         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16533         hardcoded char classes whereever possible.  Changed a couple of
16534         places to use skip by syntax instead of skip by char class.
16536         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16537         Fix a bug in the regexp that caused extreme backtracking.
16539         * progmodes/cc-langs.el (c-block-comment-starter)
16540         (c-block-comment-ender): New language constants to specify in a
16541         single place how block comments look.
16543         (c-comment-start-regexp, c-block-comment-start-regexp)
16544         (comment-start, comment-end, comment-start-skip)
16545         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16546         (c-syntactic-ws, c-nonempty-syntactic-ws)
16547         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16548         `c-line-comment-starter', `c-block-comment-starter' and
16549         `c-block-comment-ender'.
16551         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16552         New language constants to break up things a bit.
16554         (c-simple-ws): New language constant for simple whitespace.
16556         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16558         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16559         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16560         newlines.  Allow and ignore nil elements in the list.
16562 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16564         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16565         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16567         * progmodes/cc-cmds.el: Tidy up the comments in
16568         c-beginning-of-statement and subfunctions.
16570         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16571         more flexible c-put-char-property and c-clear-char-properties.
16572         Add the author's email address.
16574         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16576         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16577         closing "*/" of a block comment.
16579         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16580         subfunctions) so that it works at BOB and EOB.
16582         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16583         c-beginning-of-statement, including new variable
16584         c-block-comment-start-regexp.
16586 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16588         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16589         symbols from `*-font-lock-extra-types' so that there's no need to
16590         use `regexp-opt' on those lists.
16592         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16593         `c-type-modifier-kwds' is empty.
16595         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16596         there are several strings on the same line.
16598         * progmodes/cc-engine.el (c-literal-limits): Remove the
16599         compatibility function for older emacsen.  `c-literal-limits-fast'
16600         has now taken the place of this function.
16602         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16603         with older emacsen: We now require `pps-extended-state'.
16605 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16607         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16608         which obviates the need to hack sentence-end.  This now handles
16609         escaped newlines in strings correctly.  Correct minor bugs in
16610         c-move-over-sentence and in c-beginning-of-statement.
16612         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16613         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16614         that movement over macros and code are rigorously separated from
16615         eachother.  Correct a few incidental bugs.
16617         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16618         Improve its doc-string.  Improve the handling of certain specific cases.
16620 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16622         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16623         (c-guess-basic-syntax): Change the way class-level labels are
16624         recognized; they can now contain essentially any symbols.
16626         (c-opt-extra-label-key): New language variable to cope with the
16627         special protection label syntax in Objective-C.
16629         (c-opt-access-key): Remove; this is now handled better by
16630         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16632         (c-complex-decl-matchers): Update to handle that
16633         `c-opt-access-key' no longer exists.
16635         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16636         improved label recognition in `c-beginning-of-statement-1'.
16638         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16639         Recognize bitfields better.
16641         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16642         Remove some cruft and fixed a bug that could cause it to go to a
16643         position further down.
16645         * progmodes/cc-langs.el, cc-engine.el
16646         (c-beginning-of-statement-1): Improve detection of labels in
16647         declaration contexts.
16649         (c-beginning-of-decl-1): Use it.
16651         (c-nonlabel-token-key): New language constant and variable needed
16652         by `c-beginning-of-statement-1'.
16654         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16655         manifested itself due to the correction in `c-forward-sexp'.
16657         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16658         Make these behave as documented when used at the buffer limits.
16660         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16661         (c-type-decl-end-used): Made this a language variable.
16663         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16664         correctly when `combine-after-change-calls' is used together with
16665         temporary narrowings.
16667         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16668         Report labels correctly when the start point is immediately after the
16669         colon.
16671         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16672         Remove since it isn't used anymore.
16674         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16675         bracket arglists such as template parens in C++.
16677         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16678         in the last check-in.  Some optimization.
16680         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16681         where it could stop at the same level in a preceding sexp when
16682         PAREN-LEVEL is set.
16684         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16685         text property lookup only when it's needed.
16687         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16688         Change the policy for paren marked angle brackets to be more
16689         persistent; once marked they remain marked even when they're found
16690         to be unbalanced in the searched region.  This should keep the
16691         paren syntax around even when individual lines are refontified in
16692         multiline template arglists.
16694         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16695         to control markup so that incorrect angle bracket arglists aren't
16696         marked in contexts where the correct value for
16697         `c-disallow-comma-in-<>-arglists' isn't known.
16699         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16700         argument has become `c-parse-and-markup-<>-arglists'.
16702         (c-remove-<>-arglist-properties): Remove - no longer used.
16704         (c-after-change-check-<>-operators): New function used on
16705         `after-change-functions' to avoid that "<" and ">" characters that
16706         are part of longer operators have paren syntax.
16708         (c-<>-multichar-token-regexp): New language variable used by
16709         `c-after-change-check-<>-operators'.
16711         (c-after-change): Call `c-after-change-check-<>-operators'.
16713         (c-font-lock-<>-arglists): Use the context properties set by
16714         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16715         correctly to avoid doing invalid markup.
16717         (c-font-lock-declarations): Remove code that undoes the invalid
16718         markup done by `c-font-lock-<>-arglists'.
16720         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16721         after `c-font-lock-declarations'.
16723         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16724         Add paren-level feature.
16726         (c-guess-basic-syntax): Improve the anchor position for
16727         `template-args-cont' in nested template arglists.  There's still
16728         much to be desired in this area, though.
16730 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16732         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16733         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16735 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16737         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16738         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16740         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16741         it doesn't work no longer are supported.
16743         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16744         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16745         requires support for the syntax-table' text property, which rules
16746         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16747         cruft associated with those versions.
16749         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16750         for the `syntax-table' text property, which rules out Emacs 19 and
16751         XEmacs < 21.4.  Removed various compatibility cruft associated
16752         with those versions.
16754         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16755         support for the `syntax-table' text property.
16757         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16758         variable and use an extra quoted face name instead.  All the
16759         emacsen flavors handle that correctly.
16761         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16762         (c-font-lock-declarators, c-font-lock-declarations)
16763         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16764         property to mark the items in in declarator lists to handle
16765         refontification inside multiline declarations better.
16767         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16768         construct like "a * b = c;" as a declaration.
16770 2005-12-08  Kim F. Storm  <storm@cua.dk>
16772         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16773         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16774         select either meta, hyper, or super modifier for rectangle commands.
16775         (cua--rectangle-modifier-key): New defvar.
16776         (cua--M/H-key): Use it.  Remove special case for `space'.
16777         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16778         on X, to meta otherwise.  Always bind C-return to toggle
16779         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16781         * emulation/cua-rect.el (cua-help-for-rectangle):
16782         Use cua--rectangle-modifier-key.  Handle super modifier too.
16783         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16784         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16786         * ido.el: Move Acknowledgements and History after Commentary.
16787         Minor changes to Commentary.
16789         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16790         keymap if cua--prefix-override-timer is `shift'.
16791         (cua--shift-control-prefix): New function; emulate "type prefix
16792         key twice" functionality to handle shifted prefix key override.
16793         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16794         New commands.
16795         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16797 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16799         * textmodes/org.el (org-insert-heading): Try to do items before
16800         headings.
16801         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16802         (org-insert-item): New function.
16803         (org-renumber-ordered-list): Don't skip to higher level lists.
16805 2005-12-08  Juri Linkov  <juri@jurta.org>
16807         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16809         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16811         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16813         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16814         the constructed function name fun-1.
16816         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16817         because such links don't lead to parent documentation.
16819 2005-12-08  Kenichi Handa  <handa@m17n.org>
16821         * descr-text.el (describe-char): Use *Help-2* buffer if the
16822         current buffer is *Help*.  Call describe-text-properties while
16823         setting the original buffer.
16825 2005-12-07  Bill Wohler  <wohler@newt.com>
16827         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16828         and causes problems with non-MH users (such as Gnus users).
16830 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16832         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16833         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16834         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16835         command "info sources".  Move calls to GDB command "list".
16836         (gdb-find-file-hook): Just use gdb-source-file-list.
16837         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16838         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16839         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16840         (gdb-data-list-register-values-handler): Use correct trigger name.
16842 2005-12-07  Kim F. Storm  <storm@cua.dk>
16844         * ido.el (ido-completion-map): Rename from ido-mode-map.
16845         (ido-common-completion-map, ido-file-completion-map)
16846         (ido-file-dir-completion-map, ido-buffer-completion-map):
16847         Rename from ido-mode-....-map.
16848         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16849         (ido-setup-completion-map): Rename from ido-define-mode-map.
16850         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16851         to ido-completion-map.
16853 2005-12-07  Kenichi Handa  <handa@m17n.org>
16855         * international/mule-cmds.el
16856         (set-display-table-and-terminal-coding-system): If the coding
16857         system specified in `unibyte-display' property is different from
16858         the arg coding-system, don't setup standard-display-table.
16860 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16862         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16863         that comments end at \n, regardless of selective-display.
16865 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16867         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16868         (gdb-version): New variables.
16869         (gdb-source-file-list, gdb-register-names)
16870         (gdb-changed-registers): New variables for use with GDB 6.4+.
16871         (gdb-ann3): Replace with...
16872         (gdb-init-1, gdb-init-2): ...two new functions.
16873         (gdba, gdb-prompt): Call gdb-init-1.
16874         (gdb-get-version): New function.  Call gdb-init-2 from here.
16875         (gud-watch): Make it work with mouse events too.
16876         (gdb-post-prompt): Don't add to queue until GDB version is known.
16877         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16878         (gdb-locals-mode): Use gdb-version.
16879         (gdb-memory-format-map, gdb-memory-unit-map)
16880         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16881         (gdb-locals-font-lock-keywords-1)
16882         (gdb-locals-font-lock-keywords-2): New variables.
16883         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16884         (gdb-set-gud-minor-mode-existing-buffers-1)
16885         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16886         (gdb-var-update-1, gdb-var-update-handler-1)
16887         (gdb-data-list-register-values-handler)
16888         (gdb-data-list-register-values-custom)
16889         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16890         (gdb-stack-list-locals-handler, gdb-get-register-names):
16891         New functions for use with GDB 6.4+.
16892         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16893         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16894         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16895         (gdb-stack-list-locals-regexp)
16896         (gdb-data-list-register-names-regexp): New regexps for use with
16897         GDB 6.4+.
16899 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16901         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16903 2005-12-06  Nozomu Ando  <nand@mac.com>
16905         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16906         prompts work for AUTH PLAIN.  Also reported by Steve Allan
16907         <seallan@verizon.net>.
16909 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16911         * frame.el (set-frame-parameter): Add doc string.
16913 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
16915         * textmodes/org.el (org-occur-highlights): New variable.
16916         (org-highlight-new-match, org-remove-occur-highlights): New functions.
16917         (org-highlight-sparse-tree-matches): New option.
16918         (org-do-occur): New function.
16919         (org-get-heading): Make it work also at beginning of line.
16920         (org-category-table): New variable.
16921         (org-get-category-table, org-get-category)
16922         (org-camel-to-words, org-link-search): New functions.
16923         (org-select-this-todo-keyword): New variable.
16924         (org-todo-list): New command.
16925         (org-shiftright, org-shiftleft): New commands.
16926         (org-agenda-todo): Add prefix argument.
16927         (org-show-hierarchy-above): New option.
16928         (org-show-todo-tree): Numerical prefix creates tree for specific
16929         TODO keyword.
16930         (org-outline-level): New function, to assign a level to plain
16931         lists items.
16932         (org-cycle-include-plain-lists): New option.
16933         (org-mode): Use `org-outline-level' as value of `outline-level'.
16934         (org-cycle): Temporarily switch `outline-regexp' if
16935         `org-cycle-include-plain-lists' is non-nil.
16936         (org-start-icalendar-file): Fix format bug.
16937         (org-agenda-get-day-entries): Create category table.
16938         (org-agenda-get-todos, org-agenda-get-timestamps)
16939         (org-agenda-get-deadlines, org-agenda-get-scheduled)
16940         (org-agenda-get-blocks): Use `org-get-category'.
16941         (org-context-in-file-links): Rename from
16942         `org-line-numbers-in-file-links'.
16944 2005-12-06  Romain Francoise  <romain@orebokech.com>
16946         * window.el (balance-windows): Delete extraneous third arg in call
16947         to `enlarge-window'.
16949 2005-12-06  Kenichi Handa  <handa@m17n.org>
16951         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16953 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
16955         * progmodes/gdb-ui.el (gdb-var-create-handler)
16956         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16957         (gdb-var-list-children-handler, gdb-var-update-handler):
16958         Current buffer is already gdb-partial-output-buffer, don't
16959         make it current again.
16961 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
16963         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16964         (list-buffers-noselect): Use it.
16966 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16968         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16969         (mail-yank-ignored-headers): Use regexp-opt.
16970         (mail-mode-map): Move initialization into declaration.
16971         (mail-sent-via): Remove unused shadowed var `to-line'.
16972         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16973         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16974         (mail-do-fcc): Use dolist and push.
16975         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16976         (mail-yank-ignored-headers): Don't autoload.
16978 2005-12-05  Kenichi Handa  <handa@m17n.org>
16980         * international/mule-cmds.el (set-language-info-internal): New fun.
16981         (set-language-info): Call set-language-info-internal to update
16982         language-info-alist.  If LANG-ENV is the current one, call
16983         set-language-environment to make INFO effective now.
16984         (set-language-info-alist): Likewise.
16985         (locale-language-names): With locale "en", use English
16986         lang. env. but set the default codings to iso-8859-1.
16988 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
16990         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16991         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16992         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16993         for plain strings.
16994         (gdb-frames-mode): Remove redundant call to font-lock-mode.
16995         (gdb-all-registers): Rename from toggle-gdb-all-registers.
16996         Create registers buffer if necessary.  Echo new state in minibuffer.
16997         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16999 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17001         * info.el (Info-fontify-node): Match external links using
17002         non-directory part of filename.
17004 2005-12-04  Juri Linkov  <juri@jurta.org>
17006         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17007         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17008         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17009         because there is no customization option for it.
17011         * font-lock.el (lisp-font-lock-keywords-1):
17012         Add define-global-minor-mode.
17014         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17016         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17017         properties on the constructed variable names.
17019         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17020         Put `definition-name' properties on the constructed function names
17021         next-sym and prev-sym.
17023         * emacs-lisp/find-func.el (find-function-regexp):
17024         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17025         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17026         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17027         and easy-menu-define.
17029         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17030         easy-mmode-define-global-mode and define-global-minor-mode.
17031         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17033         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17034         instead of easy-mmode-define-global-mode.
17036         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17037         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17039         * cus-edit.el (customize-group, customize-group-other-window):
17040         Filter out autoloaded options from the group completion list by
17041         using heuristics that autoloaded groups don't have `custom-autoload'
17042         property on their symbols (they have only `custom-loads').
17044         * simple.el (completion-setup-function): Put completions-common-part
17045         face on complete completion string too (i.e. completion string
17046         without completions-first-difference face).
17048         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17050 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17052         * view.el (view-mode): Doc fix.
17054         * disp-table.el (standard-display-european): Add to the warning
17055         message a reference to the doc string.
17057         * play/yow.el (apropos-zippy): Call print-help-return-message,
17058         similar to other Help and Apropos commands.
17060         * help.el (print-help-return-message): If pop-up-frames is
17061         non-nil, set up help-return-method to delete the help window and,
17062         possibly, its frame as well, and don't display message about
17063         scrolling the help window.  Doc fix.
17064         (help-return-method): Doc fix.
17066 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17068         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17069         whereby names of length one or names starting with a
17070         symbol-constituent character would not be returned.
17072 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17074         * subr.el (atomic-change-group): Add edebug and indentation spec.
17076 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17078         * completion.el (save-completions-file-name): Fix typo in last change.
17080 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17082         * info.el: Move back/forward history to the beginning of the tool bar.
17084 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17086         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17087         Add fset of allout-real-isearch-abort during compile to fix
17088         byte-compilation warnings.
17089         (allout-mode-p): Move definition of this macro above all uses, or
17090         byte compilation in barren Emacs (eg, during Emacs build) will
17091         lack the definition.
17092         (allout-mode): Move this variable above any uses, or byte
17093         compilation will fail.
17094         (allout-resolve-xref): Remove use of personal file-reference function.
17095         (allout-toggle-current-subtree-encryption): Do the current (ie,
17096         visible containing) topic, rather than nearest around point.  Doc fix.
17097         (allout-toggle-subtree-encryption): New function, workhorse that
17098         works on nearest topic containing point.
17099         (allout-encrypt-string): Signal requirement for newer version of pgg.
17100         (allout-resumptions): Doc fix.
17102 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17104         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17106 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17108         * textmodes/flyspell.el (flyspell-external-point-words):
17109         Consider a misspelling as found in the string search if: (a) misspelling
17110         and found string lengths match, or (b) misspelling is found as
17111         element in a boundary-chars separated longer string, or (c)
17112         ispell-program-name is really ispell and misspelling is found as
17113         part of a TeX string.  After successful match move beginning of
17114         search region to end of match.  Warn about not found misspellings
17115         once the process is done.
17116         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17118 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17120         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17121         tool bar (removed inadvertently).
17123 2005-12-02  Juri Linkov  <juri@jurta.org>
17125         * log-view.el (log-view-diff): Clarify doc string.
17127 2005-12-01  Bill Wohler  <wohler@newt.com>
17129         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17130         triggers lm-verify errors.
17132 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17134         * simple.el (transient-mark-mode, line-number-mode)
17135         (column-number-mode, size-indication-mode): Remove `:require nil'.
17137 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17139         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17140         in the margin also.
17141         (gdb-breakpoints-mode-map): Use D instead of d for
17142         gdb-delete-breakpoint.
17143         (gdb-get-frame-number): Require a number to match on.
17144         (gdb-threads-mode-map): Add follow-link binding.
17146 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17148         * isearch.el (isearch-mode-map): Avoid exiting search on
17149         language-change event.
17151 2005-11-30  Romain Francoise  <romain@orebokech.com>
17153         * speedbar.el (speedbar-default-position): New defcustom.
17154         (speedbar-frame-reposition-smartly): Use it.
17156         * dframe.el (dframe-reposition-frame-emacs): Fix position
17157         computation for `left' location.
17158         Update copyright year.
17160 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17162         * help.el (help-map): Move initialization into declaration.
17164         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17166         * help-fns.el (help-argument-name): Don't autoload.
17167         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17168         to be re-loaded when customizing the `help' group.
17170 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17172         * help-fns.el (describe-function-1): Fill arglist output.
17174 2005-11-30  Kim F. Storm  <storm@cua.dk>
17176         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17177         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17178         after revert-buffer (or anything else which kills all local variables).
17180         * apropos.el (apropos-parse-pattern): Doc fix.
17181         Set apropos-regexp directly, rather than expecting callers to do so.
17182         (apropos-command, apropos, apropos-value, apropos-documentation):
17183         Simplify calls to apropos-parse-pattern.
17185 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17187         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17188         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17189         (hi-lock-write-interactive-patterns): Use comment-region.
17191         * longlines.el (longlines-mode): Add mail-setup-hook.
17193         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17195         * simple.el (sendmail-user-agent-compose, next-line):
17196         Conditionally use hard-newline.
17198 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17200         * international/latexenc.el (latex-inputenc-coding-alist):
17201         Reword doc string.
17203 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17205         * help.el (describe-key-briefly, describe-key): Recognize default
17206         bindings.
17208 2005-11-29  Romain Francoise  <romain@orebokech.com>
17210         * view.el (view-inhibit-help-message): New defcustom.
17211         (view-mode-enter): Use it.
17213 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17215         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17216         Preserve user position.
17218 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17220         * font-lock.el: Throw error if facemenu is not loaded to prevent
17221         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17223         * loadup.el: Add comment explaining why facemenu must be loaded
17224         before font-lock.
17226 2005-11-28  Jay Belanger  <belanger@truman.edu>
17228         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17229         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17231         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17233         * calc/calc-embed.el (calc-do-embedded): Update help message.
17235         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17237 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17239         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17241         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17242         called-interactively-p.
17243         (elp-profilable-p): Rename from elp-not-profilable-p.
17244         Invert result and take into account macros and autoloaded functions.
17245         (elp-instrument-function): Update call.
17246         (elp-instrument-package): Update call.  Add completion.
17247         (elp-pack-number): Use match-string.
17248         (elp-results-jump-to-definition-by-mouse): Merge into
17249         elp-results-jump-to-definition and then remove.
17250         (elp-output-insert-symname): Make help echo text single-line.
17252         * replace.el (query-replace-map): Move initialization into declaration.
17253         (occur-engine): Use with-current-buffer.
17254         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17255         (occur-mode-mouse-goto): Replace with an alias.
17257 2005-11-28  Juri Linkov  <juri@jurta.org>
17259         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17261         * term/w32-win.el: Bind [S-tab] to [backtab].
17263         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17264         `Info-find-file' to t.
17266         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17267         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17268         and same-window-regexps.
17269         (occur-next-error): Don't move point for arg 0.
17271 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17273         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17275 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17277         * log-edit.el (log-edit-changelog-use-first): New var.
17278         (log-edit-changelog-ours-p): Use it.
17279         (log-edit-insert-changelog): Set it with new arg `use-first'.
17280         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17281         (log-edit-hook): Add them to the list of suggested options.
17283         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17284         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17285         redundant work.
17286         (flyspell-mode-on): Use add-hook for after-change-functions.
17287         (flyspell-mode-off): Use remove-hook for after-change-functions.
17288         (flyspell-changes): Make it buffer-local.
17289         (flyspell-after-change-function): Make it non-interactive.  Use push.
17290         (flyspell-post-command-hook): Check input-pending-p while processing
17291         the potentially long list of buffer changes.
17293 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17295         * buff-menu.el (list-buffers-noselect): Display the selected
17296         frame's buffer list, not the global one.
17298 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17300         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17301         that (list last-input-event) works as in interactive spec.
17303 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17305         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17306         `facemenu-keymap' needs to be defined when font-lock is loaded.
17307         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17309 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17311         * completion.el: Remove useless leading * in defcustom docstrings.
17312         (save-completions-file-name): Use ~/.emacs.d if available.
17313         (completion-standard-syntax-table): Rename from
17314         cmpl-standard-syntax-table and fold initialization into declaration,
17315         thus removing cmpl-make-standard-completion-syntax-table.
17316         (completion-lisp-syntax-table, completion-c-syntax-table)
17317         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17318         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17319         (symbol-under-point, symbol-before-point)
17320         (symbol-under-or-before-point, symbol-before-point-for-complete)
17321         (add-completions-from-c-buffer): Use with-syntax-table.
17322         (make-completion): Don't return a list of completion entries.
17323         Update callers.
17324         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17325         (completion-initialize): Rename from initialize-completions.
17326         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17327         (kill-emacs-save-completions): Collect stats here.
17328         (save-completions-to-file, load-completions-from-file):
17329         Use with-current-buffer.
17330         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17331         into a function.  Move all calls to toplevel.
17332         (completion-lisp-mode-hook): New fun.
17333         (completion-c-mode-hook, completion-setup-fortran-mode):
17334         Set the syntax-table here.  Use local-set-key.
17335         (completion-saved-bindings): New var.
17336         (dynamic-completion-mode): Make it into a proper minor mode.
17337         (load-completions-from-file): Remove unused var `num-uses'.
17339         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17340         constructor if it is explicitly overridden.
17342         * complete.el (PC-completion-as-file-name-predicate):
17343         Use minibuffer-completing-file-name.
17344         (partial-completion-mode): Use find-file-not-found-functions.
17345         (PC-lisp-complete-symbol): Use with-syntax-table.
17346         (PC-look-for-include-file): Remove dead setq.
17347         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17348         (PC-complete): Use with-current-buffer.
17350         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17351         escape single quotes.
17353 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17355         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17356         of `if' whose condition always returned nil.  Doc fix.
17358         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17359         window's buffer the current buffer around the call to
17360         `list-buffers-noselect'.  This is necessary to mark that buffer
17361         with a `.' in the Buffer Menu when called from Lisp, for instance
17362         by Auto Revert Mode.
17364 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17366         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17367         attaching to it.
17368         (gdb-pre-prompt): Make sure gdb-error is reset.
17370         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17371         with a child process, detect it.
17372         (gud-speedbar-buttons): Match regexp more carefully.
17374 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17376         * mouse.el (mouse-drag-move-window-bottom):
17377         Use adjust-window-trailing-edge.
17379 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17381         * simple.el (blink-matching-open): Ignore
17382         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17383         (blink-matching-paren-on-screen): Update docstring.
17385         * paren.el (show-paren-mode): No longer change
17386         `blink-matching-paren-on-screen'.
17388 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17390         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17391         (gdb-threads-select, gdb-edit-register-value):
17392         Use `posn-set-point' instead of `mouse-set-point' because the
17393         latter is not fbound when configured without X.
17395 2005-11-27  Kim F. Storm  <storm@cua.dk>
17397         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17398         existing face when partially highlighting a TAB in a rectangle.
17400 2005-11-26  Kim F. Storm  <storm@cua.dk>
17402         * ido.el (ido-mode-map): Doc fix.
17403         (ido-mode-common-map, ido-mode-file-map)
17404         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17405         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17406         parent for ido-mode-map instead of building from scratch.
17407         (ido-init-mode-maps): New defun to initialize new maps.
17408         (ido-mode): Call it.
17409         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17410         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17412 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17414         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17415         `mouse-set-point' because the latter is not fbound when configured
17416         without X.
17418 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17420         * files.el (file-relative-name): Doc fix.
17422 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17424         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17425         non-empty string for secondary prompt PS2.
17427 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17429         * progmodes/compile.el (compilation-setup): Fix last change.
17431 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17433         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17434         (gdb-mouse-toggle-breakpoint-margin)
17435         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17436         Add gdb-server-prefix to keep out of command history.
17437         (gdb-edit-register-value): New function.
17438         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17439         (gdb-info-registers-custom): Use above map.
17441 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17443         * custom.el (enable-theme): Signal error if argument is not a
17444         theme.  Don't recalculate a face if it's not loaded yet.
17446         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17447         the `user' theme is in effect.
17449         * info.el (Info-on-current-buffer): Record actual filename in
17450         Info-current-file, instead of t, or a fake filename if a non-file
17451         buffer.  Make autoload.
17452         (Info-find-node, Info-revert-find-node): No need to check for
17453         Info-current-file nil.
17454         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17455         Info-current-file is now never `t'.
17456         (Info-fontify-node): Many simplifications due to Info-current-file
17457         always being valid.  Use Info-find-file to find node filename.
17459 2005-11-25  David Kastrup  <dak@gnu.org>
17461         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17462         new character, then delete" in order to preserve markers.
17464 2005-11-25  David Ponce  <david@dponce.com>
17466         * recentf.el (recentf-arrange-by-rule): Handle a special
17467         `auto-mode-alist'-like "strip suffix" rule.
17468         (recentf-build-mode-rules): Handle second level auto-mode entries.
17470 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17472         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17473         window modes.
17475         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17476         jde-javadoc-checker-report-mode.
17478         * ediff-wind (ediff-make-wide-display): Slight simplification.
17480         * ediff.el (ediff-date): Change the date of last update.
17482 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17484         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17485         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17486         (hi-lock-mode): New global minor mode.
17487         (turn-on-hi-lock-if-enabled): New function.
17488         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17489         Change arguments to regexp and face instead of a font-lock pattern.
17490         Directly set face property, instead of refontifying.
17491         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17492         (hi-lock-find-patterns): Use line-number-at-pos.
17494         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17495         arguments for hi-lock-set-pattern.
17496         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17497         Call font-lock-fontify-buffer.
17498         (hi-lock-find-file-hook, hi-lock-current-line)
17499         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17501         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17502         turned off.
17504         * progmodes/compile.el (compilation-setup): Don't fiddle with
17505         font-lock-defaults.
17507 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17509         * progmodes/gdb-ui.el (gdb-var-create-handler)
17510         (gdb-var-list-children-handler): Find values for all variable
17511         objects.  gud-speedbar-buttons decides whether to display them.
17513 2005-11-24  Romain Francoise  <romain@orebokech.com>
17515         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17516         buffer name with a space.
17518 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17520         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17521         `org-export-local-list-max-depth'.  Change default value to 3.
17522         (org-auto-renumber-ordered-lists)
17523         (org-plain-list-ordered-item-terminator): New options.
17524         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17525         (org-get-indentation, org-get-string-indentation)
17526         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17527         New functions.
17528         (org-move-item-down, org-move-item-up): New commands.
17529         (org-export-as-html): New classes for CSS support.  Bug fix in
17530         regular expression detecting fixed-width regions.  Respect
17531         `org-local-list-ordered-item-terminator'.
17532         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17533         also a list item.
17534         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17535         New item moving functions.
17537 2005-11-24  Juri Linkov  <juri@jurta.org>
17539         * isearch.el (isearch-repeat): With empty search ring set
17540         `isearch-error' to the error string instead of signaling error
17541         with the function `error'.
17543 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17545         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17547 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17549         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17550         and variable.
17551         (gdb-var-create-handler, gdb-var-list-children-handler):
17552         Don't match on "char **...".
17553         (gdb-var-update-handler): Find values for all variable objects.
17554         (gdb-info-frames-custom): Identify frames by leading "#".
17556         * progmodes/gud.el (gud-speedbar-menu-items): Add
17557         gdb-speedbar-auto-raise as radio button.
17558         (gud-speedbar-buttons): Raise speedbar if requested.
17559         Don't match on "char **...".
17560         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17561         Make it editable.
17563 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17565         * info.el (Info-fontify-node): Handle the case where
17566         Info-current-file is t.
17568 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17570         * simple.el (blink-matching-open): Fix off-by-one in last change.
17572 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17574         * term/mac-win.el: Don't change default directory.
17576 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17578         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17579         buffers correctly.  (It used to throw an error in such buffers.)
17580         Make it ask for confirmation in group buffers and other Custom
17581         buffers containing more than one customization item.
17583 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17585         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17586         property on mail and url overlays.
17587         (goto-address-at-point): Use `posn-set-point' instead of
17588         `mouse-set-point' because the latter is not fbound when configured
17589         without X.
17591 2005-11-22  Lars Hansen  <larsh@soem.dk>
17593         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17594         (ls-lisp-classify, ls-lisp-format): Delete call to
17595         ls-lisp-parse-symlink.
17596         (ls-lisp-handle-switches): Handle symlinks to directories as
17597         directories when ls-lisp-dirs-first in non-nil.
17599 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17601         * startup.el (command-line): Make sure that loaddefs.el is handled
17602         correctly in load-history.
17604 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17606         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17607         (gdb-struct-string, gdb-array-string): New constants.
17608         (gdb-info-locals-handler): Use them.
17609         (gdb-reset): Reset gdb-var-list to nil.
17611 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17613         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17614         in patterns.
17616 2005-11-21  Juri Linkov  <juri@jurta.org>
17618         * custom.el (defcustom): Update link types in docstring.
17620 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17622         * custom.el (defgroup): Add doc-string-elt info.
17624         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17626 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17628         * newcomment.el (comment-enter-backward): Fix last fix.
17630         * simple.el (blink-matching-open):
17631         * paren.el (show-paren-function): Allow new paren-class info.
17633 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17635         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17636         handled automagically.
17638 2005-11-20  Andreas Schwab  <schwab@suse.de>
17640         * descr-text.el (describe-char): When copying overlays put them
17641         over the full char description instead of just the first character
17642         of it.
17644 2005-11-20  Juri Linkov  <juri@jurta.org>
17646         * simple.el (what-cursor-position):
17647         * descr-text.el (describe-char): Use Lisp-readable syntax
17648         for octal and hex.  Reorder decimal, octal and hex values.
17649         Remove excess whitespace in the output.  Use `=' in `column='
17650         like in `point=' and `Hscroll='.
17652         * international/mule-cmds.el (encoded-string-description):
17653         Use Lisp-readable syntax for hex.
17655 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * newcomment.el (comment-enter-backward): Handle the case where the
17658         comment is closed by EOB.
17660 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17662         * longlines.el (longlines-before-revert-hook)
17663         (longlines-after-revert-hook): New functions.
17664         (longlines-mode): Turn off longlines temporarily when reverting.
17665         Add a message-setup-hook.
17666         (longlines-decode-buffer): New function.
17667         (longlines-wrap-line): Preserve marker positions.
17669 2005-11-19  Andreas Schwab  <schwab@suse.de>
17671         * emacs-lisp/shadow.el: Handle compressed files.
17673 2005-11-19  Romain Francoise  <romain@orebokech.com>
17675         * net/browse-url.el (browse-url-default-browser): Signal an error
17676         if no usable browser can be found, rather than try to load w3.
17678 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17680         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17681         replacing existing properties.
17682         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17683         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17684         tty specs.
17685         (rcirc-server-prefix, rcirc-server): New faces.
17686         (rcirc-url-regexp): Generate with rx macro.
17687         (rcirc-last-server-message-time): New variable.
17688         (rcirc-filter): Record time of last message.
17689         (rcirc-keepalive): Kill processes that did not send a message
17690         since the last ping.
17691         (rcirc-mode): Give rcirc-topic a local binding here.
17693 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17695         * subr.el (read-passwd): Fontify the prompt as we do with other
17696         prompts.
17698 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17700         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17701         binding buffer-read-only to nil.
17703 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17705         * complete.el (partial-completion-mode):
17706         Mention completion-auto-help in the doc string.
17708         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17709         more Lisp-ish way.
17711 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17713         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17714         digits, not 8, to avoid misalignment for files larger than 100MB.
17716 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17718         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17719         Mention "keyboard shortcuts" in the help text.
17721 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17723         * startup.el (fancy-splash-default-action): Discard only
17724         mouse-down and succeeding mouse-up events in the splash screen
17725         window so that drag-n-drop event can be processed.
17727 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17729         * longlines.el (longlines-mode): Add hacks for mail-mode and
17730         message-mode.
17732 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17734         * textmodes/org.el (org-table-sort-lines): New command.
17735         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17736         (org-add-file): Command removed, use `org-agenda-file-to-front'
17737         instead.
17738         (org-export-icalendar): Use `org-icalendar-combined-name'.
17739         (org-cycle-agenda-files, org-agenda-file-to-end)
17740         (org-agenda-file-to-front): New commands.
17741         (org-table-tab-jumps-over-hlines, org-export-html-style):
17742         New options.
17743         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17744         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17745         New functions.
17746         (org-fill-paragraph): Call `org-table-align' in tables.
17747         (org-mode): Call `org-set-autofill-regexps'.
17748         (org-export-as-html): Support for local handformatted lists.
17749         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17750         (org-export-local-list-max-depth): New option.
17751         (org-html-expand): Use `org-html-protect'.
17753 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17755         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17756         to "p".
17757         (gdb): Move definition of gud-pp to...
17759         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17760         speedbar.
17761         (gdb-find-watch-expression): New function.
17763 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17765         * faces.el (face-attribute, set-face-attribute): Mention existence
17766         of `:ignore-defface' setting in docstring.
17768 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * simple.el (completion-setup-function): Fix last change.
17772 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17774         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17775         Use `posn-set-point' instead of `mouse-set-point' because the
17776         latter is not fbound when configured without X.
17778         * comint.el (comint-insert-input): Likewise.
17780 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17782         * simple.el (hard-newline): New variable.
17783         (sendmail-user-agent-compose, next-line): Use it.
17785         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17786         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17787         (mail-mail-reply-to, mail-mail-followup-to)
17788         (mail-position-on-field, mail-signature, mail-yank-original)
17789         (mail-attach-file): Likewise.
17791         * mail/mailheader.el (mail-header-format)
17792         (mail-header-format-function): Likewise.
17794         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17796 2005-11-17  Juri Linkov  <juri@jurta.org>
17798         * font-lock.el (font-lock-faces): Rename this defgroup from
17799         `font-lock-highlighting-faces'.
17800         (font-lock-comment-face, font-lock-comment-delimiter-face)
17801         (font-lock-string-face, font-lock-doc-face)
17802         (font-lock-keyword-face, font-lock-builtin-face)
17803         (font-lock-function-name-face, font-lock-variable-name-face)
17804         (font-lock-type-face, font-lock-constant-face)
17805         (font-lock-warning-face, font-lock-negation-char-face)
17806         (font-lock-preprocessor-face)
17807         (font-lock-regexp-grouping-backslash)
17808         (font-lock-regexp-grouping-construct): Rename :group from
17809         `font-lock-highlighting-faces' to `font-lock-faces'.
17811         * cus-edit.el (lisp, c, tex):
17812         * progmodes/ada-mode.el (ada):
17813         * progmodes/asm-mode.el (asm):
17814         * progmodes/cperl-mode.el (cperl-faces):
17815         * progmodes/cpp.el (cpp):
17816         * progmodes/dcl-mode.el (dcl):
17817         * progmodes/f90.el (f90):
17818         * progmodes/fortran.el (fortran):
17819         * progmodes/icon.el (icon):
17820         * progmodes/idlwave.el (idlwave-misc):
17821         * progmodes/m4-mode.el (m4):
17822         * progmodes/make-mode.el (makefile):
17823         * progmodes/meta-mode.el (meta-font):
17824         * progmodes/modula2.el (modula2):
17825         * progmodes/octave-mod.el (octave):
17826         * progmodes/pascal.el (pascal):
17827         * progmodes/perl-mode.el (perl):
17828         * progmodes/prolog.el (prolog):
17829         * progmodes/ps-mode.el (PostScript-edit):
17830         * progmodes/scheme.el (scheme):
17831         * progmodes/sh-script.el (sh-script):
17832         * progmodes/simula.el (simula):
17833         * progmodes/tcl.el (tcl):
17834         * textmodes/nroff-mode.el (nroff):
17835         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17836         * textmodes/sgml-mode.el (sgml):
17837         * textmodes/texinfo.el (texinfo):
17838         Add :link (custom-group-link font-lock-faces) to defgroup.
17840         * hi-lock.el (hi-lock): Rename this defgroup from
17841         `hi-lock-interactive-text-highlighting'.  Change parent group from
17842         `faces' to `font-lock'.  Add link to the manual.
17843         (hi-lock-mode, hi-lock-file-patterns-range)
17844         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17845         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17846         (hi-lock-faces): Add :group `faces'.
17848         * cus-edit.el (custom-variable-prompt): Clarify the code.
17850         * faces.el (face-read-string): Set the default value arg of
17851         completing-read.
17853 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17855         * rfn-eshadow.el (file-name-shadow-properties)
17856         (file-name-shadow-tty-properties, file-name-shadow-mode):
17857         Remove autoloads, because the file is now preloaded.
17859 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17861         * printing.el (easy-menu-intern): Don't define.
17862         (pr-get-symbol): Use easy-menu-intern only if defined.
17864         * simple.el (blink-matching-open): Simplify a bit.
17865         (completion-setup-function): Fix the case of partial-completion-mode
17866         when the minibuffer's contents start with "-".
17867         Obey completion-base-size-function even when
17868         minibuffer-completing-file-name is non-nil.
17870 2005-11-16  Richard M. Stallman  <rms@gnu.org>
17872         * net/eudcb-ph.el (eudc-ph-open-session):
17873         Use set-process-query-on-exit-flag.
17875         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17877         * international/ucs-tables.el (ucs-set-table-for-input):
17878         Use make-local-variable, not make-variable-buffer-local.
17880         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17881         Improve warning message text.
17883         * savehist.el (savehist-save-hook): Add :group.
17885         * menu-bar.el (menu-bar-help-menu):
17886         Rename Find Extra Packages to External Packages.
17888         * cus-edit.el (Custom-reset-standard): Verify that
17889         :custom-standard-value prop exists before calling it.
17891         * apropos.el (apropos-calc-scores): Use apropos-pattern.
17893 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
17895         * wid-edit.el (color): Enclose %t in %{...%}.
17897         * cus-edit.el (face): Enclose %t in %{...%}.
17899 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
17901         * savehist.el (savehist-mode-hook): Re-add the var.
17902         (savehist-mode): Use it.
17904 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * textmodes/flyspell.el: Fix commenting convention.
17907         Remove unnecessary leading * in custom docstrings.
17908         (flyspell-emacs): Remove unused var.
17909         (flyspell-delete-region-overlays): Use remove-overlays.
17910         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17911         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17912         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17913         (flyspell-debug-signal-word-checked): Use with-current-buffer.
17914         (make-flyspell-overlay): Don't locally reuse a global name.
17915         (flyspell-highlight-incorrect-region)
17916         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17917         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17918         (flyspell-notify-misspell): Remove unused args `start' and `end'.
17919         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
17920         Wrap calls to accept-process-output inside with-local-quit since it's
17921         often called from a post-command-hook.
17922         (flyspell-correct-word, flyspell-auto-correct-word):
17923         Use ispell-send-string.
17924         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
17926         * calendar/diary-lib.el (diary-list-entries): Also hide the
17927         terminating newline.
17929 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
17931         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17932         window-system, to allow fonts on tty.
17934 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
17936         * progmodes/gud.el (gud-speedbar-item-info): New function.
17937         (gud-install-speedbar-variables): Use it to display data type
17938         of watch expression as a tooltip in speedbar.
17940 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
17942         * font-core.el (global-font-lock-mode): Add :version keyword,
17943         because default was changed.
17945         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17947         * startup.el (command-line): Use `custom-reevaluate-setting' for
17948         `file-name-shadow-mode'.
17950         * loadup.el: Preload rfn-eshadow.
17952         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17953         Add :version keyword.
17954         (file-name-shadow-properties, file-name-shadow-tty-properties)
17955         (file-name-shadow): Add :version keyword.
17957         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17958         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17959         in the custom-group property of the symbol frames and the fringe
17960         group got no link to its parent group frames.
17961         Doc fix.
17963 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17965         * progmodes/gud.el (gud-stop-subjob): New function.
17966         (gud-menu-map, gud-tool-bar-map): Use it.
17968 2005-11-16  Kim F. Storm  <storm@cua.dk>
17970         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17971         than kill it.
17972         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
17973         to a more useful/logical place.
17975 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17977         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17978         go buttons complementary.
17980 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17982         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17983         (rfn-eshadow-sifn-equal): New function.
17984         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17986 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17988         * viper-utils.el (viper-non-word-characters-reformed-vi):
17989         Quote `-' in string.
17991         * viper.el (viper-emacs-state-mode-list): Ensure that
17992         rcirc-mode buffers come up in Emacs state.
17994         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17995         operation.
17997 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
17999         * term.el (term-termcap-format): Fix typos.
18000         (term-down): Fix the negative argument case.
18002 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18004         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18005         2005-08-15.
18006         (gdb-ann3): New command gud-go.
18007         (menu): Accomodate gdb-mi.el.
18008         (gdb-assembler-custom): Make buffer of selected window current
18009         so that set-window-point works.
18011         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18012         buttons and include new ones.
18014 2005-11-16  Kim F. Storm  <storm@cua.dk>
18016         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18017         (gud-menu-map): Use it.
18019 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18021         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18022         that works correctly for Custom and that does not override a user
18023         who disables it.
18025         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18026         (help-xref-interned, help-follow): Make hyperlinks for variables
18027         that are unbound, but have a non-nil variable-documentation property.
18029         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18030         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18031         Use the `variable-documentation' property to give the mode hook a
18032         docstring and expand that docstring.
18034 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18036         * savehist.el (savehist-mode): Don't bother with
18037         `custom-set-minor-mode'.
18038         (savehist-coding-system): Check XEmacs version.
18039         (history-length): Declare also at run time.
18040         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18041         Don't set the customize state.
18042         (savehist-minibuffer-hook): Special case for when
18043         minibuffer-history-variable is equal to t.
18045 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18047         * files.el (write-file): Refresh VC status.
18049         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18050         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18051         than fundamental-mode to see if the mode was set.
18053 2005-11-14  Romain Francoise  <romain@orebokech.com>
18055         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18056         dummy function in `eval-when-compile' to avoid compiler warning.
18057         Require `man' at compile time.
18059 2005-11-14  Jay Belanger  <belanger@truman.edu>
18061         * calc-alg.el (calcFunc-write-out-power): Rename it to
18062         calcFunc-powerexpand.
18063         (math-write-out-power): Rename it to math-powerexpand; have it
18064         handle negative exponents.
18065         (calc-writeoutpower): Rename it to calc-powerexpand.
18067         * calc-ext.el: Change calcFunc-writeoutpower and
18068         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18069         autoloads.
18070         Add calcFunc-ldiv to autoloads.
18072         * calc-arith.el (calcFunc-ldiv): New function.
18074         * calc.el (calc-left-divide): New function.
18076 2005-11-14  Juri Linkov  <juri@jurta.org>
18078         * cus-edit.el (custom-variable-prompt): Set the default value arg
18079         of completing-read.
18081         * cus-dep.el (custom-make-dependencies): Reverse the list of
18082         found dependencies.
18084 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18086         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18087         Highlighting" entry, it is on by default now.
18088         (menu-bar-options-save): Do not save global-font-lock-mode.
18090 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18092         * textmodes/flyspell.el (flyspell-large-region):
18093         Call flyspell-accept-buffer-local-defs.
18095 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18097         * textmodes/flyspell.el (flyspell-notify-misspell):
18098         Fix misspelling of "Misspelling".
18099         (flyspell-process-localwords): New function.
18100         (flyspell-large-region): Call flyspell-process-localwords and
18101         flyspell-delete-region-overlays.
18102         (flyspell-delete-region-overlays): New function.
18103         (flyspell-delete-all-overlays): Call that.
18105 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18107         * help.el (help-for-help-internal): Improve doc of C-h a.
18108         (describe-key): Improve prompt; doc fix.
18110 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18112         * vc-svn.el (vc-svn-registered): Catch all errors.
18114         * cus-dep.el (custom-make-dependencies): Typo.
18116 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18118         * net/tramp-util.el (top): Fix compilation warning.
18120 2005-11-13  Kim F. Storm  <storm@cua.dk>
18122         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18124 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18126         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18127         (gud-speedbar-buttons): Match on "const char *" too.
18129         * progmodes/gdb-ui.el (gdb-var-create-handler)
18130         (gdb-var-list-children-handler): Match on "const char *" too.
18131         (gdb-var-evaluate-expression-handler): Match on empty string.
18132         (gdb-var-update-handler): Only call
18133         gdb-var-evaluate-expression-handler when required.
18135 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18137         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18138         selected window.  This still doesn't work for speedbar.
18139         (gud-speedbar-buttons): Handle string expressions properly.
18141         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18142         (gdb-var-create-handler): Handle string expressions properly.
18143         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18144         Handle string expressions properly.  Move "type" field into regexp.
18146 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18148         * bookmark.el (bookmark-maybe-message): New function to reduce
18149         code duplication: invokes `message' iff baud-rate is high enough.
18150         (bookmark-write-file): Use above instead of an inline conditional.
18151         (bookmark-load): Same.
18153 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18155         * bookmark.el (bookmark-write-file): Don't visit the destination
18156         file, just write the data to it using write-region.  This is
18157         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18158         change to avoid visiting the file in the first place.
18160 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18162         * hi-lock.el (hi-lock-mode): Set the default value of
18163         font-lock-defaults.
18165 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18167         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18168         arg to `file-attributes'.
18169         (find-lisp-format): The UID and GID can now be strings.
18171 2005-11-12  Kim F. Storm  <storm@cua.dk>
18173         * help.el (help-map): Bind C-h d to apropos-documentation.
18175         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18176         when point is at end-of-buffer.
18178         * apropos.el (apropos-match-face): Doc fix.
18179         (apropos-sort-by-scores): Add new choice `verbose'.
18180         (apropos-documentation-sort-by-scores): New defcustom.
18181         (apropos-pattern): Now contains the pattern entered by the user.
18182         (apropos-pattern-quoted): New defvar.
18183         (apropos-regexp): New defvar, containing the regexp corresponding
18184         to apropos-pattern.
18185         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18186         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18187         interactive calls; returns list of words for a word list, and
18188         string for a regexp.
18189         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18190         parses a list of words or regexp as returned by apropos-read-pattern.
18191         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18192         (apropos-score-doc): Return a very high score if the string
18193         entered by the user matches literally.
18194         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18195         (apropos-command): Doc fix.  Use apropos-read-pattern and
18196         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18197         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18198         apropos-parse-pattern.
18199         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18200         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18201         apropos-documentation-sort-by-scores.  Call apropos-print with
18202         nosubst=t.
18203         (apropos-documentation-internal): Pass doc string through
18204         substitute-key-definition before adding text properties.
18205         Highlight substring matching literal user input if possible.
18206         (apropos-documentation-check-doc-file): Remove locals beg and end.
18207         Fix calculation of score (as added twice).  Pass doc string through
18208         substitute-key-definition before adding text properties.
18209         (apropos-documentation-check-elc-file): Pass doc string through
18210         substitute-key-definition before adding text properties.
18211         Highlight substring matching literal user input if possible.
18212         (apropos-print): Add new arg NOSUBST; if set, command and variable
18213         doc strings have already been passed through substitute-key-definition.
18214         Add code to handle apropos-accumulator items without score element
18215         for backwards compatibility (e.g. with woman package).
18216         Only show scores if apropos-sort-by-scores is `verbose'.
18218 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18220         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18221         Add jka-compr-load-suffixes to load-suffixes.
18223         * jka-compr.el: Require jka-cmpr-hook.
18224         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18225         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18226         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18227         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18228         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18229         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18230         (jka-compr-uninstall): Remove entries from
18231         jka-compr-added-to-file-coding-system-alist after they are used.
18232         (jka-compr-error): Remove unused var `curbuf'.
18233         (jka-compr-file-local-copy): Remove unused var `notfound'.
18235 2005-11-10  Romain Francoise  <romain@orebokech.com>
18237         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18239 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18241         * progmodes/gud.el (gud-menu-map): Move parentheses.
18242         (gdb): New command gud-pv.
18244 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18246         * tar-mode.el: Remove spurious or unnecessary leading stars
18247         in docstrings.
18248         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18249         (tar-parse-octal-integer-safe): Use mapc.
18250         (tar-header-block-summarize): Remove unused var `ck'.
18251         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18252         cleared before.  Obey default-enable-multibyte-characters.
18253         Use mapconcat.  Simplify setting of tar-header-offset.
18254         (tar-mode-map): Move initialization inside delcaration.
18255         (tar-flag-deleted): Use `abs'.
18256         (tar-expunge-internal): Remove unused var `line'.
18257         (tar-expunge-internal): Don't hardcode point-min==1.
18258         (tar-expunge): Widen while doing set-buffer-multibyte.
18259         (tar-rename-entry): Use file-name-coding-system.
18260         (tar-alter-one-field): Don't hardcode point-min==1.
18261         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18262         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18264 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18266         * add-log.el (add-log-current-defun): Handle class::method
18267         notation of c++.  Fix incorrect comment.
18269 2005-11-10  Alan Mackenzie  <acm@muc.de>
18271         * help-fns.el (describe-variable): Make C-h v work when a variable
18272         has variable documentation yet is unbound.
18274 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18276         * man.el (Man-highlight-references): Set an empty
18277         string to `Man-arguments' if it is nil.
18278         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18280 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18282         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18283         commenting conventions.
18285         * cus-dep.el (custom-make-dependencies): Simplify.
18286         Better follow the commenting conventions.
18288 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18290         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18291         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18292         All uses changed.
18293         (apropos-rewrite-regexp): Doc fix.
18294         (apropos-variable, apropos-command, apropos, apropos-value):
18295         Change prompt; carry through the argument renaming.
18297 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18299         * find-lisp.el: Require dired.
18300         (find-lisp-find-dired-internal): Do not call
18301         `abbreviate-file-name' on DIR.
18303 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18305         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18307 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18309         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18310         when using the speedbar.
18311         (gdb): New command gud-pp.
18312         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18314 2005-11-09  Juri Linkov  <juri@jurta.org>
18316         * replace.el (occur-excluded-properties): New defcustom.
18317         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18319 2005-11-08  Jay Belanger  <belanger@truman.edu>
18321         * calc/calc-units.el (math-convert-units): Replace any composite
18322         unit by its definition.
18324 2005-11-08  Lars Hansen  <larsh@soem.dk>
18326         * emacs-lisp/autoload.el (update-directory-autoloads):
18327         Add obsolete function alias.
18329 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18332         comment-indent-function.
18333         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18335         * reveal.el (reveal-post-command): Rework the handling of
18336         reveal-open-spots, so as to be more reliable.  There were several
18337         tricky corner cases where an open spot might be lost, or where
18338         a closed spot might end up on the list of open spots.
18339         Only reveal text that's ellipsised.
18341 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18343         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18345 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18347         * ibuffer.el (ibuffer): Search iconified frames too when
18348         getting Ibuffer buffer's window.
18350 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18352         * progmodes/compile.el (compilation-internal-error-properties):
18353         save-excursion around the computation of MARKER.
18355 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18357         * textmodes/flyspell.el (flyspell-external-point-words):
18358         flyspell-get-word returns a list, not just a string.
18360 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18362         * ibuffer.el (ibuffer): Search all visible frames when getting
18363         Ibuffer buffer's window.
18365 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18367         * man.el (Man-reference-regexp): Accept spaces between
18368         `Man-name-regexp' and `Man-section-regexp'.
18369         (Man-apropos-regexp): New variable.
18370         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18371         if available.
18372         (Man-highlight-references, Man-highlight-references0):
18373         Handle the case when `Man-arguments' includes "-k".
18374         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18375         `TARGET'. `TARGET' can be a number, function or nil.
18377 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18379         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18380         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18381         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18382         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18383         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18384         (gdb-send-item): Use buffer-local-value and simplify.
18386 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18388         * startup.el (command-line): Use `custom-reevaluate-setting' for
18389         `global-font-lock-mode'.
18391         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18392         by default, except in batch mode or when the -D option is given.
18394         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18395         specified keyword args on to `define-minor-mode'.  Update docstring.
18397 2005-11-05  Romain Francoise  <romain@orebokech.com>
18399         * replace.el (occur-engine): Add marker at end of line, too.
18401 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18403         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18404         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18405         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18406         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18407         argument to all these routines, so the passphrase can be managed
18408         externally and passed in to the system.
18409         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18410         pgg-add-passphrase-to-cache function.
18412         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18413         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18414         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18415         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18416         argument to all these routines, so the passphrase can be managed
18417         externally and passed in to the system.
18418         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18419         function.
18421 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18423         * font-lock.el: Don't deal with font-lock-face-attributes here,
18424         move the code ...
18426         * startup.el (command-line): ... here.  Use face-spec-set instead
18427         of custom-declare-face.
18429         * faces.el (face-spec-set): Reset the face if spec is not nil.
18431 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18433         * newcomment.el (comment-region-internal): Box more tightly in the
18434         common case where there's no TAB in the boxed text.
18436 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18438         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18439         up-node.
18441 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18443         * newsticker.el: Commentary updated.  Code formatting changed.
18444         (newsticker-version): Change to "1.9".
18445         (newsticker, newsticker-feed): Doc fix.
18446         (newsticker-url-list): Doc fix.  Add option "Weekly".
18447         (newsticker-retrieval-interval): Add option "Weekly".
18448         (newsticker-headline-processing): Doc fix.
18449         (newsticker-auto-mark-filter): Remove.
18450         (newsticker-auto-mark-filter-list): New.
18451         (newsticker-layout, newsticker-sort-method): Doc fix.
18452         (newsticker-hide-old-items-in-newsticker-buffer)
18453         (newsticker-heading-format, newsticker-item-format)
18454         (newsticker-desc-format): Doc fix.
18455         (newsticker-show-all-rss-elements): Remove.
18456         (newsticker-show-all-news-elements): New.
18457         (newsticker-faces, newsticker-ticker): Doc fix.
18458         (remove-from-invisibility-spec): Code formatting.
18459         (newsticker--process-ids): New.
18460         (newsticker-mode): Doc fix.
18461         (newsticker-mode): Change mode-line-format.
18462         (newsticker-start): Remove debug output.
18463         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18464         (newsticker-w3m-show-inline-images): Code formatting.
18465         (newsticker-next-item): Call `force-mode-line-update'.
18466         (newsticker-previous-item): Call `force-mode-line-update'.
18467         (newsticker-next-feed): Call `force-mode-line-update'.
18468         (newsticker-previous-feed): Call `force-mode-line-update'.
18469         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18470         (newsticker-show-old-items): Do not show descs.
18471         (newsticker-hide-entry): Hide too much.
18472         (newsticker-hide-entry, newsticker-show-entry)
18473         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18474         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18475         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18476         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18477         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18478         (newsticker-get-news): Call `force-mode-line-update'.
18479         Collect process ids.
18480         (newsticker--sentinel): Change coding system handling.
18481         Move image retrieval to new functions newsticker--get-logo-url-*.
18482         Move feed parsing to new functions newsticker--parse-*.
18483         Update list of process ids.
18484         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18485         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18486         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18487         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18488         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18489         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18490         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18491         (newsticker--decode-coding-string): Remove.
18492         (newsticker--decode-numeric-entities): Check input.  Format code.
18493         (newsticker--remove-whitespace): Check input.
18494         (newsticker--do-forget-preformatted): Doc fix.
18495         (newsticker--decode-rfc822-date): Allow for missing time.
18496         (newsticker--update-process-ids): New.
18497         (newsticker--image-sentinel): Change comment.
18498         (newsticker--image-read): Change error message.
18499         (newsticker--imenu-goto): Doc fix.  Show headline title.
18500         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18501         (newsticker--buffer-do-insert-text): Clean whitespace in
18502         html-rendered headline title.  Code formatting.
18503         Call `newsticker--buffer-print-extra-elements'.
18504         (newsticker--buffer-print-extra-element): Remove.
18505         (newsticker--buffer-print-extra-elements): New.
18506         (newsticker--buffer-do-print-extra-element): New.
18507         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18508         large sizes.
18509         (newsticker--run-auto-mark-filter)
18510         (newsticker--do-run-auto-mark-filter):
18511         Use `newsticker-auto-mark-filter-list'.
18513 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18515         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18516         (rcirc-print): Force redisplay before running hooks.  Do long
18517         buffer truncation after making new text read-only.  Deal with nil
18518         text when decoding strings.  If TARGET is nil, use either the
18519         currently selected buffer, if it is an rcirc buffer and of the
18520         same process or the process buffer.
18521         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18522         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18523         (rcirc-short-buffer-name): Add variable.
18524         (rcirc-kill-buffer-hook): Recompute short buffer names.
18525         Remove nick from private channel.
18526         (rcirc-send-input): Send command text to current-buffer.
18527         Don't clear overlay arrow here.
18528         (rcirc-short-buffer-name): Return a short buffer name.
18529         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18530         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18531         buffer-name abbreviations.
18532         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18533         Do not touch nick-table when killing a parted channel.
18534         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18535         Clear arrow from current buffer if it is now hidden.
18536         (rcirc-current-buffer): Add variable.
18537         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18538         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18539         Remove -face from names.
18540         (rcirc-update-activity-string): Print "DND" when globally ignoring
18541         activity.
18542         (rcirc-ignore-buffer-activity-flag): Rename from
18543         rcirc-ignore-channel-activity.
18544         (rcirc-ignore-all-activity-flag): Doc fix.
18545         (rcirc-channels): Remove variable.
18546         (rcirc-kill-buffer-hook):
18547         (rcirc-get-buffer-create): Add nick to private channel.
18548         (rcirc-multiline-edit-submit): Remove tabs.
18549         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18550         folded.
18551         (rcirc-remove-nick-channel): Bug fix.
18552         (rcirc-toggle-ignore-buffer-activity): Rename from
18553         rcirc-toggle-ignore-channel-activity.
18554         (rcirc-record-activity): Add buffers to the front of the list.
18555         (rcirc-update-activity): Remove killed buffers from list.
18556         (rcirc-process-server-response-1): Remove last argument if it is
18557         null before calling handler.
18558         (rcirc): Add "rcirc" defcustom prefix.
18559         (rcirc-prompt): Simplify default prompt.
18560         Use custom-initialize-default.
18561         (rcirc-private-chats): Remove variable.
18562         (rcirc-prompt): Change initialization.
18563         (rcirc-version): Remove function.
18564         (rcirc-id-string): Add constant.
18565         (rcirc-last-buffer): Remove variable.
18566         (rcirc-buffer-alist): Add variable.
18567         (rcirc-connect): Update variable setup.
18568         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18569         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18570         default.
18571         (rcirc-handler-generic): Trigger activity.
18572         (rcirc-send-message): Create the buffor of the target.
18573         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18574         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18575         (rcirc-multiline-edit-cancel): Remove function.
18576         (rcirc-set-last-buffer): Remove function.
18577         (rcirc-get-any-buffer): Add function.
18578         (rcirc-join-channels): Don't print /join text.
18579         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18580         messages.
18581         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18582         (rcirc-handler-NOTICE): Recognize CTCP responses.
18583         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18584         constructing TOPIC string for buffers we are not JOINed.
18585         (rcirc-handler-CTCP-response): Add handler.
18586         (rcirc-multiline-edit-submit): Restore the window-configuration
18587         before adjusting point.
18588         (rcirc): Add customization group.
18589         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18590         (rcirc-user-full-name, rcirc-startup-channels-alist)
18591         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18592         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18593         (rcirc-input-ring-size, rcirc-read-only-flag)
18594         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18595         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18596         Change defvar to defcustom.
18597         (rcirc-update-prompt): Add optional ALL arg, which will update
18598         prompts in all rcirc buffers.  Regexp quote replacement text.
18599         (rcirc-fill-column): Accept frame-width as a value.
18600         (rcirc-set-changed): Add function.
18601         (rcirc-next-active-buffer): Write more meaningful messages.
18602         (rcirc-faces): Add customization group.
18603         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18604         (rcirc-nick-in-message-face, rcirc-prompt-face)
18605         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18606         (with-rcirc-process-buffer): Move before first usage.
18607         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18608         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18609         (rcirc-debug): Rename from `rcirc-log'.
18610         (rcirc-format-response-string): Do not print `-' chars for a
18611         NOTICE with no sender.  Simplify output of server responses.
18613 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18615         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18616         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18617         Make urls mouse and RET clickable.
18619 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18621         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18623 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18625         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18626         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18627         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18628         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18629         argument to all these routines, so the passphrase can be managed
18630         externally and passed in to the system.
18631         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18632         pgg-add-passphrase-to-cache function.
18634         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18635         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18636         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18637         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18638         argument to all these routines, so the passphrase can be managed
18639         externally and passed in to the system.
18640         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18641         function.
18643 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18645         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18646         from goto-address-url-regexp.
18648 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18650         * textmodes/org.el (org-read-date, org-goto-calendar)
18651         (org-recenter-calendar, org-agenda-goto-calendar):
18652         Temporarily clear `calendar-move-hook'.
18654 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18656         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18657         merging.
18659         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18660         have merge clashes.
18662 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18664         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18665         Undo previous change.
18667         * startup.el (command-line): Use `custom-reevaluate-setting' for
18668         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18669         tty-register-default-colors on Mac.
18671 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18673         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18674         (gdb-buffer-type): Make it automatically buffer local...
18675         (gdb-get-create-buffer): ...and set it accordingly.
18676         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18677         actually work.
18679 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18681         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18682         not red.
18684 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18686         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18687         case GUD buffer is not visible.
18688         (gdb-goto-breakpoint): Try to force display in source buffer.
18689         (gdb-frame-gdb-buffer): Copy other similar functions.
18690         (gdb-restore-windows): Don't display source if not asked for.
18691         (gdb-assembler-buffer-name): Don't capitalise.
18693 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18695         * wid-edit.el (key-sequence): New widget type.
18697         * simple.el (set-mark-command-repeat-pop): New variable.
18698         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18699         if set-mark-command-repeat-pop is true.
18701         * info.el (Info-fontify-node): Don't display extra "see" if there
18702         already is one here.
18704         * mouse.el: Fix special handling of DEL after dragging a region:
18705         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18706         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18708         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18710         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18711         not to assume it pertains to an affix.
18713         * textmodes/flyspell.el (flyspell-post-command-hook):
18714         Bind deactivate-mark to prevent deactivation.
18716 2005-11-03  Lars Hansen  <larsh@soem.dk>
18718         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18719         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18720         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18722 2005-11-03  Romain Francoise  <romain@orebokech.com>
18724         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18725         Update copyright years.
18727 2005-11-03  Sam Steingold  <sds@gnu.org>
18729         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18730         Use system-type instead of window-system because window-system is not
18731         correctly defined during loadup.
18733 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18735         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18736         (xml-parse-tag): Join strings separated by a comment properly.
18738 2005-11-02  Andreas Schwab  <schwab@suse.de>
18740         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18742 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18744         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18745         (byte-optimize-pure-func): Quote the eval'd value.
18747         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18748         Rename from perl-font-lock-syntactic-face-function.
18749         Change the calling convention so it can be used as a font-lock MATCHER.
18750         Do the parse-partial-sexp loop outselves.
18751         (perl-font-lock-syntactic-keywords): Use it.
18752         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18754 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18756         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18757         disassembly buffer too.
18758         (gdb-exited): Remove overlay arrows when execution has finished.
18759         (gdb-info-frames-custom, gdb-info-threads-custom)
18760         (gdb-info-registers-custom): Don't add inappropriate text
18761         properties if inferior is not active.
18763 2005-11-02  Glenn Morris  <rgm@gnu.org>
18765         * progmodes/fortran.el (fortran-blink-match):
18766         Use `blink-matching-delay'.
18768 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18770         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18772 2005-11-02  Lars Hansen  <larsh@soem.dk>
18774         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18775         "Permission denied".
18777 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18779         * textmodes/flyspell.el (flyspell-external-point-words):
18780         Pass nil to flyspell-get-word.
18782 2005-11-02  Kim F. Storm  <storm@cua.dk>
18784         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18785         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18787 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18789         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18790         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18791         (calendar-mouse-print-dates): Add optional `event' argument.
18792         Update interactive-spec.
18793         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18794         Use `calendar-event-to-date' instead of `event'.
18796 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18798         * progmodes/ld-script.el (ld-script-builtins):
18799         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18800         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18801         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18803 2005-11-01  Romain Francoise  <romain@orebokech.com>
18805         * vc-sccs.el: Update copyright year.
18806         * ezimage.el: Likewise.
18808 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18810         * info.el (Info-fontify-node): Use `string-width' for fontifying
18811         underlined titles.
18813 2005-11-01  Juri Linkov  <juri@jurta.org>
18815         * info.el (Info-fontify-node): Downcase node header keywords Node,
18816         Prev, Next, Up before comparison.
18817         (Info-history): Insert absolute directory name, and put invisible
18818         property on it.
18820 2005-11-01  Juri Linkov  <juri@jurta.org>
18822         * info.el (Info-file-supports-index-cookies): New variable.
18823         (Info-find-node-2): Check makeinfo version for index cookie support.
18824         (Info-index-nodes): Search for nodes with index cookies only when
18825         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18826         with "Index" in the node name.
18827         (Info-index-node): Search index cookie in the current node only when
18828         Info-file-supports-index-cookies is t.  Otherwise, check the word
18829         "Index" in the node name.
18830         (Info-find-emacs-command-nodes): Remove code that searches nodes
18831         with "Index" node name in the top menu.
18833 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * progmodes/scheme.el (scheme-mode-variables): Use the default
18836         comment-indent-function.
18838         * faces.el (face-attribute): Handle the case where a face inherits from
18839         a non-existent face.
18841         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18842         for octal and hexa output, and merge the char into the paren.
18843         (kill-new): Use push.
18844         (copy-to-buffer): Use with-current-buffer.
18845         (completion-setup-function): Move code in loop to remove redundancy.
18846         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18847         those inherited from minibuffer-local-completion-map.
18849         * savehist.el (savehist-mode) <defcustom>:
18850         Use custom-set-minor-mode if available.
18851         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18852         and emit a message if applicable.
18854 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18856         * savehist.el: Sync up to version 19.
18857         (savehist-mode): New minor mode.
18858         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18859         (savehist-length): Remove (use history-length instead).
18860         (savehist-file-modes): Rename from savehist-modes.
18861         (savehist-save-hook, savehist-loaded): New vars.
18862         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18863         old format to new format.
18864         (savehist-install): Allow savehist-autosave-interval to be nil.
18865         (savehist-save): Run the new hook.  Be more careful to only trim the
18866         history variables.
18867         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18868         (savehist-printable): Print into a buffer rather than char-by-char.
18870 2005-11-01  John Wiegley  <johnw@newartisans.com>
18872         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18873         toggle-ignore keybinding (C-a).  The author said it had been
18874         disabled much earlier due to a possible incompatibility, but after
18875         many months of usage I have encountered no problems (and it is a
18876         rather useful option, especially for switching to " *temp*").
18878         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18879         support for OS/X's AddressBook, by calling out to the open source
18880         program "contacts" (installable through Fink).
18882         * net/eudc.el (eudc-expand-inline): If the
18883         `eudc-multiple-match-handling-method' is set to `all', delete the
18884         query string before inserting the query result.
18886         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18887         flag, to prevent Eshell from using the system ls when
18888         `eshell-ls-insert-directory' is in used.
18889         (eshell-ls-insert-directory): Disable font-lock in directory
18890         buffer so that Eshell's own fontification is seen.  This broke
18891         recently due to changes in font-lock, so this goes back to version
18892         21 behavior.
18894 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
18896         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18897         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18898         (gdb-many-windows): Doc fix.
18900 2005-10-31  Romain Francoise  <romain@orebokech.com>
18902         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18904 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
18906         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18907         that global-font-lock-mode can be enabled by default.
18909         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18910         (font-lock-add-keywords, font-lock-remove-keywords)
18911         (font-lock-fontify-buffer): Remove autoload cookies.
18913         * jit-lock.el (jit-lock-register): Likewise.
18915         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18917 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18919         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18920         intact if there is no gud-comint-buffer.
18922 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
18924         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18925         old prompt comint-prompt-read-only is t and GDB commands are
18926         issued from tool bar etc.
18928 2005-10-31  Masatake YAMATO  <jet@gyve.org>
18930         * vc.el (vc-directory-exclusion-list): Add "{arch}".
18932 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18934         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18935         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18937 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
18939         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18940         starting at beginning of line.  Fontification is messed up when
18941         `open-paren-in-column-0-is-defun-start' set to t.
18942         Reported by John Paul Wallington <jpw@pobox.com>.
18944 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
18946         * comint.el (comint-send-input): Call `comint-update-fence' when
18947         `comint-process-echoes' and `comint-prompt-read-only' are both
18948         non-nil, to avoid leftover read-only newline.
18950 2005-10-30  Richard M. Stallman  <rms@gnu.org>
18952         * textmodes/flyspell.el (flyspell-external-point-words):
18953         Detect when WORD can't be checked properly because
18954         flyspell-get-word finds just part of it, and move on.
18956         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18957         boundarychar for Polish.
18958         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18959         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18961 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18963         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18964         (gdb-registers-font-lock-keywords): Delete.
18965         (gdb-registers-mode): Don't fontify.
18966         (gdb-info-registers-custom): Use text properties instead as, in
18967         future, changed register values will use font-lock-warning-face.
18968         (gdb-local-font-lock-keywords): Rename to...
18969         (gdb-locals-font-lock-keywords): ...for consistency.
18971 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
18973         * vc.el (vc-switch-backend): Better error message if the buffer is
18974         not visiting a file under version control.
18976         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18978 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
18980         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18981         ~/.emacs.d/.emacs.
18983 2005-10-29  Richard M. Stallman  <rms@gnu.org>
18985         * replace.el (occur-mode-mouse-goto): Always go to other window.
18986         (occur-mode-goto-occurrence): Always switch in same window.
18988         * simple.el (undo): Display message at end, not at start.
18990         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18991         New arg REUSE-CELL.
18992         (cancel-timer-internal): New function.
18993         (timer-event-handler): Use cancel-timer-internal,
18994         and pass the cell it returns to timer-activate...
18996         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18997         (jit-lock-deferred-fontify, jit-lock-context-fontify)
18998         (jit-lock-after-change): Test memory-full.
19000 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19002         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19003         part of the decoded armor to find the key-identifier.
19004         (pgg-gpg-lookup-key-owner): New function to return the
19005         human-readable identifier of a key owner.
19006         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19007         key itself.
19008         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19009         the key value) if we have a key and can match it against a secret
19010         key.  Also, added a note pointing out fact that the prompt only
19011         indicates the first matching key.
19013         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19014         pgg-decrypt-region.
19015         (pgg-pending-timers): A new hash for tracking the passphrase cache
19016         timers, so that new ones supercede old ones.
19017         (pgg-add-passphrase-to-cache): Rename from
19018         `pgg-add-passphrase-cache' to reduce confusion (all callers
19019         changed).  Modified to cancel old timers when new ones are added.
19020         (pgg-remove-passphrase-from-cache): Rename from
19021         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19022         changed).  Modified to cancel old timers when their keys are
19023         removed from the cache.
19024         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19025         XEmacs, an indirection to delete-itimer.
19026         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19027         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19028         users can only check cache without risk of prompting.  Correct bug in
19029         notruncate behavior.
19030         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19031         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19032         Add informative docstrings.
19033         (pgg-decrypt): Convey provided passphrase in subordinate call to
19034         pgg-decrypt-region.
19036         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19037         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19038         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19039         `passphrase' argument, so the passphrase can be managed externally
19040         and then passed in to the system.
19042         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19043         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19044         so the passphrase cache can be used reliably with identifiers
19045         besides a pgp packet's key id.
19047         * pgg-gpg.el (pgg-pgp-encrypt-region)
19048         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19049         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19050         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19051         argument to all these routines, so the passphrase can be managed
19052         externally and passed in to the system.
19054         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19055         `notruncate' argument, so the passphrase cache can be used
19056         reliably with identifiers besides a pgp packet's key id.
19058 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19060         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19061         symmetric encryption.
19062         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19063         encrypted session key.
19064         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19065         message ask for the passphrase in a proper way.
19067         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19068         New user commands for symmetric encryption.
19070 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19072         * textmodes/conf-mode.el (conf-assignment-sign)
19073         (conf-assignment-regexp): Fix docstrings.
19074         (conf-mode-initialize): New function.
19075         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19076         recognize recursive calls.
19077         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19078         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19079         (conf-xdefaults-mode): Use define-derived-mode and
19080         conf-mode-initialize.
19082 2005-10-29  Romain Francoise  <romain@orebokech.com>
19084         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19086 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19088         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19089         part of the decoded armor to find the key-identifier.
19090         (pgg-gpg-lookup-key-owner): New function to return the
19091         human-readable identifier of a key owner.
19092         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19093         key itself.
19094         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19095         the key value) if we have a key and can match it against a secret
19096         key.  Also, added a note pointing out fact that the prompt only
19097         indicates the first matching key.
19099         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19100         pgg-decrypt-region.
19101         (pgg-pending-timers): A new hash for tracking the passphrase cache
19102         timers, so that new ones supercede old ones.
19103         (pgg-add-passphrase-to-cache): Rename from
19104         `pgg-add-passphrase-cache' to reduce confusion (all callers
19105         changed).  Modified to cancel old timers when new ones are added.
19106         (pgg-remove-passphrase-from-cache): Rename from
19107         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19108         changed).  Modified to cancel old timers when their keys are
19109         removed from the cache.
19110         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19111         XEmacs, an indirection to delete-itimer.
19112         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19113         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19114         users can only check cache without risk of prompting.  Correct bug in
19115         notruncate behavior.
19116         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19117         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19118         Add informative docstrings.
19119         (pgg-decrypt): Convey provided passphrase in subordinate call to
19120         pgg-decrypt-region.
19122 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19124         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19125         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19126         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19127         `passphrase' argument, so the passphrase can be managed externally
19128         and then passed in to the system.
19130         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19131         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19132         so the passphrase cache can be used reliably with identifiers
19133         besides a pgp packet's key id.
19135         * pgg-gpg.el (pgg-pgp-encrypt-region)
19136         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19137         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19138         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19139         argument to all these routines, so the passphrase can be managed
19140         externally and passed in to the system.
19142         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19143         `notruncate' argument, so the passphrase cache can be used
19144         reliably with identifiers besides a pgp packet's key id.
19146 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19148         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19149         symmetric encryption.
19150         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19151         encrypted session key.
19152         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19153         message ask for the passphrase in a proper way.
19155         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19156         New user commands for symmetric encryption.
19158 2005-10-28  Bill Wohler  <wohler@newt.com>
19160         * help-mode.el (help-url): New button type.  Calls browse-url.
19161         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19162         Similar to Info nodes: URL `url'.
19163         (help-make-xrefs): Create help-url buttons for
19164         help-xref-url-regexp matches.
19166 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19168         * tool-bar.el (tool-bar-add-item-from-menu)
19169         (tool-bar-local-item-from-menu): Fix doc strings.
19171 2005-10-28  Romain Francoise  <romain@orebokech.com>
19173         * ldefs-boot.el: Update.
19175         * subr.el (locate-library): Move from help-fns.el.
19176         * help-fns.el (locate-library): Move to subr.el.
19178 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19180         * net/tramp.el (tramp-completion-mode): defvar moved up.
19182         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19184         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19186         * files.el (find-file-noselect): Use %d to format large file size.
19188         * bindings.el (mode-line-format): Add %e.
19190         * loadup.el ("facemenu"): Load unconditionally.
19191         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19192         ("x-dnd"): Load, when appropriate.
19194         * startup.el (command-line): Call before-init-hook earlier.
19195         Warn about some bad characters in -u user name.
19197         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19198         (flyspell-external-point-words): Error if misspelled word is not found.
19199         Set flyspell-large-region-beg at end of word.
19201 2005-10-28  Andreas Schwab  <schwab@suse.de>
19203         * view.el (View-revert-buffer-scroll-page-forward):
19204         Use view-page-size-default.
19206 2005-10-28  Juri Linkov  <juri@jurta.org>
19208         * international/quail.el (quail-get-current-str): Translate last
19209         raw character for deterministic input methods.
19211 2005-10-27  Jay Belanger  <belanger@truman.edu>
19213         * calc/calc-ext.el: Add functions to autoloads.
19214         (math-identity-matrix-p, math-ident-row-p): New functions.
19216         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19217         multiplication by an identity matrix; don't turn multiplication by
19218         an inverse matrix into division.
19219         (math-div-symbol-fancy): Replace division by matrices with
19220         multiplication by inverse.
19222         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19224         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19225         (calc-writeoutpower): New functions.
19227 2005-10-27  Romain Francoise  <romain@orebokech.com>
19229         * replace.el (occur-engine): Include colon in mouse-face highlight.
19231         * dired-x.el: Change Maintainer field.
19233 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19235         * longlines.el (longlines-mode): Bind after-change-functions to
19236         nil during initial decoding and final encoding.
19238 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19240         * term.el (term-emulate-terminal, term-handle-colors-array)
19241         (term-handle-ansi-escape): Specify the terminfo capabilities
19242         implemented.
19244 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19246         * info.el (Info-fontify-node): Fix detection of sentence-break
19247         before *Note.
19249 2005-10-26  Romain Francoise  <romain@orebokech.com>
19251         * smerge-mode.el: Add `tools' to file keywords.
19253 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19255         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19256         when the fringe is not available.
19258         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19259         (def-gdb-auto-update-trigger): Simplify construction.
19260         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19261         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19262         defined explicitly.
19263         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19264         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19265         defined explicitly.
19266         (gdb-info-locals-custom): Remove as it's a no-op.
19268 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19270         * longlines.el (longlines-mode): Remove narrowing before
19271         performing the initial decoding or final encoding.
19273 2005-10-25  Romain Francoise  <romain@orebokech.com>
19275         * emacs-lisp/find-func.el (find-library-name): Also strip
19276         extension if library name ends in .el, to take advantage of
19277         `find-library-suffixes'.
19279 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19281         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19283 2005-10-25  Juri Linkov  <juri@jurta.org>
19285         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19286         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19288 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19290         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19291         (blackbox-redefine-key): Add argument `map'.
19293         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19294         regions when moving the jit-lock-context-unfontify-pos boundary.
19296 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19298         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19300 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19302         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19304 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19306         * play/blackbox.el (blackbox-redefine-key): New function.
19307         (blackbox-mode-map): Use it to remap existing bindings for cursor
19308         motion instead of binding literal keys.
19310 2005-10-25  Glenn Morris  <rgm@gnu.org>
19312         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19313         diary does not end in a newline.  Do not assume a blank line at
19314         the start of the diary file.
19316 2005-10-25  Kenichi Handa  <handa@m17n.org>
19318         * international/quail.el (quail-translate-key): If the input
19319         method is deterministic and failed to handle the last key, restart
19320         the key handling loop from an appropriate key.
19322 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19324         * vc.el (vc-dired-mode): Extend comment for binding of
19325         `directory-listing-before-filename-regexp'.
19327 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19329         * textmodes/texinfo.el (texinfo-mode):
19330         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19331         not to unnecessarily expose emacs-mule's internal char codes.
19333 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19335         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19336         Display hand pointer and help-echo on disabled icon too.
19337         (gdb-mouse-until): New function.
19338         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19340 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19342         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19343         with 2005-10-23 change to doctor.el.
19345         * finder.el (finder-mode-map): Add follow-link binding.
19347 2005-10-25  Kim F. Storm  <storm@cua.dk>
19349         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19350         to gdb-mouse-toggle-breakpoint-fringe.
19351         (gdb-mouse-toggle-breakpoint-margin): Rename from
19352         gdb-mouse-toggle-breakpoint.  Fix doc.
19353         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19354         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19355         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19356         string properties also for fringe breakpoint bitmaps.
19358 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19360         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19362 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19364         * simple.el (completion-common-substring):
19365         Use `completion-common-substring' prior to `completion-base-size'.
19367 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19369         * savehist.el: Require CL while compiling.
19370         (savehist-history-variables): Remove.
19371         (savehist-save-minibuffer-history, savehist-additional-variables)
19372         (savehist-minibuffer-history-variables): New vars.
19373         (savehist-save): Use them.
19374         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19375         (savehist-install): New fun, extracted from savehist-load.
19376         (savehist-load): Use them.
19378 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19380         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19381         a dummy doc-string-elt property.
19382         (defalias, defvaralias, define-category): Add a docstring property.
19384         * image.el (defimage):
19385         * widget.el (define-widget):
19386         * custom.el (defface, defcustom): Add `doc-string' declaration.
19388         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19389         (defadvice): Add `doc-string' declaration.
19391         * emacs-lisp/byte-run.el (macro-declaration-function):
19392         Handle `doc-string' declarations.
19393         (define-obsolete-function-alias, define-obsolete-variable-alias):
19394         Add `doc-string' declaration.
19396 2005-10-24  Kenichi Handa  <handa@m17n.org>
19398         * international/utf-7.el (utf-7): Add autoload cookie.
19400         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19402 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19404         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19405         list of directories passed to batch-update-autoloads.  Add "." to
19406         the list of the echoed directories.
19408         * pgg-def.el:
19409         * pgg-gpg.el:
19410         * pgg-parse.el:
19411         * pgg-pgp.el:
19412         * pgg-pgp5.el:
19413         * pgg.el: Moved here from the gnus subdirectory.
19415 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19417         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19418         in case comint-prompt-read-only is set to t.
19420         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19421         in case comint-prompt-read-only is set to t.
19423 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19425         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19426         Now a string.
19427         (icalendar-import-format): Handle CLASS, STATUS, URL.
19428         Rename `subject' to `summary'.
19429         (icalendar-import-format-summary): Rename from
19430         `icalendar-import-format-subject'.
19431         (icalendar-import-format-url, icalendar-import-format-status)
19432         (icalendar-import-format-class): New variables.
19433         (icalendar--rris): Take variable argument list.
19434         (icalendar--datestring-to-isodate): Remove unnecessary
19435         calendar-style check when converting dates with explicit month names.
19436         (icalendar-export-region): Change return type of conversion
19437         subroutines.  Bury current buffer unless error occurred.
19438         (icalendar--convert-to-ical)
19439         (icalendar--parse-summary-and-rest): New functions.
19440         (icalendar--convert-ordinary-to-ical)
19441         (icalendar--convert-weekly-to-ical)
19442         (icalendar--convert-yearly-to-ical)
19443         (icalendar--convert-block-to-ical)
19444         (icalendar--convert-cyclic-to-ical)
19445         (icalendar--convert-anniversary-to-ical): Change return type.
19446         Strip trailing blanks from subject.
19447         (icalendar--convert-sexp-to-ical): Change return type.
19448         Strip trailing blanks from subject.  Handle simple sexp
19449         entries as generated by icalendar.el.
19450         (icalendar--convert-float-to-ical)
19451         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19452         (icalendar-import-file): Doc fix.
19453         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19454         Correct call to icalendar--rris.
19455         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19456         `summary'.
19457         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19459 2005-10-24  Romain Francoise  <romain@orebokech.com>
19461         * server.el (server-sentinel): Set query-on-exit flag to nil on
19462         new client processes (it isn't inherited from the server process).
19464         * replace.el (occur-engine): Rearrange text properties.
19466 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19468         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19469         case-fold-search is nil.
19470         (debug-help-follow): Use help-xref-interned directly.
19472 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19474         * thumbs.el (thumbs-image-type): Add .pbm.
19476 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19478         * faces.el (inhibit-face-set-after-frame-default): New variable.
19479         (set-face-attribute): Bind it.
19480         (face-set-after-frame-default): Test it.
19482         * help-fns.el (describe-simplify-lib-file-name): New function.
19483         (describe-function-1, describe-variable): Use it.
19485         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19487         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19488         Eliminate nil as possible value.
19489         (tooltip-hide-delay): Reduce internal-border-width.
19491         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19492         (menu-bar-file-menu) <new-file>: Likewise.
19494         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19496         * international/mule.el (load-with-code-conversion):
19497         Pass full file name to `eval-buffer' unless preloading.
19499         * textmodes/flyspell.el (flyspell-large-region):
19500         Call ispell-check-version.
19502         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19503         Fix the make-variable-buffer-local call that was supposed
19504         to be for this variable.
19505         (ispell-aspell-supports-utf8): Doc fix.
19506         (ispell-find-aspell-dictionaries): Preserve elements of
19507         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19508         (ispell-aspell-find-dictionary): Return nil on error.
19510         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19511         (doctor-symptoms): Likewise.
19513         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19515 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19517         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19518         (custom-raised-buttons): Add :set spec.
19519         (custom-button-unraised, custom-button-pressed-unraised):
19520         New faces, so that custom-raised-buttons actually does something.
19521         (custom-mode): Use custom-button and custom-button-pressed.
19523         * wid-edit.el (widget-specify-button): Don't ignore
19524         widget-mouse-face on graphic terminals.
19525         (widget-move-and-invoke): Cleanup.
19527 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19529         * whitespace.el (whitespace-cleanup): Doc fix.
19531 2005-10-23  Romain Francoise  <romain@orebokech.com>
19533         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19534         `eval-after-load' to avoid evaluating their result.
19536 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19538         * files.el (directory-listing-before-filename-regexp):
19539         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19541         * dired.el (dired-move-to-filename-regexp): Remove.
19542         All occurences replaced by `directory-listing-before-filename-regexp'.
19544         * dired-x.el, locate.el, vc.el:
19545         Replace `dired-move-to-filename-regexp' by
19546         `directory-listing-before-filename-regexp'.  In vc.el it is
19547         overwritten locally; maybe this can be handled in files.el too.
19549         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19550         replaced by `directory-listing-before-filename-regexp'.
19552 2005-10-23  Andreas Schwab  <schwab@suse.de>
19554         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19555         and eval-next-after-load.
19557 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19559         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19560         exist, create it.
19562 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19564         * allout.el: Remove autoloads for mailcrypt and crypt++.
19565         Require pgg, pgg-gpg during compilation.
19566         (allout-version): Increment version number to 2.1, and use a literal
19567         rather than RCS Id.
19568         (allout-default-encryption-scheme): Remove.
19569         (allout-passphrase-verifier-handling)
19570         (allout-passphrase-verifier-string)
19571         (allout-file-passphrase-verifier-string)
19572         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19573         (allout-passphrase-hint-handling): Rename and simplify.
19574         (allout-init): Use `find-file-hook' if available, otherwise
19575         `find-file-hooks'.
19576         (allout-mode): Use `write-file-functions' if available, otherwise
19577         `local-write-file-hooks' and, instead of making auto-save-hook
19578         buffer local, make the write-file-hook activity contingent to
19579         allout-mode.
19580         (allout-mode): Use key-binding substitution in the docstring.
19581         (allout-kill-line): Spell-out kill ring data structure mutation
19582         instead of using byte-compiler-complaint-provoking `pop'.
19583         (allout-insert-listified): Use `insert' rather than `insert-string'
19584         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19585         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19586         (allout-encrypt-string): Totally revamped vis new underlying
19587         encryption facilities.
19588         (allout-mc-activate-passwd): Remove.
19589         (allout-obtain-passphrase): New, more or less replaces
19590         allout-mc-activate-passwd.
19591         (allout-encrypted-key-info): More or less replaces
19592         allout-encrypted-text-type.
19593         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19594         (my-mark-marker): Use `(featurep 'xemacs)'.
19596 2005-10-23  Lars Hansen  <larsh@soem.dk>
19598         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19599         (byte-compile-file-form-defmumble, byte-compile-defun)
19600         (byte-compile-defmacro): Use it.
19601         (byte-compile-form): Don't call byte-compile-set-symbol-position
19602         when a byte-compile handler is called.
19604 2005-10-22  Romain Francoise  <romain@orebokech.com>
19606         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19608         * subr.el (eval-after-load): Convert library name to an absolute
19609         file name using locate-library, since load-history no longer has
19610         library names in it.
19612 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19614         * files.el (make-temp-file): Move from subr.el.
19615         * subr.el (make-temp-file): Move to files.el.
19617         * window.el (get-buffer-window-list): Move from subr.el.
19618         * subr.el (get-buffer-window-list): Move to window.el.
19620         * image.el (image-load-path): Use eval-at-startup to initialize.
19622         * subr.el (eval-at-startup): New macro.
19624         * subr.el: Much rearrangement of functions and division
19625         into pages.  No code changes.
19627 2005-10-22  Kenichi Handa  <handa@m17n.org>
19629         * tar-mode.el (tar-extract): Be sure to call
19630         find-operation-coding-system if set-auto-coding doesn't find a
19631         coding system.
19633 2005-10-22  Kim F. Storm  <storm@cua.dk>
19635         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19636         Change users.
19637         (image-type-file-name-regexps): New defconst.
19638         (image-type-from-data): Simplify loop.
19639         (image-type-from-buffer): New defun.
19640         (image-type-from-file-header): Use it instead of image-type-from-data.
19641         Use image-search-load-path instead of only looking in data-directory.
19642         (image-type-from-file-name): New defun.
19643         (image-search-load-path): Change `pathname' to `filename'.
19644         Make PATH arg optional, default to image-load-path.
19646 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19648         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19650         * textmodes/paragraphs.el (sentence-end-base): New variable.
19651         (sentence-end): Use sentence-end-base.
19653 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19655         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19656         property independently from the font-lock-multiline variable.
19658 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19660         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19662         * startup.el (command-line): Convert library names
19663         in `load-history' to absolute file names.
19665         * subr.el (symbol-file): Doc fix.
19667         * loadhist.el (file-loadhist-lookup): Call locate-library
19668         instead of find-library-name.  Don't try converting
19669         abs file names to library names, since load-history no longer
19670         has library names in it.
19671         (file-dependents, file-provides, file-requires): Doc fixes.
19673 2005-10-21  Juri Linkov  <juri@jurta.org>
19675         * progmodes/etags.el (tags-table-mode): New function.
19676         (tags-verify-table): Replace initialize-new-tags-table with
19677         tags-table-mode.
19679         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19680         default value.
19681         (desktop-modes-not-to-save): Add tags-table-mode to the
19682         default value.
19684         * info.el (Info-index-next): Add total number of index
19685         alternatives to the message.
19687         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19688         backward only space (instead of space and period) before looking
19689         at sentence end.
19691         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19692         Add the old variable value as 4th default-value arg of read-string.
19694 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19696         * cus-face.el (custom-declare-face): Make face from X resources
19697         also on Mac.
19699         * disp-table.el (standard-display-g1, standard-display-graphic):
19700         Refuse to use string glyphs also on Mac.
19701         (standard-display-european): Don't set terminal coding system also
19702         on Mac.
19704         * frame.el (display-screens): Use x-display-screens also on Mac.
19706 2005-10-21  Romain Francoise  <romain@orebokech.com>
19708         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19710 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19712         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19713         and $? into sexps.
19715         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19716         warning face on open-paren-in-column-0.
19718         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19719         boundary case.  Fix typo.
19720         Suggested by Martin Rudalics <rudalics@gmx.at>.
19722 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19724         * textmodes/org.el (org-combined-agenda-icalendar-file)
19725         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19726         (org-export-icalendar-this-file)
19727         (org-export-icalendar-all-agenda-files)
19728         (org-export-icalendar-combine-agenda-files): New commands.
19729         (org-export-icalendar, org-print-icalendar-entries)
19730         (org-start-icalendar-file, org-finish-icalendar-file)
19731         (org-ical-ts-to-string): New functions.
19732         (org-read-date, org-goto-calendar)
19733         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19734         call to `calendar'.
19735         (orgtbl-setup): Remove the :keys arguments from the menu description.
19736         (org-after-save-iCalendar-file-hook): New variable.
19738 2005-10-21  Kenichi Handa  <handa@m17n.org>
19740         * language/vietnamese.el (tcvn-5712): Make it an alias of
19741         vietnamese-tcvn coding-system.
19743 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19745         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19746         group id is given.
19748 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19750         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19751         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19752         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19753         whose line is either continued or ends with a comment.
19755 2005-10-20  Romain Francoise  <romain@orebokech.com>
19757         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19759         * replace.el (occur-engine): Add follow-link property.
19761         * font-core.el (font-lock-mode): Doc fix.
19763 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19765         * net/rcirc.el: New file.
19767 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19769         * term.el (term-term-name): Initialize to "eterm-color".
19771 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19773         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19774         for encryption functionality.
19775         Move allout customization subgroup from `editing' to `outlines' group.
19776         Fix commentary keywords to legitimate ones.
19777         Update author info (using my current email address, obscurified).
19778         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19779         (allout-encrypted-topic-p, allout-encrypted-text-type)
19780         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19781         (allout-situate-encryption-key-verifier)
19782         (allout-get-encryption-key-verifier, allout-verify-key)
19783         (allout-next-topic-pending-encryption)
19784         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19785         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19786         (outline-key-verifier-handling, outline-key-hint-handling)
19787         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19788         (allout-file-key-verifier-string, allout-encryption-scheme)
19789         (allout-key-verifier-string, allout-key-hint-string)
19790         (allout-after-save-decrypt): New variables.
19791         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19792         (allout-after-saves-handler): New hook functions.
19793         (allout-post-command-business): Do allout-after-save-decrypt.
19794         (allout-enable-file-variable-adjustment): Custom var to enable
19795         mechanism for adding and adjusting settings of Emacs file variables.
19796         (allout-adjust-file-variable, allout-file-vars-section-data):
19797         New functions, implement the mechanism.
19798         (outlineify-sticky): Use the file vars mechanism.
19799         (allout-inhibit-protection, allout-during-write-cue)
19800         (allout-override-protect, allout-before-change-protect): Remove.
19801         (allout-flag-region, allout-open-topic): Adjust read-only text.
19802         (allout-open-line-not-read-only): Add to facilitate read-only
19803         text based protection.
19804         (allout-kill-line): Revise to adjust read-only text, clue the
19805         user about the inhibition.
19806         (allout-unprotected): Use unwind-protect.
19807         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19808         topic deeper than the offspring depth of the previous topic -
19809         avoiding confusing "containment discontinuities".
19810         (allout-reindent-bodies): Fix retention of body relative hanging
19811         indent during promotion of collapsed bodies.
19812         (allout-open-topic): Make it easy to open new topic with same
19813         bullet as current topic - topic creation functions provided with
19814         any universal argument provokes now prompt for bullet, defaulting
19815         to the bullet of the previous topic.
19816         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19817         Plain bullet alternates `.' period and `,' comma only.  All other
19818         bullets are relegated to special status (but customizable).
19819         (allout-end-of-entry): Rename from allout-end-of-current-entry
19820         since it actually operates w.r.t. most immediately containing
19821         entry, visible or not.
19822         (allout-hide-current-entry, allout-show-current-entry): Use the
19823         revised version.
19824         (allout-old-expose-topic): Solidify deprecation.
19825         (allout-end-of-subtree): Add so we can span concealed as well
19826         as visible topics.
19827         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19828         (allout-end-of-current-heading): Tweak to just respect the first line.
19829         (allout-get-body-text): Add.
19830         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19831         when invoked interactively.
19832         (allout-up-current-level): Use `interactive-p'.
19833         (allout-mode, allout-init): Miscellaneous docstring and
19834         operational refinements, as well as hookups of new encryption stuff.
19835         (allout-beginning-of-current-entry): Now works as advertised.
19836         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19837         (allout-isearch-rectification): Refine condition for isearching.
19838         (allout-isearch-abort, allout-enwrap-isearch)
19839         (allout-flag-region, my-region-active-p): Relocate some macros.
19840         (allout-title): Fallback title is (buffer-name), not
19841         non-existing (current-buffer-name).
19842         (subst-char-in-string): Define if absent (for some XEmacs versions).
19844 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19846         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19847         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19848         (mail-citation-prefix-regexp, mail-signature-file)
19849         (mail-default-headers, mail-bury-selects-summary)
19850         (mail-send-nonascii): Add autoload cookies.
19852 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19854         * frame.el (blink-cursor-mode): Add `mac' to the list of
19855         window-system's that support blinking cursor.
19857 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19859         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19861 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19863         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19864         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19865         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19867 2005-10-20  Kim F. Storm  <storm@cua.dk>
19869         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19870         (ido-set-current-directory): Don't add / after final @.
19871         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19872         Explicitly handle ange-ftp completion oddities.
19873         (ido-make-file-list): Don't rotate list at tramp root to avoid
19874         triggering tramp file handler for expand-file-name via get-file-buffer.
19876 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19878         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19880 2005-10-19  Jay Belanger  <belanger@truman.edu>
19882         * calc/calc-units.el (math-standard-units): Add units, adjust
19883         symbols and update values.
19884         (math-unit-prefixes): Add more prefixes.
19886 2005-10-19  Romain Francoise  <romain@orebokech.com>
19888         * bookmark.el (bookmark-menu-heading): New face.
19889         (bookmark-bmenu-list): Use it.
19890         Don't fiddle with `baud-rate' at top-level.
19892 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
19894         * image.el (create-image, find-image): Mention max-image-size in
19895         docstring.
19897 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19899         * savehist.el (savehist-load): Revert to checking XEmacs.
19901         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19902         Various docstring and line-width fixups.
19903         (conf-mode): Use cond.
19904         Set font-lock-defaults.  Don't set comment-use-syntax.
19906 2005-10-18  David Ponce  <david@dponce.com>
19908         * tree-widget.el (tree-widget-button-click): New function.
19909         (tree-widget-button-keymap): Use it.
19911 2005-10-18  Romain Francoise  <romain@orebokech.com>
19913         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19914         (bookmark-bmenu-hide-filenames): Add follow-link property.
19915         Improve help-echo text.
19917         * ffap.el (find-file-at-point): Doc fix.
19919 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19921         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19923 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19925         Install to the CVS repository what I forgot to install in my
19926         2005-10-16 changes.
19928         * progmodes/python.el (python-complete-symbol): Pass the common
19929         prefix substring of completion to `display-completion-list'.
19931         * textmodes/org.el (org-complete): Ditto.
19933 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19935         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19937         * woman.el (WoMan-xref-man-page): New button type derived
19938         from `Man-abstract-xref-man-page'.
19939         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19941         * man.el (Man-abstract-xref-man-page): New button type.
19942         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19943         (Man-highlight-references): Add new optional argument `xref-man-type'.
19945 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19947         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19949 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19951         * cus-edit.el (Custom-move-and-invoke): Delete.
19952         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19954         * wid-edit.el (widget-move-and-invoke): New function, from
19955         Custom-move-and-invoke.
19957 2005-10-17  Bill Wohler  <wohler@newt.com>
19959         Move all remaining images from lisp/toolbar to etc/images, move
19960         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
19961         the low resolution images in their own directory (low-color).
19963         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19964         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19965         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19966         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19967         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19968         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19969         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19971         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19972         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19973         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19974         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19975         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19976         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19977         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19978         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19979         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19980         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19981         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19982         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19983         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19984         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19985         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19987         To conform with convention, replace the underscore (_) in the
19988         following image names with dash (-) or (/) as appropriate.
19990         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19991         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19992         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19993         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19994         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19995         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19996         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19997         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19998         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19999         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20000         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20001         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20002         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20003         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20004         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20006         * info.el (info-tool-bar-map): Replace underscores in image names
20007         with dashes.
20009         * makefile.w32-in (WINS): Remove toolbar.
20011         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20013         * tool-bar.el: Move to lisp from toolbar.  Now that
20014         toolbar is empty, it should be deleted when folks run "cvs up -P".
20016 2005-10-18  Jay Belanger  <belanger@truman.edu>
20018         * calc/calc-store.el (calc-store-into): Get the proper variable name
20019         to display in message.
20021 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20023         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20024         expressions display in speedbar for all buffers when debugging.
20025         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20027         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20028         (speedbar-insert-button, speedbar-make-button):
20029         Use add-text-properties.
20030         (speedbar-update-localized-contents)
20031         (speedbar-update-directory-contents)
20032         (speedbar-update-special-contents): Use dolist.
20033         (speedbar-buffer-easymenu-definition): Add a menu separator.
20035 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20037         * makefile.w32-in: Use $(lisp) consistently.
20038         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20039         for shell specific generation of mh-autoloads.
20041 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20043         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20045 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20047         * jit-lock.el (jit-lock-fontify-now):
20048         Move jit-lock-context-unfontify-pos to avoid wasted work.
20050 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20052         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20053         `tramp-completion-mode' for checking if we are in completion mode.
20054         (tramp-completion-handle-file-name-all-completions): Reorder code
20055         in order to complete for file names only in case there are no
20056         method/user/host completions.  This is necessary for cooperation
20057         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20059 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20061         * longlines.el (longlines-search-forward)
20062         (longlines-search-backward): Match any number of spaces.
20064 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20066         * diff-mode.el (diff-mode): Doc fix.
20068 2005-10-16  David Reitter  <david.reitter@gmail.com>
20070         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20071         as default on darwin and windows systems.
20073 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20075         * arc-mode.el (archive-zip-extract): Doc fix.
20077 2005-10-16  Romain Francoise  <romain@orebokech.com>
20079         * mouse.el (mouse-1-click-follows-link): Doc fix.
20081 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20083         * savehist.el: Don't require CL at runtime.
20084         (savehist-xemacs): Remove.
20085         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20086         (savehist-no-conversion): Use (featurep 'xemacs).
20087         (savehist-load): Check existence of start-itimer rather than XEmacs.
20088         Use an idle timer.
20089         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20090         `delete-if-not'.
20092 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20094         * savehist.el: Newer version.
20095         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20096         (savehist-last-checksum, savehist-no-conversion): New vars.
20097         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20098         New functions.
20099         (savehist-load, savehist-save): Use them.
20100         (savehist-delimit): Remove.
20102 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20104         * progmodes/compile.el (compilation-goto-locus): Display the
20105         compilation buffer first and the source buffer second, in case they're
20106         in overlapping frames.  Don't raise the compilation frame if it was the
20107         selected window upon entry.  Pass the `other-window' arg to
20108         pop-to-buffer.
20110         * info.el (Info-fontify-node): Use dolist.
20111         Change add-text-properties to put-text-property.
20113 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20115         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20116         bound of search.
20118 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20120         * dabbrev.el (dabbrev-completion): Pass the common
20121         prefix substring of completion to `display-completion-list'.
20123         * filecache.el (file-cache-minibuffer-complete)
20124         (file-cache-complete): Ditto.
20126         * tempo.el (tempo-display-completions): Ditto.
20128         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20130         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20132         * eshell/em-hist.el (eshell-list-history): Ditto.
20134         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20136         * mail/mailalias.el (mail-complete): Ditto.
20138         * progmodes/etags.el (complete-tag): Ditto.
20140         * progmodes/make-mode.el (makefile-complete): Ditto.
20142         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20144         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20146         * progmodes/pascal.el (pascal-complete-word)
20147         (pascal-show-completions): Ditto.
20149         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20151         * simple.el (completion-common-substring): New variable.
20152         (completion-setup-function): Use `completion-common-substring'
20153         to put faces.
20155 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20157         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20158         (x-get-selection, mac-select-convert-to-string): Convert from/to
20159         UTF-16 clipboard data as in native byte order, no BOM.
20161 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20163         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20164         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20165         (gud-sentinel): Use speedbar-frame to check for speedbar.
20167 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20169         * savehist.el: New file.
20171 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20173         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20174         Fix bug in \bf fontification.
20176 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20178         * pcvs.el (cvs-edit-log-files): New var.
20179         (cvs-mode-edit-log): New arg `file'.
20180         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20181         Instead force the use of the original file and nothing else.
20182         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20183         the cvs-minor-wrap-function is set.
20184         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20186 2005-10-14  Bill Wohler  <wohler@newt.com>
20188         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20189         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20190         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20191         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20192         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20193         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20194         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20195         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20196         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20197         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20198         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20199         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20200         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20201         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20202         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20204         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20205         appropriately (for example, gud-break to gud/break).
20207 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20209         * longlines.el (longlinges-search-function)
20210         (longlines-search-forward, longlines-search-backward): New functions.
20211         (longlines-mode): Set isearch-search-fun-function to
20212         longlinges-search-function.
20214         * mouse.el (mouse-drag-region-1): Handle the case where a
20215         double-click event is bound to an arbitrary function.
20217 2005-10-14  David Ponce  <david@dponce.com>
20219         * recentf.el (recentf-track-opened-file)
20220         (recentf-track-closed-file, recentf-update-menu)
20221         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20222         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20223         mouse-1-click-follows-link.
20225 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20227         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20228         Gnome file-manager.png.  Suggested by
20229         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20231         * toolbar/README: Add diropen.xpm.
20233 2005-10-13  Bill Wohler  <wohler@newt.com>
20235         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20236         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20238 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20240         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20241         Don't waste the byte-compiler's time on constant data.
20243 2005-10-13  Kenichi Handa  <handa@m17n.org>
20245         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20246         byte with `escape-glyph' face.
20248         * international/fontset.el (ccl-encode-unicode-font):
20249         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20250         Handle the case that ucs-mule-to-mule-unicode translates a character to
20251         ASCII (usually for IPA characters).
20253 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20255         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20256         Don't hide the underline of titles if font-lock-mode is disabled.
20258 2005-10-12  Bill Wohler  <wohler@newt.com>
20260         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20261         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20262         files in MH-E-SRC have been updated.
20263         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20265 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20267         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20268         (mixal-mode-syntax-table): Add \n as end-comment.
20269         (mixal-operation-codes-alist): Immediately initialize to full value.
20270         (mixal-add-operation-code): Remove.
20271         (mixal-describe-operation-code): Make the arg non-optional.
20272         Use the interactive spec instead.
20273         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20274         (mixal-font-lock-keywords): Don't highlight comments here any more.
20275         (mixal-font-lock-syntactic-keywords): New var.
20276         (mixal-mode): Use it.  Fix comment-start-skip.
20278 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20280         * startup.el (command-line-x-option-alist): -nb => -nbi
20282 2005-10-12  Kim F. Storm  <storm@cua.dk>
20284         * startup.el (fancy-splash-default-action): Discard mouse click in
20285         the splash screen window, as it has no sensible meaning in the
20286         next window to be selected.  Fixes error reported by Jan D.
20288 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20290         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20292 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20294         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20295         Try to fix up minor layout issues like indentation, line break, etc...
20296         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20297         because it doesn't work.
20298         (mixal-operation-codes): Add some more codes.
20299         (mixal-font-lock-keywords): Process comments here.
20300         (mixal-mode): mixasm no longer needs -g option.
20302 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20304         * progmodes/sh-script.el (sh-tmp-file):
20305         Use mktemp -t.  Finish support for es and rc shells.
20307 2005-10-11  Jay Belanger  <belanger@truman.edu>
20309         * calc/calcalg2.el (calc-integral): With an argument, compute the
20310         definite integral.
20312 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20314         * mouse.el (mouse-drag-region-1): Don't try to catch a
20315         double-click when doing follow-link (it's overridden anyway).
20317 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20319         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20320         (autoload-print-form-outbuf): Add docstring.
20322 2005-10-11  Juri Linkov  <juri@jurta.org>
20324         * info.el (Info-mode-menu): Delete menu item "Edit".
20325         (Info-mode): Delete description of Info-edit from docstring,
20326         and rearrange descriptions of Info commands in the order
20327         they are documented in the Info manual.
20329 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20331         * calendar/appt.el (appt-check): Use diary-selective-display var.
20333 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20335         * net/newsticker.el (newsticker-start, newsticker-show-news):
20336         Add autoload cookies.
20338 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20340         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20342 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20344         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20346 2005-10-10  Jay Belanger  <belanger@truman.edu>
20348         * calc/calc-arith.el (math-check-known-scalarp)
20349         (math-check-known-matrixp): Check the values of arguments that are
20350         variables.
20351         (math-check-known-square-matrixp): New function.
20352         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20353         (math-super-types): Add sqmatrix type.
20355         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20356         mode name `square' to `sqmatrix'.
20358         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20359         mode name `square' to `sqmatrix'.
20361 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20363         * progmodes/etags.el (select-tags-table-mode): Don't use
20364         selective-display.
20365         (tags-select-tags-table): Pass `button' to the action function.
20366         (select-tags-table): Place the side-info on button properties rather
20367         than in hidden text.  Abbreviate file names.
20368         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20369         (select-tags-table-select): Add `button' argument.
20370         Get side-info from the button property rather than from hidden text.
20372 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20374         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20375         (gud-speedbar-buttons): Preserve point if possible.
20376         (gud-sentinel): Restore previous speedbar display type.
20378         * progmodes/gdb-ui.el (gdba): Improve diagram.
20379         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20380         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20381         Call get-buffer-window once.
20383 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20385         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20386         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20387         (pascal-indent-command): Remove unused var `ind'.
20388         (pascal-indent-case): Remove unused var `oldpos'.
20389         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20390         since it's now used as a proper minor mode map.
20391         (pascal-outline): Rename to pascal-outline-mode.
20392         (pascal-outline-mode): Use define-minor-mode.
20393         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20394         selective-display.
20396 2005-10-10  Andreas Schwab  <schwab@suse.de>
20398         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20399         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20401         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20402         outside source directory.
20404 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20406         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20407         C-x' as a prefix.
20408         (orgtbl-mode-map): Full keymap instead of sparse, because all
20409         `self-insert-command' keys are redefined in this map.
20410         (org-export-as-html): Specify charset for HTML file, by taking it
20411         from the coding system.
20413 2005-10-10  Kenichi Handa  <handa@m17n.org>
20415         * textmodes/flyspell.el (flyspell-check-word-p):
20416         If unread-command-events is non-empty, don't call sit-for.
20418 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20420         * font-lock.el (font-lock-syntactic-keywords)
20421         (font-lock-keywords): Doc fixes.
20423         * textmodes/flyspell.el (flyspell-external-point-words):
20424         Simplify logic, and don't try to check for consecutive appearances
20425         of one incorrect word.
20427 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20429         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20430         separator.
20432         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20433         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20434         (gud-expansion-speedbar-buttons): New function.
20435         (gud-speedbar-buttons): Check for gud-comint-buffer.
20437 2005-10-09  Bill Wohler  <wohler@newt.com>
20439         * Makefile.in (updates): Add mh-loaddefs dependency.
20441 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20443         * speedbar.el (speedbar-file-key-map): Fix typo.
20445 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20447         * cus-start.el (line-spacing): Add custom spec.
20449 2005-10-09  Romain Francoise  <romain@orebokech.com>
20451         * textmodes/ispell.el (ispell-check-version): Fix last change.
20453 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20455         * term/x-win.el: Remove -i, --icon-type from comment.
20457         * startup.el (command-line-x-option-alist): Remove options -i,
20458         -itype, --icon-type, added -nb, --no-bitmap-icon
20460 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20462         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20463         instead of :active.
20465 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20467         * textmodes/ispell.el (ispell-check-version):
20468         Ignore hyphen, and all that follows, in aspell's version text.
20470 2005-10-08  Jay Belanger  <belanger@truman.edu>
20472         * calc/calc-arith.el (math-known-square-matrixp): New function.
20473         (math-pow-fancy): Check for matrices before distributing exponent
20474         across products.
20476         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20477         fullscreen keypad.  Suggested by Luc Teirlinck.
20478         (calc-keypad-show-input): Add space for formatting.
20480         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20481         Add square matrix option.
20483         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20484         of checking calc-matrix-mode when deciding how to expand.
20486         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20488 2005-10-08  Lars Hansen  <larsh@soem.dk>
20490         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20491         Add error handling.
20492         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20494 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20496         Sync with Tramp 2.0.51.
20498         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20499         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20500         Insert special handling for `last-coding-system-used', again
20501         it still seems to be necessary (unlike stated before).
20502         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20503         (tramp-password-prompt-regexp): There might be other words before
20504         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20505         (tramp-chunksize): Improve docstring.
20506         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20507         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20508         Christian Joergensen <bugs@razor.dk>.
20510 2005-10-07  Glenn Morris  <rgm@gnu.org>
20512         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20513         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20514         precision'.
20516 2005-10-07  Romain Francoise  <romain@orebokech.com>
20518         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20519         (ibuffer-do-shell-command-pipe-replace)
20520         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20521         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20522         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20523         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20524         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20525         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20526         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20527         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20528         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20529         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20530         Autoload file sans suffix.
20532         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20534 2005-10-07  David Ponce  <david@dponce.com>
20536         * recentf.el (recentf-menu-open-all-flag): New option.
20537         (recentf-digit-shortcut-command-name): New function.
20538         (recentf--shortcuts-keymap): New variable.
20539         (recentf-menu-shortcuts): New variable.
20540         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20541         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20542         (recentf-menu-value-shortcut): New function.
20543         (recentf-make-menu-item): Use it.  No more in-lined.
20544         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20545         (recentf-open-most-recent-file): Rename from
20546         `recentf-open-file-with-key'.  Don't depend on key binding.
20547         (recentf-mode-map): New variable.
20548         (recentf-mode): Use it.
20550 2005-10-06  Bill Wohler  <wohler@newt.com>
20552         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20554         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20555         (MH-E-SRC): New.  Used by mh-autoloads.
20556         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20557         files in MH-E-SRC have been updated.
20558         (compile, recompile, bootstrap): Depend on mh-autoloads.
20560 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20562         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20563         gud-break and gud-remove icons when the fringe is not available.
20565         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20566         Typo.
20568 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20570         * play/zone.el (zone): Wrap body with save-window-excursion.
20572 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20574         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20575         Use the new `list-only' arg to diary-list-entries.
20577         * calendar/diary-lib.el: Use overlays rather than selective-display.
20578         (diary-selective-display): New var.
20579         (diary-header-line-format): Use it.
20580         (diary-list-entries): Add argument `list-only'.
20581         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20582         Replace \^M by invisible overlays.
20583         (diary-unhide-everything): Replace \^M by invisible overlays.
20584         (print-diary-entries): Look for overlays rather than \^M.
20585         Add a space to the temp buffer name.
20586         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20587         Put the buffer in diary-mode.
20588         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20589         (diary-anniversary): Make the year arg optional.
20590         (diary-time-regexp): New const.
20591         (diary-font-lock-keywords): Use it to accept a few more time formats.
20593         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20595 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20597         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20598         Fix bug introduced 2005-07-03: Use (car (last ...))
20599         to faithfully reproduce replaced artist-last.
20600         (artist-set-arrow-points-for-poly): Likewise.
20601         Suggested by Johan Bockg\e,Ae\e(Brd.
20603 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20605         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20606         * wid-edit.el (widget):
20607         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20608         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20610 2005-10-06  Kenichi Handa  <handa@m17n.org>
20612         * international/mule-cmds.el (set-language-environment):
20613         Fix setting up of case-table for unibyte mode.
20615         * simple.el (what-cursor-position): If the character is displayed
20616         by some `display' text property, show that.  Don't use
20617         single-key-description for eight-bit characters in multibyte mode.
20619 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20621         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20622         (gdb-ann3): Set it.
20623         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20624         (gdb-info-frames-custom): Use inverse-video for first five
20625         characters of selected frame only.
20626         (gdb-get-frame-number): Select frame even when point is on frame
20627         number.
20629 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20631         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20632         Put `font-lock-function-name-face'.
20633         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20634         and `font-lock-variable-name-face'
20635         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20636         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20637         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20638         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20639         (gdb-local-font-lock-keywords): New font lock keywords definition.
20640         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20641         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20642         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20644 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20646         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20647         (ediff-merge-region-is-non-clash-to-skip): Previously called
20648         ediff-merge-region-is-non-clash.
20650         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20651         Use insert-buffer-substring.
20653         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20654         selecting files to patch.  Also bug fixes.
20656         * ediff-util.el (ediff-setup): Bug fix.
20657         (ediff-next-difference): Never skip clashes that differ in white
20658         space only.
20660         * ediff-wind.el (ediff-setup-control-frame)
20661         (ediff-destroy-control-frame): Check the menubar feature.
20663         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20664         (viper-refresh-mode-line): Use make-local-variable to localize
20665         some vars instead of make-variable-buffer-local.  Suggested by
20666         Stefan Monnier.
20668         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20669         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20670         Use make-local-variable instead of make-variable-buffer-local.
20671         Suggested by Stefan Monnier.
20673         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20674         (viper-comint-mode-hook): Use make-local-variable on
20675         require-final-newline.
20676         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20678 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20680         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20681         also the second char of a comment-start sequence.
20682         (scheme-sexp-comment-syntax-table): New var.
20683         (lambda, define): Set their scheme-doc-string-elt property.
20684         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20685         Use lisp-font-lock-syntactic-face-function now that it properly
20686         handles |...| symbols.
20687         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20688         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20690         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20691         bit from # to |.
20692         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20694         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20695         (lisp-doc-string-elt-property): New var.
20696         (lisp-font-lock-syntactic-face-function): Use it.
20697         Rewrite to recognize docstrings even for forms not at toplevel.
20699         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20700         annotation on the | part of #| rather than on the # part.
20701         (scheme-font-lock-syntactic-face-function): New function, to
20702         distinguish strings from |...| symbols.
20703         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20704         syntax-table so that #|...|# is properly highlighted.
20706         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20707         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20709 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20711         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20712         and C-e.
20714         * emacs-lisp/eldoc.el: Move comments into docstrings.
20715         (eldoc-message-commands): Initialize in its declaration.
20716         Add move-beginning-of-line and move-end-of-line.
20717         (eldoc-add-command, eldoc-add-command-completions)
20718         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20720         * outline.el (outline-mark-subtree): Activate the mark.
20722         * calendar/appt.el (appt-time-regexp): New var.
20723         (appt-add, appt-make-list): Use it.
20724         (appt-convert-time): Clean up.
20726         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20727         Don't set any syntax-table property here.
20728         (tex-font-lock-verb): New function.  Do it here.
20729         (tex-font-lock-syntactic-keywords): Use it.
20731 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20733         * wid-edit.el (widget-file-complete): Get the widget start point
20734         the right way.  Default directory to `/' if file has none.
20736         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20738         * textmodes/flyspell.el (flyspell-mode-on):
20739         Call ispell-maybe-find-aspell-dictionaries.
20741         * textmodes/ispell.el (ispell-word, ispell-region):
20742         Call ispell-maybe-find-aspell-dictionaries.
20743         (ispell-accept-buffer-local-defs):
20744         Don't call ispell-maybe-find-aspell-dictionaries
20746 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20748         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20750 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20752         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20753         instead of `fboundp' in order to allow for anonymous functions.
20755 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20757         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20758         case the user clicks on the link while another window is selected.
20759         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20761         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20762         functionality.
20763         (dframe-help-echo): Save point in case mouse tracking is off.
20765 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20767         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20769 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20771         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20772         not change the global value of those vars.
20774         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20775         make-local-variable which we do not need any more.
20777 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20779         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20780         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20781         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20782         (speedbar-path-line): Define obsolete aliases.
20783         (speedbar-line-directory): Doc fix.
20785         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20786         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20787         instead of speedbar-line-path.
20789 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20791         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20792         to nil if dropping on a window.  Handle dropping on a minibuffer window
20793         like dropping on a non-window part of Emacs.
20795 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20797         * net/ange-ftp.el: Use with-current-buffer.
20798         (ange-ftp-insert-directory): Do not follow symlinks any more.
20800         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20801         Remove interactive spec.
20803 2005-10-03  Kim F. Storm  <storm@cua.dk>
20805         * ido.el (ido-mode): Use custom-initialize-set.
20807 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20809         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20810         Use insert-buffer-substring.
20812         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20813         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20815 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20817         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20818         in last change.
20819         (ange-ftp-insert-directory): Fix up the search for the case where
20820         `file' is absolute.
20822 2005-10-02  Romain Francoise  <romain@orebokech.com>
20824         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20826 2005-10-02  Andreas Schwab  <schwab@suse.de>
20828         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20829         directory component in the session info.
20831 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20833         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20835         * simple.el (next-error-internal): New function.
20837         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20838         (compilation-start): Pass new arg to compilation-buffer-name.
20839         (compile-goto-error): Use next-error-internal.
20841 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20843         * speedbar.el: Remove RCS tag.
20844         (speedbar-check-read-only): Handle non-existent files.
20846         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20848         * info.el (Info-speedbar-hierarchy-buttons)
20849         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20851 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20853         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20854         Do not match newline.
20855         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20856         (bibtex-summary): Remove unnecessary save-excursion.
20857         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20859 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20861         * term/mac-win.el: Add charset info for "iso10646-1".
20862         Modify default fontset to use ATSUI-compatible fonts for some charsets
20863         if available.
20865 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20867         * speedbar.el: Re-apply arch tag.
20868         (speedbar-version): Rename to version 1.0.  Suggested by Eric
20869         M. Ludlam.
20870         Reapply two changes from Emacs CVS' version of speedbar lost
20871         during the merge:
20872         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20873         (speedbar-frame-parameters): Improve customize type.
20875 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20877         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20878         (ange-ftp-file-directory-p): Fix the symlink case.
20879         (ange-ftp-insert-directory): When listing a single file, get a list of
20880         the parent buffer and extract the relevant line.  Inspired from a patch
20881         by Katsumi Yamaoka <yamaoka@jpl.org>.
20882         (ange-ftp-file-name-sans-versions): Simplify.
20884 2005-09-30  Bill Wohler  <wohler@newt.com>
20886         Move MH-E image files from toolbar and mail directories into
20887         etc/images.
20889         * mail/reply2.*: Move to etc/images/mail/reply*.
20891         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20892         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20893         etc/images.
20895         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20896         * toolbar/reply*: Move to etc/images/mail.
20898         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20900 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
20902         * speedbar.el: New version 1.0pre3.
20904         Frame management code (including timer, and mouse click specifics)
20905         moved to dframe.el:
20906         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
20907         (speedbar-timer): Removed.  Use dframe-timer.
20908         (speedbar-close-frame): Removed.  Use dframe-close-frame.
20909         (speedbar-activity-change-focus-flag): Removed.  Use
20910         dframe-activity-change-focus-flag.
20911         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
20912         dframe-update-speed.
20914         (speedbar-current-frame): New macro.  Use this instead of the
20915         variable speedbar-frame.
20917         (speedbar-use-images, speedbar-expand-image-button-alist)
20918         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20920         (speedbar-find-image-on-load-path): Removed.  Replaced by
20921         defezimage in ezimage.el.
20922         (speedbar-expand-image-button-alist): Removed.  Replaced by
20923         ezimage-expand-image-button-alist in ezimage.el.
20925         (speedbar-ignored-directory-regexp)
20926         (speedbar-add-ignored-directory-regexp)
20927         (speedbar-ignored-directory-expressions)
20928         (speedbar-line-directory, speedbar-buffers-line-directory)
20929         (speedbar-directory-line, speedbar-buffers-line-directory):
20930         Renamed, replacing `path' with `directory'.
20932         (speedbar-create-directory, speedbar-expand-line-descendants)
20933         (speedbar-toggle-line-expansion)
20934         (speedbar-contract-line-descendants): New commands.
20936         (speedbar-query-confirmation-method, speedbar-select-frame-method)
20937         (speedbar-use-tool-tips-flag): New options.
20939         (speedbar-check-read-only, speedbar-require-version)
20940         (speedbar-insert-separator, speedbar-buffers-tail-notes)
20941         (speedbar-handle-delete-frame, speedbar-try-completion)
20942         (speedbar-update-localized-contents): New functions.
20944         (speedbar-incompatible-version, speedbar-ro-to-do-point)
20945         (speedbar-object-read-only-indicator): New variables.
20947         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20948         New hooks.
20950         (speedbar-separator-face): New face.
20952         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20953         (speedbar-ignored-modes): Add fundamental-mode.
20954         (speedbar-directory-unshown-regexp): Add . directories.
20956         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20957         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20958         `]' for full expand/close.
20959         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20961         (speedbar-check-vc): Support hidden files.
20962         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20963         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
20964         state is nil, it is not checked out.
20966         (speedbar-line-text, speedbar-line-token): Support expand buttons
20967         with no text.
20968         (speedbar-refresh): Universal argument acts as power-click.
20969         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20970         that buffer to get variable values.
20972         And many other bugfixes.
20974         * dframe.el, ezimage.el, sb-image.el: New files.
20976         * sb-*.xpm: Remove files.  New image files installed into
20977         etc/images/ezimage.
20979 2005-09-30  Kenichi Handa  <handa@m17n.org>
20981         * ps-mule.el (ps-mule-show-warning): If a character is in
20982         ps-print-translation-table, don't treat it as non-printable.
20984 2005-09-30  David Ponce  <david@dponce.com>
20986         * tree-widget.el (tree-widget-themes-load-path): New variable.
20987         (tree-widget-themes-directory): Doc fix.
20988         (tree-widget-image-formats) [Emacs]: Doc fix.
20989         (tree-widget--locate-sub-directory): New function.
20990         (tree-widget-themes-directory): Use it.
20992         * recentf.el (recentf-filename-handlers): Rename from
20993         `recentf-filename-handler'.  Allow a list of functions.
20994         (recentf-menu-items-for-commands): Fix :help strings.
20995         (recentf-apply-filename-handlers): New function.
20996         (recentf-expand-file-name): Use it.
20997         (recentf-cleanup): Remove duplicates too.
20999 2005-09-29  Juri Linkov  <juri@jurta.org>
21001         * faces.el: Rearrange face definitions to be in the same order as
21002         their face descriptions in "(emacs)Standard Faces".
21004         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21006         * tooltip.el (tooltip): Add group `basic-faces'.
21008         * buff-menu.el (Buffer-menu-buffer): Remove group
21009         `font-lock-highlighting-faces'.
21011         * progmodes/compile.el (compilation-error, compilation-warning)
21012         (compilation-info, compilation-line-number, compilation-column-number):
21013         Change group from `font-lock-highlighting-faces' to `compilation'.
21015         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21016         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21017         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21018         (vhdl-font-lock-reserved-words-face)
21019         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21020         `font-lock-highlighting-faces'.
21022         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21024 2005-09-28  Kim F. Storm  <storm@cua.dk>
21026         * emulation/cua-base.el: Set CUA move property on additional commands:
21027         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21028         forward-sexp, backward-sexp, forward-list, backward-list.
21030 2005-09-28  Romain Francoise  <romain@orebokech.com>
21032         * comint.el (comint-show-output): Really set point at the
21033         beginning of the output when not using `comint-use-prompt-regexp'.
21035 2005-09-27  Jay Belanger  <belanger@truman.edu>
21037         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21038         in TeX mode.
21040 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21042         * textmodes/org.el (org-table-sum): Fix format string.
21044         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21045         Quote face names.
21047 2005-09-26  Romain Francoise  <romain@orebokech.com>
21049         * isearch.el (isearch-forward-regexp): Close doc string.
21051 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21053         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21055         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21057         * progmodes/compile.el (compilation-error-properties):
21058         When getting the file from the previous error message,
21059         correctly decode the new data format.
21061         * progmodes/cc-cmds.el (c-electric-paren):
21062         Call old-blink-paren only for close-paren.
21064 2005-09-24  Andreas Schwab  <schwab@suse.de>
21066         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21067         condition.
21069 2005-09-25  Romain Francoise  <romain@orebokech.com>
21071         * dired-aux.el (dired-copy-file-recursive):
21072         * dired.el (dired-delete-file):
21073         * ediff-mult.el (ediff-dir-diff-copy-file):
21074         * ediff-util.el (ediff-test-save-region):
21075         * forms.el (forms-mode):
21076         * ido.el (ido-file-internal, ido-delete-file-at-head):
21077         * log-edit.el (log-edit-done):
21078         * ses.el (ses-yank-resize):
21079         * play/gomoku.el (gomoku-human-plays, gomoku)
21080         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21081         (gomoku-offer-a-draw):
21082         * play/landmark.el (lm-human-resigns, lm):
21083         * net/eudcb-ldap.el (eudc-ldap-check-base):
21084         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21085         * progmodes/ebrowse.el (ebrowse-find-pattern):
21086         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21087         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21088         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21090         * vc.el (vc-delete-file):
21091         * play/gomoku.el (gomoku-terminate-game, gomoku)
21092         (gomoku-prompt-for-move, gomoku-human-takes-back):
21093         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21094         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21096 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21098         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21099         color rxvt terminals by using the code xterm.el used to use before
21100         2005-04-09 in order to match the colors used by rxvt.
21102 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21104         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21105         colors rxvt-unicode terminals by using the same code as xterm.el.
21107 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21109         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21110         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21111         new symbol used for the tex-verbatim face.
21113 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21115         * woman.el (woman-file-name):
21116         * wid-edit.el (widget-file-prompt-value)
21117         (widget-coding-system-prompt-value):
21118         * w32-fns.el (set-w32-system-coding-system):
21119         * vc.el (vc-version-diff, vc-annotate):
21120         * textmodes/reftex-auc.el (reftex-arg-cite)
21121         (reftex-arg-index-tag):
21122         * textmodes/refer.el (refer-get-bib-files):
21123         * textmodes/artist.el (artist-figlet-choose-font):
21124         * terminal.el (terminal-emulator):
21125         * replace.el (occur-read-primary-args):
21126         * rect.el (string-rectangle, string-insert-rectangle):
21127         * ps-print.el (ps-print-preprint):
21128         * progmodes/pascal.el (pascal-goto-defun):
21129         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21130         * progmodes/compile.el (compilation-find-file):
21131         * printing.el (pr-interactive-n-up):
21132         * play/animate.el (animate-birthday-present):
21133         * net/rcompile.el (remote-compile):
21134         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21135         * mail/rmailsum.el (rmail-summary-search-backward)
21136         (rmail-summary-search):
21137         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21138         (rmail-output-read-file-name):
21139         * mail/rmail.el (rmail-search, rmail-search-backwards):
21140         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21141         * locate.el (locate):
21142         * international/quail.el (quail-show-keyboard-layout):
21143         * international/mule.el (set-buffer-file-coding-system)
21144         (revert-buffer-with-coding-system, set-file-name-coding-system)
21145         (set-terminal-coding-system, set-keyboard-coding-system)
21146         (set-next-selection-coding-system):
21147         * international/mule-diag.el (describe-coding-system)
21148         (describe-font, describe-fontset):
21149         * international/mule-cmds.el (universal-coding-system-argument)
21150         (search-unencodable-char, describe-input-method)
21151         (set-language-environment, describe-language-environment):
21152         * international/codepage.el (codepage-setup):
21153         * international/code-pages.el (codepage-setup):
21154         * info.el (Info-search, Info-follow-reference)
21155         (Info-search-backward):
21156         * emacs-lisp/advice.el (ad-read-advised-function)
21157         (ad-read-advice-class, ad-clear-cache, ad-activate)
21158         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21159         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21160         (ad-read-regexp):
21161         * ediff-util.el (ediff-toggle-regexp-match):
21162         * ediff-ptch.el (ediff-prompt-for-patch-file):
21163         * dired-aux.el (dired-diff):
21164         * diff.el (diff):
21165         * cus-edit.el (custom-variable-prompt):
21166         * calendar/timeclock.el (timeclock-ask-for-project):
21167         * calc/calcalg3.el (calc-get-fit-variables):
21168         * calc/calc-store.el (calc-edit-variable)
21169         (calc-permanent-variable):
21170         * vc-mcvs.el (vc-mcvs-register):
21171         * shadowfile.el (shadow-define-literal-group):
21172         * woman.el (woman-file-name):
21173         * vc.el (vc-version-diff, vc-merge):
21174         * textmodes/reftex-index.el (reftex-index-complete-tag):
21175         * format.el (format-decode-buffer, format-decode-region):
21176         * emulation/viper-cmd.el (viper-read-string-with-history):
21177         * emacs-lisp/debug.el (cancel-debug-on-entry):
21178         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21179         * ediff.el (ediff-merge-revisions)
21180         (ediff-merge-revisions-with-ancestor, ediff-revision):
21181         * completion.el (interactive-completion-string-reader):
21182         * calc/calc-prog.el (calc-user-define-formula):
21183         Follow convention for reading with the minibuffer.
21185 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21187         * progmodes/python.el (python-describe-symbol): Add globals() and
21188         locals() to the arguments of emacs.ehelp.
21190 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21192         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21193         New function, code extracted from ispell-valid-dictionary-list.
21194         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21195         Call it.
21197 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21199         * subr.el (version-regexp-alist): Extend valid syntax for version
21200         strings: allow any of the characters -,_,+ to separate the
21201         alpha/beta/rc part from the version part.  Doc fix.
21202         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21204 2005-09-23  David Reitter  <david.reitter@gmail.com>
21206         * mail/mailclient.el: New file.
21208 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21210         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21211         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21212         Doc fixes.
21214         * progmodes/cc-mode.el (c-font-lock-init):
21215         Specify font-lock-lines-before.
21217 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21219         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21220         whole conflict.
21222 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21224         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21225         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21226         of `remap' feature when available.  Additional key bindings for
21227         better tty support.
21228         (org-mode-restart, org-force-self-insert): New commands.
21229         (org-time-stamp-inactive): New command.
21230         (org-remap): New function.
21231         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21232         (org-enable-fixed-width-editor): Move to `org-structure'
21233         customization group.
21234         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21235         blank field after field motion commands.
21237 2005-09-23  Kenichi Handa  <handa@m17n.org>
21239         * international/mule-cmds.el (set-language-environment):
21240         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21241         have to call utf-translate-cjk-load-tables.
21243 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21245         * mouse.el (mouse-move-drag-overlay): Fix last change.
21247 2005-09-22  David Ponce  <david@dponce.com>
21249         * tree-widget.el (tree-widget-value-create): Fix previous change.
21251 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21253         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21255 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21257         * mouse.el (mouse-move-drag-overlay): New function.
21258         (mouse-drag-region-1): Use it.
21259         Try to simplify a bit the state handling.  Handle clicks on links
21260         inside intangible areas.
21261         (mouse-save-then-kill): Minor simplification.
21262         (mouse-secondary-overlay): Make it always non-nil instead of
21263         recreating it each time.
21264         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21265         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21266         Simplify accordingly.
21268 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21270         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21272 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21274         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21275         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21276         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21277         to patch.
21279         * ediff-util.el: Use insert-buffer-substring.
21281         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21283         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21284         field boundaries in the minibuffer.
21285         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21286         (viper-minibuffer-post-command-hook): New hook.
21287         (viper-line): Don't move cursor at bolp.
21289         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21291         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21292         avoid compiler warnings.
21294         * emulation/viper-macs.el (ex-map): Better messages.
21296         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21298         * emulation/viper.el: Replace make-variable-buffer-local with
21299         viper-make-variable-buffer-local everywhere, to avoid warnings.
21301 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21303         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21304         Delete unused var `old-selected-window'.
21305         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21306         (mouse-drag-secondary): Delete unused var `start-frame'.
21308 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21310         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21312 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21314         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21315         Re-indent within 80 columns.  Use inhibit-read-only.
21317 2005-09-19  Romain Francoise  <romain@orebokech.com>
21319         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21321 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21323         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21324         unconditionally, since the after-change-function already did it.
21326 2005-09-19  Miles Bader  <miles@gnu.org>
21328         * net/newsticker.el: Get rid of CVS keyword.
21330 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
21332         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21333         The prompt is formatted later.
21335 2005-09-19  David Ponce  <david@dponce.com>
21337         * tree-widget.el (tree-widget-value-create): Save the converted
21338         tree :node widget.
21340 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21342         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21343         variable `message'.
21345 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21347         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21348         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21349         <slawomir.nowaczyk.847@student.lu.se>.
21351 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21353         * image.el (image-load-path): Use symbol `data-directory' instead
21354         of its value, for backward compatibility with packages that bind
21355         it during `find-image'.  Suggested by Katsumi Yamaoka.
21356         (image-search-load-path): Handle symbols whose values are strings.
21358 2005-09-18  Romain Francoise  <romain@orebokech.com>
21360         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21361         with-current-buffer form in save-excursion.
21363 2005-09-18  Deepak Goel  <deego@gnufans.org>
21365         * apropos.el (apropos-command): Fix `message' call: first arg
21366         should be a format spec.  In this and all other cases that appear
21367         below and elsewhere in the source code, I made a change only when
21368         two conditions were satisfied: [1] I can think of a possibility
21369         that the arguments would cause an error, for example, the code in
21370         question relies on external variables such as filenames.  [2] I
21371         was sure that the arg to `message' could not have been nil in the code.
21373         * textmodes/tildify.el (tildify-region): Ditto.
21375         * textmodes/reftex-index.el (reftex-index-change-entry)
21376         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21377         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21378         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21379         (org-priority, org-table-sum):
21380         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21381         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21382         (flyspell-word, flyspell-display-next-corrections):
21383         * textmodes/bibtex.el (bibtex-print-help-message):
21384         * textmodes/artist.el (artist-key-set-point-poly):
21385         * term/mac-win.el (mac-services-insert-text):
21386         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21387         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21388         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21389         (vhdl-compose-configuration):
21390         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21391         (sh-set-indent, sh-learn-line-indent):
21392         * progmodes/ps-mode.el (ps-mode-target-column):
21393         * progmodes/idlwave.el (idlwave-make-tags)
21394         (idlwave-scan-library-catalogs):
21395         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21396         * progmodes/gud.el (gud-jdb-analyze-source):
21397         * progmodes/flymake.el (flymake-log):
21398         * progmodes/ebnf2ps.el (ebnf-generate-region):
21399         * progmodes/cmacexp.el (c-macro-expansion):
21400         * progmodes/ada-xref.el (ada-treat-cmd-string):
21401         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21402         (ada-justified-indent-current, ada-batch-reformat):
21403         * play/zone.el (zone):
21404         * play/landmark.el (lm-move):
21405         * play/decipher.el (decipher-show-alphabet):
21406         * net/newsticker.el (newsticker--display-jump)
21407         (newsticker--display-scroll):
21408         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21409         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21410         * mail/feedmail.el (feedmail-dump-message-to-queue):
21411         * eshell/esh-proc.el (eshell-remove-process-entry):
21412         * emulation/ws-mode.el (ws-last-error):
21413         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21414         (viper-record-kbd-macro):
21415         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21416         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21417         * emacs-lisp/find-func.el (find-function-noselect):
21418         * calendar/timeclock.el (timeclock-status-string)
21419         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21420         (timeclock-when-to-leave-string):
21421         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21422         * calc/calc-units.el (calc-enter-units-table):
21423         * calc/calc-mode.el (calc-mode-record-mode):
21424         * woman.el (woman-mini-help):
21425         * wdired.el (wdired-change-to-wdired-mode):
21426         * vc.el (vc-retrieve-snapshot):
21427         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21428         * startup.el (display-startup-echo-area-message):
21429         * simple.el (set-goal-column):
21430         * ses.el (ses-command-hook, ses-recalculate-cell):
21431         * server.el (server-process-filter):
21432         * printing.el (pr-interface-txt-print, pr-interface-printify)
21433         (pr-interface-ps):
21434         * pcvs.el (cvs-help):
21435         * log-edit.el (log-edit, log-edit-mode-help):
21436         * iswitchb.el (iswitchb-possible-new-buffer):
21437         * isearch.el (isearch-edit-string):
21438         * image-mode.el (image-mode, image-minor-mode):
21439         * ibuf-macs.el (define-ibuffer-filter):
21440         * hi-lock.el (hi-lock-find-patterns):
21441         * files.el (toggle-read-only):
21442         * ediff-util.el (ediff-copy-diff)
21443         (ediff-write-merge-buffer-and-maybe-kill):
21444         * echistory.el (Electric-history-undefined):
21445         * dnd.el (dnd-insert-text):
21446         * dired-aux.el (dired-query):
21447         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21448         * bookmark.el (bookmark-bmenu-locate):
21449         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21450         Fix `message' calls to ensure first arg is a format string.
21451         The change was made only when these two conditions were satisfied:
21452         [1] when there is a possibility that the arguments would cause an error
21453         for example, if the code in question relies on external variables
21454         such as filenames, and
21455         [2] if the arg to `message' could not have been nil in the code.
21457         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21458         Not having a %s would be weird, though not technically wrong.
21460 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21462         * term/mac-win.el (mac-add-charset-info): Doc fix.
21464 2005-09-17  Romain Francoise  <romain@orebokech.com>
21466         * shell.el (shell-resync-dirs): Handle echoing processes more
21467         reliably.  Don't insert resync command if `comint-process-echoes'
21468         is non-nil.
21470 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21472         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21473         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21474         aspell versions >= 0.60.
21475         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21476         only if ispell-aspell-supports-utf8 is non-nil.
21478 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21480         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21481         buffer-local value to lisp-indent-function.
21483 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21485         * progmodes/glasses.el (glasses-make-readable): If
21486         glasses-separator differs from underscore, put appropriate
21487         overlays over underscore characters.
21488         (glasses-convert-to-unreadable): If glasses-separator differs from
21489         underscore, try to convert glasses-separator characters to
21490         underscores.
21492 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21494         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21495         Use with-syntax-table and dolist.
21497 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21499         * textmodes/reftex-auc.el:
21500         * textmodes/reftex-cite.el:
21501         * textmodes/reftex-dcr.el:
21502         * textmodes/reftex-global.el:
21503         * textmodes/reftex-parse.el:
21504         * textmodes/reftex-ref.el:
21505         * textmodes/reftex-sel.el:
21506         * textmodes/reftex-toc.el:
21507         * textmodes/reftex-vars.el:
21508         * textmodes/reftex.el: Small changes to remove compiler warnings.
21510         * textmodes/reftex-index.el: Likewise.
21511         (reftex-query-index-phrase): More efficient use of markers.
21513 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21515         * image.el (image-load-path): New variable.
21516         (image-search-load-path): New function.
21517         (find-image): Search for images in `image-load-path'.
21519 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21521         * follow.el: Change Maintainer field.
21523 2005-09-15  David Ponce  <david@dponce.com>
21525         * recentf.el (recentf-save-file-modes): New option.
21526         (recentf-save-list): Use it.
21528 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21530         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21531         (mode-line-mule-info, mode-line-modified): Move bindings from
21532         mouse-3 to mouse-1.
21534 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21536         * simple.el (sendmail-user-agent-compose): Revert last change.
21538 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21540         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21541         Use with-current-buffer.
21542         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21543         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21544         (ange-ftp-insert-directory): Remove unused var `short'.
21545         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21547         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21548         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21550         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21551         (check-calendar-holidays, diary-list-entries): Autoload.
21552         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21553         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21555         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21556         which mistakenly removed a call to display-buffer.
21558 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21560         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21562 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21564         * progmodes/hideshow.el
21565         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21566         (hs-allow-nesting): New user var.
21567         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21568         (hs-hide-block-at-point): When nesting allowed,
21569         if there is already an overlay in place, delete it.
21570         (hs-safety-is-job-n): Delete func; remove call sites.
21571         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21572         (hs-overlay-at): New func.
21573         (hs-already-hidden-p, hs-show-block): Use it.
21574         (hs-hide-all): Don't pre-clean if nesting allowed.
21575         (hs-show-all): Temporarily disallow
21576         nesting around call to `hs-discard-overlays'.
21578 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21580         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21581         Delete unused local var.
21583 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21585         * help-fns.el (describe-categories): "?\ " -> "?\s".
21586         (help-do-arg-highlight): Recognize also ARG-n, as in
21587         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21589         * international/codepage.el (dos-unsupported-char-glyph):
21590         * net/newsticker.el (tool-bar-map, w3-mode-map)
21591         (w3m-minor-mode-map):
21592         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21593         (ent-alist):
21594         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21596 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21598         * custom.el (custom-push-theme): Handle the case where a symbol is
21599         bound but face properties have not yet been assigned.
21601         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21602         Fix behavior if noerase is `t' and there is no mail buffer.
21604         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21605         if `continue' is nil, rather than signal an error.
21607 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21609         * font-lock.el (font-lock-keywords): Add autoload.
21611         * help-fns.el (describe-variable): Rearrange to put source link
21612         in a predictable place.
21614         * net/newsticker.el: New file.
21616 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21618         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21619         (calendar-basic-setup): Use the new nil arg.
21620         (number-of-diary-entries): Move to diary-lib.el.
21622         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21623         (diary-list-entries): Use with-syntax-table and dolist.
21624         Rename from list-diary-entries.
21625         Use number-of-diary-entries if `number' is nil.
21626         (diary, diary-view-entries): Use this new name and new nil arg value.
21627         (number-of-diary-entries): Move from calendar.el.
21628         (diary-unhide-everything): New function.
21629         (include-other-diary-files, fancy-diary-display)
21630         (diary-show-all-entries, make-diary-entry): Use it.
21631         (diary-mail-entries): Use buffer-string.
21632         (mark-diary-entries): Fix long standing paren typo.
21633         (diary-sexp-entry): Use count-lines.
21634         (make-diary-entry): Avoid `previous-line'.
21635         (diary-mode-map): New var.
21636         (diary-mode): Redraw cal after saving.  Setup header-line.
21637         (fancy-diary-display-mode): Use local-set-key.
21639         * startup.el (command-line): Try calling various terminal-init-foo-bar
21640         functions by stripping hyphenated suffixes from $TERM.
21642         * files.el (normal-mode): Check boundness of font-lock-keywords.
21644 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21646         * progmodes/compile.el: Don't decide a file's directory
21647         until the user actually tries to go there.
21648         (compilation-next-error-function):
21649         Pass compilation-find-file the directory from the file-struct.
21650         (compilation-internal-error-properties): Separate local FILE-STRUCT
21651         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21652         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21653         Expand it, and if nil, use default-directory.
21654         (compilation-get-file-structure): Don't mix specified directory
21655         with default directory.  Put specified directory into
21656         file-struct.  Don't make the file name absolute.
21658         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21659         (compile-command): Add autoload.
21660         (compilation-disable-input): Add autoload.
21662 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21664         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21665         strings of the variables it can override.
21666         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21667         %Q and %q, for fully-qualified domain name and unqualified host name.
21669 2005-09-11  Kim F. Storm  <storm@cua.dk>
21671         * emacs-lisp/authors.el (authors-aliases): Update list.
21672         (authors-fixed-entries): Update mldrag.el entry.
21674 2005-09-10  Alan Mackenzie  <acm@muc.de>
21676         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21677         from the region narrowed to.
21679 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21681         * textmodes/ispell.el (ispell-check-version): Signal an error if
21682         aspell version is less than 0.60.
21684 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21686         * progmodes/octave-inf.el (inferior-octave-startup):
21687         Resync current dir at the end.
21689 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21691         * woman.el (woman-topic-at-point-default):
21692         Rename to woman-use-topic-at-point-default.
21693         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21694         (woman-file-name): Reflect renames above.  Automatically use the
21695         word at point as topic if woman-use-topic-at-point is non-nil.
21696         Otherwise offer it as default but don't insert it in the
21697         minibuffer.  Also use `test-completion' instead of `assoc' as
21698         suggested by Stefan Monnier.
21700 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21702         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21703         the attempt to do it over Tramp.  This is not yet supported.
21705 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21707         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21708         (menu-bar-non-minibuffer-window-p): New functions.
21709         ("Split Window", "Save As..."): Use them.
21710         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21711         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21712         Use menu-bar-menu-frame-live-and-visible-p.
21713         ("Save Buffer", "Insert File", "Open Directory...")
21714         ("Open File...", "Visit New File..."):
21715         Use menu-bar-non-minibuffer-window-p.
21716         (kill-this-buffer-enabled-p, dired <menu-enable>):
21717         Use menu-bar-non-minibuffer-window-p.
21719 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21721         * cus-start.el (all): Don't complain about fringe-related
21722         built-ins if fringes are not supported.  Ditto about
21723         selection-related built-ins.  Fix the test for GTK-related built-ins.
21725         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21726         ("Postscript Print Buffer", "Print Region", "Save As...")
21727         ("Save", "Insert File...", "Open Directory...")
21728         ("Open File...", "Visit New File..."")
21729         ("Truncate Long Lines in this Buffer"): Don't look at
21730         menu-updating-frame if this display does not support multiple frames.
21732 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21734         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21736 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21738         * woman.el: Format- and whitespace-related changes.
21740 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21742         * woman.el: Fix my email address.
21744 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21746         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21747         (sh-mode): Locally set skeleton-pair-default-alist.
21749         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21751         * progmodes/flymake.el: Require `compile' unconditionally.
21753         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21755         * woman.el (woman-file-name): Provide a default, not initial input.
21757         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21759         * font-lock.el (font-lock-support-mode): Doc fix.
21761         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21763 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21765         * simple.el (blink-matching-open): Get rid of text props from
21766         the string shown in echo area.  Don't permanently set point.
21767         Some rearrangements.
21769 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21771         * recentf.el (recentf-filename-handler): Add custom choice
21772         `abbreviate-file-name'.
21774         * msb.el (msb--very-many-menus): Fix typo.
21776         * disp-table.el (standard-display-european): Don't set
21777         enable-multibyte-characters to nil.
21779 2005-09-08  David Ponce  <david@dponce.com>
21781         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21782         (recentf-expand-file-name): Doc fix.
21783         (recentf-dialog-mode-map): Define digit shortcuts.
21784         (recentf--files-with-key): New variable.
21785         (recentf-show-digit-shortcut-filter): New function.
21786         (recentf-open-files-items): New function.
21787         (recentf-open-files): Use it.
21788         (recentf-open-file-with-key): New command.
21790 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21792         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21793         Suggested by Kim F. Storm.
21794         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21795         (Buffer-menu-make-sort-button): Use global keymap.
21797 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21799         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21800         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21801         necessary any longer with the remapped command.
21802         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21803         formatting time only.
21805         * net/tramp.el (tramp-action-password)
21806         (tramp-multi-action-password): Compile the password prompt from
21807         `method', `user' and `host'.  Sometimes it isn't obvious which
21808         password to enter, for example with remote files offered by
21809         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21810         <robert@chezmarshall.freeserve.co.uk>.
21812 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21814         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21815         Fix regexp for when "s///" is at the beginning of line.
21817 2005-09-07  Jay Belanger  <belanger@truman.edu>
21819         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21820         when in matrix mode.
21822 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21824         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21825         non-anonymous functions.
21827 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21829         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21830         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21832         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21833         can't be moved; don't signal an error.
21835 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21837         * cus-theme.el (custom-theme-write-faces): Save the current face
21838         spec, not the defface spec.
21840         * custom.el (custom-known-themes): Clarify meaning of "standard".
21841         (custom-push-theme): Save old values in the standard theme.
21842         (disable-theme): Correct typo.
21843         (custom-face-theme-value) Deleted unused function.
21844         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21846 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21848         * progmodes/compile.el (compilation-goto-locus): Take into account
21849         iconified frames when determining whether the buffer is
21850         already visible.
21851         Don't reset window height if the window already existed.
21853 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21855         * custom.el (load-theme): Rename from require-theme.
21856         Add interactive spec.
21857         (enable-theme): Rename from custom-enable-theme.
21858         Add interactive spec.
21859         (disable-theme): Rename from custom-disable-theme.
21860         Add interactive spec.
21861         (custom-make-theme-feature): Doc fix.
21862         (custom-theme-directory): Doc fix.
21863         (provide-theme): Call enable-theme.
21865 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21867         * obsolete/lazy-lock.el (lazy-lock-mode):
21868         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21869         font-lock-mode if it's off.  Print a warning instead.
21871         * progmodes/compile.el (compilation-start): Ignore errors if the
21872         process died before we get to send-eof.
21874         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21875         Undo last change.  Enclosing the result in quotes broke things on Unix
21876         since tex-send-command passes it through shell-quote-argument.
21877         (tex-send-command): Pass `file' through convert-standard-filename
21878         when possible.
21879         (tex-uptodate-p): Handle the case where TeX hasn't put additional
21880         info in a transcript.
21882 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
21884         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21885         fix compilation warning.  Reorder the key definitions to group
21886         together keys emitted by the current version of xterm.
21888         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21889         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21890         Reorder predicates to correct min-color usage.
21892 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
21894         * longlines.el (longlines-mode): Inhibit read-only when encoding.
21895         Kill local variables when longlines-mode is turned off.
21897 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21899         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21901         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21903         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21905         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21906         (font-lock-lines-before): Change default to being inactive.
21907         (font-lock-default-fontify-region): Obey font-lock-lines-before.
21908         (font-lock-after-change-function): Don't handle f-l-lines-before here.
21910 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21912         * net/tramp.el (tramp-handle-make-auto-save-file-name):
21913         Deactivate temporarily advice if active (not needed for Emacs 22,
21914         but for backwards compatibility).
21915         (tramp-exists-file-name-handler): Rewrite.  First implementation
21916         was too simple.
21917         (tramp-advice-make-auto-save-file-name):
21918         Call `tramp-handle-make-auto-save-file-name' (again, just for
21919         backwards compatibility).
21921 2005-08-31  Reto Zimmermann  <reto@gnu.org>
21923         * progmodes/vhdl-mode.el
21924         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21925         (vhdl-end-p): Fix indentation bug "else" after "-- when".
21926         (vhdl-set-default-project): New function (easier setting of default).
21927         (vhdl-port-copy): Handle extended identifiers for generics.
21928         (vhdl-compiler-alist): Better description for error message regexp.
21929         (vhdl-make): Query for target, use previous as default.
21930         (vhdl-port-copy): Fix port copy for port names starting with "signal".
21931         (vhdl-font-lock-keywords-2): Fix fontification for record
21932         el. assign.
21933         (vhdl-speedbar-make-subpack-line): Add package body link.
21934         (vhdl-generate-makefile-1): Not include itself as dependency.
21935         (vhdl-font-lock-init): Highlight c-preprocessor directives.
21936         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21937         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21938         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21939         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21940         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21941         (vhdl-import-project): Add string argument for `error'.
21942         (vhdl-compose-configuration)
21943         (vhdl-compose-configuration-architecture): Add configuration
21944         declaration generation.
21945         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21946         (vhdl-trailer-re): Add "record" keyword (better indentation).
21947         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21948         "[^ \t-\"]+".
21949         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21950         (vhdl-testbench-entity-file-name)
21951         (vhdl-testbench-architecture-file-name): Allow separate
21952         customization of testbench file names.
21953         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21954         (vhdl-get-visible-signals): Allow newline within alias declaration.
21955         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21956         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21957         (member-ignore-case): Alias for missing function in XEmacs.
21958         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21959         (vhdl-update-sensitivity-list): Ignore case on read signals.
21960         (vhdl-replace-string): Adjust case only for file names.
21961         (vhdl-update-sensitivity-list): Fix search for read signals.
21962         (vhdl-update-sensitivity-list): Exclude formal parameters.
21963         (vhdl-get-visible-signals): Include aliases of signals.
21964         (vhdl-get-visible-signals): Fix signal name searching.
21965         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21966         (vhdl-fixup-whitespace-region): Fix for character
21967         literals (e.g. `:').
21969 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21971         * ansi-color.el (comint-last-output-start):
21972         * bs.el (font-lock-verbose):
21973         * diff-mode.el (add-log-buffer-file-name-function):
21974         * dired-x.el (vm-folder-directory):
21975         * faces.el (help-xref-stack-item):
21976         * files.el (font-lock-keywords):
21977         * find-lisp.el (dired-buffers, dired-subdir-alist):
21978         * ido.el (cua-inhibit-cua-keys):
21979         * log-view.el (cvs-minor-wrap-function):
21980         * outline.el (font-lock-warning-face):
21981         * simple.el (compilation-current-error):
21982         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21983         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21984         * tooltip.el (comint-prompt-regexp):
21985         * w32-fns.el (explicit-shell-file-name):
21986         * term/mac-win.el (mac-charset-info-alist)
21987         (mac-services-selection, mac-system-script-code):
21988         * term/tty-colors.el (msdos-color-values):
21989         * term/w32-win.el (xlfd-regexp-registry-subnum):
21990         * term/x-win.el (x-keysym-table, x-selection-timeout)
21991         (x-session-id, x-session-previous-id):
21992         * textmodes/ispell.el (mail-yank-prefix):
21993         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21994         * textmodes/org.el (calc-embedded-close-formula)
21995         (calc-embedded-open-formula)
21996         (font-lock-unfontify-region-function):
21997         * textmodes/reftex-global.el (isearch-next-buffer-function)
21998         (TeX-master):
21999         * textmodes/reftex.el (font-lock-keywords):
22000         * textmodes/tex-mode.el (font-lock-comment-face)
22001         (font-lock-doc-face):
22002         * textmodes/texinfo.el (outline-heading-alist):
22003         Add defvars.
22005         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22006         (artist-spray-chars, artist-mode-init, artist-replace-string)
22007         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22008         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22009         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22011         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22012         (conf-align-assignments): "?\ " -> "?\s".
22014         * textmodes/reftex-index.el (TeX-master): Add defvar.
22015         (reftex-index-phrases-marker): Move up defvar.
22017         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22018         (reftex-toc-include-labels-indicator)
22019         (reftex-toc-include-index-indicator)
22020         (reftex-toc-max-level-indicator): Move up declarations.
22022         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22023         of args to `tramp-run-real-handler', even if it's empty in this case.
22025 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22027         * dired.el (dired-move-to-filename-regexp): Add date format for
22028         Mac OS X 10.3 in East Asian locales.
22030 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22032         * files.el (make-auto-save-file-name): Add file name handler call
22033         if applicable.
22035         * net/tramp.el (tramp-file-name-handler-alist)
22036         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22037         (tramp-handle-make-auto-save-file-name): Rename from
22038         `tramp-make-auto-save-file-name'.
22039         (tramp-exists-file-name-handler): New defun.
22040         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22041         `make-auto-save-file-name' is not a magic file name operation.
22043 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22045         * files.el (risky-local-variable-p):
22046         Match `-predicates' and `-commands.
22048         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22049         (custom-save-all): Visit the file if necessary;
22050         kill the buffer if we created it.
22051         (custom-save-delete): Don't visit file or kill buffer here.
22053 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22055         * textmodes/org.el (org-special-keyword): New face.
22056         (org-table-copy-down, org-table-eval-formula)
22057         (org-table-recalculate, org-init-section-numbers):
22058         Use `string-to-number' instead of `string-to-int'.
22059         (org-get-location): Use `insert-buffer-substring' instead of
22060         `insert-buffer'.
22061         (org-modify-diary-entry-string): New function.
22062         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22063         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22064         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22065         active region.
22066         (org-export-as-html): Handle QUOTE keyword.
22067         (org-quote-string): New option.
22068         (org-bookmark-jump-unhide): New function, used for
22069         `bookmark-after-jump-hook'.
22070         (org-diary-default-entry): Apply only when not called through
22071         `org-agenda'.
22073 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22075         * net/eudc.el (mode-popup-menu):
22076         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22077         * progmodes/ada-mode.el (compile-auto-highlight)
22078         (skeleton-further-elements):
22079         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22080         * progmodes/cmacexp.el (msdos-shells):
22081         * progmodes/compile.el (font-lock-extra-managed-props)
22082         (font-lock-keywords, font-lock-maximum-size)
22083         (font-lock-support-mode):
22084         * progmodes/grep.el (font-lock-lines-before):
22085         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22086         * progmodes/mixal-mode.el (compile-command):
22087         * progmodes/perl-mode.el (font-lock-comment-face)
22088         (font-lock-doc-face, font-lock-string-face):
22089         * progmodes/prolog.el (comint-prompt-regexp):
22090         * progmodes/sh-script.el (font-lock-comment-face)
22091         (font-lock-set-defaults, font-lock-string-face):
22092         * progmodes/sql.el (font-lock-keyword-face)
22093         (font-lock-set-defaults, font-lock-string-face):
22094         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22095         (itimer-version, lazy-lock-defer-contextually)
22096         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22097         Add defvars.
22099         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22100         (cperl-electric-keyword, cperl-electric-pod)
22101         (cperl-electric-backspace, cperl-forward-re)
22102         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22103         (vc-rcs-header, vc-sccs-header): Add defvars.
22105         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22106         (font-lock-syntactic-keywords, gud-find-expr-function):
22107         Add defvars.
22109         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22110         (gdb-frame-parameters): Declare before use.
22112         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22113         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22114         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22115         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22117         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22118         (idlwave-help-with-source): Use `insert-buffer-substring', not
22119         `insert-buffer'.
22121 2005-08-29  Juri Linkov  <juri@jurta.org>
22123         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22124         Put outline-back-to-heading function call inside save-excursion.
22126 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22128         * man.el (Man-init-defvars, Man-translate-references)
22129         (Man-support-local-filenames, Man-highlight-references):
22130         * progmodes/sql.el (sql-interactive-mode):
22131         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22133         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22134         (compilation-mode-font-lock-keywords): Add defvars.
22135         (checkdoc-interactive-loop): "?\ " -> "?\s".
22137         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22138         (font-lock-doc-face, font-lock-string-face)
22139         (font-lock-keywords-case-fold-search): Add defvars.
22140         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22142         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22143         Don't pass X and Y (they are ignored anyway).
22144         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22145         (mouse-delete-window): Make arguments optional.
22147         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22148         (caesar-translate-table, minor-modes, news-buffer-save)
22149         (news-group-name, news-minor-modes): Add defvars.
22151         * emacs-lisp/lselect.el (mouse-highlight-priority)
22152         (x-lost-selection-functions, zmacs-regions):
22153         * emacs-lisp/pp.el (font-lock-verbose):
22154         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22155         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22156         (ses-mode-map):
22157         * emacs-lisp/tcover-unsafep.el (safe-functions):
22158         * international/mule-cmds.el (mac-system-coding-system)
22159         (mac-system-locale):
22160         * language/ethio-util.el (rmail-current-message)
22161         (rmail-message-vector):
22162         * language/thai-util.el (thai-auto-composition-mode):
22163         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22164         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22165         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22166         (vm-primary-inbox, vm-spool-files):
22167         * mail/rmail.el (deleted-head, font-lock-fontified)
22168         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22169         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22170         (total-messages):
22171         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22172         (rmail-summary-mode-map):
22173         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22174         (rmail-last-label, rmail-last-multi-labels)
22175         (rmail-summary-vector, rmail-total-messages):
22176         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22177         * mail/rmailsum.el (msgnum):
22178         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22179         (rmail-current-message):
22180         * obsolete/fast-lock.el (font-lock-face-list):
22181         * obsolete/rnewspost.el (mail-reply-buffer):
22182         * obsolete/scribe.el (compile-command):
22183         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22185 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22187         * ibuf-ext.el (ibuffer-auto-update-changed):
22188         Use `frame-or-buffer-changed-p' to check whether we need to update.
22189         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22190         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22191         as a `frame-or-buffer-changed-p' state vector instead.
22193 2005-08-27  Romain Francoise  <romain@orebokech.com>
22195         * textmodes/makeinfo.el (makeinfo-compile):
22196         Use `compilation-start'.  Set `next-error-function' according to
22197         `disable-errors'.
22198         (makeinfo-next-error): New function.
22199         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22200         (makeinfo-buffer): Likewise.
22202         * progmodes/compile.el (compilation-start): Add autoload cookie.
22204         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22205         * textmodes/sgml-mode.el: Likewise.
22206         * progmodes/python.el: Likewise.
22208 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22210         * simple.el (blink-matching-paren-distance): Document the meaning
22211         of nil value, and allow to customize to nil.
22213         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22214         command.com, not command.exe.
22216 2005-08-26  John Wiegley  <johnw@newartisans.com>
22218         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22219         code around a bit so that an extraneous nil argument is not added
22220         to a command when no args are given.
22222         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22223         double-quoted argument resolves to nil, return it as an empty
22224         string rather than as nil.  This made it impossible to pass "" to
22225         a shell script as a null string argument.
22227 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22229         * outline.el (outline-invent-heading): New fun.
22230         (outline-promote, outline-demote): Use it.
22231         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22232         (outline-end-of-subtree): Remove unused var `opoint'.
22234 2005-08-26  David Reitter  <david.reitter@gmail.com>
22236         * menu-bar.el (truncate-lines, write-file, print-buffer)
22237         (ps-print-buffer-faces, ps-print-buffer, split-window):
22238         Disable menu items when the frame they refer to is invisible, or when
22239         they refer to a buffer and the minibuffer is selected.
22241 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22243         * progmodes/flymake.el (flymake-highlight-err-lines):
22244         Use save-excursion around flymake-highlight-line to preserve point.
22246 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22248         * progmodes/octave-mod.el: Change Author and Maintainer address.
22249         (octave-maintainer-address): Change Kurt's email address.
22250         * progmodes/octave-inf.el: Change Author and Maintainer address.
22251         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22253 2005-08-26  Kim F. Storm  <storm@cua.dk>
22255         * subr.el (version-list-<, version-list-<=, version-list-=):
22256         Rename from integer-list-*.
22257         (version-list-not-zero): Likewise.  Fix while loop.
22258         (version=): Use version-list-= instead of string-equal.
22260 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22262         * outline.el (outline-promote): Try shortening the heading.
22263         As last resort, read the heading to use.
22264         (outline-demote): As last resort, read the heading to use.
22266 2005-08-26  Romain Francoise  <romain@orebokech.com>
22268         * progmodes/compile.el (compilation-start): Doc fix.
22270         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22271         (antlr-font-lock-additional-keywords): Fix reference to
22272         `antlr-font-lock-literal-regexp' erroneously changed during the
22273         mass face rename.
22274         (antlr-run-tool): Use `compilation-start'.
22276         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22277         instead of the obsolete `compile-internal'.
22279 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22281         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22282         (number, original-date):
22283         * calendar/cal-china.el (date):
22284         * calendar/cal-coptic.el (date):
22285         * calendar/cal-french.el (date):
22286         * calendar/cal-hebrew.el (date, entry, number, original-date):
22287         * calendar/cal-islam.el (date, number, original-date):
22288         * calendar/cal-iso.el (date):
22289         * calendar/cal-julian.el (date):
22290         * calendar/cal-mayan.el (date):
22291         * calendar/cal-menu.el (date, event):
22292         * calendar/cal-persia.el (date):
22293         * calendar/lunar.el (date):
22294         * calendar/solar.el (date): Add defvars.
22296         * emerge.el:
22297         * ibuffer.el:
22298         * info-xref.el:
22299         * obsolete/bg-mouse.el:
22300         * obsolete/sun-curs.el:
22301         * obsolete/swedish.el: Move the `defvar's to the top level.
22303         * smerge-mode.el (smerge-refined-change): Add :group.
22305 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22307         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22308         (smerge-keep-n): Remove props.
22309         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22310         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22311         now that it's done in smerge-keep-n.
22312         (smerge-refined-change): New face.
22313         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22314         (smerge-refine): New funs.
22315         (smerge-basic-map): Bind smerge-refine.
22317 2005-08-25  Juri Linkov  <juri@jurta.org>
22319         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22320         compilation-process-setup-function and compilation-disable-input
22321         in grep-mode instead of let-bindings in grep.
22323         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22324         Delete "Automatic File De/compression" (auto-compression-mode).
22326 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22328         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22329         Silence warning about non-existent variable.
22331 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22333         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22334         Rename "Describe Key" to "Describe Key or Mouse Operation".
22336         * mail/mailalias.el (build-mail-aliases): Delete comments
22337         from the contents before processing them.
22339         * isearch.el (isearch-edit-string): Erase the Search prompt
22340         if user enters an empty string and there is no default.
22342         * comint.el (comint-file-name-prefix): Add autoload.
22344 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22346         * subr.el (play-sound): Rearrange to avoid warning.
22348 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22350         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22351         New hook.
22352         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22354 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22356         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22358         * custom.el (custom-theme-set-variables): Sort minor modes last.
22360 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22362         * subr.el (version-separator, version-regexp-alist): New vars used by
22363         version comparison funs.
22364         (integer-list-<, integer-list-=, integer-list-<=)
22365         (integer-list-not-zero): New funs for integer list comparison.
22366         (version-to-list, version=, version<, version<=): New funs for version
22367         comparison.
22369 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22371         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22372         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22373         time to silence the byte-compiler.
22375         * ibuffer.el (ibuffer-compile-make-eliding-form)
22376         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22377         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22378         so it's silly to get warnings for it).
22379         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22380         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22381         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22382         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22383         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22384         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22385         Defvar at compile time.
22386         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22387         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22388         Declare them before use.
22390         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22391         (info-xref-good, info-xref-bad): Defvar at compile time.
22393         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22394         Use `let*' instead of `let'.
22396         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22397         (*mouse-y*, menu, char): Defvar at compile time.
22398         (sc::menu): Declare it before use.
22399         (sc::pack-one-line): Use `let', not `let*'.
22401         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22402         (mail-send-hook): Defvar at compile time.
22404         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22405         Defvar at compile time.
22407         * term/sun-mouse.el (current-global-mousemap)
22408         (current-local-mousemap): Declare them before use.
22410 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22412         * bookmark.el (bookmark-after-jump-hook): New hook.
22413         (bookmark-jump): Run `bookmark-after-jump-hook'.
22415 2005-08-23  Juri Linkov  <juri@jurta.org>
22417         * faces.el (minibuffer-prompt): Doc fix.
22419 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22421         * progmodes/xscheme.el: Trivial changes to silence warnings.
22422         (xscheme-previous-mode, xscheme-previous-process-state):
22423         Add defvars.
22424         (xscheme-last-input-end, xscheme-process-command-line)
22425         (xscheme-process-name, xscheme-buffer-name)
22426         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22427         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22428         (xscheme-control-g-synchronization-p)
22429         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22430         (default-xscheme-runlight, xscheme-runlight)
22431         (xscheme-runlight-string, xscheme-process-filter-state)
22432         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22433         Move to beginning of file.
22434         (scheme-interaction-mode-commands-alist)
22435         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22436         Declare them before use.  Note: the initialization code for the
22437         variables has not been moved because it uses functions that reference
22438         the variables.
22439         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22440         (xscheme-prompt-for-expression-map): Declare them before use.
22441         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22443 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22445         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22447 2005-08-22  Juri Linkov  <juri@jurta.org>
22449         * faces.el (set-face-underline): Delete this duplicate function
22450         and make an obsolete alias to set-face-underline-p.
22451         (set-face-underline-p): Use docstring of set-face-underline.
22452         (describe-face): Create hyperlink to parent face.
22454         * info.el (Info-insert-dir): Use save-excursion around
22455         insert-buffer-substring.
22456         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22457         (Info-escape-percent): Delete function.
22458         (Info-fontify-node): Replace Info-escape-percent by
22459         replace-regexp-in-string with REP arg set to lambda that
22460         duplicates `%' and preserves text properties.
22462         * progmodes/compile.el (compilation-disable-input): Doc fix.
22463         (define-compilation-mode): Doc fix and refill.
22464         (kill-compilation): Use `mode-name' in the error message.
22465         (compilation-find-file): Use `compilation-error' in the
22466         read-file-name's prompt.
22468 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22470         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22471         (smerge-auto-leave): Make undo re-enable the mode.
22472         (debug-ignored-errors): Add the user-error of impossible resolution.
22473         (smerge-resolve): Move things around a bit, in preparation for later.
22474         (smerge-diff): Don't fail if the buffer has no associated file.
22475         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22476         (smerge-conflict-overlay): New function.
22477         (smerge-match-conflict): Don't add text properties here.
22478         (smerge-find-conflict): Instead, add an overlay here.
22479         Also check for the case where we're inside a conflict already, so as to
22480         obviate the need for font-lock-multiline, which is unbearably slow with
22481         large conflicts and ciomplex font-lock patterns.
22482         (smerge-remove-props): Remove overlay rather than text-properties.
22483         (smerge-mode): Don't set font-lock-multiline.
22484         Remove overlays when turned off.
22486 2005-08-21  Kim F. Storm  <storm@cua.dk>
22488         * ido.el (ido-ignore-item-p): Use save-match-data.
22489         Bind case-fold-search to ido-case-fold locally.
22491 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22493         * files.el (normal-mode): If font lock is on, turn it off and on.
22495         * subr.el (replace-regexp-in-string): Doc fix.
22497         * startup.el (command-line-1): Don't suppress startup screen
22498         due to existing processes.
22500         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22502         * progmodes/compile.el (compilation-disable-input): Default to nil.
22504 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22506         * progmodes/compile.el (compilation-disable-input): New defcustom.
22507         (compilation-start): If compilation-disable-input is non-nil, send
22508         EOF to the compilation process.
22510 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22512         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22513         Run the argument of tex-shell-cd-command through
22514         convert-standard-filename, to get the correct style of slashes on
22515         Windows, and enclose the result in quotes, in case the file name
22516         includes whitespace or other special characters.
22518 2005-08-19  Andreas Schwab  <schwab@suse.de>
22520         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22521         process.
22523 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22525         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22527 2005-08-18  Kim F. Storm  <storm@cua.dk>
22529         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22531 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22533         * scroll-lock.el: New file.
22535 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22537         * dired.el (dired-move-to-end-of-filename):
22538         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22540 2005-08-18  Kim F. Storm  <storm@cua.dk>
22542         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22543         rather than toggle mode when custom value is nil.
22544         (ido-everywhere): Fix defun doc string.
22546 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22548         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22549         as tag instead of "Inviolable".
22551 2005-08-17  Kim F. Storm  <storm@cua.dk>
22553         * windmove.el (windmove-coordinates-of-position): Remove.
22554         (windmove-coordinates-of-window-position): Remove.
22555         (windmove-reference-loc): Use posn-at-point instead.
22557         * subr.el (insert-for-yank-1): Doc fix.
22559         * ido.el (ido-enter-matching-directory): Rename from
22560         ido-enter-single-matching-directory.  Change `slash' choice to
22561         `only'.  Add `first' choice.
22562         (ido-exhibit): Adapt to above changes.
22564 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22566         * Makefile.in: Expand comment about building loaddefs.el.
22568 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22570         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22571         Comment use of defadvice.
22573         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22575 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22577         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22578         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22579         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22580         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22581         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22582         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22583         for backward compatibility for faces that did not appear in the
22584         previous Emacs release.
22586         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22588 2005-08-15  Kim F. Storm  <storm@cua.dk>
22590         * emulation/cua-base.el (cua-delete-region): Return t if
22591         deleted region was non-empty.
22592         (cua-replace-region): Inhibit overwrite-mode for
22593         self-insert-command if replaced region was non-empty.
22594         (cua--explicit-region-start, cua--status-string): Make them
22595         buffer-local at top-level...
22596         (cua-mode): ...rather than when mode is enabled.
22598 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22600         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22601         Set t for Emacs 21, 22, and so on.
22603 2005-08-15  David Ponce  <david@dponce.com>
22605         * tree-widget.el: Update Commentary header.
22606         (tree-widget-theme): Doc fix.
22607         (tree-widget-space-width): New option.
22608         (tree-widget-image-properties): Look up in the default theme too.
22609         (tree-widget--cursors): Only for images with arrow pointer shape.
22610         (tree-widget-lookup-image): Pointer shape is hand by default.
22611         (tree-widget-icon): Rename generic icon widget from
22612         `tree-widget-control'.
22613         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22614         derive from `tree-widget-icon'.
22615         (tree-widget-handle): Improve default look and feel of the text
22616         representation.
22617         (tree-widget): Rename :*-control properties to :*-icon properties.
22618         Add :action and :help-echo properties.
22619         (tree-widget-after-toggle-functions): Move.
22620         (tree-widget-close-node, tree-widget-open-node): Remove.
22621         (tree-widget-before-create-icon-functions): New hook.
22622         (tree-widget-value-create): Update to allow customization of icons
22623         and nodes at run-time via that new hook.
22624         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22625         (tree-widget-icon-action, tree-widget-icon-help-echo)
22626         (tree-widget-action, tree-widget-help-echo): New functions.
22628 2005-08-15  Kim F. Storm  <storm@cua.dk>
22630         * ido.el (ido-buffer-internal): Use with-no-warnings.
22631         (ido-make-merged-file-list): Use while-no-input.
22633 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22635         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22636         (flyspell-large-region): Fix doc and custom type.
22638 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22640         * files.el (interpreter-mode-alist): Doc fix.
22642         * mail/rmail.el (rmail-nonignored-headers): New variable.
22643         (rmail-clear-headers): Use it.
22644         (rmail-reply): Better handling of mail-followup-to header.
22646         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22647         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22648         don't try to refer to executable-font-lock-keywords.
22649         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22650         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22651         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22652         (sh-mode): Set comment-start-skip, local-abbrev-table,
22653         imenu-case-fold-search.
22654         (sh-set-shell): Don't set them here.
22655         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22656         Don't cache the results in the original alist; don't ever modify
22657         that alist.
22659         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22661         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22662         empty.
22664 2005-08-15  Andreas Schwab  <schwab@suse.de>
22666         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22668         * dired.el, info.el, mail/rmail.el: Revert last change.
22670 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22672         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22673         modification in `eval-after-load' form.
22674         * info.el: Likewise.
22675         * mail/rmail.el: Likewise.
22677 2005-08-14  Juri Linkov  <juri@jurta.org>
22679         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22680         Remove highlighting of "Compilation started".  Highlight only
22681         the word "finished" in "Compilation finished".  Add highlighting
22682         of "interrupt", "killed", "terminated" and the exit code.
22683         (compilation-start): Add newline after header.  Use exactly the
22684         same time stamp format as the finishing message.
22685         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22687         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22688         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22689         Add highlighting of "interrupt", "killed", "terminated".
22691         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22692         enabled and the current command is self-insert-command, call it
22693         explicitly with overwrite-mode bound to nil, to not allow it
22694         to delete the character after the selected region.
22696 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22698         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22699         move-end-of-line, end-of-line, and beginning-of-line to the list
22700         of commands after which the echo area is updated.
22702 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22704         * cus-edit.el (custom-save-all, custom-save-delete):
22705         Bind recentf-exclude to exclude custom-file.
22707 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22709         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22710         to go to the bottom of the mail message.  Added to
22711         `rmail-summary-mode-map' with key "/".
22712         (rmail-summary-show-message): New (internal) function for use by
22713         both `rmail-summary-beginning/end-of-message'.
22714         (rmail-summary-beginning-of-message): Change to use
22715         rmail-summary-show-message.
22717         * mail/rmail.el (rmail-end-of-message): New command to go to the
22718         end of the current message.  Added to `rmail-mode-map' with key "/".
22719         (rmail-beginning-of-message): Fix to work as documented.
22720         (rmail-mode): Change documentation.
22722         * progmodes/compile.el (compilation-start): Add the line
22723         "Compilation started" with compilation start time.
22724         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22726 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22728         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22729         of menu items.
22731 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22733         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22735         * battery.el (battery-status-function): Don't use ignore-errors.
22737 2005-08-11  Lute Kamstra  <lute@gnu.org>
22739         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22740         define-obsolete-variable-alias.
22742 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22744         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22745         (ange-ftp-send-cmd): Revert last change, and expand
22746         the comment explaining the problem.
22748 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22750         * ldefs-boot.el: Update.
22752         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22753         item to "Time, Load and Mail".  Change help echo text.
22755         * time.el (display-time-use-mail-icon, display-time-format)
22756         (display-time-string-forms): Shorten first line of docstrings.
22758 2005-08-10  Lars Hansen  <larsh@soem.dk>
22760         * desktop.el (desktop-buffer-mode-handlers):
22761         Make non-customizable.  Add autoload cookie.  Change initial value to
22762         nil; add elements in respective modules instead.  Fix doc string.
22763         (desktop-load-file): New function.
22764         (desktop-minor-mode-handlers): New autoloaded variable.
22765         (desktop-create-buffer): Call minor mode handlers.
22766         Use desktop-load-file to load major and minor mode modules prior to
22767         checking for a handler.
22768         (desktop-save): Don't add nil to desktop-minor-modes for minor
22769         modes with nil function in desktop-minor-mode-table.  Don't delete
22770         desktop file before rewriting it.
22771         (desktop-locals-to-save): Add autoload cookie.  Don't make
22772         automatically buffer-local.  Add variables column-number-mode,
22773         size-indication-mode, indent-tabs-mode,
22774         indicate-buffer-boundaries, indicate-empty-lines and
22775         show-trailing-whitespace.
22776         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22777         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22778         (desktop-clear-preserve-buffers-regexp): Delete.
22779         (desktop-clear-preserve-buffers): Update initial value and docstring.
22780         (desktop-save-buffer): Fix doc string.
22782         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22783         (hilit-chg-desktop-restore): New function.
22784         (highlight-changes-mode): Add highlight-changes-mode to
22785         desktop-locals-to-save.
22787         * dired.el: Add handler to desktop-buffer-mode-handlers.
22788         (dired-restore-desktop-buffer): Remove autoload cookie.
22789         (dired-mode): Add autoload cookie.
22791         * info.el: Add handler to desktop-buffer-mode-handlers.
22792         (Info-restore-desktop-buffer): Remove autoload cookie.
22793         (Info-mode): Add autoload cookie.
22795         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22796         (mh-restore-desktop-buffer): Remove autoload cookie.
22797         (mh-folder-mode): Add autoload cookie.
22799         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22800         (rmail-restore-desktop-buffer): Remove autoload cookie.
22802 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22804         * hexl.el (hexl-address-region):
22805         (hexl-ascii-region, hexl-font-lock-keywords):
22806         (hexl-highlight-line-range): Use the term "region"
22807         instead of "area" for consistency with the other symbols
22808         defined in hexl.el.
22810 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22812         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22813         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22814         out by Juri Linkov).  Add `display-battery-mode'.
22816 2005-08-09  Juri Linkov  <juri@jurta.org>
22818         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22819         Remove `-text' from face variable names.
22820         (compilation-error-file-name, compilation-warning-file-name)
22821         (compilation-info-file-name): Delete faces.
22822         (compilation-line-number, compilation-column-number):
22823         Remove face underlining.
22824         (compilation-message-face): Set to `underline' value by default.
22825         (compilation-error-face, compilation-warning-face)
22826         (compilation-info-face): Remove `-file-name' from face names.
22827         (compilation-error-text-face, compilation-warning-text-face)
22828         (compilation-info-text-face): Delete face variables.
22829         (compilation-text-face): Delete function.
22831         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22832         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22833         (grep-error-face): Set to `compilation-error' instead of
22834         `compilation-error-face' (which is redefined to `grep-hit-face' in
22835         grep buffers).
22836         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22837         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22839         * dired-aux.el (dired-do-query-replace-regexp):
22840         Use `query-replace-read-args'.
22842         * replace.el (query-replace-read-from, query-replace-read-to)
22843         (query-replace-read-args): Rename arg `string' to `prompt'.
22845         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22847 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
22849         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22850         uploading files.
22851         (ange-ftp-canonize-filename): Handle file names beginning with ~
22852         correctly.
22854 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22856         * textmodes/fill.el (canonically-space-region)
22857         (fill-context-prefix, fill-french-nobreak-p)
22858         (fill-delete-newlines, fill-comment-paragraph)
22859         (justify-current-line): "?\ " -> "?\s".
22861 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22863         * textmodes/fill.el (fill-nonuniform-paragraphs):
22864         Improve argument/docstring consistency.
22866 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22868         * textmodes/ispell.el (ispell-word): More fboundp checks.
22870         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22871         (find-file-noselect-1): Call it here, only if RAWFILE.
22872         (normal-mode): Always set some major mode.
22873         (save-some-buffers-action-alist): Change some explanation strings.
22874         (file-name-non-special): In the `quote' method, use unwind-protect.
22876 2005-08-09  Magnus Henoch  <mange@freemail.hu>
22878         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22879         (ispell-have-aspell-dictionaries): New variable.
22880         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22881         (ispell-get-aspell-config-value): New function.
22882         (ispell-aspell-find-dictionary): New function.
22883         (ispell-aspell-add-aliases): New function.
22884         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22885         appropriate.  Don't look for ispell dictionaries if we use aspell.
22886         (ispell-menu-map): Don't build a submenu of dictionaries.
22888 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22890         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22891         (sql-read-passwd): Use read-passwd.
22893         * progmodes/idlw-toolbar.el (idlwave-toolbar)
22894         (idlwave-toolbar-is-possible): Add defvars.
22896         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22897         Avoid warnings.
22899         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22900         (idlwave-system-class-info, idlwave-executive-commands-alist):
22901         Use defvar.
22903         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22905         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22906         Avoid warnings.
22908         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22909         and content-type: headers.
22911         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22913         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22914         and rename some of them to be more self-explanatory.
22916         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22918         * startup.el (command-line-1): Implement -scriptload.
22920         * replace.el (occur-engine): Initial *Occur* output not undoable.
22922         * menu-bar.el (menu-bar-file-menu): Rename some menu items
22923         and improve help strings.
22925         * isearch.el (isearch-repeat): When changing direction,
22926         mark search successful.
22928         * ediff-init.el: Use (featurep 'xemacs).
22930         * comint.el (send-invisible): Identify buffer, if not selected.
22932         * align.el: Delete autoload for c-guess-basic-syntax.
22934 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22936         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22937         Improve argument/docstring consistency.  Doc fixes.
22938         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22939         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22940         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22941         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22942         (r2bv-organization, r2bv-pages, r2bv-primary-author)
22943         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22944         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22945         Defvar at compile time.
22947 2005-08-09  Juri Linkov  <juri@jurta.org>
22949         * info.el: Replace `info' with upper-case `Info' where appropriate.
22950         (info-title-1, info-title-2, info-title-3, info-title-4)
22951         (info-menu-header): Move up face definitions.
22952         (info-menu-star): Rename from `info-menu-5'.
22953         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22954         (Info-fontify-visited-nodes): Fix docstring.
22955         (Info-hide-note-references): Fix docstring.
22956         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22957         menu items in the same way as on cross-references.
22958         (info-apropos): Fix sorting order and formatting to be like in the
22959         stand-alone Info browser.  Display error messages for 1 sec.
22960         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
22961         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22962         from the menu bar.
22963         (Info-insert-dir): Restore point after calling
22964         `insert-buffer-substring'.
22966 2005-08-08  Richard M. Stallman  <rms@gnu.org>
22968         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22969         (recompute-lucid-menubar): Add defvars.
22971         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22973         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22975         * net/net-utils.el (run-dig): Rename from `dig'.
22977         * play/gametree.el (gametree-mode): Use make-local-variable,
22978         not make-variable-buffer-local.
22980         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22982         * ansi-color.el (ansi-color-make-extent)
22983         (ansi-color-set-extent-face): Use fboundp, not functionp.
22985         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22986         not make-variable-buffer-local.
22988         * bookmark.el (Info-current-file): Add defvar.
22989         (bookmark-jump-noselect): Use with-no-warnings.
22991         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22993         * ebuff-menu.el (Helper-return-blurb): Add defvar.
22995         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22997         * find-file.el (ada-procedure-start-regexp)
22998         (ada-package-start-regexp): Add defvars.
23000         * info.el (Info-insert-dir): Use insert-buffer-substring.
23002         * xml.el (xml-att-def-re): Add defvar.
23004         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23005         calling convention.
23007         * subr.el (while-no-input): Return t if there is input.
23009 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23011         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23013 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23015         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23016         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23018 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23020         * cmuscheme.el (scheme-start-file): Replace reference to
23021         `user-emacs-directory' by "~/.emacs.d/".
23023 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23025         * info.el (Info-dir-remove-duplicates): Avoid case folding
23026         in loop; instead, keep downcased strings for comparison.
23027         Suggested by Helmut Eller.
23029 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23031         Sync with Tramp 2.0.50.
23033         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23034         XEmacs case; not necessary anymore.
23035         (tramp-user-regexp): Allow "@" as part of user name.
23036         (tramp-handle-set-visited-file-modtime)
23037         (tramp-handle-insert-file-contents)
23038         (tramp-handle-write-region): No special handling for
23039         `last-coding-system-used, because this is done in
23040         `tramp-accept-process-output' now.
23041         (tramp-accept-process-output): New defun.
23042         (tramp-process-one-action, tramp-process-one-multi-action)
23043         (tramp-wait-for-regexp, tramp-wait-for-output)
23044         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23045         Howells <dhowells@redhat.com>.
23046         (clear-visited-file-modtime): Defadvice removed.  The check for
23047         unset buffer's modtime does not need to be based on
23048         `tramp-buffer-file-attributes'.  Suggested by RMS.
23049         (tramp-message): Insert "\n" if not being at beginning of line.
23050         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23051         sequence with same logic.
23052         (tramp-completion-handle-expand-file-name): Discard call of
23053         `tramp-drop-volume-letter'.  It is not necessary, and there have
23054         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23055         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23056         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23057         should always be visible.
23058         (tramp-handle-insert-directory, tramp-setup-complete)
23059         (tramp-set-process-query-on-exit-flag)
23060         (tramp-append-tramp-buffers): Pacify byte-compiler.
23061         (tramp-bug): Delete non-existing variables from list.
23062         Apply `tramp-load-report-modules' as pre-hook.
23063         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23064         `shell-prompt-pattern' because of non-7bit characters.
23065         Reported by Sebastian Luque <sluque@mun.ca>.
23066         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23067         (tramp-match-string-list): Remove function.
23068         (tramp-wait-for-regexp): Remove call of that function.
23069         Suggested by Kim F. Storm <storm@cua.dk>.
23070         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23071         instead of octal character code ?\600.  The latter resulted in a
23072         syntax error with XEmacs.
23074         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23075         XEmacs case; not necessary anymore.
23076         (tramp-smb-handle-write-region): No special handling for
23077         `last-coding-system-used, because this is done in
23078         `tramp-accept-process-output' now.
23079         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23081 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23083         * wid-edit.el (widget-choice-value-create):
23084         Unconditionally respect user choice.  Set :explicit-choice back to nil
23085         when no longer needed.
23086         (widget-choice-action): Unconditionally respect user choice.
23087         Eliminate :explicit-choice-value.
23089         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23091         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23092         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23093         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23094         running new function `toggle-indicate-empty-lines'.
23095         Rename "Customize" item to "Customize fringe".
23096         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23097         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23098         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23099         Delete "Empty lines only" item.
23100         (menu-bar-showhide-fringe-ind-customize): New function.
23101         (menu-bar-showhide-fringe-ind-mixed)
23102         (menu-bar-showhide-fringe-ind-box)
23103         (menu-bar-showhide-fringe-ind-right)
23104         (menu-bar-showhide-fringe-ind-left)
23105         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23106         instead of `fringe-indicators'.
23108 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23110         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23111         Change the date of last update.
23113 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23115         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23116         (viper-exec-yank, viper-put-back): Don't display modification msg
23117         if in the minibuffer.
23119         * viper-init.el (viper-replace-overlay-cursor-color)
23120         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23121         Make variables frame local.
23123         * viper-util.el (viper-append-filter-alist): Use append instead of
23124         nconc.
23126         * viper.el (viper-vi-state-mode-list)
23127         (viper-emacs-state-mode-list): Move help-mode and
23128         completion-list-mode from the first list to the second.
23129         (viper-mode): Docstring.
23130         (viper-go-away, viper-non-hook-settings): Don't localize
23131         minor-mode-alist in newer Emacsen.  Add advice to
23132         set-cursor-color.  Don't bind "\C-c\\".
23134 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23136         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23137         (scheme-macro-expand-command): New user options.
23138         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23139         (scheme-form-at-point, scheme-start-file)
23140         (scheme-interactively-start-process): New functions.
23141         (scheme-get-process): New function, extracted from `scheme-proc'.
23142         (run-scheme): Call `scheme-start-file' to get start file, and pass
23143         it to `make-comint'.
23144         (switch-to-scheme, scheme-proc):
23145         Call `scheme-interactively-start-process' if no Scheme buffer/process
23146         is available.
23148 2005-08-06  Juri Linkov  <juri@jurta.org>
23150         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23151         Use `compilation-text-face', `compilation-info-text-face' and
23152         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23153         (compilation-error): New face.
23154         (compilation-error-file-name): Inherit from
23155         `compilation-error' instead of `font-lock-warning-face'.
23156         (compilation-warning-file-name): Inherit from
23157         `compilation-warning' instead of `font-lock-warning-face'.
23158         (compilation-info, compilation-error-file-name)
23159         (compilation-warning-file-name, compilation-info-file-name)
23160         (compilation-line-number, compilation-column-number): Doc fix.
23161         (compilation-error-text-face, compilation-warning-text-face)
23162         (compilation-info-text-face): New face variables.
23163         (compilation-line-face, compilation-column-face)
23164         (compilation-enter-directory-face)
23165         (compilation-leave-directory-face): Doc fix.
23166         (compilation-text-face): New function.
23168         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23169         instead of 1 to display binary file names as info file links.
23170         (grep-error-face): Use `compilation-error-face' instead of
23171         `font-lock-keyword-face'.
23172         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23173         and `compilation-warning-text-face' instead of
23174         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23175         instead of `grep-error-face'.
23177 2005-08-05  Kenichi Handa  <handa@m17n.org>
23179         * international/code-pages.el: Add autoload cookies for all coding
23180         systems.
23182 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23184         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23186 2005-08-04  Juri Linkov  <juri@jurta.org>
23188         * progmodes/compile.el (compilation-mode-map):
23189         * progmodes/grep.el (grep-mode-map):
23190         Bind TAB to `compilation-next-error' and [backtab] to
23191         `compilation-previous-error'.
23193         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23194         matching line numbers, column numbers and their ranges with regexp
23195         matching only line numbers.
23196         (grep-context-face): New face variable.
23197         (grep-mode-font-lock-keywords): Use it.
23199         * faces.el (read-face-name): Delete duplicate faces.
23201 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23203         * thumbs.el (thumbs-find-image): Don't make variables
23204         automatically buffer local.
23205         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23206         (thumbs-image-num): Make automatically buffer local.
23207         (thumbs-show-thumbs-list): Use `make-local-variable', not
23208         `make-variable-buffer-local'.
23209         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23211         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23212         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23213         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23214         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23215         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23216         (feelings-about, foullst, found, hello, history, howareyoulst)
23217         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23218         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23219         (neglst, obj, object, owner, please, problems, qlist)
23220         (random-adjective, relation, remlst, repetitive-shortness)
23221         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23222         (shortlst, something, sportslst, stallmanlst, states, subj)
23223         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23224         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23225         Defvar at compile time.
23227         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23228         not `make-variable-buffer-local'.
23230 2005-08-02  Kim F. Storm  <storm@cua.dk>
23232         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23233         rectangle overlay in selected window.
23235 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23237         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23238         instead of display group.  Make `indicate-buffer-boundaries'
23239         customizable through Custom.
23241 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23243         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23244         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23245         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23246         (gdb-put-string): Fix typos in docstrings.
23248 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23250         Update copyright notices of files in progmodes directory for
23251         release of Emacs 22.1.
23253         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23255         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23256         Don't barf if the GUD buffer has been killed.
23258 2005-08-01  Kim F. Storm  <storm@cua.dk>
23260         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23262 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23264         * simple.el (next-error-follow-minor-mode):
23265         make-variable-buffer-local -> make-local-variable.
23267         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23269         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23270         (byte-compile-form-make-variable-buffer-local): New functions to warn
23271         about misuses of make-variable-buffer-local where make-local-variable
23272         was meant.
23274 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23276         * bs.el (bs-attributes-list): Doc fix.
23277         (bs): Update url-link.
23279         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23280         (desktop-load-default): Simplify.
23282         * ibuffer.el (ibuffer-columnize-and-insert-list)
23283         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23284         (ibuffer-unmark-all, ibuffer-toggle-marks)
23285         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23286         (ibuffer-compile-make-format-form, ibuffer-format-column)
23287         (ibuffer-current-buffers-with-marks)
23288         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23289         (ibuffer): Doc fix.
23290         (ibuffer-mode): Fix typo in docstring.
23291         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23292         with `define-obsolete-variable-alias'.
23293         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23295 2005-07-29  Kenichi Handa  <handa@m17n.org>
23297         * international/mule-cmds.el (select-message-coding-system):
23298         Be sure to use LF for end-of-line.  If no coding system is decided,
23299         return iso-8859-1-unix.
23301 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23303         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23304         (ange-ftp-pending-error-line): New vars.
23305         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23306         to handle the non-fatal no-route-to-host messages.
23307         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23309 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23311         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23312         (isearch-quote-char, isearch-printing-char)
23313         (isearch-text-char-description): "?\ " -> "?\s".
23314         (isearch-lazy-highlight-cleanup)
23315         (isearch-lazy-highlight-initial-delay)
23316         (isearch-lazy-highlight-interval)
23317         (isearch-lazy-highlight-max-at-a-time)
23318         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23319         Declare with define-obsolete-*-alias macros.
23320         (isearch-forward): Fix typo in docstring.
23321         (search-invisible, search-ring-yank-pointer)
23322         (regexp-search-ring-yank-pointer): Doc fixes.
23324         * recentf.el (recentf-menu-append-commands-p): Declare with
23325         `define-obsolete-variable-alias'.
23326         (recentf-max-saved-items, recentf-menu-filter)
23327         (recentf-arrange-by-rule-subfilter): Doc fixes.
23328         (recentf-menu-append-commands-flag)
23329         (recentf-initialize-file-name-history, recentf-expand-file-name)
23330         (recentf-clear-data): Fix typos in docstrings.
23332 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23334         * progmodes/gdb-ui.el: Smarten comments.
23335         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23337 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23339         * term/apollo.el (terminal-init-apollo): New function containing
23340         all former top level forms in the file.
23341         * term/bobcat.el (terminal-init-bobcat):
23342         * term/cygwin.el (terminal-init-cygwin):
23343         * term/iris-ansi.el (terminal-init-iris-ansi):
23344         * term/linux.el (terminal-init-linux):
23345         * term/news.el (terminal-init-news):
23346         * term/rxvt.el (terminal-init-rxvt):
23347         * term/sun.el (terminal-init-sun):
23348         * term/tvi970.el (terminal-init-tvi970):
23349         * term/vt100.el (terminal-init-vt100):
23350         * term/vt102.el (terminal-init-vt102):
23351         * term/vt125.el (terminal-init-vt125):
23352         * term/vt200.el (terminal-init-vt200):
23353         * term/vt201.el (terminal-init-vt201):
23354         * term/vt220.el (terminal-init-vt220):
23355         * term/vt240.el (terminal-init-vt240):
23356         * term/vt300.el (terminal-init-vt300):
23357         * term/vt320.el (terminal-init-vt320):
23358         * term/vt400.el (terminal-init-vt400):
23359         * term/vt420.el (terminal-init-vt420):
23360         * term/wyse50.el (terminal-init-wyse50):
23361         * term/xterm.el (terminal-init-xterm): Likewise.
23363         * term/README: Describe the terminal-init-* functionality.
23365         * startup.el (command-line): After loading the terminal initialization
23366         file call the corresponding terminal initialization function.
23368 2005-07-27  Kenichi Handa  <handa@m17n.org>
23370         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23371         negative.
23373         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23374         (ps-mule-composition-prologue): Fix for the case that
23375         RelativeCompose is false.
23377 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23379         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23381         * descr-text.el (describe-char): Handle the case where the list of
23382         chars is displayed in a separate frame.
23383         Be a bit more discriminating when looking for the char.
23385 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23387         * bookmark.el (bookmark-automatically-show-annotations)
23388         (bookmark-read-annotation-text-func): Doc fixes.
23389         (bookmark-save): Improve argument/docstring consistency.
23390         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23391         (bookmark-alist-from-buffer)
23392         (bookmark-upgrade-file-format-from-0)
23393         (bookmark-grok-file-format-version)
23394         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23395         (bookmark-read-annotation-mode)
23396         (bookmark-insert-current-bookmark, bookmark-jump)
23397         (bookmark-exit-hook): Fix typos in docstrings.
23398         (bookmark-exit-hooks): Define as obsolete alias.
23399         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23400         not `bookmark-exit-hooks'.  Fix docstring.
23401         (bookmark-bmenu-select): "?\ " -> "?\s".
23403 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23405         * startup.el (command-line): Fix typo.
23407 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23409         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23410         not emacs-quick-startup.
23412 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23414         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23415         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23416         instead of `reb-with-current-window'.
23417         (reb-prev-match): Likewise.  Also, don't move left if the search
23418         was unsuccessful.
23419         (reb-initialize-buffer): New function.
23420         (re-builder, reb-change-syntax): Use it.
23422         * man.el (Man-goto-page): Make second argument NOERROR optional.
23424 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23426         * man.el (Man-bgproc-sentinel): Check here for failure to find
23427         any man page in the output, and report the error here.
23428         (Man-arguments): Make it permanent local.
23429         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23430         (Man-mode): Pass t for NOERROR.
23432         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23433         (grep-mode-font-lock-keywords):
23434         Don't use compilation-...-face for messages that are not file names.
23436         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23437         Don't use compilation-...-face for messages that are not file names.
23439 2005-07-22  Juri Linkov  <juri@jurta.org>
23441         * startup.el (normal-splash-screen): Update menu name.
23443         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23445 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23447         * term/xterm.el: Load term/rxvt if the terminal is actually an
23448         rxvt terminal.
23449         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23451         * term/rxvt.el (function-key-map): Use substitute-key-definition
23452         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23454         * term/cygwin.el: New file.
23456 2005-07-22  Kim F. Storm  <storm@cua.dk>
23458         * image-file.el (insert-image-file, image-file-yank-handler):
23459         Fix last change to maintain a (unique) yank-handler on yanked images.
23461 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23463         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23464         of the file size (as in "177B" for 177 bytes).  This happens with
23465         "ls -lh" on FreeBSD.
23467 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23469         * hilit-chg.el (highlight-changes-global-initial-state)
23470         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23471         (hilit-chg-fixup, highlight-changes-mode):
23472         Fix typos in docstrings.
23473         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23474         Doc fixes.
23476 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23478         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23479         mode function using `eval-after-load'.
23481 2005-07-21  Kim F. Storm  <storm@cua.dk>
23483         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23484         included when reporting an Emacs crash, and tell about the DEBUG file.
23486         * image-file.el (insert-image-file): Add yank-handler.
23487         (image-file-yank-handler): Yank handler to make unique copies of
23488         images when they are yanked into a buffer next to each other.
23490 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23492         * comint.el (comint-use-prompt-regexp, comint-send-input)
23493         (comint-source-default, comint-extract-string)
23494         (comint-get-source, comint-word, comint-completion)
23495         (comint-source, comint-prompt-read-only, comint-update-fence):
23496         Fix typos in docstrings.
23497         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23498         Declare with define-obsolete-*-alias macros.
23499         (comint-previous-matching-input-from-input)
23500         (comint-next-matching-input-from-input)
23501         (comint-previous-matching-input, comint-next-matching-input)
23502         (comint-forward-matching-input):
23503         Improve argument/docstring consistency.
23505         * desktop.el (desktop-clear-preserve-buffers-regexp):
23506         Also preserve the *server* buffer.
23508         * simple.el (clone-indirect-buffer): Doc fix.
23509         (fixup-whitespace, just-one-space)
23510         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23511         (next-error, next-error-highlight)
23512         (next-error-highlight-no-select, next-error-last-buffer)
23513         (next-error-buffer-p, next-error-find-buffer, next-error)
23514         (previous-error, next-error-no-select, previous-error-no-select)
23515         (open-line, split-line, minibuffer-prompt-width, kill-new)
23516         (binary-overwrite-mode): Fix typos in docstrings.
23517         (set-fill-column): Fix typo in message.
23519         * skeleton.el (skeleton-proxy-new): Doc fix.
23521         * strokes.el (strokes-load-hook): Doc fix.
23522         (strokes-grid-resolution, strokes-get-grid-position)
23523         (strokes-renormalize-to-grid, strokes-read-stroke)
23524         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23525         (strokes-global-map): Fix typos in docstrings.
23526         (strokes-help): Doc fix.  Fix help message and pass it through
23527         `substitute-command-keys'.
23529         * tempo.el (tempo-insert-prompt, tempo-interactive)
23530         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23531         (tempo-insert-string-functions, tempo-local-tags)
23532         (tempo-define-template, tempo-insert-template)
23533         (tempo-insert-prompt-compat, tempo-is-user-element)
23534         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23535         Fix typos in docstrings.
23537         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23538         (vcursor-key-bindings, vcursor-use-vcursor-map)
23539         (vcursor-find-window, vcursor-scroll-down)
23540         (vcursor-disable, vcursor-beginning-of-buffer)
23541         (vcursor-end-of-buffer): Fix typos in docstrings.
23542         (vcursor-relative-move, vcursor-get-char-count):
23543         Improve argument/docstring consistency.
23545         * version.el: "?\ " -> "?\s".
23547         * wid-edit.el (widget-default-create, widget-after-change)
23548         (widget-default-format-handler, widget-checklist-add-item)
23549         (widget-radio-add-item, widget-choose, widget-specify-secret)
23550         (widget-field-value-create, widget-field-value-get)
23551         (widget-editable-list-format-handler)
23552         (widget-editable-list-entry-create, widget-group-value-create)
23553         (widget-documentation-link-add)
23554         (widget-documentation-string-value-create): "?\ " -> "?\s".
23555         (widget-convert-text): Doc fix.
23556         (widget-narrow-to-field, widget-field-find)
23557         (widget-url-link-action, widget-emacs-library-link-action)
23558         (widget-color-notify): Fix typos in docstrings.
23560         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23561         (x-select-text, set-w32-system-coding-system)
23562         (w32-add-charset-info): Fix typos in docstrings.
23564         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23565         (cua-enable-cua-keys, cua-use-hyper-key)
23566         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23567         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23569         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23571         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23572         `defalias' instead of faking it.
23574         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23575         (eshell-ls-missing, eshell-ls-dired-initial-args)
23576         (eshell-ls-use-in-dired): Fix typos in docstrings.
23578 2005-07-20  Kim F. Storm  <storm@cua.dk>
23580         * emulation/cua-base.el (cua-mode): Improve doc string.
23582 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23584         * abbrev.el (expand-region-abbrevs): Doc fix.
23585         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23586         Improve argument/docstring consistency.
23588         * arc-mode.el (archive-get-descr, archive-alternate-display):
23589         Doc fixes.
23590         (archive-l-e): Improve argument/docstring consistency.
23591         (archive-tmpdir, archive-unixdate, archive-unixtime)
23592         (archive-chmod-entry): Fix typos in docstrings.
23593         (archive-unflag, archive-unflag-backwards)
23594         (archive-unmark-all-files): "?\ " -> "?\s".
23596         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23597         (Buffer-menu-not-modified, Buffer-menu-execute)
23598         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23599         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23601         * composite.el (compose-string, encode-composition-rule)
23602         (compose-last-chars): Fix typos in docstrings.
23604         * desktop.el (desktop-enable, desktop-basefilename):
23605         Declare with `define-obsolete-variable-alias'.
23606         (desktop-internal-v2s): Don't quote keywords.
23607         (desktop-clear): "?\ " -> "?\s".
23609         * dired.el (dired-align-file, dired-flag-backup-files)
23610         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23611         (dired-listing-switches, dired-ls-F-marks-symlinks)
23612         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23613         (dired-directory, dired-faces, dired, dired-revert)
23614         (dired-mode, dired-summary, dired-view-file)
23615         (dired-copy-filename-as-kill, dired-delete-file)
23616         (dired-no-confirm, dired-unmark-all-marks)
23617         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23618         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23619         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23620         Fix typos in message strings.
23622         * dired-x.el (virtual-dired): Declare with `defalias'.
23623         (dired-mark-unmarked-files, dired-local-variables-file)
23624         (dired-omit-here-always): Doc fix.
23625         (dired-omit-mode, dired-find-subdir)
23626         (dired-enable-local-variables, dired-clean-up-buffers-too)
23627         (dired-extra-startup, dired-mark-extension, dired-jump)
23628         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23629         (dired-smart-shell-command, dired-guess-shell-alist-user)
23630         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23631         (dired-x-bind-find-file, dired-x-submit-report):
23632         Fix typos in docstrings.
23633         (dired-mark-unmarked-files): "?\ " -> "?\s".
23635         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23637         * faces.el (describe-face): "?\ " -> "?\s".
23638         (read-all-face-attributes, read-face-font, modify-face)
23639         (face-attr-construct, italic): Fix typos in docstrings.
23640         (frame-update-face-colors): Declare with
23641         `define-obsolete-function-alias'.
23643         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23644         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23645         (magic-mode-alist, buffer-file-numbers-unique)
23646         (write-file-functions, get-free-disk-space):
23647         Fix typos in docstrings.
23648         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23649         (write-contents-hooks, write-file-hooks):
23650         Declare with `define-obsolete-variable-alias'.
23652         * forms-d2.el (arch-rj): Fix typo in docstrings.
23653         (arch-tocol): Likewise.  "?\ " -> "?\s".
23655         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23656         Fix typo in docstring.
23657         (set-screen-width, set-screen-height): Delete redundant info in
23658         doctrings.
23659         (new-frame, screen-height, screen-width): Declare with
23660         `define-obsolete-function-alias'.
23661         (delete-frame-hook, blink-cursor): Declare with
23662         `define-obsolete-variable-alias'.
23664         * paths.el (prune-directory-list): Fix typos in docstring.
23666         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23667         (cvs-prefix-get): Fix typos in docstrings.
23669         * ps-print.el (ps-extend-face-list, ps-extend-face)
23670         (ps-print-background-image): Fix typos in docstrings.
23671         (ps-default-fg, ps-default-bg): Doc fixes.
23673         * s-region.el (s-region-bind): Doc fix.
23674         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23676         * textmodes/org.el (org-table-formula-substitute-names)
23677         (org-table-get-vertical-vector): Doc fixes.
23678         (org-table-recalculate): Remove unused argument to `message'.
23680 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23682         * textmodes/org.el (org-table-column-names)
23683         (org-table-column-name-regexp)
23684         (org-table-named-field-locations): New variables.
23685         (org-archive-subtree): Protect `this-command' when calling
23686         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23687         the kill buffer.
23688         (org-complete): Remove fixed-formula completion.
23689         (org-edit-formulas-map): New variable.
23690         (org-table-edit-formulas): New command.
23691         (org-finish-edit-formulas, org-abort-edit-formulas)
23692         (org-show-variable, org-table-get-vertical-vector): New functions.
23693         (org-table-maybe-eval-formula): Handle `:=' fields.
23694         (org-table-get-stored-formulas, org-table-store-formulas)
23695         (org-table-get-formula, org-table-modify-formulas)
23696         (org-table-replace-in-formulas): Handle named field formulas.
23697         (org-table-get-specials): Store locations of named fields.
23699 2005-07-19  Juri Linkov  <juri@jurta.org>
23701         * progmodes/grep.el (grep-regexp-alist)
23702         (grep-mode-font-lock-keywords, grep-process-setup):
23703         Use default GNU grep match color "01;31m" instead of "01;41m".
23704         (grep-regexp-alist, grep-mode-font-lock-keywords):
23705         Use `\\[[0-9]*m' instead of `\\[00m'.
23706         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23707         sgr_start where its handling is more important.  Use the real
23708         length of sgr_start instead of constant 8.
23709         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23710         specially.  Delete all remaining escape sequences.
23711         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23712         (grep-regexp-alist): Make hyperlink only for binary file name
23713         instead of the whole line.
23714         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23715         (grep-mode): Add autoload.
23717         * emacs-lisp/find-func.el (find-function-regexp):
23718         Add `define-compilation-mode'.
23720 2005-07-19  Juri Linkov  <juri@jurta.org>
23722         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23723         (compare-windows-sync-string-size, compare-windows-recenter)
23724         (compare-windows-highlight, compare-windows): Add version 22.1.
23725         (compare-windows) <defface>: Inherit from lazy-highlight instead
23726         of duplicating its default value.
23728         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23729         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23731         * descr-text.el (describe-char): Create link buttons for `charset'
23732         and `code point'.  Add the current input method name with a link
23733         button to `to input' field.  Print face names of display table
23734         characters in `The display table entry is displayed by' section
23735         instead of printing face-id in the `display' field.
23736         Guess hardcoded faces and create a link button for them.
23737         Skip empty fields when calculating max-width.
23738         Treat `widget-create' specially while inserting strings from the
23739         collected field list.
23740         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23742         * diff-mode.el (diff-file-header): Change foreground color from
23743         yellow to green on light backgrounds.
23744         (diff-context): Inherit from `shadow' only for color/grayscale
23745         with more than 88 colors.
23746         (diff-indicator-removed, diff-indicator-added)
23747         (diff-indicator-changed): New faces.
23748         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23749         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23750         font-lock-comment-delimiter-face and font-lock-comment-face.
23751         Add `#' to ^[^...] in the rule for `diff-context-face'.
23753         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23754         a button-like box.  Inherit from `highlight' on low colors.
23755         (shadow): Use shades of gray only for color/grayscale with
23756         more than 88 colors.  Use green for light backgrounds with
23757         8 colors, and yellow for dark backgrounds with 8 colors.
23759         * font-lock.el (font-lock-regexp-grouping-backslash):
23760         Don't inherit from escape-glyph (use bold for all cases).
23762         * info.el (info-xref-visited): Use light foreground color `violet'
23763         for dark backgrounds instead of dark color `magenta3'.
23764         (info-title-1): Use `yellow' color for dark backgrounds.
23766         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23767         too-light magenta2.
23769         * replace.el (match): Use slightly more light RoyalBlue3 instead
23770         of dark RoyalBlue4.
23772         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23774 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23776         * novice.el (disabled-command-hook): Declare it with
23777         `define-obsolete-variable-alias'.
23779         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23780         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23781         (desktop-load-default): Add release to obsolescence info.
23782         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23783         (desktop-append-buffer-args, desktop-read):
23784         Fix typos in docstrings.
23785         (desktop-kill): Fix typo in message.
23786         (desktop-save): Doc fix.
23788 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23790         * viper-cmd.el (viper-escape-to-state): Bug fix.
23791         (viper-envelop-ESC-key): Change the definition of fast
23792         keysequence so it'll work with keyboard macros.
23794         * ediff.el (ediff-patch-buffer): Change the docstring.
23796 2005-07-19  Kenichi Handa  <handa@m17n.org>
23798         * international/mule-cmds.el (select-safe-coding-system): Try to
23799         use an auto-coding (if any) before anything else.  If the found
23800         auto-coding is invalid, show a warning message.
23802         * international/mule.el (find-auto-coding): New function created
23803         by modifying the body of set-auto-coding.
23804         (set-auto-coding): Use find-auto-coding to find a coding.
23806 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23808         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23809         not isearch-mode-end-hook-error.
23810         (allout-before-change-protect): Fix error message.
23812 2005-07-18  Juri Linkov  <juri@jurta.org>
23814         * allout.el (allout-mode):
23815         * calculator.el (calculator-copy):
23816         * custom.el (custom-known-themes):
23817         * dired.el (dired-desktop-buffer-misc-data)
23818         (dired-restore-desktop-buffer):
23819         * dired-x.el (dired-omit-marker-char):
23820         * files.el (basic-save-buffer):
23821         * font-core.el (font-lock-mode):
23822         * calendar/calendar.el (calendar-goto-hebrew-date)
23823         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23824         (calendar-goto-persian-date):
23825         * language/ethio-util.el (ethio-sera-to-fidel-region):
23826         * textmodes/picture.el (picture-mode):
23827         Delete duplicate duplicate words.
23829 2005-07-18  Juri Linkov  <juri@jurta.org>
23831         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23832         chars * ? } |.
23833         (isearch-fallback): Don't call `isearch-process-search-char'.
23834         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23835         (isearch-process-search-char): Call `isearch-fallback' for regexp
23836         chars * ? } |.
23837         (isearch-return-char): Make obsolete with `make-obsolete' instead
23838         of simply documenting it as obsolete in the docstring.
23839         (isearch-fallback): Refill docstring.
23841         * international/isearch-x.el
23842         (isearch-process-search-multibyte-characters): Remove unneeded
23843         `concat'.  Add intermediate values to `junk-hist' instead of
23844         `minibuffer-history'.  Test the length of `str'.
23846 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23848         * allout.el (allout-resolve-xref): Fix typos in error strings.
23849         (allout-before-change-protect): Remove unneeded `concat'.
23851         * array.el (array-mode, array-reconfigure-rows)
23852         (untabify-backward): Fix typos in docstrings.
23853         (array-reconfigure-rows): Use `insert-buffer-substring', not
23854         `insert-buffer'.
23856         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23857         * progmodes/ada-mode.el (ada-make-body):
23858         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23860         * dired.el (dired-log):
23861         * tar-mode.el (tar-subfile-save-buffer):
23862         * play/zone.el (zone-pgm-stress-destress):
23863         Use `insert-buffer-substring', not `insert-buffer'.
23865 2005-07-17  Simon Josefsson  <jas@extundo.com>
23867         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23869 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
23871         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23872         Add plain auth method.
23873         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23875 2005-07-17  Kim F. Storm  <storm@cua.dk>
23877         * ido.el (dired-other-window): Add ido property.
23879 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
23881         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23882         Fix typo in docstring.
23883         (byte-compile-interactive-only-functions): Add `insert-buffer' and
23884         `insert-file-literally'.
23886         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23887         info and delete redundant message.  Doc fix.
23888         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23889         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23891 2005-07-16  Richard M. Stallman  <rms@gnu.org>
23893         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23894         (byte-compile-and): Use byte-compile-and-recursion.
23895         (byte-compile-or-recursion): New function.
23896         (byte-compile-or): Use that.
23897         (byte-compile-if): Guard the else-clause too.
23898         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23900         * isearch.el (isearch-mode-end-hook-quit): New variable.
23901         (isearch-done): Bind it.
23902         (isearch-mode-end-hook): Doc fix.
23904         * allout.el (allout-isearch-did-quit): Variable deleted.
23905         (allout-real-isearch-abort): Function name no longer used.
23906         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23907         (allout-isearch-rectification): isearch-mode always exists.
23908         Don't set allout-isearch-did-quit.
23909         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23910         allout-isearch-did-quit.
23911         (allout-enwrap-isearch): Just add the hook.
23912         (allout-isearch-abort): Function deleted.
23913         (allout-pre-command-business): Avoid warning.
23915         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23916         Correctly avoid warnings.
23917         (pascal-outline): Likewise.
23919         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23921         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23923         * play/tetris.el (tetris-mode): Avoid warning.
23925         * play/snake.el (snake-mode): Avoid warning.
23927         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23928         (gamegrid-set-display-table): Avoid warning.
23929         (gamegrid-set-timer): Likewise.
23930         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23931         (gamegrid-add-score-with-update-game-score-1): Take FILE
23932         as argument.
23933         (gamegrid-add-score-with-update-game-score): Pass that argument.
23934         Rename have-shared-game-dir to gamegrid-shared-game-dir.
23936         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23938         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23939         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23941         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23942         and insert-file.
23944         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23945         (sc-ask): Avoid warnings.
23947         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23948         (eshell-hist-initialize): Use that var the natural way.
23950         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23952         * emacs-lisp/re-builder.el (reb-cook-regexp):
23953         Avoid warning calling lre-compile-string.
23954         (reb-color-display-p): Avoid warning.
23956         * calculator.el (calculator-last-input): Guard uses
23957         of event-key and key-press-event-p.
23958         (event-key, key-press-event-p): Delete definitions.
23960         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23961         (find-gc-source-directory, find-gc-subrs-callers)
23962         (find-gc-noreturn-list, find-gc-source-files)
23963         (find-gc-subrs-called): Vars renamed and defvar'd.
23965         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23966         (checkdoc-overlay-put, checkdoc-delete-overlay)
23967         (checkdoc-overlay-start, checkdoc-overlay-end)
23968         (checkdoc-mode-line-update, checkdoc-char=):
23969         Define such that compiler knows they are defined.
23970         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
23971         (checkdoc-read-event): Delete.  Use read-event directly.
23973         * whitespace.el (whitespace-make-overlay)
23974         (whitespace-overlay-put, whitespace-delete-overlay)
23975         (whitespace-overlay-start, whitespace-overlay-end):
23976         Define such that compiler knows they are defined.
23977         (whitespace): Move conditional inside.
23979         * tempo.el (tempo-insert-template): Suppress warning.
23981         * ediff-diff.el (longlines-mode): Add defvar.
23983 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
23985         * server.el: Bind "C-x #" in a way that works even if C-x is
23986         redefined to a command key, not a prefix key.
23988 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23990         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23991         cl-make-type-test till execution time.
23993 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
23995         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23996         arg ARG and use it.
23998 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24000         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24002 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24004         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24005         a defcustom with two :set or :type keywords.
24007 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24009         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24010         Don't give ^M comment-end syntax.
24012 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24014         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24015         Don't consider gdbmi (gdb-mi.el has its own update functions).
24016         (gdb-var-delete): Make it work for gdbmi as well.
24017         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24019         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24020         (gud-speedbar-menu-items): Correct logic for enabling items.
24022 2005-07-15  Kim F. Storm  <storm@cua.dk>
24024         * ido.el: Fix commentary.
24025         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24026         Use with-no-warnings around ffap-guesser.
24027         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24028         Let bind minibuffer-completing-file-name to t.
24030 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24032         * startup.el (site-run-file, keyboard-type): Doc fixes.
24033         (command-line): Check for "--basic-display" argument; also for
24034         "--quick", not "--bare-bones" (which was renamed).
24035         (fancy-splash-text): Add missing item "Getting New Versions".
24036         (normal-splash-screen): Fix typos and improve consistency with
24037         `fancy-splash-text'.  Update copyright year.
24039         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24040         valid binding for `help-char'.
24042         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24044 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24046         * term.el (term-mode): Disable cua-mode for term buffers.
24048 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24050         * add-log.el (add-log-mailing-address, change-log-merge):
24051         Doc fixes.
24052         (change-log-get-method-definition): Fix typo in docstring.
24054 2005-07-14  Kim F. Storm  <storm@cua.dk>
24056         * emulation/cua-base.el:
24057         (cua--pre-command-handler-1, cua--pre-command-handler)
24058         (cua--post-command-handler-1, cua--post-command-handler):
24059         Split in two.  Check (buffer local) value of cua-mode.
24060         (cua-selection-mode): New command.
24062 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24064         * custom.el (custom-initialize-safe-set)
24065         (custom-initialize-safe-default): Doc fixes.
24067         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24068         and simplify :init-value again.
24070         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24071         and simplify :init-value again.  Delete autoload.
24073         * startup.el (command-line): Use `custom-reevaluate-setting' again
24074         for tooltip-mode.
24076         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24077         a defcustom with two :initialize keywords.
24079 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24081         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24082         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24083         (allout-post-command-business, allout-flag-region)
24084         (isearch-reenable-font-lock, allout-yank)
24085         (allout-insert-latex-header, allout-insert-latex-trailer)
24086         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24087         (allout-latex-verb-quote): Fix typos in docstrings.
24088         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24089         (allout-unprotected, allout-prefix-data):
24090         Improve argument/docstring consistency.
24091         (allout-chart-subtree): Fix argument spec.
24092         (allout-open-topic): Rename `use_sib_bullet' argument to
24093         `use-sib-bullet'.  Doc fix.
24095         * whitespace.el (whitespace-check-buffer-leading)
24096         (whitespace-check-buffer-trailing)
24097         (whitespace-check-buffer-indent)
24098         (whitespace-check-buffer-spacetab)
24099         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24100         (whitespace-check-leading-whitespace)
24101         (whitespace-check-trailing-whitespace)
24102         (whitespace-check-spacetab-whitespace)
24103         (whitespace-check-indent-whitespace)
24104         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24105         (whitespace-modes): Fix typos in docstrings.
24106         (defgroup, defcustom): Doc fixes.
24108         * winner.el (winner-mode, winner-boring-buffers)
24109         (winner-pending-undo-ring): Doc fixes.
24110         (winner-ring): Remove unneeded `progn'.
24111         (winner-equal): `defsubst' it.
24112         (winner-redo): Fix message.
24114 2005-07-13  Kim F. Storm  <storm@cua.dk>
24116         * simple.el (line-move-1): Always use vertical-motion to
24117         do the last (or only) line move to ensure some movement.
24118         Undo 2005-06-23 change--don't check for overlays.
24120 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24122         * term/mac-win.el (ccl-encode-mac-roman-font)
24123         (ccl-encode-mac-centraleurroman-font)
24124         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24125         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24126         Change charset-id boundary of dimension to ?\xef.
24127         (mac-char-fontspec-list): New constant.
24128         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24129         argument.  Nil uses itself as family in font-spec.  Previous
24130         behavior for nil is now provided by non-nil non-string argument.
24131         All callers changed.  Add font-specs for Mac fonts to
24132         "fontset-default" unless iso8859-1 fonts are installed.
24134 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24136         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24137         a continuation line if the \ is preceded by SPC or TAB.
24138         (sh-get-indent-info): Simplify.
24139         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24140         Use with-current-buffer.
24142         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24143         when the matched text is empty.
24145 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24147         * startup.el (command-line): Revert to previous handling of
24148         tooltip-mode.  Explain in comment why the complexity is needed.
24150         * tooltip.el (tooltip-mode): Revert to previous implementation of
24151         its defcustom.
24153         * frame.el (blink-cursor-mode): Revert to previous implementation
24154         of its defcustom.  Update comment.
24156 2005-07-12  Lars Hansen  <larsh@soem.dk>
24158         * desktop.el: Update e-mail address.
24160 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24162         * term/mac-win.el (mac-services-mail-selection)
24163         (mac-services-mail-to): New functions.
24164         (mac-application-menu-map): Bind them.
24166 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24168         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24170 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24172         * custom.el (custom-reevaluate-setting): Doc fix.
24174 2005-07-11  Jay Belanger  <belanger@truman.edu>
24176         * calc/calc.el (calc-embedded-announce-formula-alist)
24177         (calc-embedded-open-close-plain-alist)
24178         (calc-embedded-open-close-mode-alist): Add checks for additional
24179         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24181 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24183         * custom.el (custom-enable-theme): Don't add theme to
24184         `custom-enabled-themes' with `push' because there is no
24185         setf-method for `delq'.
24187 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24189         * custom.el (custom-declare-variable): Doc fix.
24191         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24192         from the alists.
24194         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24195         Do nothing if edebug-active.
24197         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24198         (edebug-display): Do it here instead.
24200 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24202         * cus-face.el (custom-theme-set-faces): Make it work.
24203         (custom-reset-faces): Doc fix.
24204         (custom-theme-reset-internal-face, custom-theme-face-value):
24205         Functions deleted.
24207         * custom.el (custom-push-theme): Maintain list of the settings
24208         of a given theme in its theme-settings property.
24209         Maintain position of old settings in the theme-value
24210         or theme-face property.
24211         (custom-enabled-themes): New variable.
24212         (custom-theme-enabled-p): New function.
24213         (provide-theme): Update custom-enabled-themes.
24214         Disable and reenable the `user' theme.
24215         (require-theme): Doc fix.
24216         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24217         (custom-theme-value, custom-theme-variable-value): Likewise.
24218         (custom-theme-reset-internal): Likewise.
24219         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24220         (custom-enable-theme, custom-disable-theme): New functions.
24221         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24222         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24223         (custom-theme-reset-variables): Simplify.
24224         (deftheme, custom-declare-theme, custom-make-theme-feature):
24225         Definitions moved.
24227 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24229         * longlines.el (longlines-show-region)
24230         (longlines-unshow-hard-newlines): Recognize hard newlines by
24231         non-nil hard property, instead of t.
24233 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24235         * viper-cmd.el (viper--key-maps): New variable.
24236         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24237         emulation-mode-map-alists.
24238         (viper-envelop-ESC-key): Use viper-subseq.
24239         (viper-search-forward/backward/next): Disable debug-on-error.
24241         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24242         (viper-ESC-key): New defcustoms.
24244         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24246         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24247         (viper-subseq): Copy of subseq from cl.el.
24249         * viper.el (viper-go-away, viper-set-hooks): Use
24250         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24252         * viper-mous.el (viper-current-frame-saved): Use defvar.
24254         * viper-init.el: Get rid of -face in face names.
24256         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24257         Make it work with longlines mode
24259         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24261         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24263         * ediff-init.el: Get rid of -face in face names.
24265 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24267         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24268         and with-timeout-unsuspend.
24270         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24271         and with-timeout-unsuspend.
24273         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24274         (with-timeout): Bind that variable to record timers.
24275         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24277         * emacs-lisp/debug.el (debug-help-follow): New function.
24278         (debugger-mode-map): Use that instead of help-follow.
24279         (debugger-setup-buffer): Use eval-buffer-list
24280         to handle eval-buffer frames.
24282 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24284         * timezone.el (timezone-parse-date): Change first regexp
24285         so it will not mistakenly match dates with no time zone.
24287 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24289         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24291 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24293         * custom.el (custom-initialize-safe-set)
24294         (custom-initialize-safe-default): New functions.
24296         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24297         and simplify :init-value.
24299         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24300         and simplify :init-value.  Delete obsolete comment.
24302         * startup.el (command-line): Use `custom-reevaluate-setting' to
24303         handle `tooltip-mode'.  Delete obsolete comment.
24305         * files.el (set-visited-file-name): Avoid calling
24306         `file-name-nondirectory' with a nil argument.
24308 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24310         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24311         was called with nil for the buffer, handle the read position right.
24312         Handle read position for eval-region, too.
24314 2005-07-09  Juri Linkov  <juri@jurta.org>
24316         * fringe.el (fringe-mode): Add period in docstring.
24317         (fringe-query-style): Build prompt depending on `all-frames' arg.
24319         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24320         to not create links to unrelated functions in the Help buffer.
24322         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24323         Doc fix.
24325         * simple.el (next-error-hook): New variable.
24326         (next-error): Use it.  Doc fix.
24328         * textmodes/ispell.el (ispell-command-loop): Add current
24329         dictionary name and program name to mode-line-format.
24330         (ispell-region, ispell-process-line): Add current dictionary name
24331         and program name to messages.
24333 2005-07-08  Jay Belanger  <belanger@truman.edu>
24335         * calc/calc.el (calc-embedded-announce-formula-alist)
24336         (calc-embedded-open-close-formula-alist)
24337         (calc-embedded-open-close-word-alist)
24338         (calc-embedded-open-close-plain-alist)
24339         (calc-embedded-open-close-new-formula-alist)
24340         (calc-embedded-open-close-mode-alist)
24341         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24342         (calc-embedded-mode-hook): New variables.
24344         * calc/calc-embed.el (calc-embedded-firsttime)
24345         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24346         New variables.
24347         (calc-do-embedded): Use calc-embedded-firsttime,
24348         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24349         determine whether or not to run hooks.
24350         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24351         calc-embedded-firsttime-formula appropriately.
24352         Set calc-embedded delimiter variables according to mode.
24354 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24356         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24357         Check for "emacs", etc., as entire symbol, not just as word.
24358         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24360         * files.el (set-visited-file-name): Report the error
24361         for "empty filename" earlier.
24362         (kill-some-buffers): Ignore buffers already dead.
24364         * fringe.el (fringe-mode): Doc fix.
24366         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24367         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24368         Use unwind-protect to ensure byte-compile-unresolved-functions
24369         is updated.
24371         * whitespace.el (whitespace-buffer-leading-cleanup):
24372         Simplify w/ skip-chars-forward.
24373         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24375         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24376         Unconditionally try to leave point at the same old place.
24378 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24380         * comint.el (comint-postoutput-scroll-to-bottom)
24381         (comint-show-maximum-output): Take scroll-margin into consideration.
24383 2005-07-08  Kim F. Storm  <storm@cua.dk>
24385         * ido.el (ido-use-filename-at-point): New choice `guess'.
24386         (ido-file-internal): Try ffap-guesser if selected.
24388         * ido.el (ido-before-fallback-functions): New hook.
24389         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24390         (ido-read-file-name): Run it.
24392 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24394         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24395         strings rather than a list of symbols to the completion function.
24397 2005-07-07  Jay Belanger  <belanger@truman.edu>
24399         * calc/calc-units.el (math-apply-units): Change the places in
24400         which units are simplified.
24402 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24404         * cus-edit.el (customize-option, customize-option-other-window):
24405         Make them handle aliases.
24407         * custom.el (custom-variable-p): Make it recursively follow
24408         aliases.  Mention that in the docstring.
24410 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24412         * cus-start.el (exec-path): Use `directory' instead of `file'.
24413         Fix tag for nil.
24415 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24417         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24418         when called non-interactively.  Doc fix.
24420 2005-07-07  Lute Kamstra  <lute@gnu.org>
24422         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24423         new address as well.
24425 2005-07-07  Kenichi Handa  <handa@m17n.org>
24427         * international/mule.el (make-coding-system):
24428         Describe `ascii-incompatible' property in the docstring.
24429         (set-file-name-coding-system): Signal an error if coding-system is
24430         ascii-incompatible.
24431         (set-keyboard-coding-system): Likewise.
24433         * international/mule-cmds.el (set-default-coding-systems):
24434         Don't set default-file-name-coding-system and
24435         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24437         * international/utf-16.el: Declare that all UTF-16-based coding
24438         systems are ASCII-incompatible.
24440 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24442         * progmodes/gud.el: Require font-lock for displaying errors.
24443         Used by gdb-ui.el.
24445 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24447         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24448         values for the pattern lists which are `read'able but not
24449         `append'able (like symbols).
24451 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24453         * progmodes/flymake.el (flymake-float-time): Instead of
24454         with-no-warnings, test for XEmacs.
24455         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24456         to avoid warning.
24458 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24460         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24462 2005-07-05  Lute Kamstra  <lute@gnu.org>
24464         * battery.el: Add support for Darwin (with much debugging help
24465         from Samuel Lauber <sam124@operamail.com>).
24466         (battery-status-function, battery-echo-area-format)
24467         (battery-mode-line-format): Add support for pmset on Darwin.
24468         (battery-load-low, battery-load-critical): New user options.
24469         (battery-pmset): New function.
24471 2005-07-05  Lute Kamstra  <lute@gnu.org>
24473         Update FSF's address in GPL notices.
24475         * textmodes/page-ext.el: Update FSF's address.
24477 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24479         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24480         filling from using prefix when filling a single-line docstring.
24482         * progmodes/flymake.el: Remove useless eval-when-compile.
24484         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24486 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24488         * textmodes/org.el (org-file-apps-defaults-gnu):
24489         Rename from org-file-apps-defaults-linux.
24490         (org-default-apps): Don't test system-type for `linux'.
24491         (org-file-apps): Doc fix.
24493 2005-07-04  David Ponce  <david@dponce.com>
24495         * tree-widget.el: Improve header Commentary section.
24496         (tree-widget) [defgroup]
24497         (tree-widget-image-enable, tree-widget-themes-directory)
24498         (tree-widget-theme, tree-widget-image-properties-emacs)
24499         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24500         (tree-widget-image-formats, tree-widget-control)
24501         (tree-widget-empty-control, tree-widget-leaf-control
24502         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24503         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24504         (tree-widget-keep, tree-widget-after-toggle-functions)
24505         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24506         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24507         :help-echo message.
24508         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24509         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24510         (tree-widget--cursors): New constant.
24511         (tree-widget-lookup-image): New function split from
24512         `tree-widget-find-image'.  Clearer implementation.
24513         (tree-widget-find-image): Use it.
24514         (tree-widget-button-keymap): Use `set-keymap-parent'.
24515         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24516         Define the sub-widgets here.
24517         (tree-widget-node): Check that :node is not a tree-widget.
24518         (tree-widget-get-super, tree-widget-open-control)
24519         (tree-widget-close-control, tree-widget-empty-control)
24520         (tree-widget-leaf-control, tree-widget-guide)
24521         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24522         (tree-widget-no-handle, tree-widget-value-delete)
24523         (tree-widget-map): Remove.
24524         (tree-widget-children-value-save): Doc fix.  Simplified.
24525         (tree-widget-value-create): Update according to previous changes.
24527 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24529         * textmodes/org.el: Leading space replaced by TABS.
24530         (org-recalc-marks, org-table-rotate-recalc-marks)
24531         (org-table-get-specials): Treat "^" and "_" marks.
24532         (org-table-justify-field-maybe): Optional argument NEW.
24533         (org-table-eval-formula): Parsing of the format simplified.
24534         New modes C,I.  Honor the %= parameter in the current table.
24535         Avoid unnecessary re-align by using the NEW argument to
24536         `org-table-justify-field-maybe'.
24537         (org-calc-default-modes): Default for date-format mimicks org-mode.
24538         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24540 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24542         * cus-face.el (custom-theme-set-faces): Make it handle face
24543         aliases whose alias declarations are pre- or autoloaded.
24545 2005-07-04  Juri Linkov  <juri@jurta.org>
24547         * faces.el (read-face-name): Put the code for getting a face name
24548         from the buffer before adding the faces from the `face' property.
24549         Use `completing-read-multiple' instead of `completing-read'.
24550         Require `crm'.  Add default value and post-process the returned
24551         list of faces.
24553         * emacs-lisp/crm.el (crm-find-current-element)
24554         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24556         * emacs-lisp/lisp-mode.el (eval-defun-1):
24557         * emacs-lisp/edebug.el (edebug-eval-defun):
24558         Remove unnecessary quotes.
24560 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24562         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24563         (prolog-indent-level): Fix typo in docstring.
24565         * info.el (Info-history, Info-history-forward)
24566         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24568         * add-log.el (add-change-log-entry):
24569         * comint.el (comint-dynamic-list-input-ring)
24570         (comint-dynamic-list-completions):
24571         * dabbrev.el (dabbrev-expand):
24572         * delim-col.el (delimit-columns-rectangle-line):
24573         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24574         (diff-unified->context):
24575         * ediff-init.el (ediff-abbrev-jobname):
24576         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24577         (ediff-replace-session-activity-marker-in-meta-buffer):
24578         * info.el (Info-summary):
24579         * lpr.el (printify-region):
24580         * printing.el (pr-create-interface):
24581         * ps-print.el (ps-print-quote):
24582         * ses.el (ses-column-widths, ses-print-cell)
24583         (ses-adjust-print-width, ses-center):
24584         * shell.el (shell-file-name-quote-list):
24585         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24586         (strokes-fill-current-buffer-with-whitespace)
24587         (strokes-xpm-for-stroke, strokes-list-strokes)
24588         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24589         * term.el (term-dynamic-list-input-ring)
24590         (term-dynamic-list-completions):
24591         * calc/calc.el (math-format-stack-value):
24592         * emacs-lisp/edebug.el (edebug-display-freq-count):
24593         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24594         (delphi-new-comment-line):
24595         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24596         * progmodes/executable.el (executable-set-magic):
24597         * progmodes/python.el (inferior-python-mode):
24598         * progmodes/scheme.el (scheme-mode-syntax-table):
24599         * progmodes/sh-script.el (sh-maybe-here-document):
24600         * progmodes/sql.el (sql-copy-column):
24601         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24602         * textmodes/bibtex.el (bibtex-mode):
24603         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24604         (sgml-auto-attributes):
24605         * textmodes/table.el (table-insert, table-shorten-cell)
24606         (table--generate-source-scan-lines, table-delete-row)
24607         (*table--cell-delete-char, table--spacify-frame)
24608         (table--horizontally-shift-above-and-below)
24609         (table--cell-insert-char, table--cell-blank-str)
24610         (table--fill-region-strictly):
24611         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24612         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24614         * add-log.el (change-log):
24615         * apropos.el (apropos):
24616         * comint.el (comint-completion, comint-source):
24617         * dabbrev.el (dabbrev):
24618         * delim-col.el (columns):
24619         * diff-mode.el (diff-mode):
24620         * ediff.el (ediff):
24621         * ediff-diff.el (ediff-diff):
24622         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24623         * ediff-mult.el (ediff-mult):
24624         * ediff-ptch.el (ediff-ptch):
24625         * ediff-wind.el (ediff-window):
24626         * facemenu.el (facemenu):
24627         * indent.el (indent):
24628         * info.el (info):
24629         * jka-cmpr-hook.el (compression, jka-compr):
24630         * lpr.el (lpr):
24631         * outline.el (outlines):
24632         * pcmpl-cvs.el (pcmpl-cvs):
24633         * pcmpl-rpm.el (pcmpl-rpm):
24634         * printing.el (printing):
24635         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24636         (ps-print-vertical, ps-print-headers, ps-print-font)
24637         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24638         (ps-print-background, ps-print-printer, ps-print-page)
24639         (ps-print-miscellany):
24640         * ses.el (ses):
24641         * shell.el (shell, shell-directories, shell-faces):
24642         * startup.el (initialization):
24643         * strokes.el (strokes):
24644         * term.el (term):
24645         * uniquify.el (uniquify):
24646         * w32-vars.el (w32):
24647         * calc/calc.el (calc):
24648         * emacs-lisp/bytecomp.el (bytecomp):
24649         * emacs-lisp/cl-indent.el (lisp-indent):
24650         * emacs-lisp/edebug.el (edebug):
24651         * emacs-lisp/elp.el (elp):
24652         * emacs-lisp/testcover.el (testcover):
24653         * emacs-lisp/trace.el (trace):
24654         * emulation/viper-ex.el (viper-ex):
24655         * emulation/viper-mous.el (viper-mouse):
24656         * mail/mailalias.el (mailalias):
24657         * mail/supercite.el (supercite, supercite-frames)
24658         (supercite-attr, supercite-cite, supercite-hooks):
24659         * net/rcompile.el (remote-compile):
24660         * net/rlogin.el (rlogin):
24661         * obsolete/ooutline.el (outlines):
24662         * progmodes/delphi.el (delphi):
24663         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24664         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24665         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24666         (ebnf-optimization):
24667         * progmodes/etags.el (etags):
24668         * progmodes/executable.el (executable):
24669         * progmodes/idlwave.el (idlwave):
24670         * progmodes/pascal.el (pascal):
24671         * progmodes/prolog.el (prolog):
24672         * progmodes/python.el (python):
24673         * progmodes/scheme.el (scheme):
24674         * progmodes/sh-script.el (sh, sh-script):
24675         * progmodes/sql.el (SQL):
24676         * progmodes/tcl.el (tcl):
24677         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24678         * textmodes/enriched.el (enriched):
24679         * textmodes/makeinfo.el (makeinfo):
24680         * textmodes/sgml-mode.el (sgml):
24681         * textmodes/table.el (table-hooks):
24682         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24683         * textmodes/texinfo.el (texinfo):
24684         * textmodes/two-column.el (two-column):
24685         Finish `defgroup' description with period.
24687         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24688         * eshell/esh-var.el (eshell-var):
24689         * progmodes/vhdl-mode.el (vhdl-testbench):
24690         * textmodes/org.el (org): Fix typos in docstrings.
24692         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24693         consistency.
24695         * progmodes/flymake.el (flymake-find-file): Remove.
24696         (flymake-float-time): Use `with-no-warnings'.
24697         (flymake-check-start-time, flymake-check-was-interrupted)
24698         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24699         (flymake-new-err-info): `defvar' at compile time.
24701 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24703         * replace.el (occur-hook): Doc fix.
24704         (occur-1): Don't call `occur-hook' if there are no matches.
24706 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24708         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24709         global-map, save the same map.
24710         (global-map): Don't alter it at top level.
24711         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24712         Then alter it here instead.
24713         (tpu-edt-off): Set global-map to the saved one.
24715         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24716         All references simplified.
24717         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24718         (zmacs-regions): Add defvar.
24719         (repeat-complex-command-map): Everything about that deleted.
24721         * textmodes/artist.el (artist-key-is-drawing)
24722         (artist-key-endpoint1, artist-key-poly-point-list)
24723         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24724         (artist-key-compl-table, artist-rb-save-data)
24725         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24726         Don't put them in eval-when-compile.
24727         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24729         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24730         Use with-no-warnings.
24732         * net/browse-url.el (dos-windows-version): Add defvar.
24734         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24736         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24737         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24738         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24739         Add defvar.
24740         (rmail-summary-beginning-of-message): Use with-no-warnings.
24741         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24743         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24744         Use with-no-warnings.
24746         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24747         (c-mark-function): Add point-moving-unit property.
24748         (vi-goto-line): Use with-no-warnings.
24750         * emulation/edt.el (edt-last-copied-word): Add defvar.
24751         (zmacs-region-stays): Likewise.
24752         (edt-mark-section-wisely): Use c-mark-function for C.
24753         Use makr-defun for Fortran.
24754         (time-string): defvar deleted.
24755         (edt-display-the-time): Don't set time-string.
24757         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24759         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24760         Don't warn when name is not constant
24761         or for defining the group `emacs'.
24763         * tooltip.el (gud-tooltip-mode): Add defvar.
24765         * startup.el (default-frame-background-mode): Add defvar.
24767         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24769         * info.el (tool-bar-map): Add defvar.
24771         * dired.el (dnd-protocol-alist): Add defvar.
24773         * dired-aux.el (dired-query): Display question with answer, when
24774         the user answers.
24776         * custom.el (custom-add-option): Doc fix.
24778         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24780 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24782         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24783         bogus name from the last change.
24785 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24787         * custom.el (custom-declare-variable): Fix typos in comment.
24788         (custom-known-themes): Doc fix.
24789         (custom-theme-directory): New defcustom.
24790         (require-theme): Make it check `custom-theme-directory'.
24792         * cus-theme.el (custom-new-theme-mode): New function.
24793         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24794         (custom-theme-description): Add compiler defvars.
24795         (customize-create-theme): Add doc to the "*New Custom Theme*"
24796         buffer.  Use `custom-new-theme-mode'.
24797         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24798         and save it to the `custom-theme-directory'.  Make this the
24799         default directory of the buffer.
24801 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24803         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24804         Fix unbalanced parentheses.
24806 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24808         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24809         into flymake-mode and delegate to flymake-mode.
24811         * find-file.el (ff-which-function-are-we-in): Clean up.
24813 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24815         * replace.el (occur-rename-buffer): Fix docstring.
24817         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24818         (edt-last-copied-word, edt-learn-macro-count)
24819         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24820         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24821         (time-string, zmacs-region-stays):
24822         * emulation/edt-mapper.el (edt-save-function-key-map)
24823         (EDT-key-name): `defvar' to silence the byte-compiler.
24825 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24827         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24828         font-lock-regexp-backslash.  Doc fix.
24829         (font-lock-regexp-backslash-grouping-construct): Rename from
24830         font-lock-regexp-backslash-construct.  Doc fix.
24831         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24832         grouping constructs.
24834 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24836         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24837         updating all the prerequisites.
24839 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24841         * textmodes/org.el (org-agenda-start-on-weekday)
24842         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24843         (org-agenda-use-time-grid, org-archive-location)
24844         (org-allow-space-in-links, org-usenet-links-prefer-google)
24845         (org-enable-table-editor, org-export-default-language)
24846         (org-export-html-show-new-buffer, org-fill-paragraph)
24847         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24848         (org-goto-quit, org-occur, org-eval-in-calendar)
24849         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24850         (org-agenda-diary-entry, org-remember-help)
24851         (org-table-convert-region, org-at-table-p)
24852         (org-table-move-row-down, org-table-move-row-up)
24853         (org-table-copy-region, org-table-toggle-vline-visibility)
24854         (org-table-get-stored-formulas, org-table-get-specials)
24855         (org-recalc-commands, org-table-eval-formula)
24856         (org-table-formula-substitute-names, orgtbl-make-binding)
24857         (org-format-org-table-html, org-format-table-table-html)
24858         (org-format-table-table-html-using-table-generate-source)
24859         (org-customize): Fix typos in docstrings.
24860         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24861         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24862         (org-back-to-heading): Doc fixes.
24863         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24864         (org-agenda-change-all-lines, org-get-header):
24865         Improve argument/docstring consistency.
24866         (orgtbl-error): Fix error message.
24868         * progmodes/flymake.el (flymake-find-possible-master-files)
24869         (flymake-master-file-compare, flymake-get-line-err-count)
24870         (flymake-highlight-line, flymake-gui-warnings-enabled):
24871         Fix typos in docstrings.
24872         (flymake-parse-line, flymake-get-project-include-dirs-function)
24873         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24874         Doc fixes.
24875         (flymake-get-project-include-dirs-function)
24876         (flymake-make-err-menu-data):
24877         Improve argument/docstring consistency.
24879 2005-07-01  Lute Kamstra  <lute@gnu.org>
24881         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24882         Catch errors with ignore-errors.  Use temporary buffer.
24883         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
24885         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24886         background color faces.
24887         (facemenu-set-foreground, facemenu-set-background):
24888         Use facemenu-set-face-from-menu.
24889         (facemenu-set-face-from-menu): Treat face names that start with
24890         "fg:" or "bg:" as special.
24891         (facemenu-add-new-color): Don't create faces.  Simplify.
24893 2005-06-30  Richard M. Stallman  <rms@gnu.org>
24895         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24896         (crm-find-current-element): Likewise.
24898 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24900         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24902 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24904         * arc-mode.el (archive-extract): Make it work as a mouse binding.
24905         (archive-mouse-extract): Make it an obsolete alias.
24906         (archive-mode-map): Don't use archive-mouse-extract any more.
24907         (archive-mode, archive-extract): write-contents-hooks ->
24908         write-contents-functions.
24909         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24910         first arg.
24911         (archive-rename-entry): Update the call.
24912         (archive-zip-summarize): Remove unused var `method'.
24913         (archive-lzh-summarize): Remove unused var `creator'.
24915         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24916         dedicated frame upon exit.
24918         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24919         (archive-zip-extract, archive-zip-expunge)
24920         (archive-zip-update, archive-zip-update-case): Use executable-find.
24921         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24922         Use restore-buffer-modified-p.
24923         (archive-extract, archive-add-new-member, archive-write-file-member):
24924         Use with-current-buffer.
24925         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24927 2005-06-30  Andreas Schwab  <schwab@suse.de>
24929         * progmodes/gud.el (gud-filter): Remove unneeded progn.
24931 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24933         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24935 2005-06-30  Juri Linkov  <juri@jurta.org>
24937         * faces.el (vertical-border): Inherit from mode-line-inactive
24938         only on tty.
24940 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
24942         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24943         example, -NLINES in the `occur' docstring).
24945         * replace.el (occur-1): When no matches are found, do not set the
24946         `buffer-read-only' and modified flags for the occur buffer,
24947         because it is deleted.
24949         * emulation/cua-base.el (cua-check-pending-input)
24950         (cua-repeat-replace-region, cua-mode, cua-debug)
24951         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24952         Fix typos in docstrings.
24954         * emulation/cua-gmrk.el (cua-toggle-global-mark)
24955         (cua-cut-region-to-global-mark)
24956         (cua--cut-rectangle-to-global-mark):
24957         Remove period from end of messages.
24959         * emulation/cua-rect.el (cua-do-rectangle-padding):
24960         Remove period from end of messages.
24961         (cua--rectangle-seq-format): Fix typo in docstring.
24962         (cua-sequence-rectangle, cua-fill-char-rectangle):
24963         Improve argument/docstring consistency.
24965 2005-06-29  Juri Linkov  <juri@jurta.org>
24967         * faces.el (default-frame-background-mode): New internal variable.
24968         (frame-set-background-mode): Use it.
24970         * startup.el (normal-top-level): Set default-frame-background-mode
24971         instead of frame-background-mode.  Before setting it, test for its
24972         nil value.  Remove tests for frame-background-mode and frame
24973         parameter `reverse'.  Add test for "unspecified-fg".
24975         * term/xterm.el (xterm-rxvt-set-background-mode):
24976         * term/rxvt.el (rxvt-set-background-mode):
24977         Set default-frame-background-mode instead of frame-background-mode.
24979 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
24981         * simple.el (set-variable): Warn about obsolete user variables.
24983         * imenu.el (imenu--completion-buffer):
24984         * mouse.el (mouse-buffer-menu-alist):
24985         * msb.el (msb-invisible-buffer-p):
24986         * calendar/diary-lib.el (diary-header-line-format):
24987         * emacs-lisp/pp.el (pp-buffer):
24988         * progmodes/cperl-mode.el (cperl-do-auto-fill):
24989         * textmodes/picture.el (picture-replace-match):
24990         Change space constants followed by a sexp to "?\s ".
24992         * play/decipher.el (decipher-loop-with-breaks):
24993         * textmodes/texinfo.el (texinfo-insert-@item): Change space
24994         constants "protected" from end of line by a comment to "?\s".
24996 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24998         * font-lock.el (save-buffer-state): Use `declare'.
25000         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25001         reset the syntax-table to cperl-mode-syntax-table.
25002         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25003         "foo_print_bar" is not matched as a reserved keyword.
25005 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25007         * textmodes/org.el (orgtbl-setup): New function, for delayed
25008         setup for the orgtbl commands.
25009         (org-calc-default-modes): New option.
25010         (orgtbl-make-binding): Use `defun' to get better help display.
25011         (org-diary): Call `org-compile-prefix-format'.
25012         (org-table-formula-substitute-names): New function.
25013         (org-agenda-day-view, org-agenda-week-view): New commands.
25014         (org-agenda-toggle-week-view): Command removed.
25015         (org-tbl-menu): Split off from org-org-menu.
25016         (org-mode): Move removal of outline-mode menus to here.
25017         (org-table-formula-debug): New option.
25018         (org-table-insert-row): Keep first field if just "#" or "*".
25019         (org-mode): Paragraph regexps fixed.
25020         (org-table-recalculate-regexp): New constant.
25021         (org-table-justify-field-maybe): Avoid replace if not necessary.
25022         (org-copy-special, org-cut-special): Use `call-interactively'.
25023         (org-table-copy-region): Take region from `interactive' call.
25024         (org-trim): Return string even if no match.
25025         (org-formula): New face.
25026         (org-set-font-lock-defaults): No longer highlight "FIXME".
25027         But highlight formula-related fields in table.
25028         (org-table-p): Use regexp, not fontification.
25029         (org-table-align): Handle white space at end of line.
25030         (org-table-formula-evaluate-inline): New option.
25031         (org-mode): Auto-wrapping in comment lines turned off.
25032         (org-table-copy-down): Evaluate only in copied field, not in
25033         destination.
25034         (org-table-current-formula): Variable removed.
25035         (org-table-store-formulas, org-table-get-stored-formulas)
25036         (org-table-modify-formulas, org-table-replace-in-formulas)
25037         (org-table-maybe-eval-formula): New functions.
25038         (org-table-get-formula): Modify to use stored formulas.
25039         (org-table-insert-column, org-table-delete-column)
25040         (org-table-move-column): Call `org-table-modify-formulas'.
25041         (org-complete): Add completion for keyword formulas.
25042         (orgtbl-mode): Pull orgtbl-mode-map to start of
25043         minor-mode-map-alist.
25045 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25047         * progmodes/python.el (python-check): Require `compile' before
25048         modifying its variables.
25050         * newcomment.el (comment-indent-default): Don't get fooled by an early
25051         end of buffer.
25053 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25055         * ps-print.el (ps-print-version): Fix version number.
25057 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25059         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25061 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25063         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25064         (flyspell-local-mouse-map): Declaration deleted.
25065         (flyspell-mouse-map): Bind only mouse-2.
25066         (flyspell-mode-map): Don't test flyspell-use-local-map.
25067         (flyspell-overlay-keymap-property-name): Var deleted.
25068         (flyspell-mode-on): Don't make local bindings for
25069         flyspell-mouse-map and flyspell-mode-map.
25070         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25072         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25074         * progmodes/compile.el (compilation-next-error-function):
25075         Don't switch buffers; operate on the current buffer.
25077         * progmodes/compile.el (compilation-error-file-name)
25078         (compilation-warning-file-name, compilation-info-file-name)
25079         (compilation-line-number, compilation-column-number): New faces.
25080         (compilation-error-face, compilation-warning-face)
25081         (compilation-info-face, compilation-line-face)
25082         (compilation-column-face): Use them.
25084         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25086         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25088         * bindings.el (global-map): Bind insertchar and its variants.
25090 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25092         * textmodes/artist.el (artist-text-overwrite)
25093         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25095 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25097         * ps-print.el: It was not working the page selection for printing.
25098         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25099         (ps-print-version): New version 6.6.7.
25100         (ps-end-sheet): New fun.
25101         (ps-header-sheet, ps-end-job): Call it.
25103 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25105         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25107 2005-06-27  Lute Kamstra  <lute@gnu.org>
25109         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25110         background color faces.
25111         (facemenu-get-face): Delete function.
25112         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25113         (facemenu-add-new-color): Make second argument mandatory.
25114         Create the appropriate face and return it.  Simplify.
25115         (facemenu-set-foreground, facemenu-set-background): Don't check if
25116         color is defined.  Use return value of facemenu-add-new-color.
25118 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25120         * progmodes/gud.el (gud-filter): Add missing argument to
25121         with-selected-window.
25123 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25125         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25126         a :require to the defcustom.
25128         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25129         defcustoms corresponding to minor modes.
25131 2005-06-26  David Ponce  <david@dponce.com>
25133         * recentf.el: Require tree-widget instead of wid-edit.
25134         (recentf-filename-handler): Fix widget :type.
25135         (recentf-cancel-dialog, recentf-open-more-files)
25136         (recentf-open-files-action): Doc fix.
25137         (recentf-dialog-goto-first): New function.
25138         (recentf-dialog-mode-map): Set parent keymap first.
25139         (recentf-dialog-mode): Define with define-derived-mode.
25140         Don't display continuation lines in dialogs.
25141         (recentf-edit-list): Rename from recentf-edit-selected-items.
25142         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25143         Simplify.
25144         (recentf-edit-list-validate): New function.
25145         (recentf-edit-list): Update accordingly.
25146         (recentf-open-files-item-shift): Remove.
25147         (recentf-open-files-item): Convert menu elements into tree and
25148         link widgets.  Don't create the widgets.
25149         (recentf-open-files): Update accordingly.
25150         (recentf-save-list): Untabify.
25152 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25154         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25155         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25156         partially contained in the active region.  Do not take active
25157         region into account when called from Lisp, unless INTERACTIVE arg
25158         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25159         avoid trouble with fields.  Make marker point nowhere when no
25160         longer used.  Always return nil.  Doc fix.
25161         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25162         into account when called from Lisp, unless INTERACTIVE arg is
25163         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25164         avoid trouble with fields.  Make marker point nowhere when no
25165         longer used.  Always return nil.  Doc fix.
25166         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25167         interchangeable.  Do not take active region into account when
25168         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25169         message in echo area when called from Lisp, unless INTERACTIVE arg
25170         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25171         Return the number of matches.  Doc fix.
25172         (occur): Doc fix.
25173         (perform-replace): Make comment follow double space convention for
25174         the sake of `outline-minor-mode'.
25176         * faces.el (facep): Doc fix.
25178 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25180         * facemenu.el (facemenu-enable-faces-p): New function.
25181         (facemenu-background-menu, facemenu-foreground-menu)
25182         (facemenu-face-menu): Add menu-enable property.
25184         * jka-compr.el (jka-compr-insert-file-contents):
25185         Special handling if cannot find the uncompression program.
25187         * cus-face.el (custom-face-attributes): Add autoload.
25189         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25190         Bind comment-indent-function locally.
25192         * window.el (save-selected-window): Use save-current-buffer.
25194         * subr.el (with-selected-window): Use save-current-buffer.
25196         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25197         and with-current-buffer.
25199 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25201         * simple.el (line-move-1): Fix previous change.
25203 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25205         * replace.el (occur-1): Set `buffer-read-only' and the
25206         buffer-modified flag before running `occur-hook' to protect
25207         against unintentional buffer switches that can lead to data loss.
25209 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25211         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25212         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25213         initial error.
25215         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25216         after fresh input.
25217         (gdb-var-create-handler): Put name of expression in quotes.
25219 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25221         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25222         elements of RING in order, and without bogus nil elements.
25224 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25226         * simple.el (set-variable): Args renamed; doc fix.
25227         (line-move-1): When there are overlays around, use vertical-motion.
25229         * faces.el (escape-glyph): Use brown against light background.
25230         (nobreak-space): Rename from no-break-space.
25231         Fix previous change.
25233         * dired-aux.el (dired-do-copy): Fix arg prompt.
25235         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25237 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25239         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25240         rather than "Distributor".
25242 2005-06-23  Lute Kamstra  <lute@gnu.org>
25244         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25245         (debug-on-entry): Use it.  New interactive declaration that uses
25246         function-called-at-point.
25248 2005-06-23  Kim F. Storm  <storm@cua.dk>
25250         * subr.el (save-match-data): Add comment about using evaporate arg
25251         to set-match-data.
25253 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25255         * cus-edit.el (customize-face)
25256         (customize-face-other-window): Handle face aliases.
25258         * faces.el (face-documentation, set-face-attribute)
25259         (face-spec-set): Handle face aliases.
25261 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25263         * help-mode.el (help-make-xrefs): If a symbol representing a face
25264         name is not followed by the word "face", it could still be a
25265         function or variable name, so don't bypass other checks.
25267 2005-06-22  Juri Linkov  <juri@jurta.org>
25269         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25270         Replace aliased functions with calls where second arg `inherit' is t.
25272 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25274         * progmodes/gdb-ui.el (gdb-error): New variable.
25275         (gdb-error): New function.
25276         (gdb-annotation-rules): Act on error-begin and error annotations.
25277         (gdb-concat-output): Use font-lock-warning-face for errors.
25279 2005-06-22  Miles Bader  <miles@gnu.org>
25281         * bindings.el (propertized-buffer-identification): Use renamed
25282         `Buffer-menu-buffer' face.
25284         * faces.el (vertical-border): Rename from `vertical-divider'.
25285         (escape-glyph): Change dark-background color back to `cyan'.
25287 2005-06-21  Juri Linkov  <juri@jurta.org>
25289         * faces.el (face-user-default-spec): Try getting `customized-face'
25290         prior to `saved-face'.
25291         (frame-background-mode): Refill docstring.
25293         * emacs-lisp/lisp-mode.el (eval-defun-1):
25294         * emacs-lisp/edebug.el (edebug-eval-defun):
25295         Set `saved-face' temporarily to nil before calling form.
25296         Set `customized-face' to the new spec after that.
25298 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25300         * subr.el (1value, lambda, key-substitution-in-progress):
25301         Doc fixes.
25303         * autoinsert.el (auto-insert-alist):
25304         * ses.el (ses-call-printer):
25305         * subr.el (noreturn):
25306         * emacs-lisp/lisp.el (check-parens):
25307         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25308         * net/browse-url.el (browse-url-mosaic):
25309         * progmodes/cc-defs.el (c-safe-scan-lists):
25310         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25311         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25312         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25313         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25314         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25315         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25317 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25319         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25321 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25323         * calendar/appt.el (appt-make-list): Activate the package, if
25324         not already active (for backwards compatibility).
25326 2005-06-20  Kim F. Storm  <storm@cua.dk>
25328         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25330 2005-06-20  Miles Bader  <miles@gnu.org>
25332         * faces.el (vertical-divider): New face.
25334 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25336         * simple.el (kill-whole-line): Doc fix.
25337         (next-error-buffer-p, next-error-find-buffer)
25338         (clone-indirect-buffer): Fix typos in docstrings.
25339         (comment-line-break-function): Doc fix: don't say variable
25340         is automatically buffer-local (it isn't).
25342 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25344         * net/tramp-ftp.el (top):
25345         * net/tramp-smb.el (top):
25346         * net/tramp-util.el (top):
25347         * net/tramp-uu.el (top):
25348         * net/tramp-vc.el (top):
25349         * net/tramp.el (top): Revert copyright years back to original
25350         ones.  Tramp has a life outside GNU Emacs.
25352 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25354         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25356 2005-06-18  Juri Linkov  <juri@jurta.org>
25358         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25359         end of first regexp to limit the match to the position between
25360         line number and source line with same separator character as used
25361         between file name and line number.  In the second regexp limit
25362         mouse-face area to file name and line number by adding new group
25363         for them and referring it in HYPERLINK arg.
25364         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25365         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25366         previous line where grep markers may be already removed.
25368 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25370         * progmodes/ps-mode.el: Update version and maintainer's email address.
25372 2005-06-18  Steve Youngs  <steve@xemacs.org>
25374         * net/browse-url.el (browse-url-browser-function)
25375         (browse-url-default-browser): Add firefox.
25376         (browse-url-firefox-program, browse-url-firefox-arguments)
25377         (browse-url-firefox-startup-arguments)
25378         (browse-url-firefox-new-window-is-tab): New defcustoms.
25379         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25381 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25383         * startup.el (command-line): Warn if specified user name has
25384         no home directory.
25386         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25387         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25389         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25390         Doc fixes.
25392         * faces.el (underline): Try bold if terminal doesn't support underline.
25394         * mail/sendmail.el (mail-setup-with-from): New variable.
25395         (mail-insert-from-field): New function.
25396         (sendmail-send-it): Call it.
25397         (mail-setup): Optionally call it here.
25399         * term/linux.el: Call tty-no-underline.
25401 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25403         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25405 2005-06-17  Miles Bader  <miles@gnu.org>
25407         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25408         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25409         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25410         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25411         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25412         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25413         Remove "-face" suffix from face names.
25414         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25415         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25416         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25417         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25418         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25419         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25420         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25421         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25422         New backward-compatibility aliases for renamed faces.
25423         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25424         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25425         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25426         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25427         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25428         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25429         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25430         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25431         Use renamed ediff faces.
25433         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25434         Remove "-face" suffix from face names.
25435         (eshell-test-ok-face, eshell-test-failed-face):
25436         New backward-compatibility aliases for renamed faces.
25437         (eshell-run-test): Use renamed eshell-test faces.
25439         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25440         face name.
25441         (eshell-prompt-face): New backward-compatibility alias for renamed
25442         face.
25443         (eshell-emit-prompt): Use renamed eshell-prompt face.
25445         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25446         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25447         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25448         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25449         Remove "-face" suffix from face names.
25450         (eshell-ls-directory-face, eshell-ls-symlink-face)
25451         (eshell-ls-executable-face, eshell-ls-readonly-face)
25452         (eshell-ls-unreadable-face, eshell-ls-special-face)
25453         (eshell-ls-missing-face, eshell-ls-archive-face)
25454         (eshell-ls-backup-face, eshell-ls-product-face)
25455         (eshell-ls-clutter-face):
25456         New backward-compatibility aliases for renamed faces.
25457         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25459         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25460         Remove "-face" suffix from face name.
25461         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25462         instead of literal face.
25464 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25466         * emacs-lisp/warnings.el (display-warning, lwarn)
25467         (warning-minimum-log-level): Doc fixes.
25468         (warning-minimum-level, warning-minimum-log-level):
25469         Add :debug to :type choices.
25471         * progmodes/ada-mode.el (ada-format-paramlist)
25472         (ada-get-indent-case, ada-check-matching-start)
25473         (ada-check-defun-name, ada-goto-matching-decl-start)
25474         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25475         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25476         (ada-make-subprogram-body): Follow error conventions.
25477         (ada-case-exception-file, ada-indent-comment-as-code)
25478         (ada-indent-handle-comment-special, ada-indent-renames)
25479         (ada-indent-return, ada-search-directories-internal)
25480         (ada-tab-policy, ada-case-exception-substring)
25481         (ada-other-file-alist, ada-matching-start-re)
25482         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25483         (ada-imenu-generic-expression, ada-compile-goto-error)
25484         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25485         (ada-popup-menu, ada-add-extensions, ada-mode)
25486         (ada-region-selected, ada-create-case-exception)
25487         (ada-create-case-exception-substring, ada-after-keyword-p)
25488         (ada-activate-keys-for-case, ada-adjust-case-region)
25489         (ada-adjust-case-buffer, ada-format-paramlist)
25490         (ada-scan-paramlist, ada-insert-paramlist)
25491         (ada-indent-newline-indent)
25492         (ada-indent-newline-indent-conditional)
25493         (ada-justified-indent-current, ada-goto-previous-word)
25494         (ada-indent-current, ada-get-indent-open-paren)
25495         (ada-get-indent-paramlist, ada-get-indent-end)
25496         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25497         (ada-get-indent-block-start, ada-get-indent-subprog)
25498         (ada-get-indent-noindent, ada-get-indent-label)
25499         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25500         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25501         (ada-goto-stmt-end, ada-goto-next-word)
25502         (ada-check-matching-start, ada-check-defun-name)
25503         (ada-goto-matching-decl-start, ada-goto-matching-start)
25504         (ada-goto-matching-end, ada-search-ignore-string-comment)
25505         (ada-in-decl-p, ada-looking-at-semi-or)
25506         (ada-looking-at-semi-private, ada-in-paramlist-p)
25507         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25508         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25509         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25510         (ada-previous-package, ada-create-menu)
25511         (ada-fill-comment-paragraph-justify)
25512         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25513         (ada-other-file-name, ada-last-which-function-line)
25514         (ada-last-which-function-subprog, ada-which-function)
25515         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25516         (ada-gen-treat-proc, ada-check-emacs-version)
25517         (ada-continuation-indent, ada-align-region-separate):
25518         Fix typos in docstrings.
25519         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25521 2005-06-16  Lute Kamstra  <lute@gnu.org>
25523         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25524         conditionally.
25526 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25528         * comint.el (comint-replace-by-expanded-filename)
25529         (comint-prompt-regexp, comint-delimiter-argument-list)
25530         (comint-preinput-scroll-to-bottom):
25531         * info.el (Info-hide-cookies-node):
25532         * ls-lisp.el (ls-lisp-classify):
25533         * find-file.el (ff-search-directories, ff-special-constructs)
25534         (ff-find-other-file):
25535         * font-lock.el (font-lock-keywords):
25536         * shell.el (shell-prompt-pattern)
25537         (shell-dynamic-complete-functions, shell-mode)
25538         (shell-delimiter-argument-list):
25539         * term.el (term-replace-by-expanded-filename)
25540         (term-prompt-regexp, term-delimiter-argument-list):
25541         * woman.el (woman-ignore, woman0-if):
25542         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25543         * emacs-lisp/elint.el (elint-init-env):
25544         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25545         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25546         * language/ethio-util.el (ethio-tilde-escape)
25547         (ethio-use-three-dot-question):
25548         * net/zone-mode.el (zone-mode-load-time-setup):
25549         * progmodes/cc-align.el (c-lineup-argcont):
25550         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25551         * progmodes/cperl-mode.el (cperl-set-style-back):
25552         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25553         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25554         Fix spellings in docstrings.
25556         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25557         * progmodes/modula2.el (m2-for): Fix spellings.
25559         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25561         * simple.el (undo-more): Don't use `format' on `error' arguments.
25562         Improve argument/docstring consistency.
25563         (pending-undo-list): Doc fix.
25565         * smerge-mode.el (smerge-ensure-match):
25566         * emulation/vip.el (vip-ex):
25567         * net/zone-mode.el (zone-mode-update-serial):
25568         * progmodes/idlwave.el (idlwave-complete):
25569         * progmodes/vhdl-mode.el (vhdl-visit-file)
25570         (vhdl-compose-wire-components):
25571         Don't use `format' on `error' arguments.
25573         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25574         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25575         (tooltip-help-tips): Fix typos in docstrings.
25577 2005-06-16  David Ponce  <david@dponce.com>
25579         * tree-widget.el (tree-widget-value-create): Simplify last change.
25581 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25583         * ido.el (ido-incomplete-regexp): New variable.
25584         (ido-set-matches-1): Handle invalid-regexp error and set
25585         ido-incomplete-regexp.
25586         (ido-incomplete-regexp): New face.
25587         (ido-completions): Use it.
25588         (ido-complete, ido-exit-minibuffer, ido-completions):
25589         Handle incomplete regexps.
25590         (ido-completions): Add check for complete match when entering a regexp.
25592 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25594         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25596 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25598         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25599         by field delimiters.
25601 2005-06-15  David Ponce  <david@dponce.com>
25603         * tree-widget.el: eval-and-compile inlined functions so they will
25604         be available at run-time too.
25605         (tree-widget-super-format-handler)
25606         (tree-widget-format-handler): Remove.
25607         (tree-widget-value-create): Handle the :indent property.
25609 2005-06-15  Miles Bader  <miles@gnu.org>
25611         * progmodes/which-func.el (which-func): Only inherit
25612         `font-lock-function-name-face' when that makes sense against the
25613         default mode-line face, otherwise set the face color explicitly.
25615         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25616         faces instead of (non-existent) variables.
25618 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25620         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25621         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25623 2005-06-14  Miles Bader  <miles@gnu.org>
25625         * progmodes/ld-script.el (ld-script-location-counter):
25626         Remove "-face" suffix from face name.
25627         (ld-script-location-counter-face):
25628         New backward-compatibility alias for renamed face.
25629         (ld-script-location-counter-face): Use renamed face.
25631         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25632         (cperl-hash): Remove "-face" suffix from face names.
25633         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25634         New backward-compatibility aliases for renamed faces.
25635         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25636         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25638         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25639         name.
25640         (which-func-face): New backward-compatibility alias for renamed face.
25641         (which-func-format): Use renamed which-func face.
25643         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25644         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25645         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25646         names.
25647         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25648         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25649         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25650         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25651         (vhdl-speedbar-architecture-selected)
25652         (vhdl-speedbar-configuration-selected)
25653         (vhdl-speedbar-package-selected)
25654         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25655         names.
25656         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25657         Use renamed faces.
25658         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25659         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25660         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25661         Use renamed faces.
25662         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25663         names.
25664         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25665         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25666         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25667         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25668         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25669         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25671         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25672         face name.
25673         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25674         (sh-heredoc-face): Use renamed sh-heredoc face.
25676         * progmodes/idlw-help.el (idlwave-help-link):
25677         Remove "-face" suffix from face name.
25678         (idlwave-help-link-face):
25679         New backward-compatibility alias for renamed face.
25680         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25682         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25683         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25684         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25685         New backward-compatibility aliases for renamed faces.
25686         (idlwave-shell-disabled-breakpoint-face)
25687         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25689         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25690         Remove "-face" suffix from face names.
25691         (flymake-errline-face, flymake-warnline-face):
25692         New backward-compatibility aliases for renamed faces.
25693         (flymake-highlight-line): Use renamed flymake faces.
25695         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25696         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25697         (ebrowse-member-class, ebrowse-progress):
25698         Remove "-face" suffix from face names.
25699         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25700         (ebrowse-file-name-face, ebrowse-default-face)
25701         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25702         (ebrowse-progress-face):
25703         New backward-compatibility aliases for renamed faces.
25704         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25705         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25706         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25707         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25709         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25710         antlr-syntax)
25711         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25712         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25713         names.
25714         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25715         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25716         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25717         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25718         backward-compatibility aliases for renamed faces.
25719         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25720         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25721         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25722         remove "font-lock-".  Use renamed antlr-mode faces.
25723         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25724         literal face-names with face variable references.
25726         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25727         face name.
25728         (Buffer-menu-buffer-face): New backward-compatibility alias for
25729         renamed face.
25730         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25732 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25734         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25735         Eliminate "-face" suffix.
25736         (makefile-targets): Inherit from font-lock-function-name-face and
25737         eliminate "-face" suffix.
25738         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25739         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25740         actions, instead of prepending, to make it less visible.
25741         (makefile-previous-dependency, makefile-match-dependency):
25742         Don't match a target on a continuation line.
25744         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25746 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25748         * progmodes/gdb-ui.el (menu): Re-order menu items.
25749         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25751         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25752         Define in tooltip.el.
25753         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25754         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25755         gud-tooltip-echo-area.
25757         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25758         backward compatibility and make obsolete.
25759         (tooltip-help-tips): Use tooltip-use-echo-area.
25760         (tooltip-show-help-function): Rename to...
25761         (tooltip-show-help): ...this, because it is a function.
25762         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25764 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25766         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25767         (edebug-print-length, edebug-print-level, edebug-print-circle)
25768         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25769         (edebug-eval-print-last-sexp): Doc fixes.
25771 2005-06-14  Kim F. Storm  <storm@cua.dk>
25773         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25774         as the coverage buffer/file/both may change.
25776 2005-06-14  Lute Kamstra  <lute@gnu.org>
25778         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25779         and run-mode-hooks.  Simplify.
25781         * mail/rmailedit.el (rmail-edit-mode):
25782         * progmodes/octave-inf.el (inferior-octave-mode):
25783         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25785         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25786         and run-mode-hooks.
25787         (recentf-edit-list, recentf-open-files): Don't call
25788         kill-all-local-variables directly.
25790         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25792 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25794         * emacs-lisp/byte-run.el (make-obsolete)
25795         (define-obsolete-function-alias): Rename arguments FUNCTION and
25796         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25797         (make-obsolete-variable, define-obsolete-variable-alias):
25798         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25799         respectively.
25801         * isearchb.el (isearchb-activate):
25802         * pcvs.el (cvs-mode):
25803         * ses.el (ses-load):
25804         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25805         * net/tramp.el (tramp-find-file-exists-command)
25806         (tramp-find-shell):
25807         * progmodes/ada-mode.el (ada-create-case-exception)
25808         (ada-create-case-exception-substring, ada-make-subprogram-body):
25809         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25810         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25811         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25812         * textmodes/org.el (org-promote, org-evaluate-time-range)
25813         (org-agenda-next-date-line, org-agenda-previous-date-line)
25814         (org-agenda-error, org-open-at-point, org-table-move-row)
25815         (org-format-table-table-html-using-table-generate-source)
25816         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25817         * textmodes/reftex.el (reftex-access-scan-info):
25818         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25819         (reftex-toc-promote-prepare): Follow error conventions.
25821         * diff-mode.el (diff-mode): Fix typo in docstring.
25823         * forms.el (forms--intuit-from-file): Fix reference to
25824         `forms-number-of-fields' in error message.
25825         (forms-print): Fix quoting in error message.
25827         * forms.el (forms-mode):
25828         * emulation/vi.el (vi-goto-insert-state):
25829         * progmodes/flymake.el (flymake-new-err-info)
25830         (flymake-start-syntax-check-for-current-buffer)
25831         (flymake-simple-cleanup):
25832         * eshell/esh-var.el (eshell/export):
25833         * progmodes/gud.el (xdb):
25834         * textmodes/flyspell.el (flyspell-incorrect-hook)
25835         (flyspell-maybe-correct-transposition)
25836         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25838 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25840         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25841         minibuffer prompt.
25843 2005-06-13  Kim F. Storm  <storm@cua.dk>
25845         * subr.el (add-to-ordered-list): New defun.
25847         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25848         add cua--keymap-alist to emulation-mode-map-alists.
25850 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25852         * subr.el (complete-in-turn): New macro.
25853         (dynamic-completion-table, lazy-completion-table): Add debug info.
25855         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25856         in preference to face aliases.
25858         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25859         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25860         Remove unused vars `start' and `firstline'.
25861         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25862         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25864 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25866         * cus-start.el (all): Don't complain about missing GTK-related
25867         variables, unless either `gtk' is boundp or this isn't a
25868         `windows-nt' build.
25870 2005-06-13  Lute Kamstra  <lute@gnu.org>
25872         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25873         run-mode-hooks.
25875         * ediff-mult.el (ediff-meta-mode):
25876         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25878         * ledit.el (ledit-mode): Use delay-mode-hooks.
25880         * woman.el (woman-mode-line-format): Delete constant.
25881         (woman-mode-map): Initialize it properly.
25882         (woman-mode): Set mode-class property to special.
25883         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25884         Set major-mode and mode-name.  Don't set mode-line-format directly.
25885         (Man-getpage-in-background): Don't reference woman-mode-line-format.
25887         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25888         string argument obsolete.
25890 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
25892         * textmodes/org.el (org-CUA-compatible): New option.
25893         (org-disputed-keys): New variable.
25894         (org-key): New function.
25895         (orgtbl-make-binding): Add docstring to the created function.
25896         (org-mode): Set paragraph start/separate regexps.
25897         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25898         (org-archive-location, org-archive-mark-done)
25899         (org-archive-stamp-time): New options.
25900         (org-archive-subtree): New command.
25901         (org-fill-paragraph): New function.
25902         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25903         (org-fake-empty-table-line): Function removed.
25904         (org-format-org-table-html): Do not create empty table lines at
25905         separator lines.  Improved table header treatment.
25906         (org-link-format): New option.
25907         (org-make-link): New function.
25908         (org-insert-link, org-store-link): Use org-make-link.
25909         (org-open-file): Quote file name for shell command, to allow
25910         spaces in file names.
25911         (org-link-regexp): Fix bug with mailto link.
25912         (org-link-maybe-angles-regexp, org-protected-link-regexp):
25913         New constants.
25914         (org-export-as-html): Deal with the optional angles around a link.
25915         Better treatment of file: links.
25916         (org-open-at-point): Replace @{ and @} with < and >.
25917         (org-run-mode-hooks): Function removed.
25918         (org-agenda-mode): No longer use `org-run-mode-hooks'.
25920 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
25922         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25923         MI command -data-list-register-values.
25924         (gdb-post-prompt): Indent properly.
25926 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
25928         * hilit-chg.el (highlight-changes-colors): Rename from
25929         `highlight-changes-colours'.
25930         (highlight-changes-colours): Keep as obsolete alias.
25931         (highlight-changes-face-list): Doc fix.
25932         (hilit-chg-make-list): Use `highlight-changes-colors'.
25934 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
25936         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25937         defun-prompt-regexp.
25939 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
25941         * loadup.el: Don't say we are dumping under 2 names on windows-nt
25942         and cygwin.
25944         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25945         Don't use an old loaddefs.el, as in Makefile.in.
25947 2005-06-12  Lute Kamstra  <lute@gnu.org>
25949         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25951         * man.el (Man-mode-map): Initialize it properly.
25952         (Man-mode): Set mode-class property to special.
25954         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25956 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
25958         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25959         A newline is needed in the docstring there.
25961         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25962         Doc fixes.
25964 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25966         * printing.el: Doc fix.  The menubar is no more changed when printing
25967         is loaded, it only changes when pr-menu-bind or pr-update-menus is
25968         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
25969         (pr-version): New version number (6.8.4).
25970         (pr-menu-bind): New command.
25971         (pr-update-menus): Docstring and code fix.
25972         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25973         Docstring fix.
25974         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25975         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25977 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
25979         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25980         "Returns" to "return", document useful return values, etc.
25982 2005-06-11  Alan Mackenzie  <acm@muc.de>
25984         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25985         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25986         (adaptive-file-function): Minor amendment to doc-string.
25988 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25990         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25991         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25992         Fix :type--it is `integer', not `string'.
25994         * faces.el (modeline-highlight): Rename from (the erroneous)
25995         `modeline-higilight'.
25997 2005-06-11  Lute Kamstra  <lute@gnu.org>
25999         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26000         lisp-interaction-mode-map but make it the parent.
26001         (edebug-eval-mode): Use define-derived-mode.
26003 2005-06-11  Andreas Schwab  <schwab@suse.de>
26005         * bindings.el: Add binding of `ESC functionkey' for every
26006         `M-functionkey'.
26007         * hexl.el (hexl-mode-map): Likewise.
26009 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26011         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26012         [msft]: update regexp for newer msft compilers.
26014 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26016         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26017         ATTLIST portions of included DTDs.
26018         (xml-parse-dtd): Eliminate use of inefficient match-data.
26020 2005-06-10  Miles Bader  <miles@gnu.org>
26022         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26023         (mpuz-text): Remove "-face" suffix from face names.
26024         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26025         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26026         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26028         * play/gomoku.el (gomoku-O, gomoku-X):
26029         Remove "-face" suffix from face names.
26030         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26031         New backward-compatibility aliases for renamed faces.
26032         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26034 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26036         * thumbs.el: Fixes for changes of 2005-06-09.
26037         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26038         as a directory.
26039         (thumbs-thumbname): Remove directory separator from format string;
26040         `thumbs-thumbsdir' now returns a valid directory name.
26041         (thumbs-temp-dir): New defsubst.
26042         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26043         Use it.
26045         * cus-edit.el (minibuffer):
26046         * files.el (make-backup-file-name-function):
26047         * filesets.el (filesets-external-viewers):
26048         * hilit-chg.el (highlight-changes-colours)
26049         (highlight-changes-face-list, highlight-changes-rotate-faces):
26050         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26051         * kmacro.el (kmacro-call-macro):
26052         * log-edit.el (log-edit-changelog-full-paragraphs):
26053         * mouse.el (mouse-1-click-follows-link):
26054         * skeleton.el (skeleton-autowrap):
26055         * subr.el (insert-for-yank-1):
26056         * tempo.el (tempo-insert-region):
26057         * terminal.el (terminal-emulator):
26058         * time.el (display-time-mail-face):
26059         * vc.el (vc-annotate):
26060         * vcursor.el (vcursor-copy-line):
26061         * woman.el (woman-bold-headings, woman-ignore)
26062         (woman-default-faces, woman-monochrome-faces):
26063         * calendar/todo-mode.el (todo-insert-threshold):
26064         * emulation/pc-select.el (pc-select-selection-keys-only)
26065         (pc-selection-mode):
26066         * emulation/vip.el (vip-find-char-forward):
26067         * emulation/viper-cmd.el (viper-find-char-forward):
26068         * international/mule-cmds.el
26069         (select-safe-coding-system-accept-default-p)
26070         (input-method-exit-on-invalid-key):
26071         * international/mule-diag.el (describe-coding-system):
26072         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26073         * net/browse-url.el (browse-url-xterm-program):
26074         * obsolete/lazy-lock.el (lazy-lock-mode):
26075         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26076         (cperl-mode):
26077         * progmodes/cpp.el (cpp-face-light-name-list)
26078         (cpp-face-dark-name-list):
26079         * progmodes/delphi.el (delphi-newline-always-indents):
26080         Fix spellings in docstrings.
26082         * ido.el (ido-mode, ido-file-extensions-order)
26083         (ido-default-file-method, ido-default-buffer-method)
26084         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26085         (ido-decorations, ido-read-file-name-as-directory-commands)
26086         (ido-read-file-name-non-ido, ido-work-directory-list)
26087         (ido-ignore-item-temp-list, ido-current-directory)
26088         (ido-magic-forward-char, ido-enter-find-file)
26089         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26090         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26092 2005-06-10  Lute Kamstra  <lute@gnu.org>
26094         * play/dunnet.el (dun-mode): Use define-derived-mode.
26095         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26096         obsolete alias.
26098         * play/doctor.el (doctor-mode-map): Remove defvar.
26099         (doctor-mode): Use define-derived-mode.
26101         * mail/mspools.el (mspools-mode):
26102         * net/eudc-hotlist.el (eudc-hotlist-mode):
26103         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26105 2005-06-10  Miles Bader  <miles@gnu.org>
26107         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26108         Remove "-face" suffix from face names.
26109         (flyspell-incorrect-face, flyspell-duplicate-face):
26110         New backward-compatibility aliases for renamed faces.
26111         (flyspell-mode-on, make-flyspell-overlay)
26112         (flyspell-highlight-incorrect-region)
26113         (flyspell-highlight-duplicate-region)
26114         (flyspell-display-next-corrections)
26115         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26117         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26118         from face name.
26119         (texinfo-heading-face): New backward-compatibility alias for
26120         renamed face.
26121         (texinfo-heading-face): Use renamed texinfo-heading face.
26123         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26124         suffix from face names.
26125         (tex-math-face, tex-verbatim-face):
26126         New backward-compatibility aliases for renamed faces.
26127         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26128         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26129         literal face name.
26131         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26132         name.
26133         (table-cell-face): New backward-compatibility alias for renamed face.
26134         (table--put-cell-face-property, table--update-cell-face):
26135         Use renamed table-cell face.
26137         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26138         from face name.
26139         (sgml-namespace-face): New backward-compatibility alias for
26140         renamed face.
26141         (sgml-namespace-face): Use renamed sgml-namespace face.
26143         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26144         (org-level-4, org-level-5, org-level-6, org-level-7)
26145         (org-level-8, org-warning, org-headline-done)
26146         (org-deadline-announce, org-scheduled-today)
26147         (org-scheduled-previously, org-link, org-done, org-table)
26148         (org-time-grid): Remove "-face" suffix from face names.
26149         (org-level-1-face, org-level-2-face, org-level-3-face)
26150         (org-level-4-face, org-level-5-face, org-level-6-face)
26151         (org-level-7-face, org-level-8-face, org-warning-face)
26152         (org-headline-done-face, org-deadline-announce-face)
26153         (org-scheduled-today-face, org-scheduled-previously-face)
26154         (org-link-face, org-done-face, org-table-face)
26155         (org-time-grid-face):
26156         New backward-compatibility aliases for renamed faces.
26157         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26158         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26159         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26160         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26162         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26163         (viper-minibuffer-emacs, viper-minibuffer-insert)
26164         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26165         (viper-search-face, viper-replace-overlay-face)
26166         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26167         (viper-minibuffer-vi-face):
26168         New backward-compatibility aliases for renamed faces.
26169         (viper-search-face, viper-replace-overlay-face)
26170         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26171         (viper-minibuffer-vi-face): Use renamed viper faces.
26173         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26174         Remove "-face" suffix from face names.
26175         (testcover-nohits-face, testcover-1value-face):
26176         New backward-compatibility aliases for renamed faces.
26177         (testcover-mark): Use renamed testcover faces.
26179         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26180         face name.
26181         (diary-button-face): New backward-compatibility alias for renamed face.
26182         (diary-entry): Use renamed diary-button face.
26184         * calendar/calendar.el (diary, calendar-today, holiday)
26185         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26186         (diary-face, calendar-today-face, holiday-face):
26187         New backward-compatibility aliases for renamed faces.
26188         (eval-after-load "facemenu", diary-entry-marker)
26189         (calendar-today-marker, calendar-holiday-marker, diary-face):
26190         Use renamed calendar faces.
26192         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26193         (compare-windows-face): New backward-compatibility alias for
26194         renamed face.
26195         (compare-windows-highlight): Use renamed compare-windows face.
26197         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26198         (strokes-char-face): New backward-compatibility alias for renamed face.
26199         (strokes-encode-buffer): Use renamed strokes-char face.
26201         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26202         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26203         Remove "-face" suffix from face names.
26204         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26205         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26206         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26207         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26208         Use renamed pcvs faces.
26209         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26210         * pcvs-defs.el (cvs-mode-map): Likewise.
26211         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26213         * info.el (info-title-1, info-title-2, info-title-3)
26214         (info-title-4): Remove "-face" suffix from and downcase face names.
26215         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26216         (Info-title-4-face):
26217         New backward-compatibility aliases for renamed faces.
26218         (Info-fontify-node): Use renamed info faces.
26220         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26221         Remove "-face" suffix from face names.
26222         (highlight-changes-face, highlight-changes-delete-face):
26223         New backward-compatibility aliases for renamed faces.
26224         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26225         (hilit-chg-make-list): Use renamed highlight-changes faces.
26227         * generic-x.el (show-tabs-tab, show-tabs-space):
26228         Remove "-face" suffix from face names.
26229         (show-tabs-tab-face, show-tabs-space-face):
26230         New backward-compatibility aliases for renamed faces.
26231         (show-tabs-generic-mode-font-lock-defaults-1)
26232         (show-tabs-generic-mode-font-lock-defaults-2):
26233         Use renamed show-tabs faces.
26235         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26236         (smerge-markers): Remove "-face" suffix from face names.
26237         (smerge-mine-face, smerge-other-face, smerge-base-face)
26238         (smerge-markers-face):
26239         New backward-compatibility aliases for renamed faces.
26240         (smerge-mine-face, smerge-other-face, smerge-base-face)
26241         (smerge-markers-face): Use renamed smerge faces.
26243         * log-view.el (log-view-file, log-view-message): Remove "-face"
26244         suffix from face names.
26245         (log-view-file-face, log-view-message-face):
26246         New backward-compatibility aliases for renamed faces.
26247         (log-view-file-face, log-view-message-face): Use renamed log-view
26248         faces.
26250         * paren.el (show-paren-match, show-paren-mismatch):
26251         Remove "-face" suffix from face names.
26252         (show-paren-match-face, show-paren-mismatch-face):
26253         New backward-compatibility aliases for renamed faces.
26254         (show-paren-function): Use renamed show-paren faces.
26256         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26257         (ruler-mode-margins, ruler-mode-fringes)
26258         (ruler-mode-column-number, ruler-mode-fill-column)
26259         (ruler-mode-comment-column, ruler-mode-goal-column)
26260         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26261         suffix from face names.
26262         (ruler-mode-default-face, ruler-mode-pad-face)
26263         (ruler-mode-margins-face, ruler-mode-fringes-face)
26264         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26265         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26266         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26267         New backward-compatibility aliases for renamed faces.
26268         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26269         (ruler-mode-column-number, ruler-mode-fill-column)
26270         (ruler-mode-comment-column, ruler-mode-goal-column)
26271         (ruler-mode-tab-stop, ruler-mode-current-column)
26272         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26273         faces.
26275         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26276         face name.
26277         (whitespace-highlight-the-space): Use renamed face.
26278         (whitespace-highlight-face): New backward-compatibility alias for
26279         renamed face.
26281         * woman.el (woman-italic, woman-bold, woman-unknown)
26282         (woman-addition, woman-symbol-face):
26283         Remove "-face" suffix from face names.
26284         (woman-italic-face, woman-bold-face, woman-unknown-face)
26285         (woman-addition-face):
26286         New backward-compatibility aliases for renamed faces.
26287         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26288         (woman-decode-region, woman-replace-match)
26289         (woman-display-extended-fonts, woman-special-characters)
26290         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26291         Use renamed woman faces.
26293         * longlines.el (longlines-visible-face): Face removed.
26295         * diff-mode.el (diff-header, diff-file-header, diff-index)
26296         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26297         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26298         suffix from face names.
26299         (diff-header-face, diff-file-header-face, diff-index-face)
26300         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26301         (diff-changed-face, diff-function-face, diff-context-face)
26302         (diff-nonexistent-face): New backward-compatibility aliases for
26303         renamed faces.
26304         (diff-header-face, diff-file-header-face)
26305         (diff-index, diff-index-face, diff-hunk-header)
26306         (diff-hunk-header-face, diff-removed, diff-removed-face)
26307         (diff-added, diff-added-face, diff-changed-face, diff-function)
26308         (diff-function-face, diff-context-face, diff-nonexistent)
26309         (diff-nonexistent-face): Use renamed diff-mode faces.
26311         * progmodes/compile.el (compilation-warning-face)
26312         (compilation-info-face): Remove "-face" suffix from face names.
26313         (compilation-warning-face, compilation-info-face):
26314         New backward-compatibility aliases for renamed faces.
26315         (compilation-warning-face, compilation-info-face):
26316         Use renamed compilation faces.
26318         * add-log.el (change-log-date, change-log-name)
26319         (change-log-email, change-log-file, change-log-list)
26320         (change-log-conditionals, change-log-function)
26321         (change-log-acknowledgement): Remove "-face" suffix from face names.
26322         (change-log-date-face, change-log-name-face)
26323         (change-log-email-face, change-log-file-face)
26324         (change-log-list-face, change-log-conditionals-face)
26325         (change-log-function-face, change-log-acknowledgement-face):
26326         New backward-compatibility aliases for renamed faces.
26327         (change-log-font-lock-keywords): Use renamed change-log faces.
26329         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26330         (custom-set, custom-changed, custom-saved, custom-button)
26331         (custom-button-pressed, custom-documentation, custom-state)
26332         (custom-comment, custom-comment-tag, custom-variable-tag)
26333         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26334         (custom-group-tag): Remove "-face" suffix from face names.
26335         (custom-magic-alist, custom-magic-value-create)
26336         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26337         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26338         (custom-set-face, custom-changed-face, custom-saved-face)
26339         (custom-button-face, custom-button-pressed-face)
26340         (custom-documentation-face, custom-state-face)
26341         (custom-comment-face, custom-comment-tag-face)
26342         (custom-variable-tag-face, custom-variable-button-face)
26343         (custom-face-tag-face, custom-group-tag-face-1)
26344         (custom-group-tag-face):
26345         New backward-compatibility aliases for renamed faces.
26347         * wid-edit.el (widget-documentation, widget-button)
26348         (widget-field, widget-single-line-field, widget-inactive)
26349         (widget-button-pressed): "-face" suffix removed from face names.
26350         (widget-documentation-face, widget-button-face)
26351         (widget-field-face, widget-single-line-field-face)
26352         (widget-inactive-face, widget-button-pressed-face):
26353         New backward-compatibility aliases for renamed faces.
26354         (widget-documentation-face, widget-button-face)
26355         (widget-button-pressed-face, widget-specify-field)
26356         (widget-specify-inactive): Use renamed widget faces.
26358 2005-06-10  Kenichi Handa  <handa@m17n.org>
26360         * term/x-win.el (x-clipboard-yank): Remove condition-case
26361         wrapping.
26363 2005-06-11  Kenichi Handa  <handa@m17n.org>
26365         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26366         date lines stricter.
26368 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26370         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26371         of x-get-selection.
26373 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26375         * comint.el (comint-mode, comint-snapshot-last-prompt):
26376         * frame.el (frame-current-scroll-bars):
26377         * term.el (term-mode, term-check-proc, term-input-sender)
26378         (term-simple-send, term-extract-string, term-word)
26379         (term-match-partial-filename):
26380         * window.el (window-current-scroll-bars):
26381         * emulation/cua-base.el (cua-normal-cursor-color)
26382         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26383         (cua-global-mark-cursor-color):
26384         * mail/undigest.el (rmail-forward-separator-regex):
26385         Fix typos in docstrings.
26387         * comint.el (comint-check-proc, make-comint-in-buffer)
26388         (comint-source-default): Doc fixes.
26390         * term.el (term-send-string): Improve argument/docstring consistency.
26392 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26394         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26395         call to `delete-region'.
26396         (comint-mode-hook): Do not enable Font Lock by default.
26398 2005-06-09  Lute Kamstra  <lute@gnu.org>
26400         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26401         could be void.
26403 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26405         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26406         (debug): Use it.
26407         (debugger-step-through, debugger-continue, debugger-jump)
26408         (debugger-return-value): Set it when needed.
26409         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26410         Use inhibit-read-only.
26412 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26414         * window.el (shrink-window-if-larger-than-buffer)
26415         (window-size-fixed): Fix typo in docstring.
26417         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26418         thumbnails directory on loading.
26419         (thumbs-conversion-program): Use `eq' to check the system type,
26420         not `equal'.
26421         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26422         not "/tmp".  Fix docstring.
26423         (thumbs-thumbsdir): New function to return the thumbnails
26424         directory, creating it if needed.
26425         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26426         (thumbs-temp-file): Delete variable and make it into a function.
26427         (thumbs-resize-image, thumbs-modify-image): Use it.
26428         (thumbs-kill-buffer): Simplify.
26429         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26430         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26431         docstrings.
26433 2005-06-09  Kim F. Storm  <storm@cua.dk>
26435         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26436         set-match-data to free markers in match-data.
26438         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26439         match-data to unchain markers in match-data.
26441 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26443         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26444         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26445         unnecessary now.
26447 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26449         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26450         give the variable a doc string that doesn't say don't set it directly.
26452         * textmodes/ispell.el (ispell-check-version):
26453         Use match-string-no-properties.
26454         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26455         (ispell-buffer-local-words): Likewise.
26457         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26458         except on terminals with enough colors to really display it.
26459         (makefile-dependency-regex): Delete spurious `bb'.
26461         * faces.el (escape-glyph): Use blue once again in last case.
26462         (no-break-space): Redefine so that it isn't invisible on a tty.
26464 2005-06-08  Kim F. Storm  <storm@cua.dk>
26466         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26467         also when reading directory name.
26469 2005-06-08  Lute Kamstra  <lute@gnu.org>
26471         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26472         (flyspell-mode-line-string): Remove autoload cookie.
26473         (flyspell-mode): Remove defvar.
26475 2005-06-07  Lute Kamstra  <lute@gnu.org>
26477         * textmodes/org.el (org-run-mode-hooks): New function.
26478         (org-agenda-mode): Use it.
26480 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26482         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26484 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26486         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26488 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26490         * font-lock.el (font-lock-add-keywords): Doc fix.
26492 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26494         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26495         (tex-compile-default): In the absence of any history, use the order in
26496         tex-compile-alist to choose the preferred command.
26497         (tex-compile-commands): Reorder a bit.
26499         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26500         (flyspell-incorrect-face, flyspell-duplicate-face):
26501         Use (X)Emacs-agnostic code.
26502         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26503         redundant with the subsequent add-minor-mode.  Merge Emacs and
26504         XEmacs code.
26505         (flyspell-word): Minor simplification.
26506         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26507         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26508         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26509         Merge the corresponding Emacs code.
26510         (flyspell-correct-word, flyspell-xemacs-popup):
26511         Use flyspell-do-correct.
26513         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26514         a dedicated window.
26516         * international/latexenc.el (latexenc-find-file-coding-system):
26517         Undo part of last patch, to turn off a compiler warning.
26519 2005-06-06  Juri Linkov  <juri@jurta.org>
26521         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26522         Rename `tmm-inactive-face' to `tmm-inactive'.
26524 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26526         * iswitchb.el: Rename faces.
26528 2005-06-06  Kim F. Storm  <storm@cua.dk>
26530         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26531         (cua-global-mark): Remove -face suffix from face names.
26533         * emulation/cua-gmrk.el (cua--init-global-mark):
26534         Remove cua-global-mark face setup.
26536 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26538         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26539         just like other allowed characters.
26540         (makefile-match-dependency): Exclude leading and training whitespace
26541         from the range of regexp subexp 1.
26542         (makefile-macroassign-regex): Don't try to match the body,
26543         just the name of the macro being defined.
26545         * info.el (Info-read-node-name-2): New function.
26546         (Info-read-node-name-1): Use that.
26547         Add a completion-base-size-function property.
26549         * simple.el (completion-setup-function): Look for
26550         completion-base-size-function property of minibuffer-completion-table.
26552         * files.el (locate-file-completion): Doc fix.
26554         * printing.el: Don't call pr-update-menus; user must do that.
26556         * emacs-lisp/debug.el (debugger-window): New variable.
26557         (debug): Use debugger-window if it is set and still alive.
26558         Record debugger-window for next entry.
26560         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26562 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26564         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26565         (hack-one-local-variable, hack-local-variables)
26566         (hack-local-variables-prop-line): Pass that arg.
26568 2005-06-06  Kim F. Storm  <storm@cua.dk>
26570         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26571         (ido-indicator): Remove -face suffix from face names.
26573 2005-06-06  Juri Linkov  <juri@jurta.org>
26575         * font-lock.el (font-lock-regexp-backslash)
26576         (font-lock-regexp-backslash-construct): New faces.
26577         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26578         after `('.  Add `while-no-input' to control structures.
26580         * faces.el (no-break-space, shadow): New faces.
26581         (escape-glyph): Use less loud colors pink2 and red4.
26583         * diff-mode.el (diff-context-face)
26584         * dired.el (dired-ignored)
26585         * rfn-eshadow.el (file-name-shadow)
26586         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26588         * info.el (Info-title-1-face): Use green instead of yellow because
26589         bold yellow is not readable on light backgrounds.
26591         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26592         before selecting the desired mode to not spend time fontifying
26593         old contents.
26595 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26597         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26598         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26600         * ps-print.el (ps-default-fg, ps-default-bg):
26601         Fix typos in docstrings.
26603         * isearchb.el (isearchb): Don't pass a spurious second argument to
26604         `iswitchb-completions'.
26606 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26608         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26609         to preserve point.
26610         (gdb-find-file-hook): Add doc string.
26612         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26613         C dereferenced pointer expression.
26614         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26616         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26618         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26619         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26620         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26621         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26622         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26623         Make background transparent.
26625 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26627         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26628         (font-lock-remove-keywords): Doc fix.
26629         (font-lock-mode-major-mode): Compiler defvar.
26630         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26632         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26633         (font-lock-mode): Update `font-lock-mode-major-mode'.
26634         (font-lock-set-defaults): Compiler defvar.
26635         (font-lock-default-function): Take `font-lock-mode-major-mode'
26636         into account.
26638         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26639         keep track of which major mode it enabled the minor mode for.
26640         Use find-file-hook again.  Update docstring.
26642         * simple.el (eval-expression-print-level)
26643         (eval-expression-print-length, eval-expression-debug-on-error):
26644         Doc fixes.
26646 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26648         * iswitchb.el (iswitchb-single-match-face)
26649         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26650         (iswitchb-invalid-regexp-face): New faces.
26651         (iswitchb-completions): Use them.
26652         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26653         now marked as an obsolete alias.
26654         (iswitchb-read-buffer): Remove check for bound font variables.
26655         (iswitchb-invalid-regexp): New free variable.
26656         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26657         set iswitchb-invalid-regexp.
26658         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26659         invalid regexps.
26660         (iswitchb-completions): Add check for complete match when entering
26661         a regexp.
26662         (iswitchb-completions): Remove require-match argument.
26663         (iswitchb-exhibit): Fix caller.
26664         (iswitchb-common-match-inserted): New variable.
26665         (iswitchb-complete, iswitchb-completion-help): Use it.
26667 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26669         * url-http.el (url-http-chunked-encoding-after-change-function):
26670         Use `url-http-debug' instead of `message'.
26672 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26674         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26675         callback argument.
26677 2005-06-04  Kim F. Storm  <storm@cua.dk>
26679         * simple.el (line-move): Only call sit-for when moving backwards.
26681         * ido.el (ido-make-merged-file-list-1): New defun split from
26682         ido-make-merged-file-list.
26683         (ido-make-merged-file-list): Bind throw-on-input around call to
26684         ido-make-merged-file-list-1.  Return input-pending-p if
26685         interrupted by more input available.
26686         (ido-read-internal): Handle input-pending-p return value from
26687         ido-make-merged-file-list.
26689 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26691         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26692         compatibility code.
26694         * international/latexenc.el (latexenc-find-file-coding-system):
26695         Don't inherit the EOL part of the coding-system from the
26696         tex-main buffer.  Fit within 80 columns.
26698 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26700         * tmm.el (tmm-inactive-face): New face.
26701         (tmm-remove-inactive-mouse-face): New function.
26702         (tmm-prompt, tmm-add-one-shortcut)
26703         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26704         but not selectable.
26706 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26708         * faces.el (face-equal): Improve argument/docstring consistency.
26710 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26712         * progmodes/make-mode.el (makefile-targets-face)
26713         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26714         (makefile-bsdmake-dependency-regex)
26715         (makefile-makepp-rule-action-regex)
26716         (makefile-bsdmake-rule-action-regex): New constants.
26717         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26719         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26720         Allow (...) within `...' for makepp messages.
26722 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26724         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26726         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26727         "." files are deleted from all file lists before comparison.
26729         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26730         (viper-ESC-key): Made them customizable.
26732         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26734 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26736         * autorevert.el (auto-revert-buffers): Use save-match-data.
26738 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26740         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26741         menu items with a nil command binding.
26743 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26745         * emacs-lisp/cl-macs.el (defsetf):
26746         Improve argument/docstring consistency.
26748         * faces.el (list-faces-display): Improve the formatting by
26749         computing the maximum length required for any face-name (reworked
26750         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26751         (internal-find-face): Remove redundant info in docstring.
26753 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26755         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26756         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26757         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26758         (gdb-assembler-custom): Improve regexps.
26759         (def-gdb-auto-update-handler): Use window point to preserve point.
26761 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26763         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26765 2005-05-31  Jay Belanger  <belanger@truman.edu>
26767         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26768         to calc-embedded.
26769         (calc-embedded-make-info): Have plain prefix argument select
26770         entire line.
26772 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26774         * faces.el (list-faces-display): Signal error if passed a regexp
26775         that matches no face name.
26777         * simple.el (filter-buffer-substring): Fix typo in docstring.
26779 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26781         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26782         (vhdl-emacs-21): Doc fix.
26783         (vhdl-mode): Unconditionally set comment-padding.
26784         (vhdl-fixup-whitespace-region): Insert spaces only where
26785         there are none.
26786         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26788 2005-05-30  John Wiegley  <johnw@newartisans.com>
26790         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26791         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26792         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26793         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26794         `string-to-number'.
26796 2005-05-30  Jay Belanger  <belanger@truman.edu>
26798         * calc/calc.el (calc-bug-address): Fix docstring.
26799         (calc-window-hook, calc-trail-window-hook): New variables.
26800         (calc-trail-display): Restore use of calc-trail-window-hook.
26801         (calc): Restore use of calc-window-hook.
26803 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26805         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26807         * help-fns.el (help-C-file-name): Add autoload mark for
26808         `find-function-noselect'.
26810 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26812         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26813         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26815 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26817         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26818         included diary buffer if it was not already being visited.
26819         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26821         * calendar/icalendar.el (top-level): Do not require appt.
26823         * mail/supercite.el (sc-select-attribution): Only use a list
26824         element from sc-attrib-selection-list if it returns a string.
26825         Reported by Davide G. M. Salvetti <salve@debian.org>.
26827 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26829         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26830         includes a hash value to improve its uniqueness, and has a ".jpg"
26831         extension.  Also, it is now a valid filename on all systems.
26832         (thumbs-make-thumb): Use `let', not `let*'.
26833         (thumbs-show-thumbs-list): Check for JPEG availability.
26835 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26837         * filesets.el (filesets-menu-ensure-use-cached):
26838         Prevent warning when emacs-version>= is undefined.
26840         * printing.el (pr-interactive-n-up): Use string-to-number.
26842         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26844         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26845         Warn only when name to be defined is quoted.
26847 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26849         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26850         Make regexp more robust.
26851         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26852         Force regeneration of disassembly.
26854 2005-05-29  Jay Belanger  <belanger@truman.edu>
26856         * calc/calc.el (calc-user-invocation): Check if
26857         calc-invocation-macro is non-nil.
26859 2005-05-29  Juri Linkov  <juri@jurta.org>
26861         * add-log.el (change-log-font-lock-keywords):
26862         Add `+' to e-mail regexp to accept mail address with keywords.
26864         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26866 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26868         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26870         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26872 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26874         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26875         Undo the change that moves to end of the current word.
26877 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26879         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26880         Throw error when count <= 0 to ensure input is a number.
26881         (gdb-read-memory-custom): Pick up address from buffer.
26882         (gdb-memory-mode): Allow user to increment and decrement
26883         memory address from header line.
26885 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26887         * flyspell.el (flyspell-version): Function deleted.
26888         (flyspell-auto-correct-previous-hook): Doc fix.
26890         * jit-lock.el (jit-lock-function, jit-lock-after-change):
26891         Do nothing if memory is full.
26893         * font-lock.el (font-lock-fontify-syntactically-region):
26894         Pass t for GREEDY to looking-back.
26896         * saveplace.el (save-place-alist-to-file): Write the file
26897         using write-region.
26899         * subr.el (looking-back): New argument GREEDY.
26901         * progmodes/compile.el (compilation-start): Set the mode
26902         before inserting the initial text.
26904         * progmodes/which-func.el (which-func-update-1): Turn the mode
26905         off in case of error by setting which-func-mode.
26907 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
26909         * flyspell.el (flyspell-auto-correct-previous-word):
26910         Narrow down to what's on the screen, and recenter overlays
26911         at the end of the next word.
26913 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
26915         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26916         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26917         (flyspell-abbrev-p): Default to nil.
26918         (flyspell-use-global-abbrev-table-p): Doc fix.
26919         (flyspell-large-region): Allow nil as value.
26920         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26922         (mail-mode-flyspell-verify): More robust handling
26923         of `mail-header-separator'.  More efficient signature detection.
26924         Allow for regexp metacharacters in message-header-separator.
26925         Adding `To' not to be checked in mail-mode-flyspell-verify.
26927         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26928         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26929         Bind flyspell-auto-correct-binding.
26930         Bind C-. and C-, .
26931         (flyspell-mode-map): Likewise.
26932         (flyspell-mode): Doc fix.
26933         (flyspell-accept-buffer-local-defs): Preserve current buffer.
26934         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26935         (flyspell-word-cache-result): New var, always local.
26936         (flyspell-check-pre-word-p): Doc fix.
26937         (flyspell-check-changed-word-p): Handle spc like newline.
26938         (flyspell-post-command-hook): Set flyspell-word-cache-result.
26939         (flyspell-word-search-backward, flyspell-word-search-forward):
26940         New functions.
26941         (flyspell-word): Return t if nothing to check.
26942         When parsing TeX code, check for after } or \.
26943         Use flyspell-word-search-backward to find previous word.
26944         Return nil if duplicated word.
26945         For word already checked, return same value as last time.
26946         Set flyspell-word-cache-result after checking.
26947         Don't clobber the return value.
26948         (flyspell-get-word): Major rewrite.
26949         (flyspell-external-point-words): New locals pword, pcount.
26950         Fix size used in progress message.
26951         Find the proper corresponding word in flyspell-large-region-buffer.
26952         (flyspell-region): Check for flyspell-large-region = nil.
26953         (flyspell-highlight-incorrect-region): Clean up overlays in region.
26954         (flyspell-auto-correct-word): Check that WORD is a cons.
26955         (flyspell-correct-word): Likewise.
26957 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
26959         * progmodes/make-mode.el (makefile-rule-action-regex)
26960         (makefile-macroassign-regex, makefile-makepp-mode)
26961         (makefile-bsdmake-mode): Continuation lines may be empty.
26962         Reported by Joshua Varner.
26963         (makefile-makepp-font-lock-keywords): Add $(stem).
26965 2005-05-28  Karl Berry  <karl@gnu.org>
26967         * textmodes/tex-mode.el: Now that tex-send-command calls
26968         shell-quote-argument (2005-03-31 change), remove all calls to
26969         shell-quote-argument; they all end up invoking tex-send-command.
26970         The double quoting loses on filenames with non-safe characters,
26971         such as "@".  Reported by Frederik Fouvry.
26973 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26975         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26976         about preserving point.
26978 2005-05-27  Jay Belanger  <belanger@truman.edu>
26980         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26981         Info-goto-node.
26983         * calc/calc-embed.el (calc-embed-arg): New variable.
26984         (calc-do-embedded-activate, calc-embedded-activate-formula)
26985         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26986         variable by new variable.
26987         (calc-embedded-make-info): Replace undeclared variable by new
26988         variable.  When selecting region with positive prefix
26989         argument, use end of previous line instead of beginning of line.
26991         * calc/calc-aent.el (calc-arg-values): Declare it.
26993         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26994         Declare them.
26996         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26998         * calc/calc.el (calc-alg-map): Declare it.
27000         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27002 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27004         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27005         (gdb-registers-buffer, toggle-gdb-all-registers):
27006         Toggle display of floating point registers.
27007         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27009         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27010         (toggle-gud-tooltip-dereference):
27011         Rename from gud-toggle-tooltip-dereference.
27013 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27015         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27017 2005-05-27  Jay Belanger  <belanger@truman.edu>
27019         * calc/calc-prog.el (calc-kbd-report): Remove.
27020         (calc-kbd-query): Rewrite.
27022 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27024         * image.el (image-library-alist): Move to image.c.
27025         (image-type-available-p): Doc fix.
27027 2005-05-27  Lute Kamstra  <lute@gnu.org>
27029         * calc/calc.el (calc):
27030         * outline.el (outline-1, outline-2, outline-3, outline-4)
27031         (outline-5, outline-6, outline-7, outline-8):
27032         * textmodes/dns-mode.el (dns-mode):
27033         * textmodes/sgml-mode.el (sgml-namespace-face):
27034         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27035         (tex-verbatim-face, tex-use-reftex):
27036         * textmodes/texinfo.el (texinfo-heading-face):
27037         Specify customization group.
27039         * longlines.el: Don't require easy-mmode.
27040         (longlines-visible-face): Specify customization group.
27042 2005-05-27  Kenichi Handa  <handa@m17n.org>
27044         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27045         encoding table of windows-1251.
27047         * international/ucs-tables.el (ucs-set-table-for-input):
27048         If translation-table-for-input of a coding system is a symbol, get
27049         its translation-table property.
27051         * international/code-pages.el: Don't register a coding system into
27052         non-iso-charset-alist more than once.
27053         (cp-make-coding-system): Likewise.
27055 2005-05-26  John Wiegley  <johnw@newartisans.com>
27057         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27058         `eshell-resume-eval' is wrapped in a list, it indicates that the
27059         command was run asynchronously.  In that case, unwrap the value
27060         before checking the delimiter value.
27062         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27063         character before a space at the end of a line is \, assume the space
27064         is part of the last argument rather than a final argument separator.
27066         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27067         is in use, and the target is `t' or `nil' (which are the most common
27068         values), don't assume that the symbol target is a buffer.
27070 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27072         * calendar/calendar.el (calendar-mode-line-format):
27073         Use mode-line-highlight as mouse-face.
27075         * time.el (display-time-string-forms, display-time-update):
27076         Use mode-line-highlight as mouse-face.
27078 2005-05-26  Jay Belanger  <belanger@truman.edu>
27080         * calc/calc.el (calc-language-alist): Remove extra defvar.
27082 2005-05-26  Lute Kamstra  <lute@gnu.org>
27084         * arc-mode.el (archive-mode):
27085         * bookmark.el (bookmark-read-annotation-mode)
27086         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27087         * bs.el (bs-mode):
27088         * calc/calc-yank.el (calc-edit-mode):
27089         * calc/calc.el (calc-mode, calc-trail-mode):
27090         * calculator.el (calculator-mode):
27091         * chistory.el (command-history-mode):
27092         * comint.el:
27093         * cus-edit.el (custom-mode):
27094         * descr-text.el (describe-text-mode):
27095         * ebuff-menu.el (Electric-buffer-menu-mode):
27096         * ediff-util.el (ediff-mode):
27097         * emacs-lisp/re-builder.el (reb-mode):
27098         * emulation/vi.el (vi-mode-setup):
27099         * emulation/ws-mode.el (wordstar-mode):
27100         * eshell/esh-mode.el (eshell-mode):
27101         * forms.el (forms-mode):
27102         * help-mode.el (help-mode):
27103         * hexl.el (hexl-mode):
27104         * ibuffer.el (ibuffer-mode):
27105         * ielm.el (inferior-emacs-lisp-mode):
27106         * info.el (Info-mode, Info-edit-mode):
27107         * international/swedish.el:
27108         * ledit.el (ledit-from-lisp-mode):
27109         * locate.el (locate-mode):
27110         * mail/rmail.el (rmail-mode):
27111         * mail/rmailedit.el (rmail-edit-mode):
27112         * mail/rmailsum.el (rmail-summary-mode):
27113         * mail/supercite.el (sc-electric-mode):
27114         * net/eudc.el (eudc-mode):
27115         * net/quickurl.el (quickurl-list-mode):
27116         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27117         * obsolete/ooutline.el (outline-mode):
27118         * obsolete/options.el (Edit-options-mode):
27119         * obsolete/rnews.el (news-mode):
27120         * obsolete/rnewspost.el (news-reply-mode):
27121         * play/5x5.el (5x5-mode):
27122         * play/decipher.el (decipher-mode, decipher-stats-mode):
27123         * play/gomoku.el (gomoku-mode):
27124         * play/snake.el (snake-mode):
27125         * play/solitaire.el (solitaire-mode):
27126         * play/tetris.el (tetris-mode):
27127         * progmodes/ada-mode.el (ada-mode):
27128         * progmodes/antlr-mode.el (antlr-mode):
27129         * progmodes/autoconf.el (autoconf-mode):
27130         * progmodes/dcl-mode.el (dcl-mode):
27131         * progmodes/delphi.el (delphi-mode):
27132         * progmodes/ebrowse.el (ebrowse-tree-mode)
27133         (ebrowse-electric-list-mode, ebrowse-member-mode)
27134         (ebrowse-electric-position-mode):
27135         * progmodes/f90.el (f90-mode):
27136         * progmodes/fortran.el (fortran-mode):
27137         * progmodes/icon.el (icon-mode):
27138         * progmodes/idlw-help.el (idlwave-help-mode):
27139         * progmodes/idlw-shell.el (idlwave-shell-mode):
27140         * progmodes/idlwave.el (idlwave-mode):
27141         * progmodes/inf-lisp.el (inferior-lisp-mode):
27142         * progmodes/m4-mode.el (m4-mode):
27143         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27144         * progmodes/modula2.el (modula-2-mode):
27145         * progmodes/octave-inf.el (inferior-octave-mode):
27146         * progmodes/octave-mod.el (octave-mode):
27147         * progmodes/pascal.el (pascal-mode):
27148         * progmodes/sh-script.el (sh-mode):
27149         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27150         * progmodes/vhdl-mode.el (vhdl-mode):
27151         * progmodes/xscheme.el (scheme-interaction-mode):
27152         * replace.el (occur-mode):
27153         * ses.el (ses-mode):
27154         * simple.el (completion-list-mode):
27155         * skeleton.el:
27156         * speedbar.el (speedbar-mode):
27157         * term.el (term-mode):
27158         * terminal.el (terminal-edit-mode):
27159         * textmodes/reftex-index.el (reftex-index-mode)
27160         (reftex-index-phrases-mode):
27161         * textmodes/reftex-sel.el (reftex-select-label-mode)
27162         (reftex-select-bib-mode):
27163         * textmodes/reftex-toc.el (reftex-toc-mode):
27164         * wdired.el (wdired-change-to-wdired-mode):
27165         * wid-browse.el (widget-browse-mode):
27166         Use run-mode-hooks.
27168         * array.el (array-mode):
27169         * calendar/todo-mode.el (todo-mode):
27170         * man.el (Man-mode):
27171         * play/landmark.el (lm-mode):
27172         * play/mpuz.el (mpuz-mode):
27173         Use kill-all-local-variables and run-mode-hooks.
27175         * subr.el (delay-mode-hooks): Specify indentation.
27177 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27179         * xml.el (xml-substitute-special): Don't die for undefined xml
27180         entities.
27182 2005-05-26  Jay Belanger  <belanger@truman.edu>
27184         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27185         of nil.
27187 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27189         * progmodes/gdb-ui.el (gdb-frame-address):
27190         Rename from gdb-current-address.
27191         (gdb-previous-frame-address): Rename from gdb-previous-address.
27192         (gdb-selected-frame): Rename from gdb-current-frame.
27193         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27194         (gdb-frame-number): Rename from gdb-current-stack-level.
27195         (gdb-ann3): Match new mode-name for disassembly buffer.
27196         Extend initialization of variables.
27197         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27198         (gdb-memory-mode): Use mouse-face in header line.
27199         (gdb-assembler-buffer-name): Call it disassembly and give frame
27200         in mode line.
27201         (gdb-source-spec-regexp, gdb-assembler-custom)
27202         (gdb-invalidate-assembler, gdb-frame-handler):
27203         Make robust to leading zeroes in address format.
27205 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27207         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27208         define `org-mode'.
27209         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27211 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27213         * log-edit.el (log-edit-changelog-entries): Distinguish between
27214         filenames like xfns.c and fns.c.
27216 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27218         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27219         point after reverting.
27220         (Buffer-menu-make-sort-button): Handle the case where
27221         `Buffer-menu-use-header-line' is nil.
27223 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27225         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27226         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27227         and `:' to them.
27229 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27231         * startup.el (normal-top-level): Allow modification of load-path while
27232         we're iterating over it.
27234 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27236         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27237         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27238         (thumbs-resize-interactive, thumbs-insert-image)
27239         (thumbs-insert-thumb, thumbs-dired-show-marked)
27240         (thumbs-find-image-at-point, thumbs-delete-images)
27241         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27242         (thumbs-increment-image-size, thumbs-decrement-image-size):
27243         Fix typos in docstrings.
27245 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27247         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27248         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27249         (cperl-mode): Use them.
27251 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27253         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27254         Doc fixes.
27256 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27258         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27259         Bind C-d to gdb-inferior-io-eof.
27261         * dired.el (dired-dnd-popup-notice): Use message-box.
27263 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27265         * bindings.el (mode-line-major-mode-keymap):
27266         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27268         * faces.el (mode-line-highlight): New face.
27270         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27271         as mouse-face.
27273         * bindings.el (top-level, help-echo, mode-line-modified)
27274         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27275         as mouse-face.
27277 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27279         * progmodes/cc-engine.el (c-guess-basic-syntax):
27280         Remove spurious call to `zerop'.
27282         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27284 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27286         CC Mode update to 5.30.10:
27288         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27289         could go past the limit in decoration level 2, thereby causing
27290         errors during interactive fontification.
27292         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27293         the file is evaluated interactively.
27295         * cc-engine.el (c-guess-basic-syntax): Handle operator
27296         declarations somewhat better in C++.
27298         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27299         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27300         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27301         (awk-mode): Use it.
27302         (make-local-hook): Suppress warning about obsoleteness.
27304         * cc-engine.el, cc-align.el, cc-cmds.el
27305         (c-append-backslashes-forward, c-delete-backslashes-forward)
27306         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27307         Compensate for return value from `forward-line' when it has moved
27308         but not to a different line due to eob.
27310         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27311         `objc-method-intro' and `objc-method-args-cont'.
27313 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27315         CC Mode update to 5.30.10:
27317         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27318         in the copyright statement.  Incidentally, change "along with GNU
27319         Emacs" to "along with this program" where it occurs.
27321         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27322         so that it is interactive, hence can be found by M-x awk-mode
27323         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27324         <gmorris+emacs@ast.cam.ac.uk>.
27326         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27327         Mode's regexps.
27329 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27331         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27332         c-parse-state, to avoid a lisp error (on bad code).
27334 2005-05-23  Lute Kamstra  <lute@gnu.org>
27336         * subr.el (font-lock-defaults): Remove defvar as it's already
27337         defined in font-core.el.
27339         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27341 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27343         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27344         more general and work when GDB variable "print pretty" is on,
27345         as with Emacs, for example.
27347 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27349         * font-core.el: Update comment.
27351         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27352         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27354         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27356 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27358         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27359         and `yank-handler' in the doc strings.
27361 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27363         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27365 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27367         * help.el (describe-key): Move print-help-return-message call
27368         out of conditional.
27370         * progmodes/etags.el (list-tags): Use with-no-warnings.
27372         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27373         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27374         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27376         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27378         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27379         Add defvar.
27381         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27382         Use defvar, not defconst.
27384         * hexl.el (hexl-follow-line): Use with-no-warnings.
27386         * emulation/tpu-extras.el: Use write-file-functions instead of
27387         write-file-hooks.
27389         * dired.el (dired-font-lock-keywords): Fontify files with junk
27390         extensions even if marked by -F.
27392 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27394         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27395         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27396         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27397         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27398         (concatenate, list-length, get*, getf, cl-remprop):
27399         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27400         (etypecase, progv, lexical-let, lexical-let*)
27401         (multiple-value-bind, multiple-value-setq, shiftf):
27402         Improve argument/docstring consistency.
27404         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27406 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27408         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27409         doesn't exist.
27411         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27412         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27414 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27416         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27417         already deleted variables: auto-fill-hook, blink-paren-hook,
27418         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27419         suspend-hooks, comment-indent-hook, meta-flag,
27420         before-change-function, after-change-function,
27421         font-lock-doc-string-face.
27423 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27425         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27427 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27429         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27430         rmail-dont-reply-to.
27432 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27434         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27435         literal blank when splitting new-header-values.
27437 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27439         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27440         string so that tmm doesn't create a completion entry for it.
27442         * textmodes/table.el (table-disable-menu): Ditto.
27444 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27446         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27448         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27450         * net/rcompile.el (remote-compile): Use compilation-start.
27452         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27454 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27456         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27457         Default to makefile-bsdmake-mode on BSD systems.
27459         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27460         REGEXP may also be a search function now.  The part of doc-string
27461         for describing the structure was 95% identical to that of
27462         `imenu--generic-function'.  Unify it there.
27464         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27465         Use function to find dependencies, because regexp alone is so complex,
27466         it easily goes into an endless loop.
27467         (makefile-makepp-mode): Also add submenu for Perl functions
27468         defined in the makefile.
27469         (makefile-bsdmake-mode): Special imenu-generic-expression no
27470         longer needed, due to function call.
27471         (makefile-match-dependency): Take BOUND into account when checking
27472         if we're through.
27474 2005-05-20  Jay Belanger  <belanger@truman.edu>
27476         * calc/calc-units.el (calc-invalidate-units-table):
27477         Use inhibit-read-only.
27478         (math-build-units-table-buffer): Use view-mode.
27480 2005-05-20  David Kastrup  <dak@gnu.org>
27482         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27483         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27485 2005-05-20  Lute Kamstra  <lute@gnu.org>
27487         * diff-mode.el (diff-header-face, diff-file-header-face)
27488         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27489         (diff-added-face, diff-changed-face, diff-function-face)
27490         (diff-context-face, diff-nonexistent-face): Put them in the
27491         diff-mode customization group.
27493 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27495         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27497         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27499         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27500         Minor regexp-optimization.
27502 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27504         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27505         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27506         (org-agenda-add-time-grid-maybe): New function.
27507         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27508         (org-table-create): `dotimes' instead of `mapcar'.
27509         (org-xor): Simplify implementation.
27510         (org-agenda): `inhibit-redisplay' turned on.
27511         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27512         a consistent line after a state change.
27513         (org-agenda-remove-times-when-in-prefix): New option.
27514         (org-prefix-has-time): New variable.
27515         (org-parse-time-string): Optional argument NODEFAULT.
27516         (org-format-agenda-item): Parse items for time-of-day
27517         specifications and move these into the prefix if possible.
27518         (org-agenda-priority): Get current heading, not previous heading
27519         during agenda remote editing.
27521 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27523         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27524         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27525         (remove-duplicates, delete-duplicates, substitute)
27526         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27527         (nsubstitute-if-not, find, find-if, find-if-not, position)
27528         (position-if, position-if-not, count, count-if, count-if-not)
27529         (mismatch, search, sort*, stable-sort, merge, member*)
27530         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27531         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27532         (intersection, nintersection, set-difference, nset-difference)
27533         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27534         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27535         (nsublis, tree-equal): Improve argument/docstring consistency.
27537         * subr.el (send-string, send-region): Remove obsolescence declaration.
27538         (window-dot, set-window-dot, read-input, show-buffer)
27539         (eval-current-buffer, string-to-int):
27540         Add release number to obsolescence declarations.
27542 2005-05-19  Kim F. Storm  <storm@cua.dk>
27544         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27545         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27547 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27549         * faces.el (list-faces-display): Make back button respect optional
27550         regexp arg.
27552 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27554         * calculator.el (calculator-radix-grouping-mode)
27555         (calculator-radix-grouping-digits, calculator-displayer)
27556         (calculator-radix-grouping-separator, calculator-copy-displayer):
27557         * dabbrev.el (dabbrev-search-these-buffers-only):
27558         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27559         (diff-advance-after-apply-hunk, diff-mode-hook)
27560         (diff-minor-mode-prefix):
27561         * imenu.el (imenu-use-popup-menu):
27562         * jit-lock.el (jit-lock-context-time):
27563         * newcomment.el (comment-fill-column, comment-column)
27564         (comment-style, comment-padding, comment-multi-line)
27565         (comment-empty-lines, comment-auto-fill-only-comments):
27566         * reveal.el (reveal-around-mark):
27567         * uniquify.el (uniquify-buffer-name-style)
27568         (uniquify-after-kill-buffer-p)
27569         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27570         (uniquify-min-dir-content, uniquify-separator)
27571         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27572         * w32-vars.el (w32-fixed-font-alist):
27573         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27574         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27575         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27576         * progmodes/perl-mode.el (perl-indent-level)
27577         (perl-continued-statement-offset, perl-continued-brace-offset)
27578         (perl-brace-offset, perl-brace-imaginary-offset)
27579         (perl-label-offset, perl-indent-continued-arguments)
27580         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27581         * progmodes/tcl.el (tcl-indent-level)
27582         (tcl-continued-indent-level, tcl-auto-newline)
27583         (tcl-tab-always-indent, tcl-electric-hash-style)
27584         (tcl-help-directory-list, tcl-use-smart-word-finder)
27585         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27586         (inferior-tcl-source-command):
27587         * textmodes/fill.el (enable-kinsoku):
27588         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27589         * textmodes/table.el (table-yank-handler):
27590         Specify missing group (and type, if simple) in defcustom.
27592 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27594         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27596 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27598         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27600         * subr.el (event-basic-type): Don't get an error.
27601         (left-fringe-p): Function deleted.
27603         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27604         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27606         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27607         in recursive copy.
27609         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27611         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27613         * emacs-lisp/bytecomp.el
27614         (byte-compile-file-form-custom-declare-variable):
27615         Call byte-compile-nogroup-warn if appropriate.
27617         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27618         (compilation-set-window): Don't call left-fringe-p; do it directly.
27620 2005-05-19  Jay Belanger  <belanger@truman.edu>
27622         * calc/calc-graph.el (calc-graph-format-data): Make sure
27623         var-PlotRejects is bound before trying to check its value.
27625 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27627         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27628         definition of this variable from reftex-global.el to reftex.el,
27629         because it is needed in the menu.
27631 2005-05-19  Lute Kamstra  <lute@gnu.org>
27633         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27634         years are fixed.  Don't insert a space after a dash.
27636 2005-05-19  Kim F. Storm  <storm@cua.dk>
27638         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27640 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27642         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27643         strings, because (eq ... ?\\) is fairly frequent.
27645         * progmodes/make-mode.el (makefile-add-this-line-targets):
27646         Simplify and integrate into `makefile-pickup-targets'.
27647         (makefile-add-this-line-macro): Simplify and integrate into
27648         `makefile-pickup-macros.
27649         (makefile-pickup-filenames-as-targets): Simplify.
27650         (makefile-previous-dependency, makefile-match-dependency):
27651         Don't stumble over `::'.
27653 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27655         * subr.el (post-command-idle-hook, post-command-idle-delay):
27656         Remove obsoletion of post-command-idle-hook and
27657         post-command-idle-delay.
27659         * faces.el (list-faces-display): Provide button when describe-face
27660         is called to take user back to the list of faces.
27662         * help-fns.el (describe-variable): Remove hyperlinks in a
27663         variable's value as these are quite frequently inappropriate.
27665         * follow.el (follow-submit-feedback, follow-mode):
27666         Remove references to post-command-idle-hook.
27668 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27670         * progmodes/make-mode.el (makefile-previous-dependency)
27671         (makefile-match-dependency): Check for := (and in bsd mode also
27672         !=) to give a better result, even when font-lock is not on.
27674 2005-05-18  Jay Belanger  <belanger@truman.edu>
27676         * calc/calc-help.el (calc-s-prefix-help):
27677         Add `calc-copy-special-constant' to help string.
27679 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27681         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27683 2005-05-18  Jay Belanger  <belanger@truman.edu>
27685         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27686         in linear factors are in proper order.
27688 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27690         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27691         Support for jurabib.
27693         * textmodes/reftex.el (featurep): Define aliases for overlay
27694         commands, for XEmacs compatibility, and use these aliases in
27695         overlay initializations.
27696         (reftex-highlight): Use `reftex-move-overlay'.
27697         (reftex-unhighlight): Use `reftex-delete-overlay'.
27698         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27699         (reftex-access-search-path): Use `reftex-uniquify' instead of
27700         `reftex-uniq'
27702         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27703         `before-string' property modification enables for Emacs as well.
27704         (reftex-select-item): Use `reftex-delete-overlay'.
27705         (reftex-select-mark): Use `reftex-make-overlay' and
27706         `reftex-overlay-put'.
27707         (reftex-select-unmark): Use `reftex-delete-overlay' and
27708         `reftex-overlay-put'.
27710 2005-05-18  Lute Kamstra  <lute@gnu.org>
27712         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27714 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27716         * add-log.el (add-change-log-entry):
27717         * array.el (array-make-template, array-reconfigure-rows)
27718         (array-init-max-row, array-init-max-column)
27719         (array-init-columns-per-line, array-init-field-width):
27720         * replace.el (replace-match-maybe-edit, perform-replace):
27721         * textmodes/spell.el (spell-region):
27722         Replace `read-input' by `read-string'.
27724         * forms.el (forms-mode):
27725         * finder.el (finder-compile-keywords):
27726         * shadowfile.el (shadow-read-files):
27727         Replace `eval-current-buffer' by `eval-buffer'.
27729         * terminal.el (te-pass-through):
27730         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27731         (ange-ftp-raw-send-cmd):
27732         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27733         (send-process-next-char, telnet-initial-filter, telnet):
27734         Replace `send-string' by `process-send-string'.
27736         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27737         (prolog-consult-region): Replace `send-string' by
27738         `process-send-string'; replace `send-region' by `process-send-region'.
27740         * progmodes/delphi.el (delphi-log-msg):
27741         Replace `set-window-dot' by `set-window-point'.
27743         * subr.el (window-dot, set-window-dot, read-input, send-string)
27744         (send-region, show-buffer, eval-current-buffer):
27745         Make really obsolete, as the comment says.
27747 2005-05-17  Kim F. Storm  <storm@cua.dk>
27749         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27750         (cua--init-keymaps): Bind C-return instead of S-return to set
27751         rectangle mark.
27753         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27754         instead of S-return to toggle/clear rectangle mark.
27756 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27758         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27759         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27760         Also fontify plain strings assigned to variables, mostly so that a
27761         colon has a face and is thus not taken as a dependency separator.
27762         (makefile-previous-dependency): Inline the new matcher, because it
27763         is too complex to work in both directions.
27764         (makefile-match-dependency): Eliminate `backward' arg (see above).
27765         Completely reimplemented so as to not sometimes go into an endless
27766         loop.  It should also be more efficient, because first it only
27767         searches for `:', instead of applying the very complex regexp.
27768         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27769         to be fontified in one piece can be too long for JIT.
27770         Makefiles are never *that* big.
27772 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27774         * dired.el (dired-mode): Simplify.
27776 2005-05-17  Lute Kamstra  <lute@gnu.org>
27778         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27779         defcustom for the mode hook variable.
27781         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27782         Emacs Lisp Reference Manual.
27784 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27786         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27787         (evenp, list*):
27788         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27789         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27791         * net/tramp-smb.el (tramp-smb-open-connection):
27792         Pass `tramp-chunksize' as fifth (required) argument.
27794 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27796         * font-lock.el (lisp-font-lock-keywords-1):
27797         Set `font-lock-negation-char-face' for [^...] char group.
27798         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27800         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27801         a var, and refine it to mask one more level of nested vars.
27802         (makefile-rule-action-regex): Turn it into a var, and refine it so
27803         it recognizes backslashed continuation lines as belonging to the
27804         same command.
27805         (makefile-macroassign-regex): Refine it so it recognizes
27806         backslashed continuation lines as belonging to the same command.
27807         (makefile-var-use-regex): Don't look at the next char, because it
27808         might be the same one to be skipped by the initial [^$], leading
27809         to an overlooked variable use.
27810         (makefile-make-font-lock-keywords): Remove two parameters, which
27811         are now variables that some of the modes set locally.
27812         Handle dependency and rule action matching through functions, because
27813         regexps alone match too often.  Dependency matching now comes
27814         last, so it can check, whether a colon already matched something else.
27815         (makefile-mode): Inform that font-lock improves makefile parsing
27816         capabilities.
27817         (makefile-match-dependency, makefile-match-action): New functions.
27819 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27821         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27823         * align.el (align-regexp):
27824         * ansi-color.el (ansi-color-get-face):
27825         * array.el (array-reconfigure-rows, array-init-max-row)
27826         (array-init-max-column, array-init-columns-per-line)
27827         (array-init-field-width):
27828         * dired-aux.el (dired-trample-file-versions):
27829         * dired-x.el (dired-mark-sexp):
27830         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27831         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27832         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27833         * faces.el (face-read-integer):
27834         * files.el (backup-extract-version, insert-directory):
27835         * hexl.el (hexl-insert-decimal-char):
27836         * server.el (server-process-filter):
27837         * shell.el (shell-extract-num):
27838         * startup.el (command-line-1):
27839         * term.el (term-command-hook):
27840         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27841         (time-stamp-do-number):
27842         * time.el (display-time-update):
27843         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27844         (timezone-fix-time):
27845         * vms-patch.el (vms-suspend-resume-hook):
27846         * calendar/appt.el (appt-convert-time):
27847         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27848         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27849         * calendar/cal-islam.el (mark-islamic-diary-entries):
27850         * calendar/calendar.el (calendar-cursor-to-date)
27851         (calendar-star-date):
27852         * calendar/diary-lib.el (diary-attrtype-convert)
27853         (mark-diary-entries, diary-entry-time):
27854         * calendar/solar.el (solar-get-number):
27855         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27856         * emacs-lisp/re-builder.el (reb-display-subexp):
27857         * emulation/edt.el (edt-set-scroll-margins):
27858         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27859         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27860         (vip-get-ex-count):
27861         * emulation/viper-ex.el (viper-get-ex-token)
27862         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27863         * international/fontset.el (fontset-plain-name):
27864         * mail/feedmail.el (feedmail-look-at-queue-directory):
27865         * mail/mailalias.el (mail-get-names):
27866         * mail/rmail.el (rmail-convert-to-babyl-format):
27867         * mail/rmailsum.el (rmail-make-basic-summary-line)
27868         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27869         (rmail-summary-goto-msg):
27870         * mail/smtpmail.el (smtpmail-read-response):
27871         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27872         (ange-ftp-vms-add-file-entry):
27873         * play/gametree.el (gametree-looking-at-ply)
27874         (gametree-current-branch-score):
27875         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27876         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27877         * progmodes/cperl-mode.el (condition-case):
27878         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27879         (ebrowse-set-member-buffer-column-width)
27880         (ebrowse-select-1st-to-9nth):
27881         * progmodes/etags.el (etags-snarf-tag):
27882         * progmodes/flymake.el (flymake-parse-line):
27883         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27884         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27885         (idlwave-shell-menu-def):
27886         * progmodes/ps-mode.el (ps-run-goto-error):
27887         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27888         (vhdl-speedbar-contract-level):
27889         * term/mac-win.el (x-handle-numeric-switch):
27890         * term/sun-mouse.el (sun-get-frame-data):
27891         * term/w32-win.el (x-handle-numeric-switch):
27892         * term/x-win.el (x-handle-numeric-switch):
27893         * textmodes/ispell.el (ispell-parse-output):
27894         * textmodes/nroff-mode.el (nroff-outline-level):
27895         * textmodes/reftex-cite.el (reftex-bib-sort-year)
27896         (reftex-bib-sort-year-reverse, reftex-format-citation):
27897         * textmodes/reftex-parse.el (reftex-init-section-numbers)
27898         (reftex-section-number):
27899         * textmodes/texinfmt.el (texinfo-paragraphindent):
27900         Replace `string-to-int' by `string-to-number'.
27902         * international/latexenc.el: Add page marker to force the "Local
27903         Variables:" string out of the last page.
27905 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27907         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27908         tooltip-change-major-mode.
27909         (gud-tooltip-print-command): Remove case where gud-minor-mode
27910         is gdb ("--fullname").
27911         (gud-tooltip-tips): Turn GUD tooltips off for this case and
27912         explain to user.
27914 2005-05-16  Jay Belanger  <belanger@truman.edu>
27916         * calc/calc-store.el (calc-copy-special-constant): New function.
27918         * calc/calc-ext.el (calc-init-extensions): Add binding for
27919         `calc-copy-special-constant'.
27921         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27922         for the `calc-copy-special-constant' command.
27924 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27926         * subr.el (left-fringe-p): New function.
27928         * progmodes/compile.el (compilation-setup): Set local value of
27929         overlay-arrow-string to "" always.
27930         (compilation-set-window): Left fringe then don't scroll.
27931         No left fringe then no arrow and scroll message to top.
27932         (compilation-context-lines): Adjust doc string accordingly.
27934 2005-05-16  Kim F. Storm  <storm@cua.dk>
27936         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27937         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27938         (ido-wide-find-dir-or-delete-dir): New command for M-d.
27939         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
27940         (ido-read-file-name): Handle commands with ido property value
27941         equal to find-file as reading a file name, to allow C-d to enter dired.
27942         (ibuffer-find-file): Add ido property with value find-file.
27944 2005-05-15  Kim F. Storm  <storm@cua.dk>
27946         * subr.el (open-network-stream-nowait): Remove.
27947         (open-network-stream-server): Remove.
27949 2005-05-15  Richard M. Stallman  <rms@gnu.org>
27951         * faces.el (describe-face): Output a definition link button.
27953         * help-mode.el (help-face-def): New button type.
27955         * emacs-lisp/copyright.el (copyright-fix-years):
27956         Match properly if the first year is 2-digit.
27957         Don't mess up the whitespace after the years by filling.
27959         * dired-aux.el (dired-mark-confirm):
27960         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27962         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27963         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27964         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27966         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27967         Set font-lock-comment-start-skip.
27969         * font-lock.el (font-lock-comment-start-skip): New variable.
27970         (font-lock-comment-end-skip): New variable.
27971         (font-lock-fontify-syntactically-region): Use them if non-nil.
27973 2005-05-15  Jay Belanger  <belanger@truman.edu>
27975         * calc/calc-store.el (calc-store-value): Return a string rather
27976         than display it as a message.
27977         Use calc-var-name for variable name.
27978         (calc-store-into): Add the result of calc-store-value to message.
27979         (calc-copy-variable): Add a message.
27980         (calc-store-exchange): Improve error messages.
27981         (calc-store-binary, calc-store-map): Don't reset the values of
27982         special constants.
27984 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
27986         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27987         manual to docstring.
27989         * files.el (hack-local-variables-confirm): Add STRING argument.
27990         Make the function handle non file visiting buffers correctly.
27991         (hack-local-variables-prop-line, hack-local-variables)
27992         (hack-one-local-variable): Use STRING arg of
27993         `hack-local-variables-confirm'.
27995 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
27997         Sync with Tramp 2.0.49.
27999         * net/tramp.el (tramp-handle-dired-call-process)
28000         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28001         because the contents of the Tramp buffer is changed before
28002         insertion (`expand-file' and alike).
28003         (tramp-handle-insert-directory): If `localname' has an empty
28004         nondirectory name, it must not be quoted.
28005         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28006         variable `tramp-chunksize'.  Change callees.
28007         (tramp-open-connection-setup-interactive-shell): Check remote host
28008         for buggy `send-process-string' implementation.
28009         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28010         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28011         (tramp-handle-shell-command): `insert-buffer' cannot be used
28012         because the contents of the Tramp buffer is changed before
28013         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28014         <frederic.bothamy@free.fr>.
28015         (tramp-set-auto-save): Actions should be done for Tramp file name
28016         handler only.  Ange-FTP has its own auto-save mechanism.
28017         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28018         (tramp-set-auto-save-file-modes): Set file modes of
28019         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28020         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28021         (tramp-bug): Remove obsolete variable.
28022         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28023         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28025 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28027         * ibuf-ext.el (define-ibuffer-filter filename):
28028         If `dired-directory' is a list, use its car.
28030 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28032         * ibuffer.el (define-ibuffer-column filename):
28033         If `dired-directory' is a list, use its car.
28035 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28037         * subr.el (symbol-file): Doc fix.
28039         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28040         (byte-compile-form): Call byte-compile-nogroup-warn.
28041         (byte-compile-warning-types): Doc fix.
28043         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28045         * progmodes/cc-engine.el (c-literal-faces):
28046         Add font-lock-comment-delimiter-face.
28048         * net/net-utils.el (dig): Use with-no-warnings.
28050         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28051         (sc-recite-frame-alist, sc-default-cite-frame)
28052         (sc-default-uncite-frame, sc-default-recite-frame)
28053         (sc-attrib-selection-list, sc-rewrite-header-list):
28054         Mark as risky-local-variable.
28056         * international/ogonek.el (ogonek-jak, ogonek-how):
28057         Don't use beginning-of-buffer.
28059         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28061         * calendar/solar.el (solar-data-list): Move definition up.
28063         * dnd.el (dnd-protocol-alist): Add autoload.
28065         * progmodes/sh-script.el: Many doc usage fixes.
28066         (sh-indent-after-do): Change default to match common styles.
28068 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28070         * files.el (interpreter-mode-alist)
28071         (auto-mode-interpreter-regexp): Doc fixes.
28073 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28075         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28077         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28079 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28081         * dired.el (dired-mode): make-variable-buffer-local =>
28082         make-local-variable.
28084 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28086         * term/mac-win.el (mac-select-convert-to-string): Try coding
28087         systems in mac-script-code-coding-systems if specified one cannot
28088         encode string for `com.apple.traditional-mac-plain-text'.
28090 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28092         * progmodes/make-mode.el (makefile-targets-face)
28093         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28094         (makefile-dependency-regex): Fix it to not make the colon in
28095         $(var:a=b) special.
28096         (makefile-rule-action-regex): New regexp for highlighting embedded
28097         Shell strings.
28098         (makefile-macroassign-regex): Handle != for highlighting as
28099         embedded Shell strings.
28100         (makefile-var-use-regex): New const.
28101         (makefile-statements, makefile-automake-statements)
28102         (makefile-gmake-statements, makefile-makepp-statements)
28103         (makefile-bsdmake-statements): New consts.
28104         (makefile-make-font-lock-keywords): New function.
28105         (makefile-automake-font-lock-keywords)
28106         (makefile-gmake-font-lock-keywords)
28107         (makefile-makepp-font-lock-keywords)
28108         (makefile-bsdmake-font-lock-keywords): New consts.
28109         (makefile-mode-map): Add switchers between the various submodes.
28110         (makefile-mode): Document the availability of the variants.
28111         (makefile-automake-mode, makefile-gmake-mode)
28112         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28114         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28115         new variants of makefile-mode.
28117 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28119         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28120         the inheritance.
28122 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28124         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28125         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28127         * files.el (normal-mode): Extend the scope of the
28128         `enable-local-variables' binding to include the `set-auto-mode' call.
28129         (magic-mode-alist): Doc fix.
28131 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28133         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28134         font-lock-comment-face rather than copying its setting.
28136 2005-05-12  Andreas Schwab  <schwab@suse.de>
28138         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28140 2005-05-12  Lute Kamstra  <lute@gnu.org>
28142         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28143         defcustom for the mode hook variable.  Delete the last argument.
28144         * generic-x.el: Fix callers of define-generic-mode.
28145         (generic-x-modes): Delete group.
28146         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28147         generic-x customization group.
28149 2005-05-12  Kim F. Storm  <storm@cua.dk>
28151         * font-lock.el (font-lock-negation-char-face): Default to "off".
28153         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28154         font-lock-negation-char-face to ! in !=.
28156 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28158         * add-log.el (find-change-log): Fix typos in the docstring
28159         of function.
28161 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28163         * international/latexenc.el (latexenc-find-file-coding-system):
28164         Avoid `re-search-forward' when looking for input encoding because
28165         of speed and safety.  Better regular expressions for recognizing
28166         input encoding.  Limit a search for TeX-master/tex-main-file to
28167         the local variable section.
28169 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28171         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28172         syntax of $ to "'" (quote).
28174 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28176         * dnd.el (dnd-protocol-alist): Improve custom type.
28178         * dired.el (dired-dnd-protocol-alist): New variable.
28179         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28180         `dired-mode-hook' to the end.
28182 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28184         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28185         comment-end if comment-start-skip is not set.
28186         Obey the font-lock-comment-delimiter-face variables.
28188 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28190         * files.el (executable-find): Move from executable.el.  Use
28191         locate-file.
28192         * progmodes/executable.el (executable-find): Move to files.el.
28194         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28195         when trying to ensure forward progress.
28197 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28199         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28200         (mouse-select, mouse-select-internal, mouse-extend-internal):
28201         Use it to implement mouse-1-click-follows-link functionality.
28203 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28205         * font-lock.el (font-lock-fontify-syntactically-region):
28206         Use font-lock-comment-delimiter-face for comment delimiters.
28208 2005-05-10  Jay Belanger  <belanger@truman.edu>
28210         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28211         preserving embedded modes.
28213 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28215         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28217         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28218         Move from ada-stmt.el.
28219         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28221         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28222         Move to ada-mode.el.
28223         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28225         * cus-edit.el (custom-file): Call file-chase-links.
28227         * files.el (read-directory-name): Fix previous change.
28228         (hack-local-variables-confirm): New function.
28229         (hack-local-variables-prop-line, hack-local-variables)
28230         (hack-one-local-variable): Use it.
28232 2005-05-10  Lute Kamstra  <lute@gnu.org>
28234         * font-lock.el (font-lock-keywords-alist)
28235         (font-lock-removed-keywords-alist): Clarify docstrings.
28237 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28239         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28240         (gdb-source-info): Check for preprocessor info.
28241         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28242         a macro for a function.
28243         (gdb-info-breakpoints-custom): Try to find file again if not already
28244         found (user might have used GDB dir command).
28245         (gdb-get-location): Update gdb-location-alist correctly for change
28246         to gdb-info-breakpoints-custom.
28248         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28249         (gud-tooltip-print-command): Add gdbmi case.
28250         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28251         preprocessor info.
28253 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28255         * startup.el (fancy-splash-insert): Fix typo in doc string.
28257 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28259         * obsolete/float.el (string-to-float):
28260         * obsolete/hilit19.el (hilit-add-pattern):
28261         * obsolete/rnews.el (news-parse-range, news-select-message)
28262         (news-get-pruned-list-of-files): Replace `string-to-int' by
28263         `string-to-number'.
28265         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28266         `find-file-not-found-hooks'; use `add-hook'.
28267         (uncompress-while-visiting): Set `write-file-functions', not
28268         `write-file-hooks'; use `add-hook'.
28270 2005-05-09  Kim F. Storm  <storm@cua.dk>
28272         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28273         (cua-paste): Handle clipboard action.
28274         (cua--init-keymaps): Remap clipboard-kill-region and
28275         clipboard-kill-ring-save.
28277 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28279         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28280         Improve commentary.
28282         * simple.el (next-error-overlay-arrow-position): Revert the change
28283         made on 2005-04-30.
28285 2005-05-07  Jay Belanger  <belanger@truman.edu>
28287         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28288         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28289         `calc-sel-reselect'.
28291         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28292         Calc is in embedded mode.
28294 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28296         * progmodes/compile.el (compilation-setup):
28297         Set overlay-arrow-string to an empty string on text terminals.
28299         * textmodes/ispell.el (ispell-program-name): Try looking for
28300         "aspell" along exec-path, and if found, use it as the default
28301         speller program.
28303 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28305         * international/mule.el (sgml-xml-auto-coding-function):
28306         Recognize encoding='FOO' in single quotes as well as in double quotes.
28308 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28310         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28311         as well as `interactive', so that defmacro* would recognize
28312         `declare' forms.
28314 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28316         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28317         Explain more about the LIGHTER arg's usage in the doc string.
28318         Add commentary to clarify what the code does.  Fix the regexp that
28319         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28320         since it could have characters special to regular expressions.
28322 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28324         * replace.el (occur-1): Bind inhibit-read-only so that
28325         erase-buffer doesn't barf on read-only text properties (likewise
28326         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28327         (occur-engine): Don't set buffer-read-only here.
28329 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28331         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28332         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28333         sometimes mistakenly reused as a *cvs* buffer.
28335 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28337         * tooltip.el: Move code for GUD tooltips into gud.el.
28338         (require): CL no longer needed to compile case.
28339         (tooltip-mode): Do not toggle functions for GUD tooltips.
28340         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28341         gud-tooltip-mode in gud.el.
28342         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28343         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28344         tooltip-gud prefix with gud-tooltip and obsolete.
28345         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28346         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28347         (tooltip-mouse-motion): Mouse movement functions/variable.
28348         Rename in gud.el by adding gud prefix.
28349         (tooltip-gud-original-filter, tooltip-gud-dereference)
28350         (tooltip-gud-event, tooltip-toggle-gud-tips)
28351         (tooltip-gud-process-output, tooltip-gud-print-command)
28352         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28353         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28354         (gdb-tooltip-print): Move to gdb-ui.el.
28356         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28357         (require): CL needed to compile case.
28358         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28359         tooltip-gud-tips-p.  Make it a minor-mode.
28360         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28361         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28362         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28363         (gud-tooltip-change-major-mode)
28364         (gud-tooltip-activate-mouse-motions-if-enabled)
28365         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28366         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28367         (gud-tooltip-original-filter, gud-tooltip-dereference)
28368         (gud-tooltip-event, tooltip-toggle-gud-tips)
28369         (gud-tooltip-process-output, gud-tooltip-print-command)
28370         (gud-tooltip-tips): Move from tooltip.el.
28372         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28373         (gdb-cpp-define-alist-flags): Doc fix.
28374         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28375         gud-tooltip-mode is t.
28377 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28379         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28380         evaporate if their text is deleted.
28381         (goto-address-at-point): Make it work as a mouse binding as well.
28382         (goto-address-at-mouse): Obsolete it.  Update users.
28384 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28386         * calendar/appt.el (top-level): No longer activate on load.
28388 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28390         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28391         * net/webjump.el (webjump):
28392         * progmodes/idlw-help.el (idlwave-do-context-help1)
28393         (idlwave-highlight-linked-completions):
28394         * textmodes/po.el (po-find-file-coding-system-guts):
28395         Replace `assoc-ignore-case' by `assoc-string'.
28397 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28399         * files.el (locate-file): Doc fix.
28401         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28402         Remove the redundant test for ms-dos.
28404         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28405         look for the preprocessor with exec-suffixes.  If not found in
28406         standard places, look in exec-path.  Remove most of the tests that
28407         used system-type.
28409         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28411         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28413         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28414         file-name clash with jka-compr.el on 8+3 filesystems.
28416 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28418         * term/mac-win.el: Don't define or bind scroll bar functions if
28419         x-toolkit-scroll-bars is t.
28420         (x-select-text, x-get-selection-value): Clear
28421         x-last-selected-text-clipboard if x-select-enable-clipboard is
28422         nil.
28423         (PRIMARY): Put mac-scrap-name property.
28424         (mac-select-convert-to-file-url): New function.
28425         (public.file-url): New selection target type.  Add to
28426         selection-converter-alist.
28427         (x-get-selection, x-selection-value): Handle it.
28428         (x-cut-buffer-or-selection-value): New alias.
28430 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28432         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28433         entry to avoid calling bibtex-find-entry with arg global
28434         being t.  Remove arg key.
28435         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28436         (bibtex-copy-summary-as-kill): Change accordingly.
28438 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28440         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28441         (org-agenda-date-later): Use with-current-buffer.
28443 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28445         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28446         (define-obsolete-variable-alias): Doc Fixes.
28448 2005-05-06  Kim F. Storm  <storm@cua.dk>
28450         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28451         vertical-motion when selective-display is active.
28453         * ido.el (ido-setup-hook): New hook.
28454         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28455         (ido-input-stack): New var.
28456         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28457         ido-next-work-file binding to M-O.
28458         Bind M-f to ido-wide-find-file-or-pop-dir.
28459         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28460         (ido-read-internal): Run ido-setup-hook.
28461         Catch quit in read-file-name and read-string to cancel edit.
28462         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28463         Automatically pop-all when completing a directory name (RET).
28464         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28465         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28466         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28467         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28468         New functions for M-b/M-f to move among the directory components.
28469         (ido-make-merged-file-list): Catch quit to cancel merge.
28470         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28471         (ido-completion-help): No warnings for ido-completion-buffer-full.
28473 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28475         * font-lock.el (font-lock-negation-char-face): New face and variable.
28476         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28477         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28478         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28479         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28481 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28483         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28484         Fix typo in docstring.
28486         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28487         (ebrowse-print-statistics-line)
28488         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28490         * term/w32-win.el (image-library-alist): Add additional name for
28491         Xpm library.
28493 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28495         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28496         use gcc instead of cpp.
28498         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28499         (gdb-create-define-alist): Use it.
28500         (gdb-cpp-define-alist-program): Update for MS-DOS.
28502 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28504         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28506 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28508         * help.el (describe-key): No error when UNTRANSLATED is nil.
28510         * simple.el (line-move-1): Fix previous change to signal errors
28511         appropriately.
28513 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28515         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28516         (icalendar-duration-correction): Remove.
28517         (icalendar--get-event-properties): Split result at commas.
28518         (icalendar--decode-isoduration): New optional argument
28519         DURATION-CORRECTION.
28520         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28521         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28522         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28523         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28524         (icalendar--convert-anniversary-to-ical): New functions, extracted
28525         from icalendar-export-region, with bug fixes.
28526         (icalendar-export-region): Use the above functions.
28527         (icalendar-import-buffer): Check before saving diary file.
28528         (icalendar--convert-recurring-to-diary)
28529         (icalendar--convert-non-recurring-all-day-to-diary)
28530         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28531         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28532         (icalendar--convert-ical-to-diary): Use the above functions.
28534 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28536         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28537         Remove these recent additions.
28538         (c-mode): Restore to before 2005-04-28.
28540         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28541         recent addition.
28543         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28544         (gdb-define-alist): New variables.
28545         (gdb-create-define-alist): New function.
28546         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28547         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28548         with string-to-number.
28549         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28551         * progmodes/gud.el: Replace string-to-int with string-to-number.
28552         (gud-find-file): Handle gdb-define-alist.
28554         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28556 2005-05-02  Jay Belanger  <belanger@truman.edu>
28558         * calc/calc-aent.el (math-read-token):
28559         * calc/calc-bin.el (calc-word-size):
28560         * calc/calc-ext.el (calc-read-number-fancy):
28561         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28562         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28563         * calc/calc-frac.el (calc-over-notation):
28564         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28565         (calc-graph-num-points, calc-graph-init):
28566         * calc/calc-prog.el (calc-read-parse-table-part)
28567         (calc-edit-macro-repeats):
28568         * calc/calc-yank.el (calc-do-grab-rectangle):
28569         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28570         Replace `string-to-int' by `string-to-number'.
28572 2005-05-02  Kim F. Storm  <storm@cua.dk>
28574         * kmacro.el: Use executing-kbd-macro-index variable.
28576 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28578         * net/rlogin.el (rlogin-parse-words): Delete func.
28579         (rlogin): Use split-string, not rlogin-parse-words.
28580         Also, if there are option-like elements in the parsed args,
28581         take the host to be the first arg immediately following them.
28582         Suggested by Michael Mauger.
28584 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28586         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28588 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28590         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28591         (cc-mode-cpp-program): Rename to cc-define-list-program and
28592         move to cc-vars.el.
28594         * progmodes/cc-vars.el (cc-define-list-program):
28595         Change to "gcc -E -dM -".  Make customizable.
28597 2005-05-02  Kim F. Storm  <storm@cua.dk>
28599         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28601 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28603         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28605         * international/mule-util.el (truncate-string): Remove alias and
28606         obsolete declaration.
28608         * international/mule-cmds.el (update-iso-coding-systems):
28609         Remove alias and obsolete declaration.
28611         * international/mule.el (coding-system-parent): Remove alias and
28612         obsolete declaration.
28614         * subr.el (define-function, sref): Remove aliases and obsolete
28615         declarations.
28616         (chars-in-region): Remove obsolete declaration.
28618 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28620         * info.el (Info-mode): Set widen-automatically to nil, locally.
28622         * simple.el (widen-automatically): New variable.
28623         (pop-global-mark): Obey widen-automatically.
28625 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28627         * term/xterm.el (function-key-map): Call substitute-key-definition
28628         before the keymap size is increased by a lot of define-key calls.
28630 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28632         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28633         Rename ARG to ELEMENT.  Doc fix.
28635 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28637         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28638         Remove references to allout-exposure/change to allout-new-exposure.
28640         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28641         bytecode symbols.
28643         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28644         (compiled-function-p, focus-frame, unfocus-frame):
28645         Remove aliases and obsolete declarations.
28646         Back out inadvertent changes from previous commit.
28648 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28650         * files.el (require-final-newline): Make Custom tags consistent
28651         with mode-require-final-newline.
28652         (mode-require-final-newline): Doc fix.
28654 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28656         * international/latexenc.el (latexenc-find-file-coding-system):
28657         Fix regular expressions.
28659 2005-05-01  David Kastrup  <dak@gnu.org>
28661         * international/latexenc.el (latexenc-find-file-coding-system):
28662         Fix regular expressions.
28664 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28666         * subr.el (string-to-int): Make obsolete.
28668 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28670         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28672         * loadup.el: load jka-comp-hook.
28674         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28675         (jka-compr-handler): Add autoload.  `put' calls moved
28676         to jka-comp-hook.el.
28677         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28678         (jka-compr-inhibit): Autoload.
28680         * jka-comp-hook.el: New file.
28681         Enable the mode by default.
28683         * files.el (backup-buffer-copy): Use copy-file instead
28684         of write-region, and put back the 'excl.
28686 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28688         * progmodes/flymake.el (flymake-split-string)
28689         (flymake-split-string, flymake-log, flymake-pid-to-names)
28690         (flymake-reg-names, flymake-get-source-buffer-name)
28691         (flymake-unreg-names, flymake-add-line-err-info)
28692         (flymake-add-err-info): Clarify docstrings.
28693         (flymake-popup-menu, flymake-make-emacs-menu)
28694         (flymake-make-xemacs-menu): Add docstrings.
28695         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28696         Set variables directly throughout.
28698 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28700         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28701         exists.  Initialize cc-define-alist.
28702         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28703         If there is no file (Macroexpansion) don't create an alist.
28705 2005-04-29  Sam Steingold  <sds@gnu.org>
28707         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28708         (cc-create-define-alist): Use it instead of the hard-coded string.
28710 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28712         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28713         for latexenc.
28715 2005-04-29  Lute Kamstra  <lute@gnu.org>
28717         * emacs-lisp/generic.el: Improve commentary section.
28718         (define-generic-mode): Improve docstring.
28720 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28722         * textmodes/org.el (many places): Change to quiet the byte compiler.
28723         (org-prefix-format-compiled): New variable.
28724         (org-compile-prefix-format): New function.
28725         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28726         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28727         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28728         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28729         consistency with entries from `org-mode' files.
28730         (org-get-time-of-day): Fix bug with partial matches early in a line.
28731         (org-non-link-chars): New constant.
28732         (org-link-regexp): Respect `org-non-link-chars'.
28733         (org-agenda-day-view): Remove command.
28734         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28735         (org-follow-bbdb-link, org-store-link): Search also company field.
28736         (org-highlight-overlay): New variable.
28737         (org-highlight, org-unhighlight): New functions.
28738         (org-agenda-mode): Add pre-command-hook to remove highlight.
28739         (org-evaluate-time-range): Behavior depends upon whether time stamp
28740         contains a time or not.
28741         (org-show-subtree, org-show-entry): New functions.
28742         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28744 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28746         * comint.el (comint-output-filter-functions): Add autoload cookie.
28748 2005-04-28  Kim F. Storm  <storm@cua.dk>
28750         * ido.el (ido-everywhere): Fix last change.
28752 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28754         * international/latexenc.el: New file.
28755         * international/mule-conf.el (file-coding-system-alist): For .tex,
28756         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28758 2005-04-28  Lute Kamstra  <lute@gnu.org>
28760         * font-lock.el (font-lock-add-keywords)
28761         (font-lock-remove-keywords): Clarify docstring.
28762         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28763         Don't start docstrings with a `*'.
28764         (font-lock-update-removed-keyword-alist): Give it a docstring.
28766         * generic-x.el: Update commentary section.
28767         Only require font-lock when compiling.
28768         Define all modes conditionally.
28769         Place all generic modes in the generic-x-modes customization group.
28770         (generic-x-modes): New customization group.
28771         (generic-default-modes, generic-mswindows-modes)
28772         (generic-unix-modes, generic-other-modes): New constants.
28773         (generic-define-mswindows-modes, generic-define-unix-modes):
28774         Update docstrings.  Make them obsolete.
28775         (generic-extras-enable-list): New default value.  Update docstring.
28776         Improve :type.  Change :set function.
28777         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28778         Fix docstring.
28780         * emacs-lisp/generic.el (generic-mode-internal):
28781         Simplify font-lock-defaults.
28782         (define-generic-mode): Fix docstring.
28784 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28786         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28787         font-lock-face property to highlight matches.
28789 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28791         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28792         (cc-define-alist): New variable.
28793         (c-mode): Make it local and initialize it.
28795         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28796         (gdb-exited): New function.
28797         (gdb-annotation-rules): Use it.
28798         (gdb-starting): Set gdb-active-process to t.
28799         (gdb-stopping): Amend doc string.
28800         (gdb-reset): Set gdb-active-process to nil.
28802         * tooltip.el (tooltip-gud-tips): Show the associated #define
28803         directives when a C program under GDB is not executing.
28805 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28807         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28808         font-lock-fontify-syntactic-keywords.
28810         * font-lock.el (font-lock-default-fontify-region): Don't force
28811         parse-sexp-lookup-properties to nil.
28813 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28815         * man.el (man-mode-syntax-table): Set up `:' to have
28816         word-constituent syntax.
28818 2005-04-27  Lute Kamstra  <lute@gnu.org>
28820         * novice.el (disable-command): Don't add spurious newlines to the
28821         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28823 2005-04-26  Jay Belanger  <belanger@truman.edu>
28825         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28826         than one window before deleting window.
28828 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28830         * shell.el (shell-prompt-pattern): Doc fix.
28831         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28833         * comint.el (comint-prompt-regexp, comint-get-old-input)
28834         (comint-use-prompt-regexp)
28835         (comint-use-prompt-regexp-instead-of-fields)
28836         (comint-replace-by-expanded-history, comint-send-input)
28837         (comint-output-filter, comint-get-old-input-default)
28838         (comint-line-beginning-position, comint-bol, comint-show-output)
28839         (comint-backward-matching-input, comint-forward-matching-input)
28840         (comint-next-prompt, comint-previous-prompt):
28841         Rename `comint-use-prompt-regexp-instead-of-fields' to
28842         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28843         obsolete.
28844         (comint-use-prompt-regexp): Shorten first line of doc string.
28846         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28847         Set paragraph-separate buffer locally to "\\'".
28849         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28850         Adapt to above name change.
28852         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28853         (smbclient-prompt-regexp): Ditto.
28855         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28857 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28859         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28860         gdb-location-list.
28861         Break lines that are over 80 characters wide.
28863 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28865         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28866         New fun and var, to preserve compatibility.
28868         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28870 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28872         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28873         name to file-newer-than-file-p.
28875 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28877         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28879         * progmodes/python.el (python-mode):
28880         Use new name eldoc-documentation-function.
28882         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28884         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28885         (eldoc-documentation-function):
28886         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
28888 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
28890         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28892 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28894         * term/xterm.el (function-key-map): Fix strings for
28895         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
28896         {C,S,A,C-S}-{f1-f12}.
28898 2005-04-26  Kenichi Handa  <handa@m17n.org>
28900         * international/mule-cmds.el (select-safe-coding-system):
28901         Fix previous change.
28903 2005-04-26  Lute Kamstra  <lute@gnu.org>
28905         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28907         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28908         (font-lock-comment-delimiter-face): Ditto.
28910         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28912 2005-04-25  Jay Belanger  <belanger@truman.edu>
28914         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28915         to t while inserting information; use help-mode.
28917 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28919         * term.el (ansi-term-color-vector): Use the xterm colors.
28920         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
28922 2005-04-25  Lute Kamstra  <lute@gnu.org>
28924         * font-core.el (font-lock-defaults): Fix docstring.
28926         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28928 2005-04-25  Kenichi Handa  <handa@m17n.org>
28930         * international/mule-cmds.el (select-safe-coding-system):
28931         Don't check consistency with coding: spec, etc if raw-text or
28932         no-conversion was found to be safe.
28934 2005-04-24  Richard M. Stallman  <rms@gnu.org>
28936         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28937         citation markers at start of each line.
28939         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28940         citation markers at start of each line.
28942         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28944         * files.el (mode-require-final-newline): Fix previous change.
28945         (require-final-newline): Fix type label.
28947 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
28949         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28950         statement in buffer (broken by 2004-11-24 change).
28952 2005-04-24  Kim F. Storm  <storm@cua.dk>
28954         * ido.el (ido-everywhere): Save and restore old read-buffer-function
28955         and read-file-name-function values.  Don't overwrite existing
28956         non-nil values if ido-mode is enabled without ido-everywhere.
28958 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
28960         * files.el (mode-require-final-newline): Minor doc fix.
28962 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
28964         * subr.el (syntax-after): Doc fix.
28965         (syntax-class): If argument is nil, return nil.  Mask off upper 16
28966         bits, not 8 bits.
28968         * files.el (mode-require-final-newline): Doc fix.
28969         (backup-buffer-copy): Fix last change.
28971 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28973         * term/mac-win.el: Require select.  Set selection-coding-system to
28974         mac-system-coding-system.  Call menu-bar-enable-clipboard.
28975         (x-last-selected-text-clipboard, x-last-selected-text-primary)
28976         (x-select-enable-clipboard): New variables.
28977         (x-select-text, x-get-selection, x-selection-value)
28978         (x-get-selection-value, mac-select-convert-to-string)
28979         (mac-services-open-file, mac-services-open-selection)
28980         (mac-services-insert-text): New functions.
28981         (CLIPBOARD, FIND): Put mac-scrap-name property.
28982         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28983         (public.tiff): Put mac-ostype property.
28984         (selection-converter-alist): Add entries for them.
28985         (mac-application-menu-map): New keymap.
28986         (interprogram-cut-function, interprogram-paste-function): Set to
28987         x-select-text and x-get-selection-value, respectively.
28988         (split-window-keep-point): Set to t.
28990 2005-04-23  Richard M. Stallman  <rms@gnu.org>
28992         * files.el (read-directory-name): Always pass non-nil
28993         DEFAULT-FILENAME arg to read-file-name.
28994         (backup-buffer-copy, basic-save-buffer-2): Take care against
28995         writing thru an unexpected existing symlink.
28996         (revert-buffer): In indirect buffer, revert the base buffer.
28997         (magic-mode-alist): Doc fix.
28998         (buffer-stale-function): Doc fix.
28999         (minibuffer-with-setup-hook): Avoid warning.
29000         (mode-require-final-newline): Doc and custom fix.
29002         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29004         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29005         use the default appearance.
29006         (font-lock-comment-delimiter-face): New face, new variable.
29008         * imenu.el (imenu--generic-function): The official position of a
29009         definition is the start of the line that BEG is in.
29011         * midnight.el (midnight-timer): Move defvar up.
29013         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29015         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29017         * startup.el (command-line): Use with-no-warnings.
29019         * window.el (window-size-fixed): New defvar.
29021         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29023         * mail/rmail.el (rmail-font-lock-keywords):
29024         Use font-lock-comment-delimiter-face.
29026         * mail/sendmail.el (mail-font-lock-keywords):
29027         Use font-lock-comment-delimiter-face.
29029         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29031 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29033         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29034         Specify t for LAXMATCH when matching directories.
29035         Save match data around compilation-compat-error-properties form.
29037 2005-04-23  David Kastrup  <dak@gnu.org>
29039         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29040         Mention that the autoloaded aliases should be kept for AUCTeX.
29042 2005-04-23  Andreas Schwab  <schwab@suse.de>
29044         * isearch.el (isearch-forward): Doc fix.
29046 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29048         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29049         (jit-lock-stealth-nice): Change default value to 0.5.
29051 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29053         * abbrev.el (write-abbrev-file): Write table entries in
29054         alphabetical order by table name.
29056 2005-04-22  Kim F. Storm  <storm@cua.dk>
29058         * ido.el (ido-read-internal): Fix `list' completion.
29060 2005-04-22  Kenichi Handa  <handa@m17n.org>
29062         * recentf.el (recentf-save-file-coding-system): New variable.
29063         (recentf-save-list): Encode the file by
29064         recentf-save-file-coding-system and add coding: tag.
29066 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29068         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29070 2005-04-21  Lute Kamstra  <lute@gnu.org>
29072         * loadhist.el (unload-feature): Don't remove a function from hooks
29073         if it is about to be restored to an autoload .  Remove functions
29074         that will become unbound from auto-mode-alist.  Simplify the code.
29076         * subr.el (assq-delete-all): New implementation that is linear,
29077         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29078         (rassq-delete-all): New function.
29080         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29081         Add size-indication-mode.
29083 2005-04-21  Kenichi Handa  <handa@m17n.org>
29085         * international/mule-cmds.el: Add autoload for widget-value in
29086         eval-when-compile.
29088 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29090         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29091         Add tooltip-mode.
29093         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29095 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29097         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29098         (inferior-lisp-filter-regexp, inferior-lisp-program)
29099         (inferior-lisp-load-command, inferior-lisp-prompt)
29100         (inferior-lisp-mode-hook, lisp-source-modes)
29101         (inferior-lisp-load-hook): defvar->defcustom.
29102         (inferior-lisp-program, inferior-lisp-prompt)
29103         (inferior-lisp-load-hook): Doc fixes.
29104         (inferior-lisp-install-letter-bindings): Small change in
29105         introductory comment.
29107 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29109         * vc.el (vc-annotate-color-map): Change some colors so that text
29110         using them as foreground is readable on both white and black
29111         backgrounds.
29113 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29115         * international/mule-conf.el (translation-table-for-input):
29116         Remove redundant declaration.
29118 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29120         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29122         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29123         (tooltip-toggle-gud-tips): New function.
29125 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29127         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29128         right angle brackets.
29130 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29132         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29134 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29136         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29137         Remove.  Update callers to use expand-file-name instead.
29139         * subr.el (syntax-class): New function.
29141         * simple.el (blink-matching-open): Use it.
29143         * paren.el (show-paren-function): Use it to recognize parens that are
29144         also used in 2-char comment markers.
29146 2005-04-19  Lute Kamstra  <lute@gnu.org>
29148         * loadhist.el (unload-feature): Update for new format of
29149         load-history.  Simplify the code.
29151 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29153         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29154         (mac-add-charset-info): New function.  Initialize variable
29155         mac-charset-info-alist using it.
29156         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29157         for translation.
29158         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29159         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29160         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29161         New CCL programs.
29163 2005-04-19  Kim F. Storm  <storm@cua.dk>
29165         * simple.el (next-buffer, prev-buffer, next-error)
29166         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29167         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29169         * bindings.el (next-buffer, prev-buffer, next-error)
29170         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29171         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29172         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29173         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29175 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29177         * isearch.el (isearch-edit-string): Make the search-ring available for
29178         minibuffer history commands.
29179         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29180         the default history commands now work just as well.
29181         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29183 2005-04-18  Kim F. Storm  <storm@cua.dk>
29185         * emulation/cua-base.el (cua--pre-command-handler): Add more
29186         elaborate check for shift modifier on non-window systems.
29188 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29190         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29192 2005-04-18  Kim F. Storm  <storm@cua.dk>
29194         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29195         and make it optional.  Don't test tooltip-gud-echo-area here.
29196         (tooltip-gud-process-output, gdb-tooltip-print):
29197         Pass tooltip-gud-echo-area to tooltip-show.
29198         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29200 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29202         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29203         `display-graphic-p' may not be bound yet.
29205 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29207         * startup.el (command-line): No longer enable Xterm Mouse mode by
29208         default in terminals compatible with xterm.
29210         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29212 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29214         * tooltip.el (tooltip-gud-echo-area): Rename from
29215         tooltip-use-echo-area.
29216         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29217         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29218         area independently of where help tooltips are displayed.
29220 2005-04-17  David Kastrup  <dak@gnu.org>
29222         * cus-theme.el (custom-theme-write-variables): Quote variables
29223         where necessary.
29225 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29227         * simple.el (yank-excluded-properties): Add follow-link to value.
29229         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29231         * startup.el (fancy-splash-max-time): Just 30 seconds.
29232         (fancy-splash-delay): Just 7.
29233         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29235         * loadhist.el (unload-feature): Update for new format of load-history.
29236         Simplify the code.
29238         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29239         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29241         * mail/sendmail.el (mail-font-lock-keywords):
29242         Don't fontify subject text.
29243         Don't fontify the text of a citation.
29245 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29247         * comint.el (comint-output-filter): Run comint-output-filter-functions
29248         with point where the user had it.
29250 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29252         * international/ucs-tables.el (ucs-set-table-for-input):
29253         Disable when using unify-on-decoding.
29255 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29257         * emulation/cua-base.el (cua-global-mark-face): Add special case
29258         for displays supporting a high number of colors.
29260 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29262         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29264 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29266         * filesets.el (filesets-add-buffer): If user supplies a name of a
29267         non-existing fileset, create a new fileset.
29269 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29271         * textmodes/org.el (org-up-heading-all): Fix bug with
29272         `outline-up-heading-all'.
29274 2005-04-16  Andreas Schwab  <schwab@suse.de>
29276         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29277         /etc/permissions.d/* and /etc/aliases.d/*.
29279 2005-04-16  Kenichi Handa  <handa@m17n.org>
29281         * international/code-pages.el (cp-make-coding-system):
29282         Set `translation-table-for-input' property value to the symbol
29283         ucs-mule-to-mule-unicode, not to that value.
29284         (pt154): Escape guillemet by `\'.
29286 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29288         * loadup.el: Load tooltip if x-show-tip is fboundp.
29290         * startup.el (command-line): Add comment.
29292         * tooltip.el (tooltip-mode): Specify correct standard value for
29293         Custom in init-value.
29295 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29297         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29298         possible.
29300 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29302         * textmodes/org.el (org-agenda-date-prompt): Rename from
29303         `org-agenda-date-today'.
29304         (org-evaluate-time-range): Insert at point instead of directly
29305         after time range.
29306         (org-first-headline-recenter, org-subtree-end-visible-p)
29307         (org-optimize-window-after-visibility-change): New functions
29308         (org-agenda-post-command-hook): Don't allow point at end of line,
29309         to make sure it always hits the text properties.
29310         (org-agenda-next-date-line, org-agenda-previous-date-line):
29311         New commands.
29312         (org-set-regexps-and-options): Category may contain white space.
29313         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29314         Improve marker positions.
29315         (org-agenda-new-marker): Argument POS made optional.
29316         (org-agenda-get-timestamps): Deadlines which are done are listed
29317         in org-done-face now.
29318         (org-agenda-get-todos, org-agenda-get-timestamps)
29319         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29320         Set `undone-face' and `done-face' properties.
29321         (org-last-todo-state-is-todo): New variable.
29322         (org-todo): Set `org-last-todo-state-is-todo'.
29323         (org-agenda-todo): Change face according to
29324         `org-last-todo-state-is-todo'.  And change other lines referring to
29325         the same entry.
29326         (org-calendar-goto-agenda): New command.
29327         (org-calendar-to-agenda-key): New option.
29328         (org-startup-folded): New allowed value `content'.
29329         (org-set-regexps-and-options): Accept new value `content' for
29330         `org-startup-folded'.
29331         (org-get-current-options): Handle new value `content' for
29332         `org-startup-folded'.
29333         (org-insert-todo-heading): New command.
29334         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29335         interactively in empty file and option
29336         `org-insert-mode-line-in-empty-file' has been set.
29337         (org-agenda-todo, org-agenda-priority): Modify to use
29338         `org-agenda-change-all-lines'.
29339         (org-warning-face): Change color on dark background
29341 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29343         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29344         use preferences AppleLocale and AppleLanguages, and variable
29345         mac-system-locale for default locale.  On Mac OS Classic, use
29346         mac-system-coding-system for default coding systems.
29348         * term/mac-win.el: Don't set file-name-coding-system.
29349         Decode variables system-name, emacs-build-system, user-login-name, and
29350         user-full-name by mac-system-coding-system on Mac OS Classic.
29351         (mac-system-coding-system): New variable.
29353 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29355         * startup.el (command-line): Handle `xterm-mouse-mode' before
29356         reading init file.
29358         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29360 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29362         * progmodes/sh-script.el (sh-here-document-word): Make it a
29363         defcustom.  Doc fix.
29364         (sh-add): Bash uses $(( )) for arithmetic.
29365         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29366         (sh-maybe-here-document): Remove quotes and leading whitespace
29367         from heredoc word when closing.  Indent heredoc with tabs if word
29368         starts with "-".
29370 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29372         * simple.el (undo): Fix previous change.
29374         * custom.el (defface): Doc fix.
29376 2005-04-13  Lute Kamstra  <lute@gnu.org>
29378         * Makefile.in (DONTCOMPILE): Remove list.
29379         (compile, compile-always): Don't use DONTCOMPILE.
29380         (update-authors): Load the library in which batch-update-authors
29381         is defined.
29382         * makefile.w32-in (DONTCOMPILE): Remove list.
29383         (compile, compile-always): Fix comments.
29384         (update-authors): Load the library in which batch-update-authors
29385         is defined.
29387         * generic-x.el (generic-mode-ini-file-find-file-hook):
29388         Rename to ini-generic-mode-find-file-hook.
29389         Keep generic-mode-ini-file-find-file-hook as an alias.
29390         (ini-generic-mode-find-file-hook): Rename from
29391         generic-mode-ini-file-find-file-hook.  Fix docstring.
29392         (ini-generic-mode): Docstring change.
29393         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29395         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29396         called from lisp.
29398         * generic.el: Move to the emacs-lisp subdir.
29400 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29402         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29403         and C-S- function and cursor motion keys.
29405 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29407         * startup.el (command-line): Enable Xterm Mouse mode by default.
29408         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29409         for Custom.  No longer show "Mouse" in mode line when enabled.
29410         Doc fix.
29412 2005-04-12  Kim F. Storm  <storm@cua.dk>
29414         * emulation/cua-base.el (cua-rectangle-face)
29415         (cua-rectangle-noselect-face): Define face attributes here.
29417         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29419 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29421         * startup.el (command-line): Turn off blinking cursor if
29422         cursorBlink in resources is off or false.
29424 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29426         * term/mac-win.el (dnd): Require dnd.
29427         (mac-drag-n-drop): Call dnd-handle-one-url.
29428         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29429         (kTextEncodingISOLatin2): Remove constants.
29430         (mac-script-code-coding-systems): New constant.
29431         (mac-handle-language-change): New function.
29432         (special-event-map): Bind it to `language-change' event.
29433         (mac-centraleurroman, mac-cyrillic): New coding systems.
29434         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29435         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29436         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29437         encode-mac-cyrillic, respectively.
29439 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29441         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29442         Don't set overlay-arrow-string to "=>" as this is done
29443         globally in C now.
29445 2005-04-12  Lute Kamstra  <lute@gnu.org>
29447         * generic-x.el (rc-generic-mode, rul-generic-mode):
29448         Fix auto-mode-alist entries.
29449         (etc-fstab-generic-mode): Tweak fontification.
29451         * generic.el (generic-make-keywords-list): Fix docstring.
29452         (generic-mode-internal): Simplify generic-font-lock-keywords.
29454 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29456         * whitespace.el (whitespace-buffer-leading)
29457         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29458         However, fix the highlight area for the leading and
29459         trailing whitespaces to show space.
29461 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29463         * whitespace.el (whitespace-version): Bump to 3.5
29465         (whitespace-buffer-leading, whitespace-buffer-trailing):
29466         Invert sense of the test to highlight the whitespace.
29468 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29470         * progmodes/gud.el (gud-display-line): GUD uses its own
29471         overlay arrow now so don't set overlay-arrow-string.
29472         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29474 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29476         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29477         (term-ansi-current-reverse, term-ansi-current-invisible)
29478         (term-ansi-face-already-done): Change to boolean.
29479         (term-reset-terminal, term-handle-colors-array): Handle the above
29480         vars accordingly.
29481         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29482         (term-emulate-terminal): Use the new name.
29484         * faces.el (secondary-selection): Use yellow1, not yellow.
29485         (trailing-whitespace): Use red1, not red.
29487 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29489         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29490         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29491         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29493         * cus-edit.el (dnd): New group.
29495         * term/w32-win.el (dnd): Require dnd
29496         (w32-drag-n-drop): Call dnd-handle-one-url.
29498         * x-dnd.el: Require dnd.
29499         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29500         Call dnd-handle-one-url.
29501         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29502         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29503         to dnd-insert-text.
29504         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29505         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29506         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29507         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29509         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29511 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29513         * wdired.el: Doc fixes.
29514         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29515         (wdired-use-dired-vertical-movement): Rename from
29516         wdired-always-move-to-filename-beginning.
29517         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29518         (wdired-change-to-wdired-mode): Change mode name.
29519         (wdired-newline): Delete.
29521 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29523         * whitespace.el (whitespace-highlight-the-space):
29524         Don't call whitespace-unhighlight-the-space here.
29526         * simple.el (undo): Record t in undo-equiv-table
29527         for the redo record made by an undo-in-region.
29529 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29531         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29532         (gdb-frame-inferior-io-buffer): New Functions to control
29533         display of separate IO buffer.
29534         (menu): Add them to menu-bar.
29535         (gdb-display-buffer): Check for buffer another frame.
29536         Protect GUD buffer.
29537         (gdb-setup-windows): Create IO buffer if not already there.
29538         (gdb-memory-mode): Remove purecopy noops.
29540 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29542         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29543         and pass to self-insert-command.
29545 2005-04-11  Lute Kamstra  <lute@gnu.org>
29547         * generic.el: Commentary section cleanup.
29548         (generic): Delete.
29549         (generic-use-find-file-hook, generic-lines-to-scan)
29550         (generic-find-file-regexp, generic-ignore-files-regexp)
29551         (default-generic-mode, generic-mode-find-file-hook)
29552         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29553         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29554         (generic-use-find-file-hook, generic-lines-to-scan)
29555         (generic-find-file-regexp, generic-ignore-files-regexp)
29556         (default-generic-mode, generic-mode-find-file-hook)
29557         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29559 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29561         * bookmark.el (bookmark-write-file): Catch errors writing file.
29562         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29564 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29566         * startup.el (fancy-splash-tail): Update copyright year.
29567         (command-line): Split part of -Q into -D.
29568         (emacs-basic-display): New defvar.
29569         (fancy-splash-text): Correct name of menu item.
29571         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29573         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29574         lines in one node.
29576         * comint.el (comint-send-input): New arg ARTIFICIAL.
29577         Callers in this file changed.
29579         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29581         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29583 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29585         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29586         `ldap-search-internal'.
29588 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29590         * files.el (set-auto-mode-1): Use line-end-position.
29592         * international/latin-1.el:
29593         * international/latin-2.el:
29594         * international/latin-3.el:
29595         * international/latin-4.el:
29596         * international/latin-5.el:
29597         * international/latin-8.el:
29598         * international/latin-9.el: Give punctuation syntax to NBSP.
29600         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29601         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29602         Use char-classes to accept non-ascii letters, accepted in some recent
29603         bibtex implementations.
29605 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29607         * custom.el (custom-set-minor-mode): Any non-nil value for the
29608         variable should enable the mode when set through Custom.
29610 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29612         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29613         TAB binding so tab-always-indent is obeyed.
29614         (vhdl-minibuffer-local-map): Move initialization into declaration.
29615         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29616         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29617         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29618         (vhdl-current-line): Use line-beginning-position.
29619         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29620         with-output-to-temp-buffer, so the current position can be recorded.
29622 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29624         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29625         Add regexp for gcov.
29627 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29629         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29630         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29631         syntax which Emacs 20 doesn't support.
29633 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29635         * help.el (describe-key-briefly, describe-key):
29636         Replace strings as event types with "(any string)".
29638 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29640         * arc-mode.el (archive-mode-map): Move initialization into
29641         the declaration.  Override *all* bindings of `undo'.
29642         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29644 2005-04-09  Jay Belanger  <belanger@truman.edu>
29646         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29648 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29650         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29651         (xterm-register-default-colors): Update color values computation
29652         to match xterm-200.
29654 2005-04-09  Kenichi Handa  <handa@m17n.org>
29656         * international/code-pages.el (iso-latin-7): Fix the map.
29658 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29660         * emacs-lisp/lisp.el (defun-prompt-regexp)
29661         (parens-require-spaces, buffer-end, end-of-defun)
29662         (insert-parentheses): Doc fixes.
29664 2005-04-08  Kim F. Storm  <storm@cua.dk>
29666         * comint.el (comint-highlight-prompt): Fix face spec.
29667         * hi-lock.el (hi-green): Likewise.
29669 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29671         * cus-edit.el (custom-modified-face):
29672         * comint.el (comint-highlight-input): Fix previous changes.
29673         * term.el (term-handle-ansi-escape): Add a comment.
29675 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29677         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29678         in the buffer and in whitespace-highlighted-space.
29679         (whitespace-unhighlight-the-space): Simplify.
29680         (whitespace-buffer): Simplify.
29682 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29684         * textmodes/table.el (table-cell-face): Add special case for
29685         displays supporting a high number of colors.
29686         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29687         (vhdl-font-lock-reserved-words-face)
29688         (vhdl-speedbar-architecture-face)
29689         (vhdl-speedbar-instantiation-face)
29690         (vhdl-speedbar-architecture-selected-face)
29691         (vhdl-speedbar-instantiation-selected-face): Likewise.
29692         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29693         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29694         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29695         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29696         (ebrowse-progress-face): Likewise.
29697         * progmodes/compile.el (compilation-info-face): Likewise.
29698         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29699         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29700         * calendar/calendar.el (diary-face): Likewise.
29701         * woman.el (woman-italic-face, woman-bold-face)
29702         (woman-unknown-face): Likewise.
29703         * wid-edit.el (widget-button-pressed-face): Likewise.
29704         * whitespace.el (whitespace-highlight-face): Likewise.
29705         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29706         * pcvs-info.el (cvs-marked-face): Likewise.
29707         * info.el (info-xref): Likewise.
29708         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29709         * hilit-chg.el (highlight-changes-face)
29710         (highlight-changes-delete-face): Likewise.
29711         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29712         (hi-red-b): Likewise.
29713         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29714         * font-lock.el (font-lock-keyword-face)
29715         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29716         * cus-edit.el (custom-invalid-face, custom-modified-face)
29717         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29718         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29719         * comint.el (comint-highlight-prompt): Likewise.
29721 2005-04-08  Lute Kamstra  <lute@gnu.org>
29723         * font-lock.el (font-lock-keywords): Docstring fixes.
29725 2005-04-08  Kenichi Handa  <handa@m17n.org>
29727         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29728         chars are more than a limit, print " and more..." at the tail.
29730 2005-04-08  Kim F. Storm  <storm@cua.dk>
29732         * emacs-lisp/authors.el (authors-aliases): Update list.
29733         (authors-ignored-files): New list.
29734         (authors-fixed-entries): Fix typo.
29735         (authors-renamed-files-alist): Update list.
29736         (authors-add): Check authors-ignored-files.
29738 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29740         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29741         optional, to ensure backward compatibility.
29743 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29745         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29747 2005-04-08  Kim F. Storm  <storm@cua.dk>
29749         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29751         * mouse.el (mouse-on-link-p): Doc fix.
29753 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29755         * ielm.el (ielm-prompt-read-only): Doc fix.
29757         * comint.el (comint-prompt-read-only): Doc fix.
29759 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29761         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29762         ensure dired always handles wildcards passed to ffap.
29763         (find-file-at-point): Use it.
29764         (ffap-dired-wildcards): Doc fix.
29766 2005-04-07  Juri Linkov  <juri@jurta.org>
29768         * simple.el (next-error-overlay-arrow-position): New defvar.
29769         Put "=>" on its property `overlay-arrow-string'.  Add it to
29770         `overlay-arrow-variable-list'.
29772         * progmodes/compile.el (compilation-setup):
29773         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29774         nil in the local hook `kill-buffer-hook'.  Make local variable
29775         `overlay-arrow-string' and set it to "=>".
29776         (compilation-goto-locus): Set BOL position to
29777         `next-error-overlay-arrow-position' instead of
29778         `overlay-arrow-position'.
29780         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29781         locally instead of adding it to the global hook.
29782         (Info-kill-buffer): Move up.
29784 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29786         * term/xterm.el (xterm-standard-colors): Update color values from
29787         xterm-200.
29789 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29791         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29793         * fast-lock.el:
29794         * lazy-lock.el: Move them to the obsolete subdir.
29796 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29798         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29799         (wdired-add-replace-advice): Remove.
29800         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29802 2005-04-06  Kim F. Storm  <storm@cua.dk>
29804         * startup.el (command-line): Add --bare-bones alias for -Q.
29806 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29808         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29809         create the startup fontset if a font specification ends with
29810         `mac-roman'.
29812 2005-04-06  Lute Kamstra  <lute@gnu.org>
29814         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29815         change.
29817         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29818         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29820 2005-04-05  Lute Kamstra  <lute@gnu.org>
29822         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29823         (define-generic-mode): Ditto.  Fix debug declaration.
29825         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29826         Put them in the generic-x group.
29828         * calendar/timeclock.el (timeclock): Doc fix.
29830         * generic.el (define-generic-mode): Don't use custom-current-group.
29831         Document default :group value.
29832         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29833         (define-global-minor-mode): Don't use custom-current-group.
29835 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29837         * startup.el (command-line-1): Display startup-echo-area-message
29838         when fancy splash screen is in use.
29840         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29841         (sh-escaped-newline): New face.
29842         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29843         newline, and use sh-escaped-newline face.
29845         * progmodes/tcl.el (tcl-escaped-newline): New face.
29846         (tcl-builtin-list): New variable.
29847         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29848         newlines.  Fix keywords subexpression number.
29850 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29852         * textmodes/org.el (org-diary-default-entry): Fix call to
29853         `add-to-diary-entry'.
29855 2005-04-05  Kim F. Storm  <storm@cua.dk>
29857         * ediff-init.el: Use (featurep 'xemacs).
29859 2005-04-05  David Ponce  <david@dponce.com>
29861         * cus-edit.el (face): Derive from symbol widget.  Display sample
29862         of the current face on the fly.
29863         (widget-face-sample-face-get, widget-face-notify): New functions.
29864         (widget-face-value-create): Remove.
29866         * wid-edit.el (widget-field-end): Temporarily remove field
29867         narrowing before to call `get-char-property'.
29869 2005-04-04  Jay Belanger  <belanger@truman.edu>
29871         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29872         (math-read-subscripts): New variable.
29873         (math-read-preprocess-string): Process subscripts.
29875 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29877         * comint.el (comint-prompt-read-only): Doc fix.
29879         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29880         `-1'.  Doc fix.
29882 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
29884         * textmodes/org.el (org-insert-mode-line-in-empty-file):
29885         Change default value to nil.
29887 2005-04-04  Lute Kamstra  <lute@gnu.org>
29889         * autorevert.el (auto-revert-mode): Specify :group.
29890         * battery.el (display-battery-mode): Specify :group.
29891         * diff-mode.el (diff-minor-mode): Specify :group.
29892         * font-core.el (font-lock-mode): Specify :group.
29893         * hl-line.el (hl-line-mode): Specify :group.
29894         * iimage.el (iimage): New customization group.
29895         (iimage-mode): Specify :group.
29896         * longlines.el (longlines-mode): Specify :group.
29897         * master.el: Don't require easy-mmode.
29898         (master): New customization group.
29899         (master-mode): Specify :group.
29900         * msb.el (msb-mode): Specify :group.
29901         * reveal.el (reveal-mode): Specify :group.
29902         * simple.el (next-error-follow-minor-mode): Specify :group.
29903         * smerge-mode.el (smerge-mode): Specify :group.
29904         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29905         * emulation/cua-base.el (cua-mode): Specify :group.
29906         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29907         * language/thai-util.el (thai-auto-composition-mode)
29908         (thai-word-mode): Specify :group.
29909         * mail/supercite.el (sc-minor-mode): Specify :group.
29910         * progmodes/cwarn.el (cwarn-mode): Specify :group.
29911         * progmodes/flymake.el (flymake-mode): Specify :group.
29912         * progmodes/glasses.el (glasses-mode): Specify :group.
29913         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29914         * textmodes/enriched.el (enriched-mode): Specify :group.
29915         * textmodes/refill.el (refill-mode): Specify :group.
29917         * add-log.el (change-log-font-lock-keywords): Names in
29918         parenthesized lists can contain spaces.
29920 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
29922         * startup.el (fancy-splash-text): Shorten default text of
29923         "Emacs Tutorial" line.  Also, if the current language env
29924         indicates an available tutorial file other than TUTORIAL,
29925         extract its title and append it to the line in parentheses.
29926         (fancy-splash-insert): If arg is a thunk, funcall it.
29928 2005-04-04  Jay Belanger  <belanger@truman.edu>
29930         * calc.el (calc-language-alist): Add tags to customization type.
29932 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
29934         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29935         Doc fix.
29937 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
29939         * add-log.el (change-log-font-lock-keywords): The manual
29940         describing a Change Log entry, says: (...) "Aside from these
29941         header lines, every line in the change log starts with a space or
29942         a tab.".  The font-lock was not highlighting lines started with
29943         spaces, added support for it.
29945 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29947         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29948         (bibtex-generate-url-list): Update docstring accordingly.  Put the
29949         complex example in the docstring.
29950         (bibtex-font-lock-url): Use pop.
29952 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29954         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29956         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29958 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
29960         * filesets.el (filesets-set-default): Doc fix.
29962 2005-04-03  Lute Kamstra  <lute@gnu.org>
29964         * generic.el (define-generic-mode): Add argument to specify
29965         keywords for defcustom.
29966         (default-generic-mode): Specify :group.
29968         * generic-x.el: Specify :group for all generic modes.
29970         * desktop.el (desktop-no-desktop-file-hook)
29971         (desktop-after-read-hook): Doc fix.
29973 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
29975         * simple.el (visible-mode): Use explicit :group keyword.
29976         This changes the group of `visible-mode-hook' from paren-blinking
29977         to editing-basics.
29979 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
29981         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
29982         mailbox specifications as well as URLs.
29983         (rmail-insert-inbox-text): Remove unused conditional branches.
29985 2005-04-01  Jay Belanger  <belanger@truman.edu>
29987         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29988         (calc-gnuplot-print-command): Move definitions to calc.el.
29990         * calc/calc-embed.el (calc-embedded-announce-formula)
29991         (calc-embedded-open-formula, calc-embedded-close-formula)
29992         (calc-embedded-open-word, calc-embedded-close-word)
29993         (calc-embedded-open-plain, calc-embedded-close-plain)
29994         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29995         (calc-embedded-open-mode, calc-embedded-close-mode):
29996         Move definitions to calc.el.
29998         * calc/calc.el (calc-settings-file, calc-language-alist):
29999         Make customizable.
30000         (calc-embedded-announce-formula, calc-embedded-open-formula)
30001         (calc-embedded-close-formula, calc-embedded-open-word)
30002         (calc-embedded-close-word, calc-embedded-open-plain)
30003         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30004         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30005         (calc-embedded-close-mode, calc-gnuplot-name)
30006         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30007         from other files and make customizable.
30009 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30011         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30012         Use buffer-live-p.
30013         (cvs-mode-run): Don't call cvs-update-header here.
30014         (cvs-run-process): Call cvs-update-header.
30015         Use process properties for cvs-postprocess and cvs-buffer so that
30016         the sentinel can behave better if the temp buffer is killed.
30017         Use a pipe rather than a tty, to better handle unexpected prompts.
30018         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30020 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30022         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30023         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30025 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30027         * generic.el (define-generic-mode): Add indentation rule.
30029 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30031         * files.el (mode-require-final-newline): Make Custom correctly
30032         report a nil value and allow to set it to nil via Custom.
30033         Doc fix.
30035 2005-04-01  Kenichi Handa  <handa@m17n.org>
30037         * international/characters.el: Enable the correct case setting for
30038         dotless-i and dotted-I.
30040 2005-04-01  Kim F. Storm  <storm@cua.dk>
30042         * ido.el (ido-file-internal): Fall back to non-ido command if
30043         initial directory is on slow ftp (or tramp) host.
30045 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30047         * emacs-lisp/autoload.el (make-autoload):
30048         Handle define-global-minor-mode.
30050         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30051         Rename from easy-mmode-define-global-mode.
30052         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30054         * progmodes/scheme.el (scheme-mode-syntax-table):
30055         Update syntax of | and # for two-character comment syntax.
30057 2005-03-31  Lute Kamstra  <lute@gnu.org>
30059         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30060         (define-minor-mode): Call custom-current-group at load-time.
30062         * generic.el (define-generic-mode): Add debug declaration.
30063         Add defcustom for the mode hook.
30064         (generic-mode-internal): Use run-mode-hooks.
30066 2005-03-31  Kim F. Storm  <storm@cua.dk>
30068         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30069         (mouse-fixup-help-message): New defun called by show_help_echo
30070         to fixup mouse-2 prefix in help messages when applicable.
30072         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30074 2005-03-31  Kenichi Handa  <handa@m17n.org>
30076         * language/thai-word.el (thai-find-word-ends): Pay attention to
30077         the case that we reach the end of buffer.
30079         * textmodes/fill.el (fill-text-properties-at): New function.
30080         (fill-newline): Use fill-text-properties-at instead of
30081         text-properties-at.
30083 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30085         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30086         not comint-quote-filename.
30088 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30090         * help-fns.el (help-with-tutorial): Revert last change.
30092 2005-03-31  Kim F. Storm  <storm@cua.dk>
30094         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30096 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30098         * calendar/cal-china.el: Update reference to "Calendrical
30099         Calculations" book; there's a new edition.
30100         * calendar/cal-coptic.el: Likewise.
30101         * calendar/cal-french.el: Likewise.
30102         * calendar/cal-hebrew.el: Likewise.
30103         * calendar/cal-islam.el: Likewise.
30104         * calendar/cal-iso.el: Likewise.
30105         * calendar/cal-julian.el: Likewise.
30106         * calendar/cal-mayan.el: Likewise.
30107         * calendar/cal-persia.el: Likewise.
30108         * calendar/calendar.el: Likewise.
30109         * calendar/holidays.el: Likewise.
30110         * calendar/lunar.el: Likewise.
30111         * calendar/solar.el: Likewise.
30113         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30114         white space from doc string.
30116 2005-03-30  Jay Belanger  <belanger@truman.edu>
30118         * calc/calc-help.el (calc-full-help): Remove email address.
30120 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30122         * help-fns.el (help-with-tutorial): Delete title line.
30124 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30126         * calendar/cal-x.el (calendar-one-frame-setup)
30127         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30128         rather than `symbol' for set-window-dedicated-p.
30130         * calendar/appt.el (appt-buffer-name): Make it a constant.
30131         (appt-add): Doc fix.
30133         * filesets.el (filesets-menu-path, filesets-menu-before)
30134         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30135         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30136         (filesets-add-submenu): Delete and use add-submenu instead.
30138 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30140         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30141         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30142         (org-diary-default-entry): New function.
30143         (org-get-entries-from-diary): Better parsing of diary entries.
30144         (org-agenda-check-no-diary): New function.
30145         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30146         linking to diary entries.
30147         (org-agenda-execute-calendar-command): New function.
30148         (org-agenda): Improve visible section in window.
30149         Use `org-fit-agenda-window'.
30150         (org-fit-agenda-window): New option.
30151         (org-move-subtree-down): Better handling of empty lines
30152         at end of subtree.
30153         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30154         levels up.
30155         (org-fontify-done-headline): New option.
30156         (org-headline-done-face): New face.
30157         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30158         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30159         When current field is non-empty, it is copied to next row.
30160         (org-table-copy-from-above): Fix bug which made it
30161         impossible to copy fields containing only a single non-white character.
30163 2005-03-30  Kim F. Storm  <storm@cua.dk>
30165         * kmacro.el (kmacro-end-macro): Isearch may store this command
30166         into the macro -- so ignore it when executing keyboard macro.
30168 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30170         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30172 2005-03-29  Kenichi Handa  <handa@m17n.org>
30174         * language/thai.el ("Thai"): Set setup-function and exit-function
30175         for Thai language environment.
30177         * language/thai-util.el: Require thai-word.
30178         (thai-word-mode-map): New variable.
30179         (thai-word-mode): New minor mode.
30180         (setup-thai-language-environment-internal): New function.
30181         (exit-thai-language-environment-internal): New function.
30183         * language/thai-word.el (thai-word-table): Declare it by defvar,
30184         use dolist to initialize it.
30185         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30186         (thai-fill-find-break-point): New functions.
30188 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30190         * simple.el (idle-update-delay): Move definition up.
30191         (set-mark): Doc fix.
30193 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30195         * longlines.el: New file.
30197         * simple.el (buffer-substring-filters): New variable.
30198         (filter-buffer-substring): New function.
30199         (kill-region, copy-region-as-kill): Use it.
30201         * register.el (copy-to-register, append-to-register)
30202         (prepend-to-register): Use filter-buffer-substring.
30204 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30206         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30207         (gud-filter-pending-text): Move in front of gdb.
30208         (gud-overlay-arrow-position): New variable.
30209         (gud-sentinel, gud-display-line): Use it in place of
30210         overlay-arrow-position.
30212 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30214         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30215         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30216         (fortran-font-lock-keywords-4): New variable.
30217         (fortran-blocks-re, fortran-end-block-re)
30218         (fortran-start-block-re): New constants, for hideshow.
30219         (hs-special-modes-alist): Add a Fortran entry.
30220         (fortran-mode-map): Bind fortran-end-of-block,
30221         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30222         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30223         (fortran-looking-at-if-then, fortran-end-of-block)
30224         (fortran-beginning-of-block): New functions, for hideshow.
30226         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30227         Doc fix.  Tweak regexp.
30228         (f90-beginning-of-block): Push mark first.
30230 2005-03-29  Jay Belanger  <belanger@truman.edu>
30232         * calc/calc.el: Update copyright date.
30233         (calc-version): Increase to 2.1.
30234         (calc-version-date): Remove.
30236         * calc/calc-help.el: Update copyright date.
30237         (calc-full-help): Remove reference to calc-version-date.
30238         Update copyright date.
30240 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30242         * vc.el (vc-do-command): Use a pipe for async processes, so password
30243         prompts don't show up at places where the user can't reply.
30245 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30247         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30248         on the file name we pass to the inferior shell.
30250 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30252         * progmodes/which-func.el (which-function): Be robust in the face of an
30253         imenu--make-index-alist failure.
30255 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30257         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30259         * progmodes/python.el (python-preoutput-filter): Fix last change.
30261 2005-03-29  Lute Kamstra  <lute@gnu.org>
30263         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30264         functions and compiled macros.
30265         (debug-convert-byte-code): Handle macros too.
30266         (debug-on-entry-1): Don't signal an error when trying to clear a
30267         function that is not set to debug on entry.
30269 2005-03-29  Jay Belanger  <belanger@truman.edu>
30271         * calc/calc-lang.el: Add functions to math-function-table
30272         properties of tex and math.
30274 2005-03-29  Kenichi Handa  <handa@m17n.org>
30276         * ps-mule.el (ps-mule-plot-string): Translate characters by
30277         ps-print-translation-table.
30278         (ps-mule-begin-job): Call find-charset-region/string with
30279         ps-print-translation-table.
30280         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30282         * ps-print.el (ps-print-translation-table): New variable.
30283         (ps-plot-region): Translate characters by ps-print-translation-table.
30285 2005-03-29  Juri Linkov  <juri@jurta.org>
30287         * simple.el (next-error-highlight-timer): New variable.
30289         * progmodes/compile.el (compilation-goto-locus):
30290         Use `next-error-highlight-timer' instead of `sit-for'.
30292 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30294         * mail/supercite.el (sc-mail-field): Use assoc-string.
30295         (sc-get-address): Simplify regexps.
30297         * files.el (minibuffer-with-setup-hook): New macro.
30298         (find-file-read-args): Use it to avoid let-binding
30299         minibuffer-with-setup-hook (which breaks turning on/off
30300         file-name-shadow-mode while in the prompt).
30302         * complete.el (PC-read-include-file-name-internal):
30303         Use test-completion.
30305 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30307         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30309 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30311         * window.el (window-buffer-height): Use count-screen-lines.
30313         * progmodes/python.el (python-preoutput-leftover): New var.
30314         (python-preoutput-filter): Use it.
30315         (python-send-receive): Loop until all the result has been received.
30317 2005-03-28  Juri Linkov  <juri@jurta.org>
30319         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30321         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30322         "Recover Crashed Session".
30323         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30324         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30325         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30326         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30327         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30328         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30329         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30330         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30332         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30333         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30334         Ediff Sessions", "Toggle use of separate control buffer frame",
30335         "Use separate frame for Ediff control buffer".
30337         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30338         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30339         "Rename Bookmark", "Delete Bookmark".
30341         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30342         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30343         Add `:active Info-index-alternatives' to "Next Matching Item".
30345         * wdired.el (wdired-change-to-wdired-mode):
30346         Mention `wdired-abort-changes' key in the initial message.
30348         * international/mule.el (auto-coding-alist): Associate non-ascii
30349         image filename extensions with `no-conversion'.
30351 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30353         * international/iso-acc.el:
30354         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30356 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30358         * textmodes/sgml-mode.el (html-mode): Doc update.
30360         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30362 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30364         * term.el (term-move-columns): Fix face after extending a line.
30365         (term-insert-spaces): Likewise.
30366         (term-reset-terminal): Fix off by one error.
30368 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30370         * international/mule.el (auto-coding-alist): Add .xpi files.
30372         * files.el (auto-mode-alist): Add .xpi files.
30374 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30376         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30378 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30380         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30382 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30384         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30385         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30387         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30388         cursor to Jan 1 when needed.
30389         (calendar-end-of-year): Fix -/+ typo.
30390         Reported by Chong Yidong <cyd@stupidchicken.com>.
30392 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30394         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30396         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30397         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30399 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30401         * filesets.el (filesets-init): Add autoload.
30403         * mail/mailalias.el (mail-directory): Doc fix.
30405 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30407         * mail/mailalias.el (mail-directory-process): Do nothing if
30408         mail-directory-process is an atom.
30409         (mail-get-names): Ignore mail-directory-names if it is an atom.
30410         (mail-directory-process defvar): Doc fix.
30411         (mail-names): Doc fix.
30413 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
30415         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30417 2005-03-26  Kenichi Handa  <handa@m17n.org>
30419         * international/mule-util.el (detect-coding-with-priority):
30420         Call update-coding-systems-internal before detect-coding-region.
30422 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30424         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30425         (gdb-frames-mode-map): Add follow-link property.
30427 2005-03-25  Jay Belanger  <belanger@truman.edu>
30429         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30430         for variables.
30432 2005-03-25  Juri Linkov  <juri@jurta.org>
30434         * image-mode.el: Optimize image filename extension regexps in
30435         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30436         in `auto-mode-alist'.
30437         (image-mode): Add `image-toggle-display-text' to local hook
30438         `change-major-mode-hook'.  Display the image as an image by
30439         default.  Set `cursor-type' and `truncate-lines' if the image
30440         is already displayed.  Take into account the current mode (image
30441         or text) in message.
30442         (image-minor-mode): New minor mode.
30443         (image-mode-maybe, image-toggle-display-text): New functions.
30444         (image-toggle-display): Use called-interactively-p.
30445         Let-bind `inhibit-read-only' to t.
30447         * image-mode.el (image-minor-mode): Set `cursor-type' and
30448         `truncate-lines' if the image is already displayed.  Add turning
30449         image-minor-mode off to `change-major-mode-hook'.  Add message.
30450         Call `image-toggle-display-text' after turning image-minor-mode off.
30452 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30454         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30455         Terminal.app, use utf-8.
30456         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30457         (set-locale-environment): Use it.
30459         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30461         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30463         * progmodes/python.el (python-close-block-statement-p)
30464         (python-outdent-p, python-current-defun): Use symbol-end.
30466 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30468         * files.el (save-some-buffers): Doc fix.
30470 2005-03-25  Werner Lemberg  <wl@gnu.org>
30472         * complete.el, thumbs.el: Replace `legal' with `valid'.
30473         * calendar/calendar.el: Replace `legal' with `valid'.
30474         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30475         * mail/supercite.el: Replace `legal' with `valid'.
30476         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30477         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30478         Replace `legal' with `valid'.
30479         * textmodes/reftex-vars.el, textmodes/reftex.el:
30480         Replace `legal' with `valid'.
30482 2005-03-25  Werner Lemberg  <wl@gnu.org>
30484         * calc/calc-forms.el, calc/calc-sel.el
30485         * midnight.el, vc-cvs.el
30486         * emacs-lisp/cl-macs.el
30487         * emulation/vip.el
30488         * eshell/esh-io.el, eshell/esh-var.el
30489         * mail/supercite.el
30490         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30491         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30492         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30493         * progmodes/sh-script.el, progmodes/xscheme.el
30494         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30495         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30496         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30497         * textmodes/reftex.el, textmodes/org.el:
30498         Replace `illegal' with `invalid'.
30500 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30502         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30503         (flymake-find-buildfile, flymake-find-possible-master-files)
30504         (flymake-check-include, flymake-parse-line): Replace loops over the
30505         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30507         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30508         Substitute file-name-as-directory in the rest of the file.
30509         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30510         (flymake-replace-region): Remove unused arg `buffer'.
30511         (flymake-check-patch-master-file-buffer): Update calls to it.
30512         (flymake-add-err-info): Remove unused var `count'.
30513         (flymake-mode): Use define-minor-mode.
30515         * progmodes/flymake.el: Use with-current-buffer.
30516         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30517         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30518         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30519         Avoid testing for `xemacs'.
30520         (flymake-nop): Move.
30521         (flymake-region-has-flymake-overlays): Return the computed value.
30522         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30523         Remove unused var `endline'.
30524         (flymake-get-line-count): Remove unused function.
30525         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30527         * emulation/vi.el:
30528         * generic.el:
30529         * hilit-chg.el (global-highlight-changes):
30530         * hi-lock.el (hi-lock-mode):
30531         * follow.el: find-file-hooks -> find-file-hook.
30533         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30535 2005-03-24  Juri Linkov  <juri@jurta.org>
30537         * dired.el (dired-mode-map): Add menu item "Compare directories"
30538         for dired-compare-directories.
30540         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30541         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30543 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30545         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30547 2005-03-24  Jay Belanger  <belanger@truman.edu>
30549         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30550         relevant mode settings in calc-embedded-original-modes when modes
30551         are permanently changed.
30553 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30555         * autoinsert.el: find-file-hooks -> find-file-hook.
30557 2005-03-24  Lute Kamstra  <lute@gnu.org>
30559         * generic.el (generic-font-lock-defaults): Make it obsolete.
30560         (generic-font-lock-keywords): New variable to replace
30561         generic-font-lock-defaults.
30562         (generic-mode-set-font-lock): Delete it.
30563         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30564         (generic-bracket-support): Add docstring.
30566         * generic-x.el: Rename generic-font-lock-defaults to
30567         generic-font-lock-keywords throughout.
30568         (mailagent-rules-setup-function): Delete it.
30569         (mailagent-rules-generic-mode): Use anonymous function instead.
30570         (show-tabs-generic-mode-font-lock-defaults-1)
30571         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30572         Quote faces.
30573         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30574         not foreground.
30576         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30577         Recognize define-generic-mode.
30579 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30581         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30582         if there's no completion table.
30584 2005-03-23  Miles Bader  <miles@gnu.org>
30586         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30587         Remove tty-specific variants, as they're no longer needed.
30589 2005-03-23  Lute Kamstra  <lute@gnu.org>
30591         * generic-x.el: Code cleanup: make args constant whenever possible.
30592         (installshield-statement-keyword-list)
30593         (installshield-system-functions-list)
30594         (installshield-system-variables-list, installshield-types-list)
30595         (installshield-funarg-constants-list): Make them constants.
30597         * generic.el (generic-make-keywords-list): Add autoload cookie.
30599         * calendar/time-date.el: Add comment on time value formats.
30600         Don't require parse-time.
30601         (with-decoded-time-value): New macro.
30602         (encode-time-value): New function.
30603         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30604         (days-to-time): Return a valid time value when arg is huge.
30605         (time-since): Use time-subtract.
30606         (time-to-number-of-days): Use time-to-seconds.
30608 2005-03-23  David Ponce  <david@dponce.com>
30610         * recentf.el (recentf-keep): New option.
30611         (recentf-menu-action): Default to `find-file'.
30612         (recentf-keep-non-readable-files-flag)
30613         (recentf-keep-non-readable-files-p)
30614         (recentf-file-readable-p, recentf-find-file)
30615         (recentf-cleanup-remote): Remove.
30616         (recentf-include-p): More robust.
30617         (recentf-keep-p): New function.
30618         (recentf-remove-if-non-kept): Rename from
30619         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30620         All callers updated.
30621         (recentf-menu-items-for-commands): Fix help string.
30622         (recentf-track-closed-file): Update.  Doc fix.
30623         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30625 2005-03-23  Kim F. Storm  <storm@cua.dk>
30627         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30628         Don't inherit from fringe face (now happens automatically).
30630 2005-03-22  Kim F. Storm  <storm@cua.dk>
30632         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30633         position values.
30635 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30637         * menu-bar.el (showhide-date-time): Remove.
30638         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30639         (menu-bar-make-mm-toggle): Simplify.
30641 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30643         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30644         Accept qualified variable and function names.
30646 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30648         * bindings.el (completion-ignored-extensions):
30649         Remove ".lis" for `vax-vms'.
30651 2005-03-22  Andreas Schwab  <schwab@suse.de>
30653         * generic-x.el: Revert last change.
30654         * ldefs-boot.el: Update.
30656 2005-03-22  Jay Belanger  <belanger@truman.edu>
30658         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30659         (calc-embedded-save-original-modes)
30660         (calc-embedded-restore-original-modes): New functions.
30661         (calc-do-embedded): Save original modes when entering embedded mode
30662         and restore when leaving embedded mode.
30663         (calc-embedded-modes-change): Change the value of
30664         calc-embedded-original-modes to reflect permanent changes.
30666 2005-03-22  Lute Kamstra  <lute@gnu.org>
30668         * generic-x.el: Require generic again.
30670 2005-03-22  Miles Bader  <miles@gnu.org>
30672         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30673         Tweak details to look good on both ttys and bitmap displays, light
30674         or dark background, etc.
30676 2005-03-21  Kim F. Storm  <storm@cua.dk>
30678         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30679         mouse position.
30681 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30683         * icomplete.el: Don't forcibly turn on the mode upon load.
30684         (icomplete-mode): Use define-minor-mode.
30685         (icomplete-eoinput): Default to nil.
30686         (icomplete-minibuffer-setup): Remove autoload.
30687         (icomplete-tidy): Simplify.
30688         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30689         in the initial state or if the user has modified the field.
30690         Fix handling of icomplete-max-delay-chars.
30691         Remove code that handles the oddball case where
30692         minibuffer-completion-table is an integer.
30693         Wrap icomplete-completions in while-no-input in case building
30694         completions takes more time than expected.
30695         (icomplete-completions): Simplify.
30697 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30699         * jka-compr.el (jka-compr-really-do-compress):
30700         Make variable buffer-local.
30702         * image-mode.el: Handle .xpm files too.
30703         (image-toggle-display): Preserve modification flag.
30705         * help.el (where-is): Don't mention aliases with no key bindings.
30707 2005-03-21  Lute Kamstra  <lute@gnu.org>
30709         * generic.el: Fix commentary section.  Don't require cl for
30710         compilation.
30711         (generic-mode-list): Add autoload cookie.
30712         (generic-use-find-file-hook, generic-lines-to-scan)
30713         (generic-find-file-regexp, generic-ignore-files-regexp)
30714         (generic-mode, generic-mode-find-file-hook)
30715         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30716         (define-generic-mode): Make it a defmacro.  Fix docstring.
30717         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30718         (generic-mode-set-comments): Code cleanup.
30719         * generic-x.el: Don't prevent compilation.  Don't require generic.
30720         Follow coding conventions.  Minor code cleanup.
30721         (etc-fstab-generic-mode): Add some keywords.
30722         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30723         define-generic-mode like a function declaration.
30725 2005-03-21  Jay Belanger  <belanger@truman.edu>
30727         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30728         changing modes.
30730 2005-03-21  Sam Steingold  <sds@gnu.org>
30732         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30734 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30736         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30737         Add underscore to "f$ lexicals" regexp.
30739 2005-03-20  Juri Linkov  <juri@jurta.org>
30741         * subr.el (progress-reporter-do-update): When `min-value' is equal
30742         to `max-value', set `percentage' to 0 and prevent division by zero.
30744 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30746         Sync with Tramp 2.0.48.
30748         * net/tramp.el (all): Change all addresses to .gnu.org.
30749         (tramp-append-tramp-buffers): New defun.
30750         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30751         Catch `dont-send' signal.
30752         (tramp-set-auto-save-file-modes): Set always permissions, because
30753         there might be an old auto-saved file belonging to another
30754         original file.  This could be a security threat.  Reported by
30755         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30756         Check for Emacs 21.3.50 removed.
30758         * net/tramp-smb.el (all): Remove debug construct for
30759         `with-parsed-tramp-file-name'.
30760         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30761         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30762         No error message if DIRECTORY or FILENAME doesn't exist.
30763         (tramp-smb-open-connection): Check existence of
30764         `tramp-smb-program'.
30766 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30768         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30769         Properly handle the case where the `m' or `s' command's argument is not
30770         yet terminated.
30771         (perl-indent-new-calculate): New function.
30772         (perl-indent-line): Use it.
30774 2005-03-20  Miles Bader  <miles@gnu.org>
30776         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30777         in text-mode too.  Change to new face names.
30778         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30779         Add `:weight bold' attribute.
30780         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30782 2005-03-19  Juri Linkov  <juri@jurta.org>
30784         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30786         * international/mule.el (auto-coding-alist): Sync with
30787         `auto-mode-alist' by adding upper case archive file extensions
30788         and adding ear/war to jar extension.
30790 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30792         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30793         running, restart it.
30795 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30797         * finder.el (finder-current-item): Throw an error on an empty line.
30799         * man.el (Man-follow-manual-reference): If current-word returns
30800         nil, use "".
30802 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30804         * simple.el (goto-line): Doc fix.
30806 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30808         * files.el (save-buffer): Doc fix.
30810 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30812         * recentf.el (recentf-cleanup-remote): New variable.
30813         (recentf-cleanup): Use it to conditionally check availability of
30814         remote files.
30816 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30818         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30819         function names.
30821 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30823         * language/thai-word.el: New file.
30825 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30827         * files.el (backup-buffer): If the file's directory is not
30828         writable, use copy instead of move to backup the file.
30830 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30832         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30834 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30836         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30837         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30838         <darkman_spam@yahoo.fr>.
30839         (ps-print-version): New version 6.6.6.
30841 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30843         * textmodes/table.el (table--line-column-position): New idiom.
30844         (table--row-column-insertion-point-p): New function to test
30845         validity of row and column insertion operation at a location.
30846         (table-global-menu, table-cell-menu): Use above functions for
30847         deterministic test operation.
30848         (table--editable-cell-p): Behave in deterministic fashion.
30850 2005-03-18  Juri Linkov  <juri@jurta.org>
30852         * isearch.el (isearch-lazy-highlight-new-loop):
30853         Make arguments beg and end optional.
30854         (isearch-update): Remove optional arguments nil from
30855         isearch-lazy-highlight-new-loop.
30856         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30857         isearch-lazy-highlight-case-fold-search instead of
30858         isearch-case-fold-search, and let-bind isearch-regexp to
30859         isearch-lazy-highlight-regexp.
30860         Use isearch-lazy-highlight-last-string instead of isearch-string.
30862         * replace.el (perform-replace): Remove bindings of global
30863         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30864         Add three new arguments to `replace-highlight'.
30865         (replace-highlight): Add arguments string, regexp, case-fold.
30866         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30867         to allow isearch-lazy-highlight-new-loop to use these values
30868         to set corresponding isearch-lazy-highlight-* internal
30869         variables whose values lazy highlighting will use regardless of
30870         changes to global variables isearch-string, isearch-regexp,
30871         isearch-case-fold-search during lazy highlighting loop.
30872         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30873         to `lazy-highlight-cleanup'.
30875         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30876         (ispell-highlight-face): Set default face to `isearch' when
30877         lazy highlighting is enabled.
30878         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30879         priority to 1.  Add lazy highlighting.
30880         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30881         from `isearch-dehighlight'.
30883 2005-03-18  David Ponce  <david@dponce.com>
30885         * files.el (hack-local-variables): Do a case-insensitive search
30886         for End.
30888 2005-03-18  Juri Linkov  <juri@jurta.org>
30890         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30891         `isearch-lazy-highlight-cleanup', add alias to old name and
30892         declare obsolete.  Add release numbers to other obsolete vars.
30893         (isearch-done, isearch-lazy-highlight-new-loop):
30894         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30895         (lazy-highlight-cleanup) <variable>: Doc fix.
30896         (isearch-lazy-highlight-update): Rename obsolete
30897         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30899 2005-03-18  Kenichi Handa  <handa@m17n.org>
30901         * language/thai-util.el: Fix categorization of Thai characters in
30902         thai-category-table.
30903         (thai-composition-pattern): Adjust it for the above change.
30904         (thai-self-insert-command, thai-compose-syllable): New functions.
30905         (thai-compose-region): Use thai-compose-syllable.
30906         (thai-compose-string): Likewise.
30907         (thai-composition-function): Likewise.
30908         (thai-auto-composition): New function.
30909         (thai-auto-composition-mode): New minor mode.
30911         * language/thai.el: Fix patterns to be registered in
30912         composition-function-table.
30914         * international/quail.el (quail-input-method): Locally bind
30915         inhibit-modification-hooks to t.
30917 2005-03-17  Richard M. Stallman  <rms@gnu.org>
30919         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30920         (perl-mode): Use run-mode-hooks.
30922         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30923         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30924         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30926         * mail/sendmail.el (sendmail-send-it): Reenable the code
30927         to compute resend-to-address and use it.
30929         * tar-mode.el (tar-mode): Turn off undo unconditionally.
30931         * image-mode.el: New file.
30933         * image.el (insert-sliced-image): Add autoload cookie.
30935         * font-lock.el (font-lock-lines-before): New user option.
30936         (font-lock-after-change-function): Obey it.
30938         * bindings.el (esc-map): Make M-g a prefix.
30939         Bind M-g g and M-g M-g to goto-line.
30941         * faces.el (face-id): Doc fix.
30943 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30945         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30946         (rmail-show-message): Use rmail-unknown-mail-followup-to.
30947         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30949         * mail/sendmail.el (mail-yank-ignored-headers)
30950         (mail-font-lock-keywords, mail-mode-fill-paragraph):
30951         Add Mail-Followup-To and Mail-Reply-To headers.
30952         (mail-citation-hook): Add autoload cookie.
30953         (mail-mode): Doc fix.
30954         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30955         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30956         (mail-mode-fill-paragraph): Handle those headers.
30957         (mail-mailing-lists): New variable.
30958         (mail-mail-reply-to, mail-mail-followup-to): New functions.
30960 2005-03-17  Juri Linkov  <juri@jurta.org>
30962         * isearch.el (isearch-fallback): Check for `(car previous)'
30963         before calling `isearch-other-end-state'.
30965 2005-03-17  Kim F. Storm  <storm@cua.dk>
30967         * simple.el (move-beginning-of-line): Move to beginning of buffer
30968         line, as well as beginning of screen line.
30970 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
30972         * calendar/diary-lib.el (mark-diary-entries): Use new optional
30973         argument REDRAW rather than calendar-redrawing variable.
30974         * calendar/calendar.el (calendar-redrawing): Delete.
30975         (redraw-calendar): Do not bind calendar-redrawing.
30977 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
30979         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30980         diary-file buffer.
30982 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30984         * help.el (describe-mode): Allow a :minor-mode-function property to
30985         specify a different minor mode toggle function than the variable.
30986         * simple.el (auto-fill-function):
30987         * subr.el (add-minor-mode): Use it.
30989 2005-03-16  Kenichi Handa  <handa@m17n.org>
30991         * language/ethio-util.el (sera-being-called-by-w3): New variable.
30992         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30993         (ethio-fidel-to-sera-buffer): Likewise.
30995 2005-03-16  Juri Linkov  <juri@jurta.org>
30997         * emacs-lisp/find-func.el (find-function-regexp):
30998         Add defun-emitting macro `menu-bar-make-toggle'.
31000         * isearch.el: Put `isearch-scroll' property to
31001         `split-window-horizontally'.
31003         * info.el: Update error messages for `debug-ignored-errors'.
31004         (Info-isearch-search): Doc fix.
31005         (Info-find-node): Move up code to go into info buffer before
31006         recording the node to the history.
31007         (Info-fontify-node): Fontify titles only if the next line
31008         has two or more `*', `=', `-', `.'.
31009         Display "go to this node" for empty (match-string 3).
31011 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31013         * term/mac-win.el: Add mouse pointer shape constants.
31015 2005-03-15  Kim F. Storm  <storm@cua.dk>
31017         * simple.el (move-beginning-of-line): Use vertical-motion.
31019 2005-03-15  Juri Linkov  <juri@jurta.org>
31021         * isearch.el (isearch-error): New variable.
31022         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31023         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31024         (isearch-within-brackets-state): Remove.
31025         (isearch-case-fold-search-state, isearch-pop-fun-state):
31026         Decrease frame index.
31027         (isearch-mode, isearch-top-state, isearch-push-state)
31028         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31029         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31030         (isearch-search, isearch-lazy-highlight-new-loop):
31031         Replace `isearch-invalid-regexp' with `isearch-error'.
31032         Remove `isearch-within-brackets'.
31033         (isearch-search): Add `search-failed' handler to `condition-case'.
31034         (isearch-lazy-highlight-search): Add `condition-case' to catch
31035         errors and allow `isearch-lazy-highlight-update' to try
31036         highlighting from the beginning of the window.
31037         (isearch-repeat): Move up code to set isearch-wrapped to t
31038         before calling isearch-wrap-function.
31040         * info.el (Info-isearch-initial-node): New internal variable.
31041         (Info-search): Signal an error in isearch mode when search leaves
31042         the initial node.  Signal an error when `bound' is non-nil and
31043         nothing was found in the current subfile.
31044         (Info-isearch-search): Remove `condition-case'.
31045         (Info-isearch-wrap): Don't wrap when search failed during leaving
31046         the initial node.  If `Info-isearch-search' is nil, wrap around
31047         the current node.
31048         (Info-isearch-start): New fun.
31049         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31050         `isearch-mode-hook'.
31052 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31054         * simple.el (normal-erase-is-backspace): Set default to t if
31055         running on Mac.
31057         * term/mac-win.el (function-key-map): Sync with x-win.el.
31059 2005-03-15  Kenichi Handa  <handa@m17n.org>
31061         * international/mule-cmds.el (locale-language-names): Modify the
31062         format of elements and add more entries.
31063         (locale-preferred-coding-systems): Add more entries.
31064         (set-locale-environment): Adjust for the change of
31065         locale-language-names.
31067 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31069         * pcvs.el (smerge-ediff): Remove bogus autoload.
31071 2005-03-14  Lute Kamstra  <lute@gnu.org>
31073         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31074         Ignore a `*' at the beginning of a line.
31076         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31077         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31078         subr.el.
31079         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31080         to specify indentation.
31082         * generic.el (define-generic-mode): Let generic-mode-list be a
31083         list of strings; test membership with equal.
31085 2005-03-14  Kim F. Storm  <storm@cua.dk>
31087         * simple.el (next-line, previous-line): Add optional try-vscroll
31088         arg to recognize interactive use.  Pass it on to line-move.
31089         (line-move): Don't perform auto-window-vscroll when defining or
31090         executing keyboard macro to ensure consistent behavior.
31092 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31094         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31096 2005-03-13  Lute Kamstra  <lute@gnu.org>
31098         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31099         debugger-setup-buffer so that backtrace marks the frames set to
31100         debug-on-exit and we don't have to do it manually.  Set an extra
31101         debug-on-exit for macro's.
31102         (debugger-setup-buffer): Don't mark the top frame manually.
31104 2005-03-12  Lute Kamstra  <lute@gnu.org>
31106         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31107         lisp-indent-function throughout.
31108         (with-no-warnings): Set lisp-indent-function property.
31110 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31112         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31113         Add entry for backslash.
31115 2005-03-12  Juri Linkov  <juri@jurta.org>
31117         * info.el (Info-search): Four fixes for backward search.
31119 2005-03-11  Jay Belanger  <belanger@truman.edu>
31121         * calc/calc.el (calc-language-alist): New variable.
31122         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31123         (calc-embedded-find-modes): Use calc-language-alist instead of
31124         calc-embedded-language-alist.
31126 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31128         * calendar/calendar.el (calendar-redrawing): New internal
31129         variable.
31130         (redraw-calendar): Remove bogus save-excursion from previous
31131         change.  Bind calendar-redrawing to t for mark-diary-entries.
31132         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31133         calendar if that is why we were called.
31135 2005-03-11  Kenichi Handa  <handa@m17n.org>
31137         * international/mule.el (make-coding-system): Set property
31138         coding-system-define-form to nil.
31139         (define-coding-system-alias): Likewise.
31141 2005-03-11  Kenichi Handa  <handa@m17n.org>
31143         These changes are suggested by Dave Love <fx@gnu.org>.
31145         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31146         coding: tag.
31147         (adaptive-fill-regexp): Add more bullets.
31148         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31149         regexps.
31151 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31153         * help.el (describe-mode): Properly handle non-trivial lighters.
31154         Don't ignore minor modes that are not listed in minor-mode-list.
31156         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31157         feature ON when the user requests to turn it OFF.
31159 2005-03-10  Lute Kamstra  <lute@gnu.org>
31161         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31162         (implement-debug-on-entry): New function to replace debug-entry-code.
31163         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31164         second argument as the 2005-03-07 change makes it obsolete.
31165         (debug-on-entry, cancel-debug-on-entry): Update call to
31166         debug-on-entry-1.
31167         (debug, debugger-setup-buffer): Comment update.
31168         (debugger-frame-number): Update to work with implement-debug-on-entry.
31170 2005-03-10  Jay Belanger  <belanger@truman.edu>
31172         * calc/calc-embed.el (math-ms-args): Declare it.
31173         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31174         math-ms-args.
31175         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31176         variables.
31178 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31180         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31181         Use message-box.
31183         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31184         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31185         (tooltip-gud-tips): Simplify.
31186         (tooltip-gud-tips-p): Remove superfluous :set.
31187         (tooltip-gud-modes): Add fortran-mode.
31188         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31190         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31192 2005-03-09  Kim F. Storm  <storm@cua.dk>
31194         * play/animate.el (animate-place-char): Use forward-line instead
31195         of next-line to improve performance.
31197 2005-03-09  Simon Josefsson  <jas@extundo.com>
31199         * net/browse-url.el (browse-url-default-browser): Doc fix.
31201 2005-03-09  Miles Bader  <miles@gnu.org>
31203         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31204         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31206 2005-03-09  Kenichi Handa  <handa@m17n.org>
31208         * international/latin-1.el: Set case and syntax for 255 only if
31209         set-case-syntax-set-multibyte is nil.
31211         * textmodes/ispell.el (ispell-insert-word): New function.
31212         (ispell-word): Use ispell-insert-word to insert a new word.
31213         (ispell-process-line): Likewise.
31214         (ispell-complete-word): Likewise.
31216 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31218         * calendar/calendar.el (redraw-calendar): Preserve point.
31219         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31220         (calendar-week-start-day): Move after definition of
31221         redraw-calendar.  Delete buffer test, since redraw-calendar has
31222         that now.
31224         * calendar/diary-lib.el (mark-diary-entries): Only call
31225         redraw-calendar in the first of any recursive calls.
31226         Reported by Alan Shutko <ats@acm.org>.
31228 2005-03-08  Juri Linkov  <juri@jurta.org>
31230         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31231         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31232         (html-radio-buttons): Add a space before the trailing `/>' where
31233         sgml-xml-mode is non-nil.
31234         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31235         the subsequent tag of the empty XML tag.
31236         (html-href-anchor): Don't set initial input to "http:".
31237         (html-image): Ask for the image URL and set point inside alt="".
31238         (html-name-anchor): Duplicate the name in the `id' attribute when
31239         sgml-xml-mode is non-nil.
31240         (html-paragraph): Remove \n before <p>.
31241         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31242         instead of `checked' when sgml-xml-mode is non-nil.
31244         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31245         Remove 1 space before #RRGGBB to not truncate it on terminal
31246         windows w/o fringes.  Remove 1 space between bg and fg examples
31247         to get more space.
31248         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31249         avoid byte-compile warnings.
31251         * image-file.el (image-file-handler): Put `safe-magic' property to
31252         `image-file-handler'.
31254         * info.el (Info-isearch-search): Emulate word search in
31255         isearching through multiple Info nodes with Info-search.
31256         (Info-isearch-wrap): Allow isearch-word.
31258 2005-03-08  Lute Kamstra  <lute@gnu.org>
31260         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31261         stepping into the debugger's code is not possible.
31262         (debugger-jumping-flag): Docstring update.
31264 2005-03-08  Jay Belanger  <belanger@truman.edu>
31266         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31267         embedded mode begins.
31268         (calc-embedded-language-alist): New variable.
31269         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31270         set default language mode.
31272 2005-03-08  Kenichi Handa  <handa@m17n.org>
31274         * international/ccl.el (define-ccl-program): Fix docstring about
31275         extra 256 bytes assured for the output buffer.
31277         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31278         Fix BUFFER_MAGNIFICATION to 2.
31279         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31281 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31283         * align.el (align-rules-list): Added an alignment rule for CSS
31284         declarations (applies to css-mode and html-mode buffers).
31286 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31288         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31290 2005-03-07  Kim F. Storm  <storm@cua.dk>
31292         * simple.el (move-beginning-of-line): New command.
31294         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31296         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31298         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31299         and move-beginning-of-line.
31301         * apropos.el (apropos-print): Omit command from M-x ... RET.
31303 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31305         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31306         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31308 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31310         * bindings.el (esc-map): Bind M-g to goto-line.
31312         * facemenu.el (global-map): Bind M-o, not M-g.
31314 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31316         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31317         "Open Directory" as for "Open File".
31319 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31321         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31322         (push-mark-command): Run activate-mark-hook.
31324 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31326         * help-mode.el (help-mode-finish): Don't alter the element
31327         in view-return-to-alist if there already is one.
31329         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31330         make sure the current buffer is the expected one.
31332         * novice.el (disabled-command-function): Output in *Disabled Command*.
31333         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31335         * textmodes/flyspell.el (flyspell-large-region):
31336         Pass args differently for aspell.
31338         * files.el (mode-require-final-newline): Doc fix.
31340 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31342         * progmodes/which-func.el (which-function):
31343         Specify NOERROR when calling imenu--make-index-alist.
31345 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31347         * simple.el (normal-erase-is-backspace): Define default value.
31349         * custom.el (custom-theme-set-variables): Remove unused var
31350         `immediate'.
31351         (custom-reevaluate-setting): Simple function to handle variables
31352         that are defined before their default value can really be
31353         computed.
31355         * startup.el (command-line): Use it for temporary-file-directory,
31356         small-emporary-file-directory, auto-save-file-name-transforms,
31357         blink-cursor-mode, and normal-erase-is-backspace.
31359         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31360         progress, even with buggy anchored keywords.
31362 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31364         * simple.el (goto-line): Remove unbalanced final parenthesis.
31366 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31368         * simple.el (goto-line): Use a number at point as the default.
31369         With C-u as arg, switch buffers.
31371 2005-03-05  Juri Linkov  <juri@jurta.org>
31373         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31374         with `no-blinking-cursor'.
31376         * startup.el (no-blinking-cursor): New defvar.
31377         (command-line): Add `--no-blinking-cursor' to longopts.
31378         Set `no-blinking-cursor' to t for command line arguments
31379         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31380         with `no-blinking-cursor' in the condition for calling
31381         `blink-cursor-mode'.
31383 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31385         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31386         (menu-bar-options-save): Add blink-cursor-mode.
31387         (menu-bar-options-menu): Add blink-cursor-mode.
31389 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31391         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31392         (icalendar-export-file, icalendar-export-region)
31393         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31394         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31396 2005-03-04  Lute Kamstra  <lute@gnu.org>
31398         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31399         (debug-function-list): Ditto.
31401 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31403         * textmodes/texinfmt.el (texinfo-append-refill):
31404         Redefine the types of line to which @refill
31405         is not appended by replacing a search for `@refill\\|@bye' with
31406         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31407         itemize@refill' bug and the unfilled long lines bug.
31408         (texinfmt-version): Update number and date.
31410 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31412         * international/code-pages.el (windows-1250, windows-125[2-8])
31413         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31415 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31417         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31418         bound yet.
31420 2005-03-02  Romain Francoise  <romain@orebokech.com>
31422         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31423         buffer after removing limits.
31424         (ibuffer-pop-filter): Ditto.
31425         Update copyright.
31427 2005-03-02  Miles Bader  <miles@gnu.org>
31429         * button.el (make-text-button): If the user doesn't specify a
31430         type, use the default.  Rewrite to use `add-text-properties' and
31431         plist functions.
31433 2005-03-01  Lute Kamstra  <lute@gnu.org>
31435         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31436         (debugger-jumping-flag): New var.
31437         (debug-entry-code): Use it.
31438         (debugger-jump): Use debugger-jumping-flag and add
31439         debugger-reenable to post-command-hook.
31440         (debugger-reenable): Use debugger-jumping-flag and remove itself
31441         from post-command-hook.
31442         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31443         debugger-reenable.
31445 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31447         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31448         inclusion of "itemize\\|", which may be unnecessary, is certainly
31449         inelegant, and stops refilling in itemize lists when formatting
31450         Japanese Texinfo files to Info.
31451         Update copyright to 2005.
31453 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31455         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31456         of an error if GDB can't find the source file.
31458 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31460         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31461         not just the calendar.
31463         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31464         first.
31465         (diary-redraw-calendar): New function.
31466         (make-diary-entry): Add diary-redraw-calendar to local
31467         write-contents-functions.  Turn off selective display before
31468         inserting in diary.
31470 2005-03-01  Kim F. Storm  <storm@cua.dk>
31472         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31474 2005-03-01  Lute Kamstra  <lute@gnu.org>
31476         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31477         that debug-entry-code can be safely removed from a function while
31478         this code is being evaluated.  Revert the 2005-02-27 change as the
31479         new implementation no longer requires it.  Make sure that a
31480         function body containing just a string is not mistaken for a docstring.
31481         (debug): Skip one more frame in case of debug on entry.
31482         (debugger-setup-buffer): Delete one more frame line in case of
31483         debug on entry.
31484         (debugger-frame-number): Update to use the new text introduced by
31485         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31487 2005-02-28  Kim F. Storm  <storm@cua.dk>
31489         * double.el (double-translate-key): Call force-window-update after
31490         read-event to avoid crash in redisplay.
31492 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31494         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31495         (debug): Use it.  Move the inhibit-trace earlier.
31496         (debug-entry-code): New const.
31497         (debug-on-entry-1): Use it.
31499 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31501         * international/utf-16.el (ccl-encode-mule-utf-16le):
31502         Fix BUFFER_MAGNIFICATION to 2.
31503         (ccl-encode-mule-utf-16be): Likewise.
31505 2005-02-28  Kenichi Handa  <handa@m17n.org>
31507         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31508         Fix BUFFER_MAGNIFICATION to 4.
31509         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31511 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31513         * speedbar.el (speedbar-update-flag): Doc fix.
31514         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31515         argument.
31517 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31519         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31520         have a non-nil `invisible' property but are actually visible.
31522         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31523         for perldoc sections.
31524         (perl-outline-regexp, perl-outline-level): New var and function.
31525         (perl-mode): Use them.
31527 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31529         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31530         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31532 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31534         * cus-edit.el: Comment change.
31535         (custom-buffer-create-internal): Slightly reword text at top of
31536         Custom buffers.  Mention there that saving an option edits the
31537         init file.  Add link to Emacs manual node on `custom-file'.
31538         (custom-magic-alist): Rewrite individual State messages to use
31539         capitalized keywords.  Doc fix.
31541 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31543         * calendar/calendar.el (calendar-buffer): Move above
31544         calendar-week-start-day.
31545         (calendar-week-start-day): Doc fix.  Add :set function.
31546         (calendar-minimum-window-height): New variable.
31547         (generate-calendar-window): Only resize window if selected-window
31548         is displaying the calendar buffer.  Use new variable
31549         calendar-minimum-window-height.
31550         (generate-calendar): Reword error message.
31551         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31553 2005-02-27  Andreas Schwab  <schwab@suse.de>
31555         * vc.el (vc-do-command): Don't run command asynchronously when
31556         operating in a remote directory.
31558         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31559         change from sync with Tramp 2.0.47.
31561 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31563         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31565         * textmodes/flyspell.el (flyspell-mode-on):
31566         Call ispell-change-dictionary only if necessary.
31568         * emacs-lisp/re-builder.el (regexp-builder): New function.
31570         * register.el (describe-register-1): Explicitly handle
31571         yank-excluded-properties = t.
31573         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31574         (custom-magic-alist): Change the status descriptions again.
31575         (face widget-type): Total rewrite based on `restricted-sexp'
31576         to eliminate the confusing double hiding levels.
31578         * emacs-lisp/debug.el (debug-on-entry-1):
31579         If function body is empty, add nil as body form.
31581 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31583         * emacs-lisp/trace.el (inhibit-trace): New var.
31584         (trace-make-advice): Use it.
31586         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31588 2005-02-26  Kim F. Storm  <storm@cua.dk>
31590         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31591         (mouse-on-link-p, mouse-drag-region-1): Use it.
31593 2005-02-25  Lute Kamstra  <lute@gnu.org>
31595         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31597 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31599         * frame.el (blink-cursor-mode): Add :group keyword.
31601 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31603         * calendar/icalendar.el (icalendar--decode-isodatetime):
31604         New optional argument DAY-SHIFT.
31605         (icalendar-export-region): Fix coding-system-for-write.
31606         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31607         events by one.
31609 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31611         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31613 2005-02-24  Kim F. Storm  <storm@cua.dk>
31615         * international/iso-acc.el (iso-accents-compose): Fix crash
31616         during redisplay.  Call force-window-update after read-event
31617         and delete-region to signal that window is not accurate.
31619 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31621         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31622         Remove unused and inexistent var `inhibit-trace'.
31623         (debugger-mode): Use run-mode-hooks.
31624         (debugger-list-functions): Add buttons; setup xref stack.
31626 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31628         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31629         appointment says it was explicitly made.
31630         (appt-add): Set the 3rd element.
31631         (appt-make-list): Preserve explicit appointments.
31633         * subr.el (find-tag-default): Catch errors in forward-sexp.
31635 2005-02-23  Juri Linkov  <juri@jurta.org>
31637         * info.el (Info-isearch-search): New defcustom.
31638         (Info-isearch-search): Call the default isearch function
31639         when Info-isearch-search is nil.
31640         (Info-isearch-wrap): Use variable Info-isearch-search.
31642 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31644         * cus-edit.el: Comment change.
31646 2005-02-22  Kim F. Storm  <storm@cua.dk>
31648         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31649         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31651 2005-02-22  Simon Josefsson  <jas@extundo.com>
31653         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31654         New variable.
31655         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31656         Oskarsson" <myrkraverk@users.sourceforget.net>.
31658 2005-02-22  Kim F. Storm  <storm@cua.dk>
31660         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31661         check that window of that event is the selected window.
31662         (mouse-drag-region-1): Compare mouse event window to selected
31663         window before setting point.
31665         * tooltip.el (tooltip-show-help-function): Pass event to
31666         mouse-on-link-p so it can check selected window.
31668 2005-02-22  Kenichi Handa  <handa@m17n.org>
31670         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31671         (ps-mule-show-warning): New function.
31672         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31673         characters are found.
31675         * ps-print.el (ps-header-footer-string): Return a list of header
31676         and footer strings.
31678 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31680         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31682 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31684         * frame.el (blink-cursor-mode): Use define-minor-mode.
31686         * term/mac-win.el (function-key-map): Use char-names more consistently.
31687         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31688         already handled in mule-cmds.el (where it also works when mac-win.el
31689         is not used).
31691 2005-02-21  Kenichi Handa  <handa@m17n.org>
31693         * international/mule.el (ctext-pre-write-conversion): Always use
31694         " *code-converting-work*" buffer for work.
31696         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31698 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31700         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31702 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31704         * ses.el (undo-more): Restore defadvice, but only the part that
31705         allows changes outside the restricted area of the buffer.
31707 2005-02-20  Kim F. Storm  <storm@cua.dk>
31709         * simple.el (line-move): Add fourth optional arg try-vscroll which
31710         must be set to perform auto-window-vscroll.
31711         When moving backwards and doing auto-window-vscroll, automatically
31712         vscroll to the last part of lines which are taller than the window.
31713         (next-line, previous-line): Set try-vscroll arg on line-move.
31715 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31717         * replace.el (query-replace, query-replace-regexp)
31718         (replace-string, replace-regexp): When operating on region, make
31719         the minibuffer prompt say so.
31721         * isearch.el (isearch-forward): Document isearch-query-replace and
31722         isearch-query-replace-regexp keybindings.
31724 2005-02-19  Jay Belanger  <belanger@truman.edu>
31726         * calc/calc-aent.el (math-read-token): Add local variable.
31728         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31729         (calc-edit-top): Move declaration to earlier in file.
31730         (calc-edit-macro-repeats): Add local variables.
31732         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31733         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31734         calcFunc-tanh.
31735         Adjust integration rule for calcFunc-tan.
31737 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31739         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31740         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31741         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31742         (viper-skip-separators): Bug fix.
31743         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31744         particular major mode.
31745         (viper-del-backward-char-in-replace): Don't put deleted char on the
31746         kill ring.
31748         * viper-ex.el (viper-color-display-p): New function.
31749         (viper-has-face-support-p): Use viper-color-display-p.
31751         * viper-keym.el (viper-gnus-modifier-map): New keymap.
31753         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31755         * viper-util.el (viper-glob-unix-files): Fix shell status check.
31756         (viper-file-remote-p): Make equivalent to file-remote-p.
31758         * viper.el (viper-major-mode-modifier-list):
31759         Use viper-gnus-modifier-map.
31761 2005-02-19  David Kastrup  <dak@gnu.org>
31763         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31764         quoting.
31766 2005-02-19  Jay Belanger  <belanger@truman.edu>
31768         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31769         Remove extra definitions.
31770         (calc-coth): New function.
31771         (calcFunc-cot): Fix `let'.
31773 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31775         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31776         the reasons we use "type pc" in these faces.
31778         * button.el (button): Ditto.
31780 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31782         * replace.el (query-replace-read-from): Set the value of
31783         query-replace-from-history-variable to handle the case of an empty
31784         string entered to accept the suggested default.
31786         * net/tramp.el (tramp-file-name-for-operation):
31787         Use dired-call-process instead of dired-call-process-command.
31789 2005-02-19  Jay Belanger  <belanger@truman.edu>
31791         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31792         (math-div-non-trig): New variables.
31793         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31794         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31795         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31796         trig expressions.
31798 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31800         * progmodes/gdb-ui.el (gdb-var-update-handler)
31801         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31802         for watch expressions,
31803         (gdb-var-create-handler): Don't set speedbar-update-flag.
31804         (gdb-post-prompt): Simplify test for speedbar.
31806 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31808         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31809         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31810         we use the syntax table of the correct buffer.
31811         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31812         Felix Gatzemeier.
31814         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31815         (ediff-file-remote-p): Make synonymous with file-remote-p.
31816         In all deffaces ediff-*-face-*, use min-colors.
31818         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31819         ediff-recurse-to-subdirectories.
31820         (ediff-mark-if-equal): Check that the arguments are strings, use
31821         ediff-same-contents (after to Felix Gatzemeier).
31823         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31824         nil.
31826 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31828         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31830 2005-02-18  David Kastrup  <dak@gnu.org>
31832         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31833         use `mark-active' when defined.
31835 2005-02-18  Kenichi Handa  <handa@m17n.org>
31837         * ps-print.el (ps-font-info-database): New entry
31838         ZapfChancery-MediumItalic with correct font name.  Fix font name
31839         of the entry Zapf-Chancery-MediumItalic.
31841 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31843         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31845 2005-02-16  Kim F. Storm  <storm@cua.dk>
31847         * ido.el (ido-fallback-command): Pass user input to fallback command.
31849 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31851         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31852         (gdb-find-file-hook): Add server prefix.
31854 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31856         * replace.el (perform-replace): Pass new args to replace-highlight.
31857         (replace-highlight): Take region args,
31858         and pass them to isearch-lazy-highlight-new-loop.
31860         * novice.el (disabled-command-hook): Autoload the defalias
31861         and the make-obsolete-variable call.
31863         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31865         * isearch.el (isearch-lazy-highlight-start-limit)
31866         (isearch-lazy-highlight-end-limit): New variables limit
31867         the region for highlighting.
31868         (isearch-lazy-highlight-new-loop): New args BEG and END.
31869         (isearch-lazy-highlight-search): Use the new vars.
31870         (isearch-lazy-highlight-update): Likewise.
31872         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31874         * cus-start.el (all): Use default-boundp.
31876 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31878         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31880 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
31882         * autorevert.el (auto-revert-stop-on-user-input)
31883         (auto-revert-verbose): Doc fixes.
31885 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
31887         * international/mule-cmds.el (set-locale-environment): Remove call
31888         to set-selection-coding-system on Windows.
31890 2005-02-15  Jay Belanger  <belanger@truman.edu>
31892         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31893         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31894         calcFunc-coth.
31895         (math-simplify-sqrt): Add simplifications.
31897         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31898         to list.
31900         * calc/calc-ext.el: Add functions to autoloads.
31902         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31903         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31904         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31905         (math-csc-raw, math-cot-raw): New functions.
31907         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31909         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31910         the variable name in a message.
31912         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31913         calcFunc-csc, calcFunc-cot.
31915         * calc/calcalg2.el: Add derivative and integration rules for
31916         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31917         calcFunc-csch, calcFunc-coth.
31918         (math-do-integral-methods): Add to checks for when to use
31919         substitutions.
31921         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31923 2005-02-15  Lute Kamstra  <lute@gnu.org>
31925         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31926         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
31927         <monnier@iro.umontreal.ca>.
31928         (lisp-outline-level): Improve efficiency.  Suggested by David
31929         Kastrup <dak@gnu.org>.
31931 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
31933         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31934         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31935         (gdb-set-gud-minor-mode-existing-buffers): New functions.
31936         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
31937         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31939 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
31941         * cus-start.el (all): Comment change.
31943 2005-02-14  Lute Kamstra  <lute@gnu.org>
31945         * cus-start.el (all): Check if symbol is void.
31947 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
31949         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31950         optional argument to \cite.
31952 2005-02-14  Richard M. Stallman  <rms@gnu.org>
31954         * cus-edit.el (custom-buffer-create-internal): Update help message.
31955         (custom-magic-alist): Update help messages.
31957         * cus-start.el (all): Allow a var to specify a standard value.
31959 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
31961         * custom.el (custom-theme-set-variables): Handle variable aliases.
31963         * frame.el (blink-cursor-timer): Doc fix.
31964         (blink-cursor): Make it an alias for `blink-cursor-mode' and
31965         declare obsolete.
31966         (blink-cursor-mode): Define with defcustom and use correct
31967         standard expression in that defcustom.
31968         * startup.el (command-line): Adapt to above changes in frame.el.
31970 2005-02-11  Lute Kamstra  <lute@gnu.org>
31972         * apropos.el (apropos-score-doc): Prevent division by zero.
31974 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
31976         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31977         (icalendar--get-event-property-attributes)
31978         (icalendar--get-event-properties)
31979         (icalendar--datetime-to-diary-date): New functions.
31980         (icalendar--split-value): Doc fix.
31981         (icalendar--datetime-to-noneuropean-date)
31982         (icalendar--datetime-to-european-date): New optional argument
31983         SEPARATOR.  Return result as a string instead of a list.
31984         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31985         (icalendar--convert-string-for-export): Rename arg S to STRING.
31986         (icalendar-export-region): Doc fix.  Change name of error buffer.
31987         Save output buffer.
31988         (icalendar-import-file): Add blank at end of prompt.
31989         (icalendar-import-buffer): Doc fix.  Do not switch to error
31990         buffer.  Indicate status in return value.
31991         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
31992         buffer.  Save output buffer.  Handle exception from recurrence
31993         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
31994         events.  Fix problems with weekly all-day events.
31996 2005-02-10  Richard M. Stallman  <rms@gnu.org>
31998         * simple.el (eval-expression-print-format):
31999         Avoid warning about edebug-active.
32001         * help.el (help-for-help-internal): Rename from help-for-help.
32002         (help-for-help): Define with defalias.
32004         * font-core.el (font-lock-default-function): Use with-no-warnings.
32006         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32008         * custom.el (defface): Doc fix.
32010 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32012         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32013         width 0" to prevent word wrapping problems.
32015 2005-02-09  Kim F. Storm  <storm@cua.dk>
32017         * ido.el (ido-file-extensions-order): New defcustom.
32018         (ido-file-extension-lessp, ido-file-extension-aux)
32019         (ido-file-extension-order): New advanced file ordering.
32020         (ido-file-lessp): New simple file ordering.
32021         (ido-sort-list): Remove.
32022         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32023         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32025 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32027         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32028         that some versions of grep produce.
32029         (grep-mode-font-lock-keywords): Likewise.
32031 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32033         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32034         (gdb-cdir): Delete.
32035         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32036         (gdb-source-info): Treat case when source file is in another
32037         directory properly.
32038         (gdb-get-location): New function.
32040 2005-02-07  Jay Belanger  <belanger@truman.edu>
32042         * calc/calc-prog.el (calc-write-parse-table-part)
32043         (calc-fix-token-name): Fix a check for language type.
32045         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32047 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32049         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32050         as directory not writable.
32052 2005-02-07  Kim F. Storm  <storm@cua.dk>
32054         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32055         (cua--standard-movement-commands): Remove list.
32056         Instead, set CUA property value to move for movement commands.
32057         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32058         (cua--pre-command-handler): Check CUA property.
32059         (cua--init-keymaps): Don't remap undo commands.
32060         (cua-mode): Don't call cua--rectangle-on-off.
32062         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32063         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32064         (cua--rect-undo-set-point): New var.
32065         (cua--rectangle-undo-boundary): Setup undo apply entry.
32066         (cua--rect-undo-handler): New function for rectangle undo.
32067         (cua--rect-start-position, cua--rect-end-position): Add.
32068         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32069         for restored rectangle.  Set point if cua--rect-undo-set-point.
32071 2005-02-06  Jay Belanger  <belanger@truman.edu>
32073         * calc/calc-lang.el (calc-tex-language): Display more information
32074         in messages.
32076         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32077         in TeX mode.
32079 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32081         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32083 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32085         * net/ldap.el (ldap-search-internal): Support attributes with
32086         optional descriptions separated by a semi-colon, as in
32087         "userCertificate;binary".
32089 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32091         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32092         isn't a cons (i.e. the version is 0).
32094 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32096         * help.el (help-for-help): Doc fix.
32098 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32100         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32101         GDB-Windows on the menu-bar as this works better.
32103 2005-02-04  Jay Belanger  <belanger@truman.edu>
32105         * calc/calc-embed.el (calc-embedded-update): Don't put in
32106         unnecessary newlines.  Adjust the end of formula marker.
32108         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32109         (math-latex-parse-two-args): New function.
32111 2005-02-03  Lute Kamstra  <lute@gnu.org>
32113         * help-fns.el (help-with-tutorial): Make sure that users cannot
32114         remove the entire text of the tutorial by means of `undo'.
32116 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32118         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32119         in recent changes, where the ispell process was repeatedly
32120         killed & restarted.
32122         * international/mule-cmds.el (set-locale-environment): Set file-name
32123         coding system to utf-8 on Darwin systems.
32124         (set-default-coding-systems): Don't set default-file-name-coding-system
32125         on Darwin systems.
32127 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32129         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32131 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32133         * faces.el (list-faces-display): Add optional argument.
32135 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32137         * font-core.el (font-lock-default-function): Handle the rare case where
32138         only font-lock-keywords is set.
32140 2005-02-02  Kenichi Handa  <handa@m17n.org>
32142         * international/characters.el: Cancel previous change for
32143         I-WITH-DOT-ABOVE and DOTLESS-i.
32145         * international/latin-5.el: Cancel previous change.
32147 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32149         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32151 2005-02-02  Kenichi Handa  <handa@m17n.org>
32153         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32154         DOTLESS-i.
32156         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32157         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32159         * case-table.el (get-upcase-table): New function.
32160         (copy-case-table): Copy upcaes table too if non-nil.
32161         (set-case-syntax-delims): Maintain upcase table too.
32162         (set-case-syntax-pair): Likewise.
32163         (set-upcase-syntax, set-downcase-syntax): New functions.
32164         (set-case-syntax): Maintain upcase table too.
32166 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32168         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32170         * progmodes/gud.el (gud-goto-info): New function.
32171         (gud-tool-bar-map): Use correct icon.
32173 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32175         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32176         When delegating, order args in the funcall correctly.
32178 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32180         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32182 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32184         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32185         buffer not visiting a file.
32187 2005-01-31  Jay Belanger  <belanger@truman.edu>
32189         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32190         bound on the line with the formula.
32192 2005-01-31  Kim F. Storm  <storm@cua.dk>
32194         * ses.el (ses-create-cell-variable-range)
32195         (ses-destroy-cell-variable-range, ses-reset-header-string)
32196         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32197         (ses-insert-row): Fix format of apply undo entries.
32199 2005-01-31  Jay Belanger  <belanger@truman.edu>
32201         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32202         parts.
32204         * calc/calc-embed.el (calc-embedded-open-formula)
32205         (calc-embedded-close-formula): Ignore matrix environments.
32207         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32208         TeX mode.
32210         * calc/calc-lang.el (math-function-table, math-oper-table)
32211         (math-variable-table): Adjust the LaTeX portions.
32213         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32214         (math-latex-ignore-words): New constant.
32216 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32218         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32219         (ispell-local-dictionary): Doc fix.
32220         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32221         Don't reinitialize at run time.  Don't defcustom.
32222         All uses changed to append ispell-local-dictionary-alist,
32223         or check it first.
32224         (ispell-current-dictionary): New variable for dictionary in use.
32225         (ispell-dictionary): Now used only for global default.
32226         (ispell-start-process): Set ispell-current-dictionary,
32227         not ispell-dictionary.
32228         (ispell-change-dictionary): Use this only for setting
32229         user preferences.
32230         (ispell-internal-change-dictionary): New function
32231         to change the current dictionary in use.
32232         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32233         Use ispell-current-dictionary.
32234         Handle ispell-local-dictionary-overridden.
32235         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32237 2005-01-31  Jay Belanger  <belanger@truman.edu>
32239         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32241         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32242         (calc-mode-map): Add calc-latex-language.
32244         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32245         (math-latex-print-frac): New functions.
32246         (math-oper-table, math-function-table, math-variable-table)
32247         (math-complex-format, math-input-filter): Add latex properties.
32248         (calc-set-language): Set math-expr-special-function-mapping.
32250         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32251         (calc-write-parse-table-part): Add LaTeX support.
32253         * calc/calc.el (calc-language): Adjust docstring.
32254         (calc-set-mode-line): Add LaTeX support.
32255         (math-expr-special-function-mapping): New variable.
32256         (math-tex-ignore-words): Add to list.
32258         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32259         Add LaTeX support.
32260         (math-compose-expr): Add support for special functions.
32262         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32264 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32266         * progmodes/gdb-ui.el (gdb-memory-address)
32267         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32268         (gdb-memory-mode-map, gdb-memory-format-keymap)
32269         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32270         (gdb-memory-unit-menu): New variables for a buffer
32271         that lets the user examine program memory.
32272         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32273         (gdb-memory-format-binary, gdb-memory-format-octal)
32274         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32275         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32276         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32277         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32278         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32279         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32280         (gdb-memory-mode, gdb-memory-buffer-name)
32281         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32282         New functions for above buffer.
32284 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32286         * cus-edit.el (custom-bury-buffer): Function deleted.
32287         (custom-buffer-done-function): Option deleted.
32288         (custom-buffer-done-kill): New replacement option.
32289         (Custom-buffer-done): Call quit-window.
32290         (custom-buffer-create-internal): Update for above changes.
32292 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32294         * simple.el (undo-ask-before-discard): New var.
32295         (undo-outer-limit-truncate): Implement it.
32296         (undo-extra-outer-limit): Doc update.
32298 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32300         * ses.el (undo-more): Delete defadvice.
32301         (ses-begin-change): Doc fix.
32303         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32304         instead of rebinding C-x u and C-_.
32306         * files.el (normal-backup-enable-predicate): Return nil for files
32307         in /tmp, regardless of temporary-file-directory.
32309         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32311         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32312         (open-rectangle, delete-whitespace-rectangle-line)
32313         (clear-rectangle-line): If FILL, pass t instead of FILL
32314         for move-to-column's 2nd arg.
32316         * simple.el (undo): Fix the test for continuing a series of undos.
32317         (undo-more): Set pending-undo-list to t when we reach end.
32318         (pending-undo-list): Move up defvar.
32320         * wid-edit.el (widget-button-click):
32321         Shorten the range of the track-mouse binding.
32323         * comint.el (comint-insert-input): Undo previous changes;
32324         use last-input-event in interactive spec.
32326 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32328         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32329         to nil before invoking call-process.  Reset buffer's modified flag
32330         after fontifying it in the no-async branch.
32332         * wid-edit.el (widget-specify-button): If mouse pointer shape
32333         cannot be changed, use mouse face instead.
32335 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32337         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32338         (gdb-goto-breakpoint): Make breakpoint handling work on template
32339         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32340         (gdb-assembler-custom): Update to recognize breakpoint information
32341         added on 2005-01-19.
32343 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32345         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32346         (dsssl-mode): Use define-derived-mode.
32347         (scheme-mode-initialize): Remove.
32348         (scheme-mode): Use run-mode-hooks.
32350         * cus-edit.el (customize-group-other-window)
32351         (custom-buffer-create-other-window): Don't override special-display-*.
32352         (custom-mode-map): Make it dense.
32354         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32355         sets the default value.
32357 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32359         * descr-text.el: Add more keywords.
32361 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32363         * speedbar.el: Avoid unnecessary use of locate-library.
32365         * international/mule-cmds.el (standard-display-european-internal):
32366         Don't fiddle with latin-1 non-break space any more since it's now
32367         special cased in the C code.
32368         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32370 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32372         * cus-start.el (all): Add `undo-outer-limit'.
32374 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32376         * textmodes/bibtex.el (bibtex-format-entry):
32377         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32378         field lines.
32379         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32380         not on part of a buffer.
32382 2005-01-25  Lute Kamstra  <lute@gnu.org>
32384         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32385         nonempty field text strings like "{letters\\macro{}more letters}".
32386         Clarify docstring.
32387         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32388         (bibtex-entry-offset, bibtex-parse-association)
32389         (bibtex-parse-field-name): Fix typos in docstrings.
32390         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32392 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32394         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32395         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32396         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32397         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32399         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32400         isearch minor mode.
32402 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32404         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32406 2005-01-24  Lute Kamstra  <lute@gnu.org>
32408         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32409         CASECHARS and NOT-CASECHARS regular expressions of the
32410         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32411         striding over charsets" error.
32413 2005-01-24  Jay Belanger  <belanger@truman.edu>
32415         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32416         display variable name.
32418 2005-01-24  Kenichi Handa  <handa@m17n.org>
32420         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32421         Fix setting of the element of encoded-kbd-iso2022-invocations.
32423 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32425         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32426         (gdb-threads-select): Change to also accept mouse events.
32427         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32428         (gdb-threads-mouse-select): Delete.
32430 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32432         * files.el (insert-directory): Take care of empty directory,
32433         listed without -a switch.
32435 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32437         * textmodes/refill.el (refill-post-command-function):
32438         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32439         to the list of functions that we should be careful not to undo.
32440         (refill-late-fill-paragraph-function): Remove.
32441         (refill-saved-state): New var.
32442         (refill-mode): Use it to save fill-paragraph-function.
32443         Save also the value of auto-fill-function.
32445         * term/w32-win.el: Simplify code.
32447 2005-01-23  Kim F. Storm  <storm@cua.dk>
32449         * simple.el (line-move): Adapt to new return value from
32450         pos-visible-in-window-p.
32452         * simple.el (line-move): Fix last change.  Check partial
32453         visibility at point rather than at window-start.
32455 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32457         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32459 2005-01-22  David Kastrup  <dak@gnu.org>
32461         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32463 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32465         * type-break.el (type-break-mode): Add a test for
32466         type-break-file-name being non-nil.
32468 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32470         * net/eudc.el (top level): Call (message "") via progn, so that
32471         eudc-options-file is loaded.
32473 2005-01-22  Kim F. Storm  <storm@cua.dk>
32475         * simple.el (line-move-1): Rename from line-move.
32476         (line-move): New function that adjusts vscroll for partially
32477         visible rows, and calls line-move-1 otherwise.
32479 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32481         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32482         since it's not a complete read-event implementation
32484 2005-01-20  Jay Belanger  <belanger@truman.edu>
32486         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32487         for called function.
32489 2005-01-20  Steven Tamm  <steventamm@mac.com>
32491         * term/mac-win.el (process-connection-type): Remove.
32492         Controlled now by s/darwin.h:PTY_ITERATION.
32494 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32496         * window.el (handle-select-window): Don't switch window when we're
32497         in the minibuffer.
32499 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32501         * subr.el (dotimes-with-progress-reporter): New macro.
32503         * ses.el (ses-dotimes-msg): Remove macro.
32504         Use `dotimes-with-progress-reporter' instead.
32506 2005-01-19  Steven Tamm  <steventamm@mac.com>
32508         * term/mac-win.el (process-connection-type): Use new
32509         operating-system-release variable to use ptys on Darwin 7 (OS X
32510         10.3) when using carbon build.
32512 2005-01-19  Jay Belanger  <belanger@truman.edu>
32514         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32515         flags if the last command was a tab or M-tab.
32517         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32518         in formula editing buffer.
32520 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32522         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32523         breakpoint image symbol in margin.
32525 2005-01-19  Jay Belanger  <belanger@truman.edu>
32527         * calc/calc-prog.el (calc-execute-kbd-macro):
32528         Ignore calc-keep-arg-flag.
32530 2005-01-19  Kenichi Handa  <handa@m17n.org>
32532         * textmodes/ispell.el (ispell-looking-at): New function.
32533         (ispell-process-line): Use ispell-looking-at to compare the ispell
32534         output and the buffer contents.
32536 2005-01-18  Jay Belanger  <belanger@truman.edu>
32538         * calc/calc.el (calc-display-raw): Fix docstring.
32540 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32542         * simple.el (blink-matching-open): Strip extra info from syntax.
32544         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32545         funny chars in the end-of-here-doc marker.
32547 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32549         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32550         that enable/disabled state of breakpoints is shown correctly in
32551         fringe and on ttys.
32552         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32553         Add breakpoint information as text properties.
32554         (gdb-mouse-toggle-breakpoint):
32555         Rename to gdb-mouse-set-clear-breakpoint.
32556         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32557         breakpoints in the margin.
32558         (gdb-remove-strings): Simplify.
32560 2005-01-17  Jay Belanger  <belanger@truman.edu>
32562         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32563         erasing buffer.
32565 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32567         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32568         for calling grep-compute-defaults.
32570         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32571         if buffer is empty.
32573         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32575 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32577         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32579         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32580         non-preloaded variables.
32582 2005-01-17  Steven Tamm  <steventamm@mac.com>
32584         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32585         tex-shell cause to force interactivity when using pipes.
32587 2005-01-17  Kim F. Storm  <storm@cua.dk>
32589         * simple.el (just-one-space): Make arg optional.
32591 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32593         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32594         posn-at-x-y to t to access left-margin.
32596 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32598         Sync with Tramp 2.0.47.
32600         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32601         catching keep-date problems in cp/scp operations.
32602         (tramp-handle-copy-file): Don't call `set-file-modes'
32603         unconditionally.  Specialized functions should know better what is
32604         necessary.  This improves performance a little bit, and the
32605         functions could catch errors with `cp -p' and `scp -p'.
32606         (tramp-do-copy-or-rename-file-via-buffer)
32607         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32608         when appropriate.
32609         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32610         Call `set-file-modes' when appropriate.
32611         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32612         Johnsson <isak@hypergene.com>.
32613         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32614         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32615         <joakim@verona.se>.
32616         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32617         Emacs only.
32619         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32620         `find-file-hooks' and `dired-mode-hook'.
32621         (tramp-minor-mode-map): Respective map.  Add remapping for
32622         `compile' and `recompile'.
32623         (tramp-remap-command, tramp-recompile): New defuns.
32624         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32625         in buffer "*Compilation*".  Call the commands asynchronously.
32627         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32628         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32629         `shell-command', because it isn't magic in XEmacs.  Reported by
32630         Adrian Aichner <adrian@xemacs.org>.
32632         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32633         `substitute-in-file-name.
32634         (tramp-smb-handle-substitute-in-file-name): New defun.
32635         (tramp-smb-advice-PC-do-completion): Delete advice.
32637 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32639         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32640         Fix error in deleting region.
32642 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32644         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32645         In non-temp buffer, switch syntax table temporarily.
32647         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32649         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32651         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32653         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32654         (imenu--generic-function): Use START, not BEG, as pos of definition.
32656         * simple.el (just-one-space): Argument specifies number of spaces.
32658         * simple.el (eval-expression-print-format): Avoid warning
32659         about edebug-active.
32661 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32663         * progmodes/sh-script.el: Code copied from make-mode.el
32664         with small changes,
32665         (sh-mode-map): Bind C-c C-\.
32666         (sh-backslash-column, sh-backslash-align): New variables.
32667         (sh-backslash-region, sh-append-backslash): New functions.
32669 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32671         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32672         (rmail-pop-password, rmail-pop-password-required): Move to
32673         rmail-obsolete group.
32674         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32675         All callers updated.
32676         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32677         Take an argument specifying whether it is POP or IMAP mailbox we
32678         are using.  All callers updated.
32679         (rmail-pop-password-error): Rename to
32680         rmail-remote-password-error.  Added mailutils-specific error message.
32681         (rmail-movemail-search-path)
32682         (rmail-movemail-variant-in-use): New variables.
32683         (rmail-remote-password, rmail-remote-password-required):
32684         New customization variables.
32685         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32686         (rmail-parse-url): New function.
32687         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32688         with GNU mailutils movemail.
32690 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32692         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32693         suffix to space, $ or '$, to correctly position point when going
32694         to @table style constants like DBL_MAX.
32696 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32698         * type-break.el (type-break-mode, type-break-file-time)
32699         (type-break-file-keystroke-count, type-break-choose-file):
32700         Don't store data in or load data from the file if type-break-file-name
32701         is nil.
32702         (type-break-file-name): Doc update as per the above.
32704 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32706         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32707         lookup-key might return nil; handle that.
32709 2005-01-15  Alan Mackenzie  <acm@muc.de>
32711         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32712         rather than the element found, thus enabling the tree to be setcar'd.
32714 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32716         * textmodes/org.el (org-show-following-heading): New option.
32717         (org-show-hierarchy-above): Use `org-show-following-heading'.
32718         (org-cycle): Documentation fix.
32720         * textmodes/org.el (orgtbl-optimized): New option
32721         (orgtbl-mode): New command, a minor mode.
32722         (orgtbl-mode-map): New variable.
32723         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32724         (orgtbl-error, orgtbl-self-insert-command)
32725         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32727         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32728         a local variable in each org-mode buffer.
32730         * textmodes/org.el (org-set-regexps-and-options): Rename from
32731         `org-set-regexps'.  Added checking for STARTUP keyword.
32732         (org-get-current-options): Add STARTUP options.
32733         (org-table-insert-row): Make mode intelligent about when
32734         realignment is needed.
32735         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32736         New commands.
32737         (org-enable-table-editor): New default value `optimized'.
32738         (org-table-blank-field): Support blanking regions if active.
32740 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32742         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32743         if the year is not given.
32745         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32746         Add new escapes %m and %M, fixed bug with %F by adding
32747         save-match-data.
32748         (reftex-reference): Remove ?. from list of spaces.
32749         (reftex-label-info): Add automatic label prefix recognition.
32751         * textmodes/reftex-index.el (reftex-index-next-phrase):
32752         Add slave parameter to call of `reftex-index-this-phrase'.
32753         (reftex-index-this-phrase): New optional argument.
32754         (reftex-index-region-phrases): Add slave parameter to call of
32755         `reftex-index-this-phrase'.
32756         (reftex-display-index): New argument redo.
32757         (reftex-index-rescan): Add `redo' to arguments of
32758         `reftex-display-index'.
32759         (reftex-index-Rescan, reftex-index-revert)
32760         (reftex-index-switch-index-tag): Add `redo' to arguments of
32761         `reftex-display-index'.
32762         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32763         indexing.  Fix bug with matching is there is a quote before or
32764         after the word.
32766         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32767         Fix bug when collecting citation keys in lines with comments.
32768         (reftex-citation): Prefix argument no longer rescans the document,
32769         but forces prompting for optional arguments of cite macros.
32770         (reftex-do-citation): Prompting for optional arguments implemented.
32772         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32773         Add optional arguments to most cite commands.
32774         (reftex-cite-cleanup-optional-args): New option
32775         (reftex-cite-prompt-optional-args): New option.
32776         (reftex-trust-label-prefix): New option.
32778         * textmodes/reftex-toc.el (reftex-toc-find-section):
32779         Add push-mark before changing the position in the buffer.
32781         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32782         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32784 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32786         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32787         more carefully.
32789 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32791         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32792         (sgml-mode): Use it.
32793         (sgml-get-context): Better keep track of implicitly closed tags.
32795 2005-01-13  Kenichi Handa  <handa@m17n.org>
32797         * textmodes/ispell.el: These changes are to fix misalignment error
32798         caused by equivalent characters of different Emacs charsets.
32799         (ispell-unified-chars-table): New variable.
32800         (ispell-get-decoded-string): New function.
32801         (ispell-get-casechars, ispell-get-not-casechars)
32802         (ispell-get-otherchars): Call ispell-get-decoded-string.
32804 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
32806         * custom.el (custom-declare-variable): Just put symbol instead
32807         of (defvar . symbol) in `current-load-list'.
32809 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32811         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32813 2005-01-12  Jay Belanger  <belanger@truman.edu>
32815         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32816         to create a Calc summary.
32818 2005-01-12  Kim F. Storm  <storm@cua.dk>
32820         * mouse.el (mouse-on-link-p): Change functionality and doc
32821         string to comply with latest description in lisp ref.
32823 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32825         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32826         Enable mouse clicks on mode-line, header-line and margin.
32827         (event-type): Give mouse event symbols an `event-kind' property
32828         with value `mouse-click'.
32830 2005-01-12  Juri Linkov  <juri@jurta.org>
32832         * facemenu.el (list-colors-display): Add new arg buffer-name.
32833         Use it.  Fix docstring.  Replace code for identifying duplicate
32834         colors by the name with call to `list-colors-duplicates' which
32835         identifies duplicate colors by the value unless the color
32836         is one of special Windows colors.  Set truncate-lines to t.
32837         Print sorted duplicate color names on each line.  Indent to 22
32838         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32839         (list-colors-duplicates): New function.
32840         (facemenu-color-name-equal): Delete function.
32842         * facemenu.el (list-colors-print): New function created from code
32843         in list-colors-display.  Print #RRGGBB at the window right edge.
32844         (list-colors-display): When temp-buffer-show-function is not
32845         defined, call list-colors-print from temp-buffer-show-hook
32846         to get the right value of window-width in list-colors-print
32847         after the buffer is displayed.
32849         * simple.el (pop-mark): Move deactivate-mark out of conditional
32850         part to deactivate the active mark regardless of the state of the
32851         mark ring.
32853         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32854         variables line in desktop files.
32856 2005-01-12  Juri Linkov  <juri@jurta.org>
32858         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32859         Bring together isearch highlight related options.
32860         (lazy-highlight): Replace group `replace' by `matching'.
32861         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32862         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32863         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32864         and declare them obsolete.
32865         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32866         (isearch-faces): Remove defgroup.
32867         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32868         Move isearch highlighting code closer to lazy highlighting code.
32870         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32871         (query-replace-highlight, query-replace-lazy-highlight)
32872         (query-replace): Move definitions to the beginning of the file.
32874 2005-01-11  Juri Linkov  <juri@jurta.org>
32876         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32877         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32878         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32880         * info.el (Info-history-forward): New variable.
32881         (Info-select-node): Reset Info-history-forward to nil.
32882         (Info-last): Turn into defalias.
32883         (Info-history-back): Rename from Info-last.
32884         Add current node to Info-history-forward.
32885         (Info-history-forward): New fun.
32886         (Info-mode-map): Replace Info-last by Info-history-back.
32887         Bind Info-history-forward to "r".
32888         (Info-mode-menu): Replace Info-last by Info-history-back.
32889         Fix menu item text.  Add menu item for Info-history-forward.
32890         (info-tool-bar-map): Replace Info-last by Info-history-back.
32891         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
32892         for Info-history-forward.
32893         (Info-mode): Replace Info-last by Info-history-back in docstring.
32894         Add local variable Info-history-forward.
32895         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32897 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32899         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32900         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32901         Ignore select-window events rather than fiddle with
32902         mouse-autoselect-window.
32904 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
32906         * type-break.el (type-break-mode): Fix previous change.
32908 2005-01-10  Jay Belanger  <belanger@truman.edu>
32910         * calc/calc-ext.el (calc-reset): Reset when inside embedded
32911         calculator; only reset when point is inside a calculator.
32912         Don't adjust the window height if the window takes up the whole height
32913         of the frame.
32915 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
32917         * ebuff-menu.el (Electric-buffer-menu-mode):
32918         Preserve value of buffer-local var header-line-format.
32920 2005-01-09  Jay Belanger  <belanger@truman.edu>
32922         * calc/calc.el (calc-mode-var-list-restore-saved-values):
32923         Make sure settings file exists before accessing it.
32925         * calc/calc-embed.el (calc-embedded-subst):
32926         Replace math-multi-subst-rec, which is only supposed to be called
32927         by math-multi-subst, by math-multi-subst.
32929 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
32931         * vc.el (vc-allow-async-revert): New user option.
32932         (vc-disable-async-diff): New internal variable.
32933         (vc-revert-buffer): Use them to disable asynchronous diff.
32935         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32936         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32937         asynchronously if vc-disable-async-diff is t.
32939 2005-01-09  Jay Belanger  <belanger@truman.edu>
32941         * calc/calc.el (defcalcmodevar): New macro.
32942         (calc-mode-var-list-restore-default-values)
32943         (calc-mode-var-list-restore-saved-values): New functions.
32944         (calc-mode-var-list): Use defcalcmodevar to define it.
32945         (calc-always-load-extensions, calc-line-numbering)
32946         (calc-line-breaking, calc-display-just, calc-display-origin)
32947         (calc-number-radix, calc-leading-zeros, calc-group-digits)
32948         (calc-group-char, calc-point-char, calc-frac-format)
32949         (calc-prefer-frac, calc-hms-format, calc-date-format)
32950         (calc-float-format, calc-full-float-format, calc-complex-format)
32951         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32952         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32953         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32954         (calc-matrix-brackets, calc-language, calc-language-option)
32955         (calc-left-label, calc-right-label, calc-word-size)
32956         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32957         (calc-display-raw, calc-internal-prec, calc-angle-mode)
32958         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32959         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32960         (calc-window-height, calc-display-trail, calc-show-selections)
32961         (calc-use-selections, calc-assoc-selections)
32962         (calc-display-working-message, calc-auto-why, calc-timing)
32963         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32964         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32965         (calc-gnuplot-default-device, calc-gnuplot-default-output)
32966         (calc-gnuplot-print-device, calc-gnuplot-print-output)
32967         (calc-gnuplot-geometry, calc-graph-default-resolution)
32968         (calc-graph-default-resolution-3d, calc-invocation-macro)
32969         (calc-show-banner): Use defcalcmodevar to declare them and set
32970         their default values.
32972         * calc/calc-ext.el (calc-reset): Restore saved values of variables
32973         instead of default values (but restore default values if there is
32974         an argument of 0).
32976 2005-01-09  David Kastrup  <dak@gnu.org>
32978         * desktop.el (desktop-restore-eager): Fix typo in type.
32980 2005-01-08  Richard M. Stallman  <rms@gnu.org>
32982         * cus-edit.el (customize): Delete :link.
32984 2005-01-08  Jay Belanger  <belanger@truman.edu>
32986         * calc/calc.el (calc-mode): Remove the extension from the
32987         `calc-settings-file' file name when loading it.
32989 2005-01-08  Kim F. Storm  <storm@cua.dk>
32991         * info.el (Info-mode-map, Info-next-link-keymap)
32992         (Info-prev-link-keymap, Info-up-link-keymap):
32993         Map follow-link to mouse-face.
32994         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32996 2005-01-08  Jay Belanger  <belanger@truman.edu>
32998         * calc/calc.el (calc-settings-file): Change default value.
32999         Suggested by cgw in a comment in calc-mode.el.
33001         * calc/calc-mode.el (calc-settings-file-name):
33002         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33003         Replace ~/.emacs in a prompt by calc-settings-file.
33005 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33007         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33008         (desktop-lazy-idle-delay): New customizable variables.
33009         (desktop-buffer-args-list): New variable.
33010         (desktop-append-buffer-args): New function.
33011         (desktop-save): Call desktop-append-buffer-args for some buffers.
33012         (desktop-lazy-create-buffer): New function.
33013         (desktop-idle-create-buffers): New function.
33014         (desktop-read): Add message about buffers to restore lazily.
33015         (desktop-lazy-abort): New command.
33016         (desktop-clear): Call desktop-lazy-abort.
33017         (desktop-lazy-complete): New command.
33019 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33021         * emacs-lisp/find-func.el (find-face-definition):
33022         Rename from find-face.
33024 2005-01-06  Kim F. Storm  <storm@cua.dk>
33026         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33028         * man.el (Man-xref-man-page, Man-xref-header-file)
33029         (Man-xref-normal-file): Add follow-link property.
33031 2005-01-06  Jay Belanger  <belanger@truman.edu>
33033         * calc/calc-units.el: Make sure the proper macro definitions are
33034         available when compiling.
33036 2005-01-06  Juri Linkov  <juri@jurta.org>
33038         * isearch.el (isearch-lazy-highlight-update):
33039         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33041 2005-01-06  Miles Bader  <miles@gnu.org>
33043         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33044         (isearch-lazy-highlight-face): Use new name.
33046 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33048         * uniquify.el (uniquify-rationalize-file-buffer-names):
33049         Re-add an interactive spec.
33050         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33051         to the same name.
33053         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33054         (isearch-update, isearch-done): Adjust calls accordingly.
33056 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33058         * custom.el (custom-set-variables, custom-theme-set-variables):
33059         Clarify documentation.
33061         * emacs-lisp/find-func.el (find-variable)
33062         (find-variable-other-window, find-variable-other-frame):
33063         Fix the TYPE args to find-function-read and find-function-do-it.
33064         (find-function): Doc fix.
33065         (find-function-at-point): Replace function-at-point alias.
33067 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33069         * cus-face.el (custom-declare-face):
33070         Record defface in current-load-list.
33072         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33074         * emacs-lisp/find-func.el: Doc fixes.
33075         (find-face-regexp): New variable.
33076         (find-function-regexp-alist): New variable.
33077         (find-function-C-source): Third arg is now TYPE.
33078         (find-function-search-for-symbol): Handle general TYPE.
33079         (find-function-read, find-function-do-it): Handle general TYPE.
33080         (find-definition-noselect, find-face): New functions.
33081         (function-at-point): Alias deleted.
33083 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33085         * battery.el (display-battery-mode): Rename from display-battery.
33086         Handle the case where it gets turned off.
33088 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33090         * cus-edit.el (customize): Make :link point to user doc.
33092         * man.el (Man-fontify-manpage): Turn off undo generation.
33094         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33096 2005-01-04  Andreas Schwab  <schwab@suse.de>
33098         * files.el (insert-directory): Only look for error lines in
33099         inserted text.  Don't move too far after processing --dired markers.
33101 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33103         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33104         Don't expand if the character is @, period, dash, etc.
33105         (define-mail-abbrev): Quote names that contain problem characters.
33107 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33109         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33111 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33113         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33114         (query-replace-highlight, query-replace-lazy-highlight)
33115         (query-replace): Definitions moved up.  Doc fix.
33117 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33119         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33120         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33121         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33122         (lazy-highlight-face): Rename from isearch-lazy-...
33123         Change all references to them.
33125 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33127         * cus-edit.el (custom-file): Doc fix for defcustom.
33128         (custom-file): The function no longer sets the variable
33129         `custom-file' to its return value.
33131         * startup.el (command-line): No longer load `custom-file'.
33133 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33135         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33137         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33138         Don't confuse module-prefixed identifiers for labels.
33139         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33141 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33143         * files.el (basic-save-buffer-1): Fix previous change.
33145         * loadhist.el (file-loadhist-lookup): New function.
33146         (file-provides, file-requires): Use it.
33148         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33149         instead of calculating the right size.
33151 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33153         * vc-svn.el (vc-svn-diff): Stay local if possible.
33155 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33157         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33159         * files.el (hack-local-variables): Fix last change.
33161 2005-01-02  Jay Belanger  <belanger@truman.edu>
33163         * calc/calc-yank.el (calc-edit-top): New variable.
33164         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33165         object.  Change header properties.
33166         (calc-edit-finish, calc-edit-finish-stack-object)
33167         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33168         edited object.
33169         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33170         for the beginning of the edited object.
33171         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33172         for the beginning of the edited object.
33173         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33174         (calc-finish-formula-edit, calc-macro-repeats)
33175         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33176         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33177         beginning of the edited object.
33178         (calc-user-define-edit): Change the header for editing macros.
33179         Remove unnecessary variable.
33181 2005-01-01  Jay Belanger  <belanger@truman.edu>
33183         * calc/calc-yank.el (calc-edit-mode): Change default header.
33184         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33185         * calc/calc-store.el (calc-edit-variable): Change title to match new
33186         header.
33187         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33188         mode to match new header.
33189         (calc-user-define-edit): Change titles to include names of commands.
33190         (calc-finish-formula-edit): Adjust to handle new header.
33191         (calc-finish-macro-edit): Remove.
33192         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33193         (calc-edit-macro-command, calc-edit-macro-command-type)
33194         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33195         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33196         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33197         (calc-edit-macro-finish-edit): New functions.
33198         (calc-user-define-edit): Use new functions to edit named calc macros.
33200 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33202         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33204         * ses.el (copy-region-as-kill): Deactivate mark.
33206 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33208         * replace.el (occur-1): If the output buffer is also an input,
33209         don't kill it, rename it.
33211         * faces.el (set-face-background, set-face-foreground): Doc fix.
33213         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33214         for :foreground and :background.
33216         * dired.el (dired-view-command-alist): Variable deleted.
33217         (dired-view-file, dired-mouse-find-file-other-window):
33218         Delete the code to use it.
33220 2005-01-01  Kim F. Storm  <storm@cua.dk>
33222         * image.el (insert-sliced-image): Use t for line-height property.
33224 See ChangeLog.11 for earlier changes.
33226 ;; Local Variables:
33227 ;; coding: iso-2022-7bit
33228 ;; add-log-time-zone-rule: t
33229 ;; End:
33231     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33233   This file is part of GNU Emacs.
33235   GNU Emacs is free software; you can redistribute it and/or modify
33236   it under the terms of the GNU General Public License as published by
33237   the Free Software Foundation; either version 2, or (at your option)
33238   any later version.
33240   GNU Emacs is distributed in the hope that it will be useful,
33241   but WITHOUT ANY WARRANTY; without even the implied warranty of
33242   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33243   GNU General Public License for more details.
33245   You should have received a copy of the GNU General Public License
33246   along with GNU Emacs; see the file COPYING.  If not, write to the
33247   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33248   Boston, MA 02110-1301, USA.
33250 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1