(comment-search-forward): Make sure we search forward.
[emacs.git] / lisp / ChangeLog
blobce34c9edcf27c6e743f255c2093e743ce2f55ce4
1 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * newcomment.el (comment-search-forward): Make sure we search forward.
4         (comment-enter-backward): Try and distinguish the non-matching case at
5         EOB from the non-matching case with a missing comment-end-skip for
6         a 2-char comment ender.
7         (comment-choose-indent): New function extracted from comment-indent.
8         Improve the alignment algorithm.
9         (comment-indent): Use it.
11         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12         XML style Processing Instructions.
13         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
14         (sgml-calculate-indent): Handle `pi' context.
16         * vc.el: Ensure that update-changelog issues an error when used with
17         a backend that does not implement it.
18         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
19         Remove `backend' argument.  Use expand-file-name.
20         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22         * progmodes/python.el (python-end-of-block): Revert last change.
23         (python-end-of-statement): Make sure we move *forward*.
25 2007-05-08  David Reitter  <david.reitter@gmail.com>
27         * progmodes/python.el (python-guess-indent): Check non-nullness
28         before comparing indent against the 2..8 interval.
30 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
33         available.
35 2007-05-06  Richard Stallman  <rms@gnu.org>
37         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
39 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
42         rather than storing their value in the revert-buffer function.
44 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
46         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
47         when disabling t-mouse-mode.
49 2007-05-01  Davis Herring  <herring@lanl.gov>
51         * calendar/timeclock.el: Update version number.
52         (timeclock-modeline-display): Mention timeclock-use-display-time
53         in explanatory message.
54         (timeclock-in): Fix non-interactive workday specifications.
55         (timeclock-log): Don't kill the log buffer if it already existed.
56         Suppress warnings when finding the log.  Don't check for a nil
57         project twice.  Run hooks after killing the buffer (if applicable).
58         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
59         was geometric).  All uses changed.
60         (timeclock-generate-report): Support prefix argument.
62 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
64         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
65         disconnections.
67 2007-05-01  Romain Francoise  <romain@orebokech.com>
69         * dired-x.el: Revert 2007-04-06 change.
71 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
73         * find-dired.el (find-dired-filter): Propertize all text down to eob.
75 2007-04-29  Richard Stallman  <rms@gnu.org>
77         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
79 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * progmodes/cc-mode.el (c-before-change): Use point-min rather
82         than 1.
84 2007-04-28  Richard Stallman  <rms@gnu.org>
86         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
88 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
90         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
91         don't put stop on toolbar.
93 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
97 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
99         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
100         instead of $(lisp)/mh-e.
102 2007-04-28  Glenn Morris  <rgm@gnu.org>
104         * image-dired.el (image-dired-cmd-create-thumbnail-options)
105         (image-dired-cmd-create-temp-image-options): Replace option
106         +profile "*" with -strip.
108 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
110         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
111         Use window-start and window-end.
113 2007-04-27  Andreas Schwab  <schwab@suse.de>
115         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
117 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
119         * textmodes/fill.el (fill-paragraph): Doc fix.
121 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
123         * locate.el (locate-in-alternate-database): Doc fix.
125 2007-04-26  Glenn Morris  <rgm@gnu.org>
127         * button.el (button): Use underline if supported, else fall back
128         to color.
130         * version.el (emacs-version): Increase to 22.1.50.
132 2007-04-25  Richard Stallman  <rms@gnu.org>
134         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
136 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
138         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
139         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
140         pushing mark.
141         (idlwave-current-routine): Don't push mark.
143 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
145         * image-dired.el (image-dired-display-image): Derive image-type from
146         filename rather than assuming jpeg, in case no resizing was needed.
148 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
150         * custom.el (defface): Doc fix.
152 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
154         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
155         Don't re-query for each cleared BP.
156         (idlwave-shell-clear-bp): Optionally skip BP query.
157         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
158         of set-window-buffer, which incorrectly moves displayed region.
160 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
162         * calc/calc.el (calc-bug-address): Update maintainer's address.
163         * calc/*: Update maintainer's address.
165 2007-04-23  Richard Stallman  <rms@gnu.org>
167         * simple.el (set-mark-command-repeat-pop): Doc fix.
168         Put in `editing-basics' group.
170 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
172         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
173         New functions.
174         (Info-mode-line-node-keymap): Bind mouse commands to
175         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
177 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
179         * locate.el (locate-local-prompt): New var.
180         (locate-prompt-for-command): Doc fix.
181         (locate-prompt-for-search-string): New function.
182         (locate): New optional arg.  Make locate-local-prompt
183         buffer-local.  Use locate-prompt-for-search-string.
184         (locate-with-filter): New optional arg.
185         Use locate-prompt-for-search-string.
186         (locate-update): Bind locate-prompt-for-command.
188 2007-04-23  Glenn Morris  <rgm@gnu.org>
190         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
192 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
194         * button.el (button): Inherit from link face on a tty.
196 2007-04-23  Glenn Morris  <rgm@gnu.org>
198         * button.el (button): Use color for this face on a tty.
200         * files.el (magic-mode-alist): Allow for carriage-returns in
201         html-mode and sgml-mode entries.
203 2007-04-22  Richard Stallman  <rms@gnu.org>
205         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
206         Improve doc string of generated command.
208         * subr.el (read-number): Catch errors.
210         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
212 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
214         * image-dired.el: Rename from thumbnails.el.  All instances of
215         "thumbnails" replaced with "image-dired".
217         * dired.el (dired-mode-map): Rename "thumbnails" again, to
218         "image-dired".
220 2007-04-22  Kim F. Storm  <storm@cua.dk>
222         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
223         Don't use kill-line.
225 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
227         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
228         error message.
230 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
232         * dired.el: Rename "tumme" to "thumbnails".
234         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
235         replaced with "thumbnails".
237 2007-04-22  Glenn Morris  <rgm@gnu.org>
239         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
240         and give it the risky-local-variable property.
242         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
243         before defining it.
245 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
247         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
248         Use delete-region instead of kill-line.
250 2007-04-21  Alan Mackenzie  <acm@muc.de>
252         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
253         `kill-region' by `delete-region'.
255 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
257         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
258         instead of kill-region.
260         * progmodes/mantemp.el (mantemp-make-mantemps-region)
261         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
262         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
263         and kill-line.
265         * progmodes/vhdl-mode.el (vhdl-template-type)
266         (vhdl-template-record, vhdl-template-nature)
267         (vhdl-template-configuration-spec, vhdl-template-component-inst)
268         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
269         Use delete-region instead of kill-word and kill-line.
271 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
273         * dired-x.el (dired-virtual-mode): Doc fix.
275 2007-04-21  Richard Stallman  <rms@gnu.org>
277         * font-lock.el (font-lock-keywords-alist): Mark as risky.
279         * subr.el (read-number): Doc fix.
281         * simple.el (pop-to-mark-command): Display message "mark popped"
282         if point does not move.
283         (set-mark-command): Doc fix.
285 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
287         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
288         (locate-local-filter, locate-local-search): New vars.
289         (locate): Make variables local.
290         (locate-update): Bind locate-buffer-name.  Call locate using
291         locate-local-filter and locate-local-search.
293 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
295         * hi-lock.el (hi-lock-file-patterns-policy): New var.
296         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
297         (hi-lock-mode): Update docstring.
299 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
302         fill-nobreak-predicate when the break is past fill-column.
304 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
306         * locate.el (locate): Output from shell-command should go in the
307         current buffer rather than *Shell Command Output*.
309 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
311         * paren.el (show-paren-function): Fix last fix.
313 2007-04-19  Kevin Ryde  <user42@zip.com.au>
315         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
316         (archive-lzh-summarize): Add optional start arg for where to start
317         looking at the archive.
318         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
320         * international/mule.el (auto-coding-alist): no-conversion for .exe
321         and .EXE.
323 2007-04-19  Alan Mackenzie  <acm@muc.de>
325         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
326         function return type contains "struct", "union", etc.
327         c-end-of-defun goes too far forward.
329 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
331         * paren.el (show-paren-function): Reset window-start to avoid
332         recentering.
334 2007-04-19  Glenn Morris  <rgm@gnu.org>
336         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
338 2007-04-18  Glenn Morris  <rgm@gnu.org>
340         * calendar/diary-lib.el (diary-header-line-format): Add a custom
341         :set function.
342         (diary-list-entries): Only switch to diary-mode from
343         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
344         diary-mode set header-line-format, in case of any customization.
346 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
348         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
349         is less than the length of parse-time-syntax.
351 2007-04-17  David Kastrup  <dak@gnu.org>
353         * replace.el (query-replace-regexp-eval): Deprecate.
355 2007-04-17  Alan Mackenzie  <acm@muc.de>
357         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
358         point too close to EOB, leave point at EOB rather than last `}'.
360 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
362         * textmodes/bibtex.el (bibtex-include-OPTkey)
363         (bibtex-user-optional-fields, bibtex-entry-field-alist):
364         Fix defcustom.
366 2007-04-17  Glenn Morris  <rgm@gnu.org>
368         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
369         be encoded, fall back to current year.
371 2007-04-14  Kevin Ryde  <user42@zip.com.au>
373         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
374         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
375         M "MSDOS".
377 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
379         * progmodes/python.el (python-end-of-block): Avoid looping forever
380         if python-next-statement fails.
382 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
384         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
386 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
388         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
389         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
391 2007-04-15  Jay Belanger  <belanger@truman.edu>
393         * calc/calc.el (calc-version): New function.
394         (calc-trail-mode): Shorten the title.
396 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
398         * mail/footnote.el (footnote-style): Clarify docstring to state
399         that customizing this only applies to future footnotes.
401 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
403         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
404         (bibtex-make-field): Check that INIT is a string. Use functionp.
406 2007-04-14  Glenn Morris  <rgm@gnu.org>
408         * complete.el (PC-goto-end): New buffer-local variable.
409         (PC-do-completion-end): Make buffer-local.
410         (partial-completion-mode) <choose-completion-string-functions>:
411         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
412         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
413         doc string.  Set PC-goto-end for choose-completion.
414         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
415         PC-do-completion.
417         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
418         arg to bibtex-make-field.
419         (bibtex-make-field): Add optional fourth arg NODELIM.
420         Insert delimiters around INIT unless this arg is non-nil.
422 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
424         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
425         global map isn't modified
427 2007-04-14  Glenn Morris  <rgm@gnu.org>
429         * calendar/appt.el (appt-disp-window): Do not split small windows.
430         Suggested by Jeff Miller <jmiller@cablespeed.com>.
432 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
434         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
436         * files.el: Ditto.
438 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
440         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
442         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
443         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
444         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
445         (term-pager-help): Fix typos in docstrings.
447         * wid-edit.el (widget-documentation): Fix typo in docstring.
449         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
450         Fix typos in error messages.
452 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
454         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
455         window marked as dedicated.
457         * mail/footnote.el (footnote-latin-string): New variable.
458         (footnote-latin-regexp): Redefine as regexp alternative.
459         (Footnote-latin): Use footnote-latin-string instead of
460         footnote-latin-regexp.
462 2007-04-13  Glenn Morris  <rgm@gnu.org>
464         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
465         inherited keymaps.
467 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
469         * outline.el (outline-get-next-sibling): Clarify docstring.
470         (outline-get-last-sibling): Handle case where we are at the first
471         heading.  Clarify docstring.
473 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
475         * progmodes/gud.el (gud-minor-mode-map): Make go button same
476         length as stop button to lessen flicker.
477         (jdb): Add gud-print.
478         (gud-find-expr): Jdb prints the expression with the value, so
479         don't insert it in the output.
481 2007-04-11  Jason Rumney  <jasonr@gnu.org>
483         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
484         case hex.  Do not try to decode non-hex letters.
486 2007-04-11  Markus Triska  <markus.triska@gmx.at>
488         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
489         (byte-optimize-backward-word): Remove (move to bytecomp.el).
490         (byte-optimize-form-code-walker): Evaluate pure function calls if
491         possible.
492         (byte-optimize-all-constp): New function.
494         * emacs-lisp/bytecomp.el (byte-compile-char-before):
495         Improve numeric argument case.
496         (byte-compile-backward-char, byte-compile-backward-word):
497         New functions, performing rewriting previously done in byte-opt.el.
498         Fix their "Fixme" item (restriction to numeric arguments).
500 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
503         with dolist.
504         (after-init-hook): Don't quote lambda.
505         (desktop-first-buffer): Don't wrap it in eval-when-compile.
506         (desktop-internal-v2s): Remove unused var `el'.
507         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
508         desktop-restore-file-buffer.
509         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
510         desktop-create-buffer.
512 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
514         * woman.el (woman-decode-buffer): Postpone macro-set check...
515         (woman-decode-region): ...to here.
517 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
519         * startup.el (tty-handle-args): Use %S to log ARGS.
521 2007-04-10  Glenn Morris  <rgm@gnu.org>
523         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
524         it is obsolete and has no effect.
526         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
527         byte-compiler.
529         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
530         obsolete function make-local-hook.
532         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
533         start to quieten byte-compiler.
535 2007-04-10  Markus Triska  <markus.triska@gmx.at>
537         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
538         to bytecomp.el as byte-compile-char-before).
539         * emacs-lisp/bytecomp.el (byte-compile-char-before):
540         New function (modified replacement for byte-optimize-char-before in
541         byte-opt.el).
543 2007-04-09  Alan Mackenzie  <acm@muc.de>
545         * startup.el (inhibit-splash-screen): Emphatically state that it
546         can't be set in site-start.el.
548 2007-04-09  Masatake YAMATO  <jet@gyve.org>
550         * progmodes/cc-subword.el (c-capitalize-subword): More closely
551         mimic the behavior of `capitalize-word'.  Do not move point with a
552         negative argument.  Based on tiny change by Paul Curry.
554 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
556         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
557         Don't move point if ARG is negative.
559 2007-04-09  Alan Mackenzie  <acm@muc.de>
561         Changes to make `narrow-to-defun' and `mark-defun' work properly
562         in CC Mode:
564         * progmodes/cc-defs.el (c-beginning-of-defun-1):
565         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
566         Bind beginning/end-of-defun-function to nil around calls to
567         beginning/end-of-defun.
569         * progmodes/cc-langs.el (beginning-of-defun-function)
570         (end-of-defun-function): New c-lang-setvar's.
572         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
573         (setq arg 1))" to enable non-interactive call.
575 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
577         * simple.el (set-mark-command): Doc fix.
579 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
581         * progmodes/gud.el (gdb): Restore existing session if user
582         tries to start a second one in graphical mode.
584 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
586         * cus-start.el <scroll-preserve-screen-position>: Add choices.
588 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
590         * term/xterm.el (terminal-init-xterm): Fix key definitions.
591         Add binding for C-M-SPC.
593 2007-04-08  Richard Stallman  <rms@gnu.org>
595         * pcomplete.el (pcomplete-read-event): One single definition,
596         and not a defsubst.
598 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
600         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
601         byte-compiler warning "value unused".
603 2007-04-08  Andreas Schwab  <schwab@suse.de>
605         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
607 2007-04-07  Glenn Morris  <rgm@gnu.org>
609         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
610         Autoload these functions.
611         (diary-date-forms): Add a custom :set form.
613         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
614         before first use.
615         (diary-font-lock-keywords): New function with old code for
616         initialization of variable of same name.
618 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
620         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
621         clean-up: only insert space when on identifier, etc.
623 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
625         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
627         * net/tls.el (open-tls-stream): Properly handle case where there
628         is no associated buffer.
630 2007-04-07  Glenn Morris  <rgm@gnu.org>
632         * ffap.el (ffap-file-at-point): Lower the priority of the
633         ffap-ftp-sans-slash-regexp check.
635 2007-04-06  Alan Mackenzie  <acm@muc.de>
637         Fix fontification of labels, and other things with ":".
639         * progmodes/cc-engine.el (c-forward-label): The function now
640         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
641         the former t.
643         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
644         new return code from c-forward-label, fontifying tokens properly.
645         Add some general comments throughout the file.
647 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
649         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
650         Revert 2006-01-27 change.
652         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
654         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
656         * desktop.el (desktop-create-buffer, desktop-save):
657         Revert 2004-11-12 change for lack of copyright papers.
659         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
660         (dired-guess-default): Respect case.
662         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
664         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
665         was originally checked in as byte-optimize-concat on 1997-11-02.
667         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
668         1995-05-19 doc changes.
670 2007-04-06  Kim F. Storm  <storm@cua.dk>
672         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
673         (unload-feature): Update interactive spec accordingly.
675         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
677 2007-04-06  John Paul Wallington  <jpw@pobox.com>
679         * subr.el (with-case-table): Use `make-symbol' to avoid variable
680         capture.  Restore the table in the same buffer.
682         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
684 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
686         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
687         Print entire form.
689 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
691         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
692         for low-color displays.
694 2007-04-05  Glenn Morris  <rgm@gnu.org>
696         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
697         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
698         Seed random number generator on loading.
700         * emacs-lisp/authors.el (top-level): Provide self.
702         * play/animate.el (top-level): Provide self.
704 2007-04-04  Alan Mackenzie  <acm@muc.de>
706         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
707         to mention c-syntactic-indentation.
709 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
711         * subr.el (with-case-table): New macro.
713         * international/mule.el (ascii-case-table): New var.
715         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
716         downcasing.
718 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
720         * progmodes/gud.el (gud-minor-mode-map): Simplify.
722         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
723         of the window if we're outside it e.g menu-bar.
725         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
726         window if we're outside it e.g menu-bar.
728 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
730         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
731         decode base-64 encoded body if its content-type is something other
732         than text/* or message/*.
734 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
736         * simple.el (activate-mark-hook): Fix typo in docstring.
738 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
740         * tmm.el (tmm-c-prompt): Initialize.
741         (tmm-menubar): Deal with extended menu-items at top level.
742         (tmm-get-keybind): Handle bindings redefined/undefined locally.
743         (tmm-prompt): Handle visibility of top level menu-items.
745         * progmodes/gud.el (gud-menu-map): Simplify.
746         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
747         menubar.
749 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
751         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
753         * comint.el (comint-send-input): Widen the buffer first.
755         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
757 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
760         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
762         * newcomment.el (comment-search-forward): Discard comment starters
763         before point.
765 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
767         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
769 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
771         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
772         when downcasing.
774         * button.el (previous-button): Rewrite to account for adjacent buttons.
776 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
778         * progmodes/idlwave.el (idlwave-auto-fill):
779         Revert paragraph-separate change.
781         * progmodes/idlw-shell.el (idlwave-shell-break-in):
782         Simplify module calc.
783         (idlwave-shell-set-bp-in-module): Compute module.
785 2007-03-31  Glenn Morris  <rgm@gnu.org>
787         * emacs-lisp/timer.el (run-at-time): Doc fix.
789         * emacs-lisp/warnings.el (display-warning): If we create the
790         buffer displaying the warning, disable undo there.
792 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
794         * net/tramp.el (tramp-register-file-name-handler)
795         (tramp-register-completion-file-name-handler): New defsubst,
796         derived from `tramp-register-file-name-handlers'.  The split is
797         necessary because Tramp's file name handlers must be registered at
798         different startup places.
800 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
802         * progmodes/hideshow.el (turn-off-hideshow): New function.
803         (hs-minor-mode): Use it instead of a lambda expression in
804         change-major-mode-hook.
806 2007-03-31  David Kastrup  <dak@gnu.org>
808         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
809         corresponding to MANPATH_MAP entries.
810         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
811         (woman-parse-man.conf): Use more discriminating man.conf name.
812         (woman-parse-man.conf): Parse MANPATH_MAP entries.
813         (woman-manpath): Doc fix and type fix.
814         (woman-cached-data): Check for MANPATH_MAP entries.
815         (woman-expand-directory-path): Treat MANPATH_MAP entries.
817 2007-03-31  Stuart Herring  <herring@lanl.gov>
819         * emacs-lisp/sregex.el (sregexq): Doc fix.
821 2007-03-31  Markus Triska  <markus.triska@gmx.at>
823         * flymake.el (flymake-err-line-patterns): Doc fix.
825 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
827         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
828         Move to the right.
830 2007-03-30  Alan Mackenzie  <acm@muc.de>
832         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
834 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
836         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
837         Use it, passed in explicitly, instead of from the dynamic binding.
838         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
840 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
842         * simple.el (blink-matching-open): When in minibuffer, don't
843         search for a match inside the prompt.
845 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
847         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
848         (tmm-prompt): Don't make the mouse user select the first menu
849         item twice.
851 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
853         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
854         SIGUSR1 and SIGUSR2.
856 2007-03-29  Kim F. Storm  <storm@cua.dk>
858         * ido.el (ido-read-internal): When reading file or dir, only override
859         minibuffer-local-filename-completion-map, otherwise only override
860         minibuffer-local-completion-map.
862 2007-03-29  Glenn Morris  <rgm@gnu.org>
864         * complete.el (partial-completion-mode): Set PC-do-completion-end
865         to nil after use.
866         (PC-lisp-complete-symbol): Create and use a marker at `end',
867         rather than using point-marker.
869 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
871         * simple.el (next-error-highlight): Doc fix.
872         (compose-mail): Revert 2007-03-19 change.
874 2007-03-28  Richard Stallman  <rms@gnu.org>
876         * emacs-lisp/edebug.el (edebug-display): Don't go to
877         edebug-outside-buffer if it is dead.
879 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
881         * view.el (view-mode): Fix typos in docstring.
883 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
885         * recentf.el (recentf-save-file): Add a custom :set function.
887 2007-03-28  Glenn Morris  <rgm@gnu.org>
889         * complete.el (PC-do-completion-end): New variable.
890         (partial-completion-mode) <choose-completion-string-functions>:
891         Use PC-do-completion-end in the non-minibuffer case to replace the
892         correct amount of text.
893         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
894         (PC-lisp-complete-symbol): Give marker the after-insertion type,
895         to deal with improvements inserted after point.
897 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * button.el (make-text-button): Add explicit `button' property.
900         (default-button): Don't put a `button' property on it.
902         * progmodes/python.el (python-mode): Skip comments when parsing.
904         * vc-arch.el (vc-with-current-file-buffer): New macro.
905         (vc-arch-file-source-p): Use it to avoid infloop.
907 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
909         * emacs-lisp/lisp.el (lisp-complete-symbol):
910         Fix call to get-buffer-window to find windows in other frames.
912 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * comint.el (comint-proc-query, comint-dynamic-list-completions):
915         Fix calls to get-buffer-window to find windows in other frames.
916         Reported by David Hansen <david.hansen@gmx.net>.
918 2007-03-27   Kevin Ryde  <user42@zip.com.au>
920         * info.el (Info-display-images-node): On a text-only terminal,
921         show the "text" or "alt" parts of the image blobs.
923 2007-03-27  Glenn Morris  <rgm@gnu.org>
925         * complete.el (PC-do-completion): Compute completion-base-size in
926         the non-filename case, rather than setting to nil.
927         (PC-lisp-complete-end): New variable.
928         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
929         original end in a series of consecutive invocations.
931         * calendar/calendar.el (calendar-mode-hook): Declare it.
933         * calendar/diary-lib.el (diary-live-p): Do not check for
934         diary-selective-display.
936 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * replace.el (occur-next-error): *Occur* might not be displayed in the
939         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
941 2007-03-26  Richard Stallman  <rms@gnu.org>
943         * textmodes/flyspell.el (flyspell-large-region):
944         Use ispell-call-process-region.
946 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
948         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
949         Use prin1 instead of princ.
951 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
953         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
954         Merge in X resources before global face.
956         * progmodes/compile.el (compilation-start): Save compilation-directory
957         rather than default-directory as local var.
958         (compilation-directory): Mark as safe local var.
960         * files.el: Don't mark default-directory as a safe local var.
962 2007-03-25  Alan Mackenzie  <acm@muc.de>
964         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
965         * progmodes/cc-engine.el: Fix typo.
967 2007-03-25  Juri Linkov  <juri@jurta.org>
969         * compare-w.el (compare-windows): Rename customization group
970         `compare-w' to `compare-windows'.
971         (compare-windows-whitespace, compare-ignore-whitespace)
972         (compare-ignore-case, compare-windows-sync)
973         (compare-windows-sync-string-size, compare-windows-recenter)
974         (compare-windows-highlight, compare-windows): Change group name in
975         the `group' tag from `compare-w' to `compare-windows'.
976         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
978 2007-03-24  Markus Triska  <markus.triska@gmx.at>
980         * expand.el: Change example to always enable abbrev-mode,
981         and remove redundant `function'.
982         (expand-abbrev-hook): Add autoload cookie.
984 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
986         * emacs-lisp/testcover.el (testcover-start, testcover-end)
987         (testcover-mark-all, testcover-unmark-all): Add prompts to
988         interactive specs.
990 2007-03-24  Jason Rumney  <jasonr@gnu.org>
992         * autorevert.el (find-file-hook, auto-revert-tail-mode):
993         Use file size in bytes for auto-revert-tail-pos not characters.
995 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
997         * vc-rcs.el (vc-rcs-annotate-command):
998         Set text property :vc-annotate-prefix on the annotation text.
999         (vc-rcs-annotate-time): Instead of searching for ": ",
1000         search for end of text propertized with :vc-annotate-prefix.
1002 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
1004         * whitespace.el (top level): Remove calls putting
1005         permanent-local nil property since these are no-ops.
1007         * man.el (Man-support-local-filenames): Assure that
1008         default-directory exists when doing call-process.
1010 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
1012         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1013         Fix omission bug: Use m4-program-options to construct shell command.
1015 2007-03-23  David Kastrup  <dak@gnu.org>
1017         * progmodes/cc-mode.el (c-make-emacs-variables-local):
1018         Use `mapcar' rather than `mapcan' to silence compiler warning.
1020 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
1022         * textmodes/reftex.el, textmodes/reftex-vars.el,
1023         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1024         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1025         * textmodes/reftex-index.el, textmodes/reftex-global.el,
1026         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1027         * textmodes/reftex-auc.el: Add maintainer address.
1029 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
1031         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1032         Make sure that `global-font-lock-mode' does not turn on font-lock
1033         in these buffers.
1035 2007-03-21  Kim F. Storm  <storm@cua.dk>
1037         * xt-mouse.el (xt-mouse-epoch): New variable.
1038         (xterm-mouse-event): Use float-time.
1040 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
1042         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1043         current-time.
1045 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * complete.el (read-file-name-internal): Don't add the final > if the
1048         completion is not finished (re-application of this patch, which was
1049         accidentally undone by Eli).
1051 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
1053         * emulation/viper.el (viper-non-hook-settings): Handle mouse
1054         clicks in describe-key and describe-key-briefly advice a little better.
1056 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
1058         * server.el (server-process-filter): Cancel any pending isearch.
1060 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
1062         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1063         (icalendar--get-unfolded-buffer): Define actual arguments rather
1064         than just using &rest.  Check replace-in-string is fbound.
1065         (icalendar-import-buffer): Doc fix.
1066         (icalendar--convert-ical-to-diary): Set diary-file.
1067         Check diary-file before inserting final newline.
1068         (icalendar--add-diary-entry): Return diary-file.
1070 2007-03-21  Glenn Morris  <rgm@gnu.org>
1072         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1073         (diary-display-hook): Add custom :set function.
1075         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1076         Add custom :set function.
1077         (diary-header-line-format): Doc fix.
1078         (diary-set-maybe-redraw): New function.
1079         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1080         (diary-list-entries): Always run diary-mode.
1082 2007-03-20  Kenichi Handa  <handa@m17n.org>
1084         * international/quail.el (quail-setup-completion-buf): Make the
1085         completion buffer read-only.
1086         (quail-completion): Adjusted for the above change.  Leave the
1087         modified flag nil.
1089 2007-03-20  David Kastrup  <dak@gnu.org>
1091         * files.el (magic-mode-alist): Require literal "%!PS" string for
1092         magic postscript file detection.
1094 2007-03-20  Richard Stallman  <rms@gnu.org>
1096         * textmodes/ispell.el (ispell-call-process): New function.
1097         Defends against bad `default-directory.'
1098         (ispell-check-version, ispell-find-aspell-dictionaries)
1099         (ispell-get-aspell-config-value, lookup-words): Call it.
1100         (ispell-call-process-region): New function.
1101         (ispell-send-string): Call it.
1103 2007-03-20  Andreas Schwab  <schwab@suse.de>
1105         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1106         (finder-data): Likewise.
1107         (autoloads): Likewise.
1109 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
1111         * files.el (basic-save-buffer): Do not set visited filename when
1112         the corresponding directory does not exist or the specified
1113         filename is that of an existing directory.
1115 2007-03-20  Glenn Morris  <rgm@gnu.org>
1117         * calendar/diary-lib.el (diary-live-p): New function.
1118         (number-of-diary-entries): Add a :set function to redisplay diary
1119         when necessary.
1121 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
1123         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1124         from client program, mev, to compute mouse event.
1126 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
1128         * faces.el (momentary): Face removed; unused due to reversion of
1129         2007-01-04 changes by Kevin Rodgers.
1131         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1132         Suggested by Johan Bockg\e,Ae\e(Brd.
1134 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
1136         * font-lock.el (lisp-font-lock-keywords-1):
1137         Highlight define-globalized-minor-mode as a keyword.
1139 2007-03-19  Kim F. Storm  <storm@cua.dk>
1141         * calc/calc-forms.el (math-std-daylight-savings)
1142         (math-std-daylight-savings-old): Doc fix.
1144 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
1146         * progmodes/python.el (python-default-template): Doc fix.
1147         (python-buffer): Fix typo in docstring.
1149         * isearchb.el (isearchb-follow-char):
1150         * subr.el (def-edebug-spec): Fix typo in docstring.
1152 2007-03-19  Richard Stallman  <rms@gnu.org>
1154         * files.el (default-directory): Mark safe.
1155         (basic-save-buffer-2): Put proper dir name in error message.
1157         * simple.el (compose-mail): Run switch-function after
1158         setting up the mail buffer.
1160         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1162 2007-03-18  Jay Belanger  <belanger@truman.edu>
1164         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1165         (math-std-daylight-savings-new): Rename from
1166         `math-std-daylight-savings'.
1167         (math-std-daylight-savings-old): Rename from old value of
1168         `math-std-daylight-savings'.
1169         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1170         `math-std-daylight-savings-old' depending on the year.
1172 2007-03-18  Detlev Zundel  <dzu@gnu.org>
1174         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1175         zero-width regexps as invalid but rather at least count them correctly.
1177 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1179         * net/tls.el (open-tls-stream): In handshake-waiting loop,
1180         don't wait more if there is output available to process.
1182 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1184         * progmodes/compile.el (compilation-find-file): Revert change
1185         from 2006-07-18 to allow completion of directory names.
1186         Reported by John Carter <john.carter@tait.co.nz>.
1188 2007-03-18  Kim F. Storm  <storm@cua.dk>
1190         * subr.el (when, unless): Doc fix.
1192 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1194         * net/tls.el (tls-program): Doc fix.
1196 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1198         * autorevert.el (auto-revert-tail-handler):
1199         Call after-revert-hook.
1201 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1203         * simple.el (switch-to-completions): No error if search for \n\n fails.
1205 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1207         * simple.el (line-move-1):
1208         Respect `inhibit-line-move-field-capture' property.
1210 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1212         * comint.el (comint-arguments): Mark backslash-escaped chars.
1213         (comint-delim-arg): Don't treat them as delimiters.
1215 2007-03-12  Kim F. Storm  <storm@cua.dk>
1216         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1218 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1220         * tempo.el (tempo-insert): Deal with 'r> if it appears
1221         specified with a prompt argument.
1223 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1225         * textmodes/org.el (org-set-font-lock-defaults):
1226         Handle narrow table columns correctly.
1228 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1230         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1231         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1232         Return to use of the -no-properties variants.  There was
1233         consensus on emacs-devel that the speed of these variants was
1234         prefered since we are usually parsing files (from the internet
1235         or on disk) instead of XML created in Emacs.
1237         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1238         Add customize option.
1240 2007-03-12  Glenn Morris  <rgm@gnu.org>
1242         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1243         North American rule.  Replace "daylight savings" with "daylight
1244         saving" in doc.
1246         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1247         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1248         "daylight saving" in text.
1250         * woman.el (woman-change-fonts): Tweak previous change by using
1251         woman-request-regexp rather than "^\\.".
1253         * startup.el (command-line-1): Make insertion of
1254         initial-scratch-message not depend on scratch being selected.
1256 2007-03-11  Juri Linkov  <juri@jurta.org>
1258         * replace.el (match): Use yellow background on light-bg terminals.
1260 2007-03-11  Richard Stallman  <rms@gnu.org>
1262         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1263         Correctly compute line number.
1265 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1267         * type-break.el (type-break-get-previous-count):
1268         Repeat previous change here.
1270 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1272         * progmodes/grep.el (grep-find-ignored-directories):
1273         Add .git and .bzr to list.
1275 2007-03-11  Andreas Schwab  <schwab@suse.de>
1277         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1279 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1283 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1285         * faces.el (face-set-after-frame-default): Recalculate face
1286         customizations after applying X resources.
1288 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1290         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1291         (rcirc-keepalive-seconds): Remove variable.
1292         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1293         (rcirc-process, rcirc-user-disconnect): New variables.
1294         (rcirc-connect): Initalize new variables.
1295         (rcirc-keepalive): Don't send keepalive pings before connection
1296         is completed.
1297         (rcirc-sentinel): Do mark all channels with activity when
1298         connection is dropped.  Run hook with process buffer local.
1299         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1300         (rcirc-buffer-process): Return value of rcirc-process if
1301         rcirc-server-buffer is nil.
1302         (rcirc-server-name): Return the reported server name.
1303         (rcirc-update-prompt): Simplify computation of the server name.
1304         (rcirc-format-response-string): Likewise.
1305         (rcirc-handler-001): Mark server as connected, record the reported
1306         server name, and schedule a timeout.
1307         (rcirc-track-nick): Add a spec for the tty class.
1308         (rcirc-user-non-nick): Remove function.
1309         (rcirc-nick-prefix-chars): Add variable.
1310         (rcirc-user-nick): Use above variable.
1312 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1314         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1315         Bind deactivate-mark to nil.
1317 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1319         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1320         that buffer contents get erased during completion.
1322 2007-03-10  Glenn Morris  <rgm@gnu.org>
1324         * woman.el (woman-change-fonts): Add a hack to deal with
1325         font-escape followed by "." at start of a line.
1326         (woman2-IP): Add a hack to deal with consecutive requests.
1327         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1329 2007-03-10  Alan Mackenzie  <acm@muc.de>
1331         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1333 2007-03-09  Richard Stallman  <rms@gnu.org>
1335         * abbrev.el (abbrev): Add `provide'.
1337 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1339         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1341 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1343         * complete.el (PC-try-completion): New function.
1344         (PC-do-completion, read-file-name-internal): Use it instead of
1345         try-completion.
1347 2007-03-08  Alan Mackenzie  <acm@muc.de>
1349         Remove stale tokens from `c-found-types' cache.
1351         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1352         (c-unfind-coalesced-tokens, c-before-change): New functions.
1353         (c-maybe-stale-found-type): New variable.
1355         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1356         (c-trim-found-types): New functions.
1358 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1361         (debug-ignored-errors): Add entry from smerge-match-conflict.
1363 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1365         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1366         special help topics for keywords.
1367         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1368         etc. Assistant command.
1370 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1372         * replace.el (occur-engine): Move buffer-undo-list binding...
1373         (occur-1): ...to here.
1375         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1377         * simple.el (minibuffer-completing-symbol): New var.
1378         (eval-expression): Use it.
1379         (completion-setup-function): Don't bind completion-base-size when
1380         completing a symbol in the minibuffer.
1382 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1384         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1385         tries to start a second session in graphical mode.
1387 2007-03-07  Miles Bader  <miles@gnu.org>
1389         * international/isearch-x.el
1390         (isearch-process-search-multibyte-characters):
1391         Strip text-properties from PROMPT to avoid an error from read-string.
1393 2007-03-07  Kim F. Storm  <storm@cua.dk>
1395         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1396         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1398 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1400         * complete.el (PC-do-completion): Delete duplicates in the list of
1401         possible completions.
1403 2007-03-07  Glenn Morris  <rgm@gnu.org>
1405         * ses.el (ses-mode): Doc fix.
1407 2007-03-06  Kim F. Storm  <storm@cua.dk>
1409         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1411 2007-03-06  Kenichi Handa  <handa@m17n.org>
1413         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1415 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * simple.el (completion-setup-function): Improve last fix so it doesn't
1418         set it to a relative directory name either.
1420 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1422         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1424 2007-03-05  Richard Stallman  <rms@gnu.org>
1426         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1428         * files.el (find-file-noselect): No error if file no longer exists.
1429         Display a message and avoid other questions.
1431 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1434         as not to use an invisible window and to create a window if none exist.
1436         * progmodes/python.el (python-send-command): Restart proc if necessary.
1437         (python-proc): Simplify.
1439 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1441         * pcomplete.el (pcomplete-show-completions): Search all frames for
1442         completions buffer.
1444 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1446         * cus-edit.el (customize-save-variable): Clear customized-value
1447         property (saved values are now put in theme-value property).
1448         (customize-set-variable): Doc fix.
1450         * complete.el (PC-do-completion): If completion-ignore-case is
1451         non-nil, replace field with completion string before exiting.
1453 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1455         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1456         Append its extension to the resulting temporary file name.
1457         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1459         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1460         (tramp-smb-handle-write-region): Apply it.
1462 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1464         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1465         Redo previous change.
1467 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1469         * diff-mode.el (diff-mode): Doc fix.
1471 2007-03-05  Kenichi Handa  <handa@m17n.org>
1473         * international/characters.el: Set category `l' (latin)
1474         for more characters.
1476 2007-03-04  Kim F. Storm  <storm@cua.dk>
1478         * emacs-lisp/authors.el (authors-aliases): Add alias.
1480 2007-03-04  Glenn Morris  <rgm@gnu.org>
1482         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1483         all when switching major mode.
1484         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1485         (hs-block-start-mdata-select, hs-block-end-regexp)
1486         (hs-forward-sexp-func, hs-adjust-block-beginning):
1487         Do not make these variables permanent-local.
1489 2007-03-04  Richard Stallman  <rms@gnu.org>
1491         * progmodes/cperl-mode.el (cperl-mode):
1492         Modify cperl-compilation-error-regexp-alist by appending.
1494         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1495         (edebug-mode): Add the hook.
1496         (edebug-recursive-edit): Remove the hook on exiting.
1498         * type-break.el (type-break-get-previous-time):
1499         Handle end-of-file errors specially
1500         so they don't get reported wrong in .emacs.
1502         * startup.el (fancy-splash-text): Clarify text.
1504         * simple.el (beginning-of-buffer, end-of-buffer):
1505         Avoid treating plain C-u like numeric arg.
1507         * simple.el (completion-setup-function): Don't set
1508         default-directory to nil.
1510         * shell.el (shell-dirstack-query): Doc fix.
1512         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1513         Don't select the window -- pass it to primitives instead.
1515         * faces.el (minibuffer-prompt): Use medium blue by default.
1517 2007-03-04  David Kastrup  <dak@gnu.org>
1519         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1520         Preserve 16 as default value for "seconds" when customizing.
1522 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1524         * textmodes/org.el (org-self-insert-command)
1525         (orgtbl-self-insert-command, org-delete-char)
1526         (org-delete-backward-char): Set the `flyspell-delayed' property.
1528 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1530         * international/mule.el (find-auto-coding): Don't search for
1531         line-ending characters past the end of the tail.
1533 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1535         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1536         Jump to the line where new score has been uploaded.
1538         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1539         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1540         Do nothing when the game is paused.
1542 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1544         * textmodes/org.el (org-set-tags): Prevent slipping of point
1545         during completion.
1547 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1549         * isearch.el (isearch-message-prefix):
1550         Use minibuffer-prompt-properties.
1552 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1554         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1555         (ps-setup): Print which Emacsen is running ps-print package.
1557 2007-03-01  Stuart Herring  <herring@lanl.gov>
1559         * files.el (set-auto-mode-0): Use `indirect-function'.
1560         (hack-one-local-variable): Don't reapply current major mode.
1562 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * progmodes/python.el (python-quote-syntax): Don't bother with
1565         syntax-ppss-context.
1566         (python-fill-paragraph): Make sure that fenced-string delimiters that
1567         stand on their own line stay there
1569 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1571         * replace.el (perform-replace): Propertize message.
1573 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1575         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1576         invisible heading.
1578 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1580         * net/tramp.el (tramp-file-name-handler): Revert last change.
1582 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1584         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1585         Correct doc strings.
1587 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1589         * replace.el (perform-replace): Undo forward-char immediately if
1590         non-adjacent search fails.
1592 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * version.el (emacs-major-version, emacs-minor-version):
1595         string-to-int -> string-to-number.
1597 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1599         * help.el (where-is): Fail gracefully when not passed a command.
1601 2007-02-28  Stuart Herring  <herring@lanl.gov>
1603         * find-lisp.el (find-lisp-default-directory-predicate):
1604         Fix bug: Do symlink check on expanded filename.
1606 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1608         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1609         changes during replacement.
1610         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1612 2007-02-28  Lars Hansen  <larsh@soem.dk>
1614         * desktop.el: Delete header line listing me as maintainer.
1616 2007-02-28  Glenn Morris  <rgm@gnu.org>
1618         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1619         the menus case.
1621 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1623         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1624         hooks to avoid confusion when combining after-change calls.
1626 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1628         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1629         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1630         (allout-distinctive-bullets-string): Add info about bullet conventions.
1631         (allout-mode): Add info about distinctive vs plain bullets.
1633 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1635         * textmodes/org.el (org-archive-subtree): Quote variable name.
1636         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1638 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1640         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1641         (gud-bashdb-command-name, bashdb): Remove.
1642         (gud, gud-menu-map): Remove references to bash/bashdb.
1644 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1646         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1647         keyword for Python 2.5.
1649 2007-02-26  Romain Francoise  <romain@orebokech.com>
1651         * net/net-utils.el (whois-server-tld): Update server for .org.
1652         (whois-server-list): Add whois.publicinterestregistry.net.
1653         (whois-guess-server): Fix formatting in docstring.
1655 2007-02-26  Kim F. Storm  <storm@cua.dk>
1657         * mouse.el (mouse-show-mark): Run hooks and perform command
1658         remapping for mouse-region-delete-keys.
1660 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1662         * font-core.el (font-lock-mode): Doc fix.
1664 2007-02-25  Kim F. Storm  <storm@cua.dk>
1666         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1667         Add selected buffer to buffer-name-history.
1668         (ido-file-internal): Set this-command to fallback command.
1669         Add file names to file-name-history.
1671         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1672         Apply minibuffer-prompt-properties.
1674 2007-02-25  Andreas Schwab  <schwab@suse.de>
1676         * files.el (hack-one-local-variable-eval-safep): Correct handling
1677         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1679 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1681         * textmodes/org.el (org-table-overlay-coordinates)
1682         (org-table-toggle-coordinate-overlays): New functions.
1683         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1684         New variables.
1685         (org-startup-with-deadline-check): Remove option.
1686         (org-mode): Remove deadline check on startup.
1687         (org-table-limit-column-width): Remove option.
1688         (org-table-formula-numbers-only): Remove option.
1689         (org-link-style, org-link-format): Remove options.
1690         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1691         (org-export-ascii-show-new-buffer)
1692         (org-export-html-show-new-buffer): Remove options.
1693         (org-activate-links): Remove camel option.
1694         (org-file-link-context-use-camel-case): Remove option.
1695         (org-camel-regexp): Remove variable.
1696         (org-activate-camels): Remove function.
1697         (org-store-link): Remove Camel stuff.
1698         (org-make-org-heading-camel): Remove function.
1699         (org-open-at-point): Remove camel stuff.
1700         (org-link-search): Remove camel stuff.
1701         (org-camel-to-words): Function removed.
1702         (org-get-agenda-file-buffer): Make sure we prepare the base
1703         buffers, not any indirect buffers.
1704         (org-sort-entries): Sort top-level when not on a headline, and no
1705         active region.
1706         (org-in-regexp): New function.
1707         (org-search-not-self): Rename from `org-search-not-link'.
1708         (org-open-link-marker): New variable.
1709         (org-open-at-point): Set `org-open-link-marker'.
1710         (org-print-icalendar-entries): Fixe bug with excluding DONE
1711         entries from the exported list.
1712         (org-edit-formula-lisp-indent): New command.
1713         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1714         (orgtbl-to-latex, orgtbl-insert-radio-table)
1715         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1716         (orgtbl-radio-table-templates): New option.
1717         (org-store-link-props):
1718         (org-remember-templates): More possibilities to insert info
1719         into templates.
1720         (org-remember-apply-template): Make use of the extended
1721         template capabilities.
1722         (org-remember-redo-template): New command.
1723         (org-upgrade-old-links)
1724         (org-table-modify-formulas, org-table-replace-in-formulas)
1725         (org-table-find-dataline)
1726         (org-table-get-vertical-vector): Remove functions.
1727         (org-table-remove-rectangle-highlight)
1728         (org-time-stamp-format, org-toggle-log-option)
1729         (org-table-highlight-rectangle)
1730         (org-table-iterate, org-table-make-reference):
1731         (org-translate-time, org-tree-to-indirect-buffer)
1732         (org-table-field-info, org-table-fix-formulas)
1733         (org-table-force-dataline, org-table-get-descriptor-line)
1734         (org-table-get-range)
1735         (org-skip-comments, org-sort)
1736         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1737         (org-table-current-dline, org-table-current-field-formula)
1738         (org-table-edit-backward-field)
1739         (org-table-edit-formulas-post-command)
1740         (org-table-edit-line-down, org-table-edit-line-up)
1741         (org-agenda-archive)
1742         (org-agenda-clock-cancel)
1743         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1744         (org-agenda-open-link, org-agenda-show-new-time)
1745         (org-agenda-skip-subtree-when-regexp-matches)
1746         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1747         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1748         (org-do-sort, org-file-image-p, org-find-overlays)
1749         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1750         (org-highlight-until-next-command, org-isearch-end)
1751         (org-match-any-p, org-next-link, org-previous-link):
1752         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1753         (org-rewrite-old-row-references)
1754         (org-isearch-post-command)
1755         (org-table-edit-move, org-table-edit-next-field)
1756         (org-table-edit-scroll, org-table-edit-scroll-down)
1757         (org-set-frame-title, org-show-reference)
1758         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1759         (org-show-variable): Remove command.
1760         (org-add-log-maybe): New arguments STATE, FINDPOS
1761         (org-table-sort-lines): Rewrite from scratch.
1762         (org-link-search): New argument AVOID-POS.
1763         (org-print-icalendar-entries): Remove argument CATEGORY.
1764         (org-run-agenda-series): Remove argument WONDOW.
1765         (org-next-link, org-previous-link): New commands.
1766         (org-agenda-date-format): New option.
1767         (org-table-iterate): New command.
1768         (org-table-modify-formulas)
1769         (org-table-replace-in-formulas): Remove functions.
1770         (org-table-fix-formulas): New function.
1771         (org-table-insert-column, org-table-delete-column)
1772         (org-table-move-column): Use `org-table-fix-formulas'.
1773         (org-follow-gnus-link): Patch from Bastien/Leo.
1774         (org-table-current-field-formula): New function.
1775         (org-file-image-p): New function.
1776         (org-agenda-show-new-time): New function.
1777         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1778         (org-with-remote-undo): New macro.
1779         (org-agenda-undo): New command.
1780         (org-verify-change-for-undo): New function.
1781         (org-time-stamp-format): New function.
1782         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1783         by user.
1784         (org-match-any-p): New function.
1785         (org-make-tags-matcher): Handle regular expressions for tag and
1786         todo matches.
1787         (org-read-date): Accept "+N" as input for a date relative to the
1788         current date.
1789         (org-remove-subtree-entries-from-agenda): New function.
1790         (org-agenda-archive, org-agenda-kill):
1791         Use `org-remove-subtree-entries-from-agenda'.
1792         (org-do-sort, org-sort-entries): New functions.
1793         (org-sort): New command.
1794         (org-table-sort-lines): Use `org-do-sort'.
1795         (org-fix-decoded-time): New function.
1796         (org-table-number-regexp): Require 0x... to identify as number
1797         in tables.
1798         (org-startup-options): New keywords for note taking.
1799         (org-upgrade-old-links): Remove function.
1800         (org-get-repeat): New function.
1801         (org-show-context): Also show siblings on current level.
1802         (org-show-siblings): New function.
1803         (org-isearch-end, org-isearch-post-command): New functions.
1804         (org-show-siblings): New option.
1805         (org-show-context): Use `org-show-siblings'.
1806         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1807         to be bound, because user may just use elisp.
1809 2007-02-24  Kim F. Storm  <storm@cua.dk>
1811         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1812         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1814 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1816         * startup.el (command-line): Also check if the abbrev file is readable.
1818 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1820         * net/tls.el (tls-certtool-program): Fix custom type.
1822         * mail/feedmail.el (feedmail-message-id-generator)
1823         (feedmail-date-generator): Fix custom types.
1825         * mail/rmail.el (rmail-message-filter): Fix custom type.
1827 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1829         * startup.el (command-line): If simple.el cannot be found, proceed
1830         with a warning message.
1832 2007-02-24  Kenichi Handa  <handa@m17n.org>
1834         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1835         case that BEG is a string.
1837 2007-02-24  Chris Moore  <dooglus@gmail.com>
1839         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1840         * pgg-pgp.el (pgg-pgp-encrypt-region):
1841         * pgg-gpg.el (pgg-gpg-encrypt-region):
1842         Check pgg-encrypt-for-me if no other recipients.
1844 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1846         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1848         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1849         shell-quote-argument.
1851 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1853         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1854         from the comint buffer instead of the temporary one.
1856 2007-02-23  David Reitter  <david.reitter@gmail.com>
1858         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1859         storing it in recentf-exclude.
1861 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1863         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1864         in splash screen.
1866 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1868         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1869         commands, for restart.
1870         (idlwave-shell-current-module): Fix handling of module name by type.
1871         (idlwave-shell-break-in): Update type handling.
1872         (idlwave-shell-bp-get): Encode type in BP structure.
1873         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1874         (idlwave-shell-module-source-query): Query routine info based on type.
1875         Fix path parsing for non-compiled files.
1876         (idlwave-shell-module-source-filter): Don't signal error in filter
1877         if no source found.
1878         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1879         filter race.
1881 2007-02-22  Kim F. Storm  <storm@cua.dk>
1883         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1884         (editable-field): Document need to put some text before the %v
1885         escape in :format string.
1887 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1889         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1890         (vc-svn-use-edit): Remove unused config var.
1891         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1893         * outline.el (hide-sublevels): Keep empty last line, if available.
1895         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1896         rather than the corresponding unicode char, to make the code
1897         more readable.
1899 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1901         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1902         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1903         (speedbar-item-info-tag-helper): Doc fixes.
1905 2007-02-19  Kenichi Handa  <handa@m17n.org>
1907         * international/mule-cmds.el (locale-language-names):
1908         Map "eo" to "Esperanto".
1910         * language/european.el ("Esperanto"): New language environment.
1912 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1914         * simple.el (kill-line): Doc fix.
1916 2007-02-17  Kim F. Storm  <storm@cua.dk>
1918         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1919         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1920         (bindat--unpack-group, bindat--pack-group):
1921         Handle vectors with optional element type.
1923 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1925         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1926         if PASSPHRASE is given.
1928 2007-02-17  Chris Moore  <dooglus@gmail.com>
1930         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1931         Recognize backups of bz2 compressed files.
1933 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1935         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1936         to nil to speed up lookup of the symbol in index nodes.
1938 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1940         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1941         Add indentation for the constants of Lisp.
1943 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1945         * ps-print.el: Use (defvar <foo>) where applicable.
1946         (ps-print-emacs-type): Remove.
1947         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1948         (ps-frame-parameter): Align its call-convention with frame-parameter.
1949         (ps-begin-job): Adjust calls to it appropriately.
1950         (ps-setup): Don't print ps-print-emacs-type.
1951         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1952         Define in such a way that it's obvious that it's defined.
1953         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1954         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1955         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1957 2007-02-15  Alan Mackenzie  <acm@muc.de>
1959         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1960         an empty one-line C-style comment, post-position point properly.
1962 2007-02-15  Chris Moore  <dooglus@gmail.com>
1964         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1965         (isearch-lazy-highlight-new-loop): Bind it.
1966         (isearch-lazy-highlight-search): Use it.
1968         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1970 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         * font-lock.el (font-lock-extend-region-wholelines):
1973         Only return non-nil if the region has really been changed.
1974         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1976 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1978         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1979         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1980         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1982 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1984         * faces.el (color-values): Revert changes to docstring from
1985         2007-01-31 and 2000-09-07.
1987         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1988         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1989         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1990         (ispell-help): Fix typos in docstring and output message.
1992 2007-02-14  Kim F. Storm  <storm@cua.dk>
1994         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1995         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1996         (grep): Fix lgrep reference.
1998         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1999         (standard-display-underline): Use make-glyph-code.
2001         * descr-text.el (describe-char): Use glyph-char and glyph-face.
2003         * international/latin1-disp.el (latin1-display-char):
2004         Use make-glyph-code.
2006 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
2008         * ehelp.el (with-electric-help, electric-help-exit)
2009         (electric-help-retain): Doc fixes.
2011         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2012         (byte-compile-file): Doc fixes.
2014 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2016         * term/mac-win.el: Change all uses of
2017         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2018         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2019         (mac-ae-get-url): Call select-frame-set-input-focus.
2020         (mac-dnd-handle-drag-n-drop-event): Don't call
2021         select-frame-set-input-focus.
2023 2007-02-13  Kenichi Handa  <handa@m17n.org>
2025         * international/characters.el: Fix documentation of category `a'.
2027 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
2029         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2031 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
2033         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2034         (tramp-get-remote-ln): Handle error case.
2035         Reported by Chris Moore <dooglus@gmail.com>.
2037 2007-02-11  Kim F. Storm  <storm@cua.dk>
2039         * bindings.el (ctl-x-map): Remove register compatibility bindings
2040         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2042 2007-02-11  Richard Stallman  <rms@gnu.org>
2044         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2045         in load history.
2047         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2048         condition -- don't fail to stop at endpos.
2050 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
2052         * textmodes/org.el (org-agenda-get-todos)
2053         (org-agenda-get-timestamps, org-agenda-get-closed)
2054         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2055         (org-agenda-get-blocks, org-format-agenda-item)
2056         (org-agenda-change-all-lines, org-scan-tags): Rename text property
2057         from `category' to `org-category'.
2059 2007-02-11  Kenichi Handa  <handa@m17n.org>
2061         * international/titdic-cnv.el (titdic-convert): Force files be written
2062         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
2063         (miscdic-convert): Force files be written with Unix-like eol format.
2065 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2067         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2069         * calculator.el (calculator-prompt): Doc fix.
2070         (calculator-mode-map): Fix typo in menu entry.
2072 2007-02-10  Jay Belanger  <belanger@truman.edu>
2074         * calculator.el (calculator): Do more extensive checking for when
2075         3 lines should be used for the calculator.
2077 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
2079         * info-look.el (info-lookup-make-completions):
2080         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2081         index nodes.
2083         * info.el (Info-fontify-maximum-menu-size): Document the effect
2084         of a nil value.
2085         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2086         non-nil before using it as size.
2088 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
2090         * subr.el (insert-for-yank-1): Prevent read-only properties from
2091         interfering with text property operations.
2093         * image-mode.el (image-mode): Revert 2007-01-30 changes.
2095         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2096         (image-type-auto-detected-p): Fail if another match is found in
2097         auto-mode-alist.
2099         * files.el (magic-mode-alist): Call image-mode instead of
2100         image-mode-maybe for autodetected images.
2102 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
2104         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2105         Fix typos in docstrings.
2106         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2108 2007-02-09  Kim F. Storm  <storm@cua.dk>
2110         * emacs-lisp/float-sup.el: Remove obsolete comment.
2112 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2116 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2118         * simple.el: Revert previous change, at request of RMS:
2119         (fundamental-mode-hook): Remove.
2120         (fundamental-mode): Run after-change-major-mode-hooks manually,
2121         and don't run the now-nonexistent fundamental-mode-hook.
2123 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2125         * simple.el (fundamental-mode-hook): Declare new hook.
2126         (fundamental-mode): Run the new dedicated hook, and don't run
2127         after-change-major-mode-hooks manually anymore.
2129 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2132         added columns of chars.  Remove support for the "no-meta-info" format.
2133         Prompted by Romain Francoise <romain@orebokech.com>.
2135 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2137         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2138         (gdb-mouse-until, gdb-mouse-jump): Use it.
2140 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2142         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2143         work when there is just an assembler buffer (no source buffer).
2145 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
2147         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2148         just because the diff was produced using "-p" (--show-c-function).
2150 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2152         * faces.el (frame-set-background-mode): Use `color-values' and
2153         `display-color-p', not `x-color-values' and `x-display-color-p'.
2154         (face-valid-attribute-values): Use `defined-colors' instead of
2155         `x-defined-colors'.
2157 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2159         * ps-print.ps: The ps-print commands without face printing should not
2160         print background color.  Reported by Leo <sdl.web@gmail.com>.
2161         (ps-print-version): New version 6.7.3.
2162         (ps-begin-job): New arg.  Fix ps-default-background and
2163         ps-default-foreground initialization.
2164         (ps-face-attributes): Fix doc string.
2165         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2167         * printing.el: Fix ps-print link.
2169 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2171         * faces.el (face-set-after-frame-default): Compile attributes to
2172         be set by frame parameters before merging in X resources.
2174 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
2176         * simple.el (blink-matching-paren-dont-ignore-comments):
2177         (blink-matching-paren-on-screen): Doc fixes.
2179 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2181         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2183 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2185         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2186         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2187         entries like `defun'.  Return nil.
2189 2007-02-05  Kim F. Storm  <storm@cua.dk>
2191         * ido.el: Doc fixes.
2193 2007-02-04  David Kastrup  <dak@gnu.org>
2195         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2196         `mpuz-allow-double-multiplicator' is non-zero, and correct
2197         calculation of `min'.
2199 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2201         * wid-edit.el (widget-default-create): Insert new text at the
2202         :from marker _after_ the marker, not before it.
2204 2007-02-04  Alan Mackenzie  <acm@muc.de>
2206         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2207         containing it is re-indented.
2209 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2211         * net/newsticker.el (newsticker--insert-image): Update docstring,
2212         and insert the image directly.
2213         (newsticker--buffer-redraw): Update docstring.
2215         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2216         Rename from define-global-minor-mode.
2218         * progmodes/cwarn.el (global-cwarn-mode):
2219         * emacs-lisp/autoload.el (make-autoload):
2220         * hi-lock.el (global-hi-lock-mode):
2221         * font-core.el (global-font-lock-mode): All callers changed.
2223 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2225         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2226         Don't copy @ignore lines into menu descriptions.
2227         (texinfo-multi-file-update): Goto the @node line before attempting
2228         to pluck the node name.
2229         (texinfo-multiple-files-update): Reverse the optional arguments'
2230         order, as per the doc string and the `interactive' form.
2232 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2234         * image-mode.el: Use autoload to avoid overriding disabled setting
2235         applied in .emacs.
2237 2007-02-03  Alan Mackenzie  <acm@muc.de>
2239         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2240         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2241         adjacent paren groups).
2243 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2245         * progmodes/ebnf2ps.el: Doc fixes.
2246         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2248 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2250         * dired-x.el (dired-do-relsymlink): Add reference to
2251         dired-do-symlink.  Add an autoload cookie.
2253         * dired-aux.el (dired-do-symlink): Add reference to
2254         dired-do-relsymlink.
2256 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2258         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2259         <left-fringe mouse-3>: New bindings.
2261 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2263         * newsticker.el (newsticker-version): Changed to "1.10".
2264         (newsticker--set-customvar): Doc string.
2265         (newsticker-new-item-face): Doc string.
2266         (newsticker-mode): Initialize `invisibility-spec' with t.
2267         (newsticker-mode-map): Added
2268         `newsticker-mark-all-items-at-point-as-read'.
2269         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2270         (newsticker-w3m-show-inline-images): Do not call
2271         `w3m-remove-image'.
2272         (newsticker--buffer-after-w3m-insert-image): New advice for
2273         w3m-insert-image to cache images.
2274         (newsticker-next-item-same-feed): New.
2275         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2276         (newsticker-mark-all-items-of-feed-as-read): New.
2277         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2278         (newsticker-mark-item-at-point-as-read): Doc string.
2279         (newsticker-mark-item-at-point-as-read): Use new functions.
2280         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2281         `newsticker-mark-item-at-point-as-read'.
2282         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2283         (newsticker--sentinel): Yet another xml-parser workaround.
2284         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2285         days.
2286         (newsticker--buffer-do-insert-text): Fix.
2287         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2288         (newsticker--buffer-make-item-completely-visible):
2289         `switch-to-buffer' not necessary.
2291 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2293         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2294         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2295         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2296         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2297         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2299 2007-02-02  Kenichi Handa  <handa@m17n.org>
2301         * international/quail.el (quail-show-key): Fix an error message.
2303 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2305         * faces.el (set-face-underline-p, modify-face): Rename arg
2306         UNDERLINE-P to UNDERLINE (it is not a flag).
2308 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2310         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2311         when adding gdb-speedbar-update to gdb-input-queue.
2313 2007-02-01  Kenichi Handa  <handa@m17n.org>
2315         * international/quail.el (quail-show-key): Signal an error if the
2316         current input method is not using Quail.
2318 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2320         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2321         Trim leading whitespace in sysvar names.
2323 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2325         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2327 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2329         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2331 2007-01-31  Romain Francoise  <romain@orebokech.com>
2333         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2334         previous change to this file.
2336 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2338         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2339         image-mode.
2341         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2342         interfering with attempt to set major mode from modified
2343         auto-mode-alist.
2345 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2347         * faces.el (color-values): Doc fix.
2348         (face-differs-from-default-p): Don't check :foreground twice.
2350 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2352         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2354 2007-01-31  Kenichi Handa  <handa@m17n.org>
2356         * international/quail.el (quail-store-decode-map-key): Store a
2357         translated character too.
2358         (quail-char-equal-p): New function.
2359         (quail-find-key1): Check character equality by quail-char-equal-p.
2360         (quail-decode-map-generated): New variable.
2361         (quail-find-key): Check quail-decode-map-generated and re-generate
2362         a decode map if necessary.
2364 2007-01-30  Richard Stallman  <rms@gnu.org>
2366         * tutorial.el (tutorial--detailed-help): Make the list of
2367         changed keys look nicer.
2369 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2371         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2372         (gdb-var-delete): Use it.
2373         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2374         `in_scope'.
2376 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2378         * files.el (get-free-disk-space): Return nil for remote directories.
2380         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2381         instead of "dir".
2383 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2385         * type-break.el (type-break-catch-up-event): New function.
2386         (type-break-demo-hanoi, type-break-demo-life)
2387         (type-break-demo-boring): Use it.
2389         * image-mode.el (image-mode): Don't automatically view as image.
2390         (image-toggle-display): Add `disabled' property.
2392 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2394         * isearchb.el (isearchb-iswitchb):
2395         * ps-print.el (ps-build-face-reference):
2396         * emacs-lisp/shadow.el (list-load-path-shadows):
2397         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2398         * international/mule.el (find-auto-coding):
2399         * mail/supercite.el (sc-attrib-selection-list):
2400         * progmodes/cc-defs.el (c-emacs-features):
2401         * progmodes/cc-vars.el (c-offsets-alist):
2402         * progmodes/flymake.el
2403         (flymake-init-create-temp-source-and-master-buffer-copy):
2404         Fix typos in docstrings (some suggested by Chris Moore).
2406         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2407         (vhdl-get-library-unit, vhdl-corresponding-begin)
2408         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2409         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2410         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2411         (vhdl-font-lock-match-item): Fix typos in docstrings.
2412         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2413         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2414         (vhdl-speedbar-insert-project-hierarchy):
2415         Improve argument/docstring consistency.
2417 2007-01-29  Kenichi Handa  <handa@m17n.org>
2419         * international/titdic-cnv.el (py-converter): Fix previous change.
2421 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2423         * jka-compr.el (jka-compr-partial-uncompress)
2424         (jka-compr-call-process): Rebind default-directory if it is
2425         invalid.  Suggested by Chris Moore.
2427         * comint.el (comint-insert-input): Handle situation where the
2428         selected buffer is not the clicked buffer.
2430 2007-01-29  Kenichi Handa  <handa@m17n.org>
2432         * international/ja-dic-cnv.el (skkdic-convert):
2433         Add byte-compile-disable-print-circle:t at the head.
2435         * international/titdic-cnv.el (tit-process-header):
2436         Add byte-compile-disable-print-circle:t at the head.
2437         (miscdic-convert): Likewise.
2438         (py-converter): Skip the header comments.
2440         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2441         New variable.
2442         (byte-compile-output-file-form): Bing print-circle to nil if
2443         byte-compile-output-file-form is not nil.
2444         (byte-compile-output-docform): Likewise.
2446 2007-01-28  Kim F. Storm  <storm@cua.dk>
2448         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2449         Declare earlier to avoid byte compiler warnings.
2451 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2453         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2455 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2457         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2458         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2459         when calling update-game-score program.  Remove unnecessary
2460         save-excursion.
2462         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2464 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2466         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2467         avoid compiler warning.
2468         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2469         might have values other than "true" or "false".
2471 2007-01-28  Richard Stallman  <rms@gnu.org>
2473         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2474         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2476         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2478         * image.el (image-type-header-regexps): Make GIF regex more specific.
2480         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2481         Don't check `backspace'.
2482         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2483         in Fundamental mode.
2485         * startup.el (fancy-splash-text, normal-splash-screen):
2486         Mention C-g.
2488         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2489         when inserting in buffer.
2491         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2492         inside the if.
2494 2007-01-27  Richard Stallman  <rms@gnu.org>
2496         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2498 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2500         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2501         enum/union/struct/class definition.
2502         Revert change to call `forward-sexp' multiple times.
2504 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2506         * files.el (hack-local-variables-confirm): Don't keep trying to
2507         read an event from an empty kbd macro.
2509 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2511         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2513 2007-01-27  Ben North  <ben@redfrontdoor.org>
2515         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2516         the arg CHILDREN -> WHICH.
2518 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2520         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2521         default-directory to a sane value when calling start-process.
2523 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2525         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2526         (ls-lisp-format-time-list): Doc fix.  Mention
2527         ls-lisp-use-localized-time-format.
2528         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2529         ls-lisp-use-localized-time-format is non-nil, even if a valid
2530         locale is defined.
2532 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2534         * jka-compr.el (jka-compr-shell): Doc fix.
2536         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2538 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2540         * ps-print.ps: Fix background height.
2541         (ps-print-version): New version 6.7.2.
2543 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2545         * makefile.w32-in (finder-data, custom-deps): Depend on
2546         $(lisp)/loaddefs.el.
2548 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2550         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2552 2007-01-24  Miles Bader  <miles@gnu.org>
2554         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2555         (byte-compile-output-docform): Bind `print-circle' to t.
2557 2007-01-24  Kenichi Handa  <handa@m17n.org>
2559         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2560         file name of the original SKK dictionary file.
2562 2007-01-24  Kim F. Storm  <storm@cua.dk>
2564         * ido.el (ido-initial-position): New variable.
2565         (ido-read-internal): Set it if default item is specified.
2566         (ido-minibuffer-setup): Position cursor accordingly if set.
2567         (ido-edit-input): C-e moves to end of input if not already there.
2568         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2569         Don't switch to buffer mode if repeating C-b at start of input.
2570         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2571         input; else it moves to start of input.
2572         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2573         not at end of input, delete rest of input, rather than normal op.
2575 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2577         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2579         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2580         of message.  Activate mark.
2581         (ediff-activate-mark): Set transient-mark-mode to t.
2583         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2585 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2587         * help-fns.el (describe-variable): Don't suppress display of
2588         buffer local value when the value is "large".
2590 2007-01-22  Kim F. Storm  <storm@cua.dk>
2592         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2593         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2594         (ido-tidy): Use ido-active.
2596 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2598         * hexl.el (hexl-mode-exit): Add missing quote.
2600 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2602         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2603         (mac-ae-keyboard-modifiers): New function.
2604         (mac-handle-toolbar-switch-mode): Use it.
2605         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2606         if keyboard modifiers on drop contain option key.
2607         (mac-dnd-drop-data): Add optional argument `action'.
2608         (special-event-map): Remove binding for M-drag-n-drop.
2610 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2612         * add-log.el (add-log-current-defun): Use CC Mode functions to
2613         find the beginning and end of a defun.
2615 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2617         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2618         (gdb-var-create-handler): Handle value field in GDB output of
2619         -var-create.
2620         (gdb-max-frames): New variable.
2621         (gdb-stack-buffer, gdb-frames-select): Use it.
2622         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2623         if necessary.
2624         (gdb-get-frame-number): Simplify.
2626 2007-01-21  Glenn Morris  <rgm@gnu.org>
2628         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2629         Update copyrights.
2631 2007-01-21  Alan Mackenzie  <acm@muc.de>
2633         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2634         handling of K&R stuff.
2636 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2638         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2640 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2642         * ps-print.el: Handle frame parameters (background and/or foreground
2643         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2644         (ps-print-version): New version 6.7.1.
2645         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2646         (ps-frame-parameter): New fun.
2647         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2648         Fix doc and customization.
2649         (ps-begin-job): Get frame parameters (background and/or foreground
2650         colors).
2651         (ps-do-despool): Ensure ps-printer-name has a valid value.
2653 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2655         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2656         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2657         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2658         mean unlimited.
2660 2007-01-20  Alan Mackenzie  <acm@muc.de>
2662         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2663         much more rigorous analysis of putative K&R regions.
2665 2007-01-20  Alan Mackenzie  <acm@muc.de>
2667         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2668         New functions.
2670 2007-01-20  Alan Mackenzie  <acm@muc.de>
2672         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2673         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2674         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2675         * progmodes/cc-vars.el: Add my name.
2677 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2679         * files.el (find-alternate-file): Revert query message to Emacs 21
2680         version.
2682 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2684         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2685         the doc string how to use personal abbrevs without electric
2686         keywords.
2688 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2690         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2691         Fixed cursor position when toggle abbreviated display.
2693 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2695         * t-mouse.el: Update copyright following assignment by
2696         Alessandro Rubini.
2698 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2700         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2701         (type-break-demo-boring): Call read-event instead of read-char.
2703 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2705         * progmodes/compile.el: Add handling for makepplog.
2707 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2709         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2710         aspell dictionaries are initialized when called non-interactively.
2712 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2714         * progmodes/compile.el (compilation-loop): New arg limit.
2715         Handle case where the first error is at point-min.
2716         (compilation-next-error): New arg to compilation-loop call.
2718 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2720         * info.el (Info-default-dirs): Change default info dir to
2721         share/info.
2723         * paths.el (Info-default-directory-list): Ditto.
2725 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2727         * hexl.el (hexl-before-revert-hook): New function.
2728         (hexl-mode): Use it.
2729         (hexl-after-revert-hook): Just call hexl-mode.
2730         (hexl-mode-exit): Remove before-revert-hook.
2732 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2734         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2736 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2738         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2739         by "-" in francais7 otherchars entry.
2740         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2741         otherchars entry.
2743 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2745         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2746         path.  Rewrite function in `cond' style for readability.
2748         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2749         (The path shortening, that is, not the rearrarangement.)
2751 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2753         * term/mac-win.el (mac-ae-quit-application): New function.
2754         (mac-apple-event-map): Bind "quit application" Apple event to it.
2756 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2758         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2759         than the program's output.
2761 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2763         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2764         (kmacro-start-macro-or-insert-counter)
2765         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2766         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2768         * longlines.el (longlines-show-hard-newlines):
2769         * ruler-mode.el (ruler-mode-ruler):
2770         * emulation/keypad.el (keypad-setup):
2771         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2772         Fix typo in docstring.
2774 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2776         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2777         Remove redirect character ">".
2779 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2781         * replace.el (perform-replace): Remove leftover code.
2783 2007-01-12  Richard Stallman  <rms@gnu.org>
2785         * replace.el (perform-replace): Don't clear NODENT when computing
2786         the replacement string.
2788 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2790         * net/tramp.el (tramp-handle-file-local-copy):
2791         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2792         <christopher.ian.moore@gmail.com>.
2794 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * diff-mode.el (diff-sanity-check-context-hunk-half)
2797         (diff-sanity-check-hunk): New functions.
2798         (diff-find-source-location): Use'em to check the hunks are well-formed.
2800         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2801         activate undo when undo is not active.
2802         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2804 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2807         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2808         (ffap-url-at-point): Use char-classes rather than "a-z".
2810 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2812         * ediff-init.el (ediff-autostore-merges):
2813         * textmodes/fill.el (fill-region): Doc fix.
2815 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * server.el (server-ensure-safe-dir): UIDs may be floats.
2819 2007-01-10  Richard Stallman  <rms@gnu.org>
2821         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2822         around calls to directory-files.
2824         * subr.el (momentary-string-display): Use save-excursion.
2826         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2827         argument, but read it as `X' does.
2829 2007-01-09  Juri Linkov  <juri@jurta.org>
2831         * info.el (Info-fontify-node): Don't hide node names of index entries.
2833         * faces.el (momentary): Change :group to basic-faces where all
2834         basic faces belong to.  Add :version.
2836 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2838         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2839         keybinding is found.
2840         (tutorial--find-changed-keys): Never treat null keybinding as a
2841         remapping.
2843 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2845         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2847 2007-01-09  Kenichi Handa  <handa@m17n.org>
2849         * international/mule-cmds.el
2850         (select-safe-coding-system-interactively): Fix message.
2852 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2854         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2855         (tramp-process-actions): Add optional parameter TIMEOUT.
2856         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2857         (tramp-open-connection-su): Add timeout of 60".
2859 2007-01-09  Richard Stallman  <rms@gnu.org>
2861         * progmodes/compile.el (compile): Doc fix.
2863 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2865         * tumme.el (tumme-display-thumb): Doc fix.
2867 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2869         * battery.el (battery-search-for-one-match-in-files):
2870         * bindings.el (mode-line-minor-mode-help):
2871         * x-dnd.el (x-dnd-types-alist):
2872         * calendar/icalendar.el (icalendar-import-buffer):
2873         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2875         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2877 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2879         * replace.el (replace-regexp): Fix typo in docstring.
2881 2007-01-07  Alan Mackenzie  <acm@muc.de>
2883         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2884         Amend doc-string and comments.
2886 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2888         * files.el (abbreviate-file-name): Doc fix.
2890 2007-01-06  Markus Triska  <triska@gmx.at>
2892         * subr.el (split-string): Remove spurious ")" from doc string.
2894 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2896         * textmodes/table.el (table--warn-incompatibility):
2897         Use display-warning instead of momentary-string-display.
2899 2007-01-05  Richard Stallman  <rms@gnu.org>
2901         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2903         * simple.el (backward-kill-word): Doc fix.
2905 2007-01-05  Romain Francoise  <romain@orebokech.com>
2907         * international/mule.el (sgml-html-meta-auto-coding-function):
2908         Ensure that the buffer contains a HTML document.
2910 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2912         * faces.el (momentary): Move here ...
2913         * subr.el (momentary): ... from here.
2915 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2917         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2918         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2919         large structures/arrays.
2921 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2923         * files.el (find-file-noselect-1, set-visited-file-name):
2924         Allow backup-enable-predicate to be nil.
2926 2007-01-04  Andreas Schwab  <schwab@suse.de>
2928         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2929         last change.
2931 2007-01-03  Richard Stallman  <rms@gnu.org>
2933         * woman.el (woman-decode-buffer): Clarify error message.
2935 2007-01-03  Alan Mackenzie  <acm@muc.de>
2937         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2939 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2941         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2943 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2947 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2949         * emulation/viper.el (viper-custom-file-name, viper-mode):
2950         Fix typos in docstrings.
2952         * subr.el (momentary-string-display): After moving point, set POS
2953         variable to it to avoid later errors once the buffer is modified.
2954         Doc fix.
2956 2007-01-02  Alan Mackenzie  <acm@muc.de>
2958         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2959         check that the "*/" is present before trying to manipulate it.
2961 2007-01-02  Richard Stallman  <rms@gnu.org>
2963         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2965         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2966         Fix format of value.
2968         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2969         Change messages accordingly.
2970         (customize-customized): Now alias.
2972 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2974         * files.el (version-control): Doc fix.
2976 2007-01-01  Alan Mackenzie  <acm@muc.de>
2978         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2979         Check the format of c-state-cache is valid for an optimisation before
2980         using it.
2982         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2983         are at a statement within a macro".  Other changes so that only
2984         the first continuation line in a macro gets the symbol
2985         `cpp-define-intro', the others getting `statement', or whatever.
2987         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2988         a string, preserve whitespace.  Add a backslash only when also in
2989         a macro.
2991         * progmodes/cc-defs.el: Correct typos.
2993         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2994         new line after an escaped EOL in a string.
2996         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2997         label when it directly follows "else", "do", ....
2999         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3000         angle brackets (as seen in "explicit specialisations" of C++
3001         templates).
3003         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3004         in the doc-string.
3006         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3007         when the comment ender looks like "=========*/" and is alone on
3008         its line.
3010         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3011         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
3012         for the old name.
3014         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3015         c-\(beginning\|end\)-of-defun by default.
3017         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3018         New line-up function, for the DEFUN macro in the Emacs C sources.
3019         Only used in "gnu" style.
3021         * progmodes/cc-styles.el (c-style-alist): Use this new function in
3022         the "gnu" style.
3024         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3025         clean-up comment-close-slash also to work when there's a comment
3026         terminator on the line.
3027         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3028         these for large arg - only take account of top level {..}, except
3029         for initial and final adjustments.  M-- C-M-[ae] now go to the
3030         right defuns when the starting point is between defuns.  They use
3031         the four new functions:
3032         (c-in-function-trailer-p, c-where-wrt-brace-construct)
3033         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3034         support c-\(beginning\|end\)-of-defun.
3036         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3037         expressions more rigorously, to exclude bit-field specifiers from
3038         being classed as labels.
3039         (c-forward-label): When analyzing a ":" within a macro, be careful
3040         about using c-forward-syntactic-ws at the macro beginning.
3041         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3042         stmt boundary, check for "operator=", etc.
3044         * progmodes/cc-mode.el (c-postprocess-file-styles):
3045         Bind inhibit-read-only to t, around the call to
3046         c-remove-any-local-eval-or-mode-variables, so that it works on a
3047         RO file.
3049         * progmodes/cc-defs.el (c-version): Update the version number to
3050         "5.31.4".
3052 2007-01-01  Richard Stallman  <rms@gnu.org>
3054         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3055         only if we restored isearch-window-configuration.
3057 2006-12-31  Romain Francoise  <romain@orebokech.com>
3059         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3061 2006-12-31  Kim F. Storm  <storm@cua.dk>
3063         * files.el (auto-mode-case-fold): New defcustom.
3064         (set-auto-mode): If non-nil, perform second case-sensitive pass
3065         through auto-mode-alist if first pass failed.
3067 2006-12-30  Richard Stallman  <rms@gnu.org>
3069         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3071 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
3073         * allout.el (allout-encrypt-string): Handle symmetric-key
3074         passphrase caching but leave keypair caching to pgg.
3076 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
3078         Sync with Tramp 2.0.55.
3080         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3081         `integerp'.  `char-equal' could fail else in case of negative
3082         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3083         (top): Check for `font-lock-add-keywords' before calling; it
3084         doesn't exist under XEmacs.
3085         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
3086         (tramp-completion-mode): Remove clause (not
3087         tramp-unified-filenames), because the function is called in other
3088         context too, where this check results in wrong results in the
3089         XEmacs case on Windows.
3090         (tramp-touch): UTC handling is not possible for XEmacs.
3092 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3094         * scroll-bar.el (previous-scroll-bar-mode): New variable
3095         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3096         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3098         * term/x-win.el: Set scroll bar mode to right if set by X resources.
3100 2006-12-30  Richard Stallman  <rms@gnu.org>
3102         * files.el (make-backup-file-name-1): Precompute abs name
3103         but don't lose the relative name.
3105         * international/mule-cmds.el (select-safe-coding-system-interactively):
3106         Fix message.
3108 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3110         * files.el (backup-buffer): Show entire backup file name in msg.
3112 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
3114         * image.el (image-type-header-regexps, image-type-from-data)
3115         (image-type-from-buffer, image-type-from-file-header):
3116         Revert changes from 2006-12-26.
3117         (image-type-auto-detectable): New variable.
3118         (image-type-auto-detected-p): New function.
3120         * files.el (magic-mode-alist): Detect image files with
3121         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3123 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
3125         * dired.el (dired-sort-other): Move test for dired-mode...
3126         (dired-sort-set-modeline): ...to here.
3128 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3130         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3131         change.  Suggested by Stefan Monnier.
3133 2006-12-29  Kim F. Storm  <storm@cua.dk>
3135         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3136         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3138 2006-12-27  Kim F. Storm  <storm@cua.dk>
3140         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3141         so it doesn't accidentally match an fsf.org mail address.
3142         (authors-renamed-files-alist): Add tcover-*.el.
3144 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * vc-arch.el (vc-arch-find-version): New function.
3148         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3149         composed of arbitrary characters (even /) in some systems.
3151 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3153         * international/mule-cmds.el (select-safe-coding-system-interactively):
3154         Improve the message in the *Warning* buffer.
3156 2006-12-27  Kim F. Storm  <storm@cua.dk>
3158         * ido.el (ido-set-matches-1): Fix last change.  If default item is
3159         current buffer, it is ok to be first.
3161 2006-12-27  Kenichi Handa  <handa@m17n.org>
3163         * international/mule-cmds.el (select-safe-coding-system-interactively):
3164         Use face `link' for problematic chars.
3166 2006-12-27  Kenichi Handa  <handa@m17n.org>
3168         * international/mule-cmds.el (select-safe-coding-system-interactively):
3169         Improve the message in *Warning* buffer.
3171 2006-12-27  Kim F. Storm  <storm@cua.dk>
3173         * ido.el (ido-set-matches-1): Never put current buffer first if
3174         there are other matches.
3176 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
3178         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3179         expressions.
3180         (gdb-var-delete): Handle duplicate names.  Print message for non
3181         root expressions.
3182         (gdb-partial-output-name): Start buffer name with a space.
3183         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3184         buffer name.
3186 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3188         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3189         last footnote when `footnote-spaced-footnotes' is nil.
3191 2006-12-26  Richard Stallman  <rms@gnu.org>
3193         * cus-edit.el (custom-browse-sort-alphabetically)
3194         (custom-buffer-sort-alphabetically)
3195         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3197         * image.el (image-type-header-regexps): Change element format
3198         to include third item NOT-ALWAYS.
3199         (image-type-from-data): Handle new format.
3200         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3201         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3203 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3205         * add-log.el (add-log-current-defun): Call `forward-sexp'
3206         multiple times to pick a member function name defined as
3207         part of nested classes/namespaces.
3209 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3211         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3212         which keymap should be used to change menu.  It does not affect any
3213         existent code.
3215 2006-12-26  Richard Stallman  <rms@gnu.org>
3217         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3218         rather than for being in a minibuffer window.
3220 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3222         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3223         locale-coding-system.
3224         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3225         LF.
3227 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3229         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3230         (sql-mode-syntax-table): Disable double quoted strings.
3231         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3233 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3235         * startup.el (fancy-splash-last-input-event): New variable.
3236         (fancy-splash-special-event-action): New function.
3237         (fancy-splash-screens): Temporarily bind special events to it.
3238         Execute command for saved special event before exiting from
3239         recursive editing.
3241         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3242         New functions.
3243         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3244         Use mac-unread-string.
3246 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3248         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3249         an optimized comment regexp if `comment-start-skip' uses a ^.
3250         * bs.el (bs--up): Remove interactive spec.
3252 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3254         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3255         Suggested by James Cloos.
3257 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3259         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3260         in March.
3261         (calendar-dst-ends): Default to first Sunday in November.
3263 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3265         * allout.el (allout-encrypt-string): Inhibit use of agent within
3266         body of let form where encryption happens.  Acknowledge non-use of
3267         gpg-agent in docstring.
3268         (allout-toggle-subtree-encryption): Acknowledge non-use of
3269         gpg-agent in docstring.
3271 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3273         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3275 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3277         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3278         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3280         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3281         in hooks.
3282         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3283         actually modify buffer; ignore errors if occur.
3285 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3287         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3288         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3289         formatting.
3291 2006-12-23  Richard Stallman  <rms@gnu.org>
3293         * simple.el (delete-horizontal-space): Doc fix.
3295 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3297         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3298         explicitly in a recursive Make, not implicitly through prerequisites,
3299         since the latter is wrong under parallel builds.
3301 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3303         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3305 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3307         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3308         message string.
3310 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3312         * outline.el (outline-next-visible-heading): Fix the case with a
3313         header at end-of-file with no final newline.
3315 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3317         * indent.el (tab-always-indent): Doc fix.
3319 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3321         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3322         (Info-fontify-node): Do fontify indices.
3324         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3325         to the Emacs Lisp reference manual.
3326         (tutorial--tab-map): Remove.  All callers changed.
3327         (tutorial--find-changed-keys): New elt QUIET, used to...
3328         (tutorial--display-changes): ...ensure that warning messages are
3329         only issued once per changed key.
3330         (tutorial--remove-remarks): Delete unused code-path.
3331         (lang-strings): Remove extraneous formatting.
3332         (tutorial--save-tutorial): Prompt before saving tutorial state.
3334 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3336         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3337         Replace '?\ ' by '?\s' throughout.
3338         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3339         `help' custom group.
3340         (tutorial--key-description): New function.
3341         (tutorial--display-changes): Remove redundant arg.  Scan for all
3342         key sequences to avoid false matches.  Cleanup.
3343         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3344         reduce homedir pollution.
3345         (help-with-tutorial): Call tutorial--display-changes with no arg.
3347 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3349         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3351 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3353         * net/tramp.el (tramp-default-method): We still need to check for
3354         `executable-find', because it is not bound under Emacs 20.
3355         (tramp-handle-file-name-completion)
3356         (tramp-completion-handle-file-name-completion): Handle optional
3357         parameter PREDICATE.
3358         (tramp-find-default-method): Add code for default values.
3360 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3362         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3363         make gud-go send "continue".
3365 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3367         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3368         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3370 2006-12-19  Kim F. Storm  <storm@cua.dk>
3372         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3373         instead of global-map.
3375         * files.el (magic-mode-alist): Allow matching file type by
3376         calling a function at bob.  Check for image types by calling
3377         image-type-from-buffer.  Suggested by Juanma Barranquero.
3378         (set-auto-mode): Do it.
3380 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3382         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3383         Remove "ControlMaster" option from the other `scp*' methods.
3384         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3386 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3388         * textmodes/org.el (org-mode): Show context after isearch.
3389         (org-show-siblings): New function.
3390         (org-show-context): Use `org-show-siblings'.
3392 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3395         Use syntax-ppss-toplevel-pos.
3397 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3399         * textmodes/org.el (org-current-line): Make sure that lines are
3400         counted from beginning of buffer.
3401         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3402         lines are counted from beginning of buffer.
3404 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3406         * info.el (Info-build-node-completions): Signal error if tag-table
3407         marker is not found.
3409         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3411 2006-12-17  Alan Mackenzie  <acm@muc.de>
3413         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3414         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3415         Based on code by Martin Rudalics.
3417         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3418         open-paren-in-column-0-is-defun-start to nil any more.
3420 2006-12-17  Richard Stallman  <rms@gnu.org>
3422         * simple.el (delete-horizontal-space): Use prefix arg.
3424         * help-fns.el (describe-variable): Improve blank separator lines.
3426         * files.el (magic-mode-alist): Mark as risky.
3428         * files.el (make-backup-file-name-1):
3429         Expand backup-directory explicitly.
3431 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3433         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3434         check whether package password.el is loaded, or Pageant is running.
3436 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3438         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3439         (icalendar--rris): First try Emacs, then XEmacs.
3440         (icalendar--convert-ical-to-diary): Doc fix.
3441         Insert newline at end of target file.
3443 2006-12-17  Kim F. Storm  <storm@cua.dk>
3445         * outline.el (outline-isearch-open-invisible-function): New defvar.
3446         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3447         overlay property instead of outline-isearch-open-invisible.
3449 2006-12-16  Kim F. Storm  <storm@cua.dk>
3451         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3452         if ido-directory-too-big is set on entry.
3453         (ido-toggle-ignore, ido-completion-help): Print message while
3454         reading big directory.
3456 2006-12-15  Richard Stallman  <rms@gnu.org>
3458         * shell.el (shell): Doc fix.
3460 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3462         * emulation/edt.el (edt-xserver):
3463         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3464         to fix a problem on Cygwin.
3466         * emulation/edt.el
3467         * emulation/edt-mapper.el
3468         * emulation/edt-lk201.el
3469         * emulation/edt-pc.el
3470         * emulation/edt-vt100.el: Update maintainer's email address.
3472 2006-12-15  Simon Marshall  <simon@gnu.org>
3474         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3476 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3478         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3479         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3480         instead of mac-atsu-font-table.
3481         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3483 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3485         * align.el (align-match-tex-pattern): Fix a rare bug which
3486         hanged Emacs.
3488 2006-12-14  Richard Stallman  <rms@gnu.org>
3490         * startup.el (use-fancy-splash-screens-p): Use frame-height
3491         instead of window-height.  Pass frame to image-size.
3493 2006-12-13  Kenichi Handa  <handa@m17n.org>
3495         * international/mule-cmds.el (set-locale-environment):
3496         Set default-sendmail-coding-system too.
3498 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3500         * progmodes/idlw-help.el: Fix copyright notice.
3502 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3506 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3508         * subr.el (unread-command-char): Reformat obsolescence info.
3510 2006-12-11  Richard Stallman  <rms@gnu.org>
3512         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3513         about calls to cl-struct-setf-expander.
3515 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3517         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3518         (ediff-combination-pattern): Fix typo in docstring.
3520         * textmodes/refer.el (refer-find-entry): Doc fix.
3521         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3522         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3523         Fix tipos in docstrings.
3525         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3527 2006-12-10  Kim F. Storm  <storm@cua.dk>
3529         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3530         instead of binding M-backspace.
3532 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3534         * replace.el (replace-match-data, replace-match-maybe-edit):
3535         * calc/calc-aent.el (calc-eval-error):
3536         * emulation/vi.el (vi-char-argument):
3537         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3538         (c-vsemi-status-unknown-p-fn): Doc fixes.
3540 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3542         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3543         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3545 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3547         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3549 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3551         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3553         * man.el (Man-xref-button-action): New function.  If the
3554         `Man-target-string' button property is a function, assume it
3555         accepts a position argument.
3556         (Man-abstract-xref-man-page): Use it.
3557         (Man-default-man-entry): New optional arg POS.
3559         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3560         symlink arrows read-only and non-rear-sticky.
3562 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3564         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3565         (wdired-search-and-rename): Simplify code.
3566         (wdired-preprocess-files, wdired-preprocess-perms): Make
3567         read-only property of preceding character rear-nonsticky to
3568         avoid that it can be modified.  Put old-name and old-link
3569         properties on character preceding name and replace
3570         put-text-property by add-text-properties.
3571         (wdired-get-filename, wdired-get-previous-link): Get old-name
3572         and old-link properties from character preceding name and
3573         simplify code.
3574         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3575         (wdired-perms-to-number): Make local-map property
3576         rear-nonsticky to avoid that text following permissions may be
3577         modified.  Use add-text-properties instead of put-text-property
3578         when changing a permission bit.
3579         (wdired-change-to-dired-mode): Remove stickiness properties.
3581 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3583         * international/mule-cmds.el (register-input-method): Doc fix.
3585 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3587         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3589 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3591         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3592         Force buffer local defs evaluation on local variables loading.
3593         (flyspell-mode-on, flyspell-mode-off): Use it in
3594         `hack-local-variables-hook'.
3596 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3598         * emacs-lisp/find-func.el (find-variable): Doc fix.
3600         * help-fns.el (variable-at-point): Doc fix.
3602         * w32-fns.el (w32-append-code-lines): New function.
3604 2006-12-09  Romain Francoise  <romain@orebokech.com>
3606         * comint.el (comint-insert-input): Delete obsolete comment.
3608 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3610         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3611         current frame, in case we're connected to several displays.
3613 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3615         * frame.el (other-frame): Doc fix.
3616         (set-frame-parameter): Fix typo in docstring.
3618 2006-12-07  Kim F. Storm  <storm@cua.dk>
3620         * info.el (Info-index): Strip leading colon from topic.
3622 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3624         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3625         to pointers.
3627 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3629         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3630         Trim out spurious class inheritance "None" entries.
3632 2006-12-05  Kim F. Storm  <storm@cua.dk>
3634         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3635         (cua-paste-pop): Rework last change for
3636         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3637         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3638         text inserted by the last M-y command.
3640 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3642         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3643         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3645         * shell.el (shell): Search the start file in ~/.emacs.d as
3646         `init_SHELLNAME.sh' instead.
3648 2006-12-05  Glenn Morris  <rgm@gnu.org>
3650         * progmodes/cperl-mode.el (cperl-mode)
3651         * progmodes/f90.el (f90-mode-abbrev-table)
3652         * progmodes/fortran.el (fortran-mode-abbrev-table)
3653         * progmodes/octave-mod.el (octave-abbrev-table)
3654         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3655         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3657         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3658         clear abbrev table, else saved abbrevs will not be restored.
3660 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3662         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3663         the call to `make-obsolete-variable', not in the docstring.
3665 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3667         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3669 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3671         * progmodes/ebnf-abn.el:
3672         * progmodes/ebnf-bnf.el:
3673         * progmodes/ebnf-dtd.el:
3674         * progmodes/ebnf-ebx.el:
3675         * progmodes/ebnf-iso.el:
3676         * progmodes/ebnf-otz.el:
3677         * progmodes/ebnf-yac.el:
3678         * progmodes/ebnf2ps.el:
3679         * delim-col.el:
3680         * printing.el:
3681         * ps-bdf.el:
3682         * ps-mule.el:
3683         * ps-print.el: Remove 'Time-stamp' comment mark.
3685         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3686         'easy-menu-add-item' when called in Emacs 21 or higher.
3688 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3690         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3691         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3693 2006-12-04  Kim F. Storm  <storm@cua.dk>
3695         * bindings.el (global-map): Bind [signal t] to ignore, to have
3696         user signals ignored by default.
3698 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3700         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3701         Unicode data file pointed to by `describe-char-unicodedata-file'.
3703 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3706         O(n^2) regexp-search by anchoring the search.
3708 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3710         * whitespace.el (whitespace-cleanup-internal): Use current
3711         argument for recursive call.
3713 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/tramp.el (tramp-methods): Add "ControlPath" and
3716         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3717         Andreas Schwab <schwab@suse.de>.
3718         (tramp-do-copy-or-rename-file-out-of-band)
3719         (tramp-open-connection-rsh): Compute format spec for ?t.
3720         (tramp-process-actions): Trace command parameters.
3722 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3724         * simple.el (toggle-truncate-lines): Clarify doc string.
3726         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3727         (gdb-speedbar-expand-node): Use it.
3729 2006-12-04  Richard Stallman  <rms@gnu.org>
3731         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3733         * dired.el (dired-revert): Turn off dired-after-readin-hook
3734         around call to dired-readin.
3736         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3737         to echo area messages.
3738         <indicate-empty-lines, case-fold-search>:
3739         Add "globally" to Help string.
3740         <case-fold-search>: MESSAGE arg need not say "globally".
3741         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3743 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3745         * outline.el (outline-end-of-subtree): Don't leave an empty
3746         line hidden as we would a real next heading.
3748 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3750         * allout.el (allout-ascend): Add an optional argument to preserve
3751         original position of point when unsuccessful.  Also, fix a
3752         docstring error.
3753         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3754         work again, using allout-ascend's new option.
3755         (allout-setup-mode-map): Extract from allout-mode to initialize
3756         allout-mode-map.  Call it on file load, so the mode docstring
3757         substitutions work even if allout mode has not yet been invoked.
3758         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3759         customizations since the map was last processed.  Also, refine the
3760         docstring so it's ship-shape for release.
3761         (allout-default-layout, allout-beginning-of-line-cycles)
3762         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3763         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3764         (allout-version, allout-layout, allout-infer-body-reindent)
3765         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3766         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3767         (allout-previous-heading, allout-goto-prefix-doublechecked)
3768         (allout-current-bullet-pos, allout-next-sibling-leap)
3769         (allout-pre-command-business, allout-encrypted-type-prefix)
3770         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3771         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3772         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3773         (allout-old-expose-topic, allout-listify-exposed)
3774         (allout-process-exposed, allout-latex-verb-quote)
3775         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3776         (allout-toggle-current-subtree-encryption)
3777         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3778         Remove extraneous open-paren and close paren string escapes.
3780 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3782         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3783         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3784         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3785         Fix typos in docstrings.
3787 2006-12-03  Glenn Morris  <rgm@gnu.org>
3789         * progmodes/cc-align.el
3790         * progmodes/cc-awk.el
3791         * progmodes/cc-cmds.el
3792         * progmodes/cc-compat.el
3793         * progmodes/cc-defs.el
3794         * progmodes/cc-engine.el
3795         * progmodes/cc-langs.el
3796         * progmodes/cc-menus.el
3797         * progmodes/cc-mode.el
3798         * progmodes/cc-styles.el
3799         * progmodes/cc-vars.el
3800         * progmodes/vhdl-mode.el: Fix Copyright format.
3802 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3804         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3805         initial down event.
3807 2006-12-02  Kim F. Storm  <storm@cua.dk>
3809         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3810         (cua-repeat-replace-region): Make M-v more robust.
3811         (cua-paste-pop-rotate-temporarily): New defcustom.
3812         (cua-paste-pop): Use it.
3813         (cua-auto-mark-last-change): New defcustom.
3814         (cua-pop-to-last-change): New helper function.
3815         (cua-set-mark): Use them.
3817 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3819         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3820         mini-buffer message.
3822 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3824         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3826 2006-12-01  Ben North  <ben@redfrontdoor.org>
3828         * paren.el: Fix the highlight overlay extension when the user types a
3829         sequence of char very fast just before the open parenthesis.
3831 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3833         * ps-mule.el: Eliminate Emacs 20 compatibility.
3835         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3836         (ps-print-version): New version 6.7.
3837         (ps-print-quote): Replace '?\ ' by '?\s'.
3839 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3841         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3842         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3843         (hexl-end-of-1k-page): Doc fixes.
3844         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3845         Fix typos in docstrings.
3847 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3849         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3850         locally, i.e. without using file name handlers.
3851         (ido-read-internal): Allow mono letter host names, avoiding the
3852         `c:' problem by testing if the file exists locally.
3853         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3855 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3857         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3858         to avoid bytecomp warnings.
3859         (hexl-mode-old-ruler-function): New variable.
3860         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3861         and `hl-line-range-function' after `require' hl-line.
3862         Then bind `hl-line-range-function' and `hl-line-face'.
3863         Don't require frame.  Don't use `with-no-warnings'.
3864         (hexl-activate-ruler): Store the original value of
3865         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3866         (hexl-mode-exit): Restore the original value of
3867         `ruler-mode-ruler-function'.
3869 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3871         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3872         (hexl-mode-old-hl-line-face): New variable.
3873         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3874         line when exit from the hexl-mode.
3876 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3878         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3879         Doc fixes.
3881         * international/fontset.el (create-fontset-from-ascii-font)
3882         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3883         (fontset-name-p): Fix typo in docstring.
3885         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3887 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3889         * ps-bdf.el: Fix maintainer email.
3891         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3892         compatibility.
3894         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3895         21 compatibility.
3896         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3897         Emacs 20 & 21.
3899 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3901         * progmodes/idlwave.el (idlwave-auto-fill):
3902         Remove paragraph-start let to prevent auto-fill giving up.
3904 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3906         * vt100-led.el (led-state): Fix typo in previous change.
3908 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3910         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3911         Fix interactive spec of the functions getting defined to make them
3912         work as documented.
3914 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3916         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3918 2006-11-28  Kim F. Storm  <storm@cua.dk>
3920         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3921         icomplete-mode is enabled.
3923 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3925         * textmodes/org.el (require): Require gnus-sum during compilation
3926         to avoid problem with a macro call.
3928 2006-11-28  Glenn Morris  <rgm@gnu.org>
3930         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3932         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3933         (fortran-window-create-momentarily): Do not need string-to-char.
3935 2006-11-28  Richard Stallman  <rms@gnu.org>
3937         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3938         Replace incorrect use of assoc-default with a loop.
3940         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3942         * simple.el (next-error-find-buffer): Improve messages.
3944         * files.el (revert-buffer): Special error message if file
3945         is now not readable.
3947         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3948         constructed commands.
3950         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3951         in INSIDE_EMACS.
3953 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3957         * server.el: Remove spurious * in docstrings.
3958         (server-process-filter): Exit from recursive editing before processing
3959         a new request.
3961 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3963         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3964         line so hidden blocks will be correctly identified.
3966 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3968         * ledit.el (ledit-save-defun, ledit-mode):
3969         * resume.el (resume-emacs-args-buffer):
3970         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3971         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3972         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3973         (command-send-input, command-kill-line):
3974         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3976         * autoarg.el (autoarg-kp-mode): Doc fix.
3978         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3979         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3980         (check-emacs-lock): Doc fix.  Simplify.
3982         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3983         (iimage-mode-buffer): Fix typos in docstring.
3985         * misc.el (zap-up-to-char): Doc fix.
3987         * time-stamp.el: Fix comment and obsolescence string for old
3988         functions.  Use `dolist' instead of `while'.
3990         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3992         * disp-table.el (standard-display-8bit, standard-display-default):
3993         * ebuff-menu.el (electric-buffer-list):
3994         * ehelp.el (electric-help-command-loop):
3995         * font-core.el (font-lock-mode):
3996         * help-macro.el (make-help-screen):
3997         * help.el (describe-minor-mode-completion-table-for-indicator)
3998         (lookup-minor-mode-from-indicator):
3999         * indent.el (tab-to-tab-stop, move-to-tab-stop):
4000         * info-look.el (info-lookup-guess-custom-symbol):
4001         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4002         * longlines.el (longlines-wrap-line):
4003         * macros.el (insert-kbd-macro):
4004         * menu-bar.el (menu-bar-update-buffers):
4005         * misc.el (copy-from-above-command):
4006         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4007         * newcomment.el (comment-indent):
4008         * novice.el (disabled-command-function):
4009         * sort.el (sort-fields-syntax-table):
4010         * subr.el (momentary-string-display):
4011         * tar-mode.el (tar-header-block-summarize)
4012         (tar-clear-modification-flags):
4013         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4014         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4015         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4016         (te-delete-char, te-down-vertically-or-scroll):
4017         * time-stamp.el (time-stamp-string-preprocess):
4018         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4020 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4022         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4023         in GUD mode.
4025         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4026         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4028 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4030         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4032 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
4034         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4035         (ada-compile-goto-error): Adapt to new argument profile of
4036         compilation-goto-locus in Emacs 22.  Don't check if the various
4037         compile functions are defined; we already do "(require 'compile)".
4039 2006-11-26  Kim F. Storm  <storm@cua.dk>
4041         * kmacro.el: Fix commentary.
4043 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4045         * progmodes/gud.el (gdb): Explain how to run in text command mode
4046         more clearly.  Say in error message that multiple debugging
4047         requires restarting GDB.
4049 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
4051         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4053 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
4055         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4056         (flymake-popup-menu): Use it instead of posn-at-point.
4058 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4060         * progmodes/cc-vars.el (c-backslash-column):
4061         Mention c-backslash-max-column in documentation for c-backslash-column.
4063 2006-11-24  Lars Hansen  <larsh@soem.dk>
4065         * net/tramp.el (tramp-default-method): Under Windows, change from
4066         plink to pscp.
4067         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4068         (tramp-actions-copy-out-of-band):
4069         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4070         (tramp-action-out-of-band): Move "Permission denied" handling to
4071         tramp-action-copy-failed.
4072         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4073         process buffer.
4075 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4078         strings to a single string.  Quote `errors-file-name'.
4079         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4080         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4081         Adjust calls.  Use `shell-quote-argument'.
4083         * international/mule.el (load-with-code-conversion)
4084         (with-category-table): Use with-current-buffer.
4085         (after-insert-file-set-coding): Use restore-buffer-modified-p.
4087 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
4089         * mail/smtpmail.el (smtpmail-send-it):
4090         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
4091         MIME header for the message encoding.
4092         Bind coding-system-for-write around the call to mail-do-fcc.
4093         Use smtpmail-code-conv-from to encode queued mail messages.
4095 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4097         * tabify.el (tabify-regexp): Doc fix.
4099         * net/rcirc.el (rcirc-buffer-maximum-lines):
4100         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4102         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4103         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4104         Fix typos in output messages.
4105         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4107 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4110         the horse's mouth.
4111         (hexlify-buffer): Don't re-encode an arg that's already encoded.
4113 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4115         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4116         Remove condition-case.
4118 2006-11-23  Glenn Morris  <rgm@gnu.org>
4120         * progmodes/f90.el (f90-comment-indent): Do not move point in
4121         default case.
4123 2006-11-21  Romain Francoise  <romain@orebokech.com>
4125         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4126         from library name (reverts change of 2005-10-25).
4128 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4130         * tutorial.el (tutorial--default-keys): Add newline and
4131         delete-backward-char bindings.
4132         (tutorial--detailed-help): Save excursion when finding keys.
4133         Correct warning string for M-x FOO case.
4134         (tutorial--display-changes): Print special keys in tutorial style.
4135         Tweak search regexp for changed keys.
4137 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4139         * thingatpt.el (thing-at-point-url-at-point): Don't add a
4140         redundant scheme.
4142 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
4144         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4145         are new to the list at IANA.  Also added irc, mms, mmsh.
4147 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
4149         * progmodes/idlw-help.el (idlwave-html-help-location):
4150         Fail gracefully for missing help packages.
4151         (idlwave-help-assistant-open-link): Open full links.
4152         (idlwave-help-assistant-help-with-topic): Direct help link.
4154         * progmodes/idlwave.el (idlwave-mode):
4155         Set add-log-current-defun-function.
4156         (idlwave-current-routine-fullname): Add, to support add-log.
4157         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4158         to reflect improvements to xml-parse-file.
4159         (idlwave-mode-menu-def): New binding for help-with-topic.
4161         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4162         Handle extra newlines and spaces.
4163         (idlwave-shell-mode-map): Add help-with-topic.
4165 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
4167         * tutorial.el (tutorial-warning-face): New face.
4168         (tutorial--detailed-help, tutorial--display-changes): Use it.
4169         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4170         Improve search pattern for occurrences of changed keys.
4172 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4174         * term/x-win.el (x-last-cut-buffer-coding): New variable.
4175         (x-select-text): Set it.
4176         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4177         when checking for newness.
4179 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4181         * subr.el (posn-image):
4182         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4184         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4186 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4188         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4189         Exceptions to the rule "add a space between an identifier and an
4190         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4191         (glasses-parenthesis-exception-p): New.  Check if the region is an
4192         exception regarding to that.
4193         (glasses-make-readable): Use it.
4194         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4195         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4197 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4199         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4201 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4203         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4205         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4206         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4208 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4210         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4211         conditions for function or variable bindings.
4213         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4215         * progmodes/compile.el (compilation-start): Ditto.
4217 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4219         * net/tramp.el (top): cl and custom are always required.
4221 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4223         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4224         cut-buffers with next-selection-coding-system if not nil.
4226 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4228         * textmodes/org.el (org-fix-decoded-time): New function.
4229         (org-display-custom-time): Use `org-fix-decoded-time'.
4231 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4233         * menu-bar.el (menu-bar-games-menu): Remove yow.
4235 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4237         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4238         (org-detach-overlay): Rename from `org-detatch-overlay'.
4239         (org-table-convert-region): Insert space after column separator.
4240         (org-agenda-kill): New command.
4241         (org-metaleft): Call `org-outdent-item' on bullets.
4242         (org-metaright): Call `org-indent-item' on bullets.
4243         (org-timestamp-change): Set `org-last-changed-timestamp'.
4244         (org-current-line): Make sure (bolp) returns correct result.
4245         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4247 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4249         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4251 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4253         * mouse.el (global-map): Change 2006-08-16 fix to call
4254         mouse-yank-at-click explicitly, since mouse events are not carried
4255         over into keyboard macros.
4257 2006-11-16  Kim F. Storm  <storm@cua.dk>
4259         * ido.el (ido-file-internal): Use current buffer's file name as default
4260         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4262 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4264         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4265         (allout-inhibit-aberrance-doublecheck): Rename from
4266         allout-during-yank-processing.  All callers changed.
4267         (allout-ascend): Provide for unusual case where some topic after
4268         the first in file is at lower depth than the first.
4269         (allout-shift-in): Ensure the offspring of the new containing
4270         topic are exposed.
4271         (allout-encrypt-string): Preserve the coding-system of the text,
4272         according to that of the containing buffer.
4273         (allout-toggle-subtree-encryption): When the text being encrypted
4274         requires a different coding system, offer to preserve the coding
4275         system using a file local var.
4277 2006-11-15  Simon Marshall  <simon@gnu.org>
4279         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4280         to recognise "T t()" as a function declaration, rather than a
4281         variable instantiation, iff at the top-level or inside a class
4282         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4284 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4286         * progmodes/ada-xref.el (ada-parse-prj-file):
4287         Don't delete project buffer; user may want to edit it.
4288         (ada-xref-set-project-field, ada-xref-current-project-file)
4289         (ada-xref-current-project, ada-show-current-project)
4290         (ada-set-main-compile-application): New functions.
4291         (ada-xref-get-project-field, ada-require-project-file):
4292         Normalize use of ada-prj-default-project-file.
4293         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4294         Normalize use of ada-require-project-file.
4295         (ada-prj-find-prj-file): Improve doc string, comments.
4297         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4298         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4299         (ada-create-menu): Add ada-set-main-compile-application,
4300         ada-show-current-main, ada-show-current-project.
4302 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4304         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4305         (inferior-python-mode): Use it.
4307 2006-11-14  Andreas Schwab  <schwab@suse.de>
4309         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4311 2006-11-13  Kim F. Storm  <storm@cua.dk>
4313         * ido.el (ido-copy-current-word): C-o copies region if active.
4315 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4317         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4319 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4321         * ediff.el (ediff-revision):
4322         * files.el (set-visited-file-name):
4323         * mail/rmailout.el (rmail-output-body-to-file):
4324         Use `format', not `message', in `y-or-n-p' call.
4326 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4328         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4329         (org-metaright): Call `org-indent-item' on bullets.
4330         (org-timestamp-change): Set `org-last-changed-timestamp'.
4331         (org-current-line): Make sure (bolp) returns correct result.
4332         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4334 2006-11-12  Richard Stallman  <rms@gnu.org>
4336         * language/european.el (turkish-case-conversion-enable)
4337         (turkish-case-conversion-disable): New functions.
4338         ("Turkish" lang env): Use them.
4340         * international/characters.el (case table):
4341         Do nothing special for i and I.
4343         * subr.el (remove-overlays): Fix last change.
4345         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4346         for visiting the custom file.
4348 2006-11-12  Markus Triska  <triska@gmx.at>
4350         * play/handwrite.el (handwrite): Also process lines not ending
4351         with newline.  Replace some position-fiddling with different
4352         logic.  Improve performance.
4354 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4356         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4357         replacing deleted variable `ada-check-switch'.
4358         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4359         (ada-xref-project-files): Improve doc string.
4360         (ada-find-executable): New function.
4361         (ada-initialize-runtime-library): Use `ada-find-executable'.
4362         (ada-xref-set-default-prj-values): In compile commands, don't need
4363         `ada-cd-command'; `compile' does that more portably.
4364         Use ada-prj-default-check-cmd.
4365         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4366         properties if not specified in project file.
4367         (ada-goto-declaration): Display useful message for new error
4368         'error-file-not-found.
4369         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4370         'error-file-not-found.
4371         (ada-get-all-references): Match latest ali syntax.  Signal new
4372         error 'error-file-not-found.
4373         (ada-find-in-ali): Match latest ali syntax.
4374         (ada-make-filename-from-adaname): Handle different semantics of
4375         gnatkr in GNAT 3.15p vs later.
4377         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4378         ada-procedure-start-regexp.
4379         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4381         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4382         with defvar.
4383         (ada-language-version): Rename ada05 -> ada2005.
4384         (ada-align-region-separate): Add `eval-when-compile'.
4385         (ada-name-regexp): Remove unneeded escapes in regexp character
4386         alternative.
4387         (ada-compile-goto-error-file-linenr-re): New constant.
4388         (ada-matching-start-re): Handle additional cases `declare',
4389         `procedure', `function'.
4390         (ada-compile-goto-error): Handle "... at line nn".
4391         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4392         Delete support for old versions of `align'.
4393         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4394         (ada-check-defun-name): Simplify handling of `declare'.
4395         (ada-goto-matching-start): Handle nested `begin ... end'.
4396         Handle `declare', `protected', `procedure', `function'.
4397         (ada-create-menu): Presence of arm95 is not conditional on using
4398         GNAT compiler.
4400 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4402         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4403         nil in the *RE-Builder* buffer (it causes spurious error messages).
4405         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4406         been set to t, respect it.
4408 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4410         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4411         Delete commented out code for old Emacs versions.  Autoloading of
4412         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4413         (ada-mode-version): Bump version number.
4414         (ada-95-string-keywords, ada-2005-string-keywords)
4415         (ada-2005-keywords, ada-name-regexp): New constant.
4416         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4417         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4418         (ada-package-start-regexp): Support private packages, include package
4419         name (for ada-set-point-accordingly).
4420         (ada-next-procedure, ada-previous-procedure)
4421         (ada-which-function-are-we-in): Match changes to
4422         ada-procedure-start-regexp.
4423         (ada-make-body): Make non-interactive; not a user function.
4424         (ada-make-subprogram-body): Improve doc string.
4426 2006-11-11  Romain Francoise  <romain@orebokech.com>
4428         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4429         `compilation-error-regexp-alist' buffer-local, since we changed
4430         `compilation-error-regexp-alist-alist' locally.
4432 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4434         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4435         to the value of `server-raise-frame'.
4437 2006-11-11  Glenn Morris  <rgm@gnu.org>
4439         * ido.el (ido-enable-prefix)
4440         * ses.el (ses-call-printer-return)
4441         * net/tramp.el (tramp-unified-filenames)
4442         * progmodes/cc-align.el (c-lineup-string-cont)
4443         * progmodes/compile.el (compilation-directory-matcher)
4444         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4445         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4446         (vhdl-clock-rising-edge)
4447         * textmodes/org.el (org-export-with-timestamps)
4448         (org-export-remove-timestamps-from-toc)
4449         (org-export-with-tags): Improve previous doc fixes.
4451 2006-11-11  Richard Stallman  <rms@gnu.org>
4453         * textmodes/flyspell.el (flyspell-mode-map):
4454         Bind C-c $ instead of M-RET.
4456 2006-11-10  Simon Marshall  <simon@gnu.org>
4458         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4459         fontification for "case" and "default" keywords.
4461 2006-11-10  Andreas Schwab  <schwab@suse.de>
4463         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4464         Avoid starting sentence with "nil".
4466 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4468         * server.el (server-raise-frame): New option.
4469         (server-switch-buffer): Use it.
4471 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4473         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4474         with a capital.
4476 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4478         * textmodes/org.el (org-show-hierarchy-above)
4479         (org-show-following-heading): Fix typo in default value.
4480         (org-scan-tags): Make the search case-sensitive.
4481         (org-tags-sparse-tree): Don't overrule
4482         `org-show-following-heading' and `org-show-hierarchy-above'.
4483         (org-reveal): New command.
4484         (org-show-context): Rename from `org-show-hierarchy-above'.
4485         (org-fast-tag-selection-single-key): New option.
4486         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4487         (org-tags-overlay): New variable.
4488         (org-agenda-todo-ignore-deadlines): New option.
4489         ("session"): Add circular data structure `org-mark-ring' to
4490         exceptions list in session.el.
4491         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4492         New options.
4493         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4494         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4495         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4496         (org-finalize-agenda): Activate bracket links in agenda.
4497         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4498         INACTIVE-OK.
4499         (org-show-hierarchy-above, org-show-following-heading):
4500         List values allowed for fine-tuned configuration.
4501         (org-show-hierarchy-above): New argument CONTEXT, use the
4502         fine-tuned settings in `org-show-hierarchy-above' and
4503         `org-show-following-heading'.
4504         (org-display-custom-time): New function.
4505         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4506         (org-display-custom-times, org-time-stamp-custom-formats):
4507         (org-maybe-intangible): New macro.
4508         (org-activate-bracket-links, org-hide-wide-columns):
4509         Use `org-maybe-intangible'.
4510         (org-open-file): Use `shell-quote-argument'.
4511         (org-display-internal-link-with-indirect-buffer): New option.
4512         (org-file-remote-p): Get regexp from list.
4513         (org-link-expand-abbrev): New function.
4514         (org-link-abbrev-alist): New option.
4515         (org-open-at-point, org-cleaned-string-for-export):
4516         Call `org-link-expand-abbrev'.
4517         (org-timeline, org-agenda-list, org-todo-list)
4518         (org-tags-view): Remove the KEEP-MODES argument.
4519         (org-finalize-agenda-hook): New hook.
4520         (org-get-alist-option): New function.
4521         (org-follow-timestamp-link): New function.
4522         (org-open-at-point): Call `org-follow-timestamp-link'.
4523         (org-log-note-marker, org-log-note-purpose)
4524         (org-log-note-window-configuration): New variables.
4525         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4526         (org-log-note-headings): New option.
4527         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4528         (org-store-link): Support for dired-mode.
4529         (org-open-file): Substitute environment variables into filename.
4530         (org-last): New defsubst.
4531         (org-agenda-re-align-tags): New function.
4532         (org-agenda-align-tags-to-column): New option.
4533         (org-agenda-timeline): Group removed.
4534         (org-prepare-agenda, org-prepare-agenda-buffers)
4535         (org-run-agenda-series, org-timeline, org-agenda-list)
4536         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4537         the text property inticating the agenda type.
4538         (org-agenda-post-command-hook): Get agenda type from text property
4539         at point.
4540         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4541         and obey `org-agenda-overriding-arguments'.
4542         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4543         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4544         (org-agenda-week-view, org-agenda-day-view):
4545         Use `org-agenda-overriding-arguments' to make updating work with
4546         multi-block agendas.
4547         (org-agenda-prefix-format): Allow different formats for the
4548         different agenda entry types.
4549         (org-timeline-prefix-format): Option removed, use
4550         `org-agenda-prefix-format' instead.
4551         (org-prepare-agenda): New function.
4552         (org-select-timeline-window): Option removed, use
4553         `org-select-agenda-window' instead.
4554         (org-respect-restriction): Variable removed.
4555         (org-cmp-tag): New function.
4556         (org-agenda-sorting-strategy, org-entries-lessp):
4557         Implement sorting by last tag.
4558         (org-complete): Better completion in in-buffer option lines.
4559         (org-in-item-p): New function.
4560         (org-org-menu): Add entries for checkboxes.
4561         (org-cycle): Extra brouping in outline-regexp, because it is used
4562         in a search with "^" prepended.
4563         (org-provide-checkbox-statistics): New option.
4564         (org-set-font-lock-defaults): Highlight checkbox statistics.
4565         (org-update-checkbox-count-maybe)
4566         (org-get-checkbox-statistics-face): New functions.
4567         (org-update-checkbox-count): New command.
4568         (org-insert-item, org-toggle-checkbox):
4569         Call `org-update-checkbox-count-maybe'.
4570         (org-export-as-html): XEmacs compatibility for coding system.
4571         (org-force-cycle-archived): New command.
4572         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4573         overrules cycling.
4574         (org-fix-position-after-promote): If the line contains only a todo
4575         keyword, add a final space.
4576         (org-promote-subtree, org-demote-subtree):
4577         Call `org-fix-position-after-promote'.
4579 2006-11-10  Glenn Morris  <rgm@gnu.org>
4581         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4582         date in every year.
4583         (calendar-dst-check-each-year-flag): New customizable variable.
4584         (calendar-dst-find-data): New function, extracted from
4585         calendar-current-time-zone.
4586         (calendar-current-time-zone): Use calendar-dst-find-data.
4587         (calendar-dst-transition-cache): New variable.
4588         (calendar-dst-find-startend, calendar-dst-starts)
4589         (calendar-dst-ends): New functions.
4590         (calendar-daylight-savings-starts)
4591         (calendar-daylight-savings-ends): Change value to use
4592         calendar-dst-starts, calendar-dst-ends; respectively.
4594         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4596         * ido.el (ido-enable-prefix)
4597         * ses.el (ses-call-printer-return)
4598         * net/tramp.el (tramp-unified-filenames)
4599         * progmodes/cc-align.el (c-lineup-string-cont)
4600         * progmodes/compile.el (compilation-directory-matcher)
4601         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4602         * progmodes/gdb-ui.el (gdb-many-windows)
4603         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4604         (vhdl-clock-rising-edge)
4605         * textmodes/org.el (org-export-with-timestamps)
4606         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4607         (org-read-date): Doc fix (Nil -> nil).
4609 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4611         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4612         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4614 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4616         * bs.el (bs--window-for-buffer): Remove.
4617         (bs--show-with-configuration): Use `get-window-with-predicate'
4618         instead of `bs--window-for-buffer'.
4620 2006-11-10  Kenichi Handa  <handa@m17n.org>
4622         * files.el (revert-buffer): Fix previous change.
4624 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4626         * bs.el (bs--redisplay): Fix typo in docstring.
4627         (bs--window-config-coming-from): Make frame-local.
4628         (bs--restore-window-config): New function.
4629         (bs-kill, bs-select, bs-select-other-window)
4630         (bs-select-other-frame): Use it.
4631         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4632         (bs--show-with-configuration): Save the window configuration as a
4633         frame local var, and only if *buffer-selection* is not already
4634         visible on this frame.
4636 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4638         * vc-svn.el (vc-svn-admin-directory): New var.
4639         (vc-svn-registered, vc-svn-responsible-p)
4640         (vc-svn-repository-hostname): Use it.
4641         Suggested by arit93@yahoo.com.
4643 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4645         * ldefs-boot.el: Regenerate.
4647 2006-11-08  Alan Mackenzie  <acm@muc.de>
4649         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4650         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4651         for least nested open-paren.
4653 2006-11-08  Romain Francoise  <romain@orebokech.com>
4655         * subr.el (remove-overlays): Fix typo in last change.
4657 2006-11-08  Richard Stallman  <rms@gnu.org>
4659         * subr.el (remove-overlays): Call overlay-recenter.
4661 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4663         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4664         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4665         behaviour.
4666         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4667         directly.
4669 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4671         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4672         (ido-max-dir-file-cache, ido-decorations)
4673         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4674         (ido-magic-backward-char, ido-enter-dired)
4675         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4676         (ido-list-directory, ido-first-match, ido-only-match)
4677         (ido-subdir, ido-indicator): Fix typos in docstrings.
4678         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4679         (ido-read-internal): Fix typo in error message.
4681 2006-11-08  Kenichi Handa  <handa@m17n.org>
4683         * international/mule-cmds.el (set-default-coding-systems):
4684         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4686 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4688         * makefile.w32-in (setwins): Remove.
4689         (WINS_ALMOST): New macro.
4690         (WINS): Use it.
4691         (autoloads): Don't extract autoloads from files in obsolete/.
4693 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4695         * whitespace.el (whitespace-buffer): Call remove-overlays after
4696         overlay-recenter for performance.  Suggested by Martin Rudalics.
4698 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4700         * net/tramp.el (tramp-default-method): scp is the default method.
4702 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4704         * server.el (server-start): Save also the Emacs pid in the server file.
4706 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4708         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4709         point when displaying a bibtex cross reference in the echo area.
4711 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4713         * international/mule.el (make-char): Fix typo in docstring.
4714         (load-with-code-conversion, charsetp): Doc fixes.
4716         * international/ja-dic-cnv.el (skkdic-convert):
4717         * cus-edit.el (hook): Fix typo in docstring.
4719 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4721         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4722         (custom-mode-link-map): New variable.
4723         (custom-group-link, custom-manual): Use follow-link.
4725 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4727         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4728         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4730 2006-11-06  Richard Stallman  <rms@gnu.org>
4732         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4733         New function broken out of flyspell-correct-word.
4734         (flyspell-mode-map): Bind it to M-RET.
4735         (flyspell-correct-word): Call it.
4737         * textmodes/fill.el (fill-minibuffer-function): New function.
4738         (fill-paragraph): Bind fill-paragraph-function to
4739         fill-minibuffer-function.
4741         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4742         so that they aren't undefined.
4744         * dired.el (dired-readin): Locally bind file-name-coding-system.
4746         * bindings.el: Shorten and clarify usual mode line mouse help string.
4748         * Makefile.in (autoloads): Don't include `obsolete'.
4750 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4752         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4753         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4754         Printing menu if it's not initialized.
4755         (pr-menu-bind): Act on menu-bar-file-menu directly.
4757 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4759         * help.el (view-emacs-news): Fix typo in error message.
4761         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4763         * shadowfile.el (shadow-define-regexp-group)
4764         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4765         (shadow-read-files): Fix typo in message.
4766         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4767         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4768         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4769         (shadow-file-match): Fix typos in docstrings.
4771         * terminal.el (terminal-emulator): Fix typo in message.
4773         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4775         * emacs-lisp/lselect.el (x-kill-primary-selection)
4776         (x-delete-primary-selection, x-copy-primary-selection):
4777         Fix typos in error messages.
4779         * emulation/edt-mapper.el: Fix typo in interactive message.
4781         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4783         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4784         (ispell-help): Fix typos in docstrings.
4785         (ispell-help): Fix typo in output message.
4787         * allout.el (allout-adjust-file-variable)
4788         (allout-passphrase-verifier-string)
4789         (allout-passphrase-hint-string)
4790         (allout-toggle-current-subtree-encryption):
4791         * apropos.el (apropos-synonyms):
4792         * cus-edit.el (hook):
4793         * emacs-lock.el (emacs-lock-from-exiting):
4794         * follow.el (follow-avoid-tail-recenter-p):
4795         * hexl.el (hexl-mode):
4796         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4797         * mouse.el (mouse-set-font):
4798         * resume.el (resume-emacs-args-file):
4799         * rfn-eshadow.el (file-name-shadow-tty-properties):
4800         * t-mouse.el (t-mouse-process, t-mouse-mode):
4801         * emacs-lisp/cust-print.el (custom-print-install)
4802         (custom-print-uninstall, custom-format):
4803         * emacs-lisp/shadow.el (list-load-path-shadows):
4804         * emulation/tpu-edt.el (tpu-help-text)
4805         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4806         (tpu-reset-control-keys):
4807         * emulation/vip.el (vip-emacs-local-map)
4808         (vip-change-mode-to-emacs):
4809         * emulation/viper.el (viper-mode, viper-set-hooks)
4810         (viper-major-mode-modifier-list):
4811         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4812         * emulation/viper-keym.el (viper-emacs-kbd-map)
4813         (viper-toggle-key):
4814         * mail/feedmail.el (feedmail-queue-reminder)
4815         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4816         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4817         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4818         (feedmail-sender-line, feedmail-force-binary-write)
4819         (feedmail-from-line, feedmail-deduce-envelope-from)
4820         (feedmail-x-mailer-line, feedmail-message-id-generator)
4821         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4822         (feedmail-enable-spray, feedmail-spray-this-address)
4823         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4824         (feedmail-queue-runner-confirm-global)
4825         (feedmail-ask-before-queue-prompt)
4826         (feedmail-ask-before-queue-reprompt)
4827         (feedmail-prompt-before-queue-standard-alist)
4828         (feedmail-prompt-before-queue-user-alist)
4829         (feedmail-prompt-before-queue-help-supplement)
4830         (feedmail-queue-use-send-time-for-message-id)
4831         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4832         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4833         (feedmail-mail-send-hook-queued)
4834         (feedmail-confirm-addresses-hook-example)
4835         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4836         (feedmail-queue-runner-mode-setter)
4837         (feedmail-queue-alternative-mail-header-separator)
4838         (feedmail-queue-runner-message-sender)
4839         (feedmail-buffer-eating-function, feedmail-binmail-template)
4840         (feedmail-run-the-queue-no-prompts)
4841         (feedmail-run-the-queue-global-prompt)
4842         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4843         (feedmail-envelope-deducer, feedmail-fiddle-date)
4844         (feedmail-default-message-id-generator)
4845         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4846         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4847         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4848         (vms-pmail-setup):
4849         * play/dunnet.el (dun-help):
4850         * play/handwrite.el (handwrite):
4851         * play/hanoi.el (hanoi-unix-64):
4852         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4853         * textmodes/enriched.el (fixed):
4854         * textmodes/org.el (org-file-apps)
4855         (org-emphasis-regexp-components, org-emphasis-alist):
4856         * textmodes/texinfmt.el (batch-texinfo-format):
4857         Fix typos in docstrings.
4859 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4861         * loadhist.el (read-feature): Don't complete features not loaded
4862         from a file (which make `unload-feature' to fail).
4864 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4866         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4868 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4870         * startup.el (command-line-1): Kill emacs if the last frame is
4871         deleted while evaluating the command-line arguments.
4873 2006-11-05  Richard Stallman  <rms@gnu.org>
4875         * startup.el (init-file-had-error): Add doc string.
4876         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4877         Use fixed-width font for keyboard key descriptions.
4879         * cus-edit.el (custom-save-all): Error if saving in .emacs
4880         and it had an error when loaded.
4882         * dired-aux.el (dired-copy-file-recursive): Catch errors
4883         from recursive copies in the loop, around the recursive call.
4885 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4887         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4888         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4889         `/proc/acpi/thermal_zone/*'.
4890         (battery-search-for-one-match-in-files): New.  Search a regexp in
4891         the content of some files.
4893 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4895         * window.el (mouse-autoselect-window-now): Remove variable.
4896         (mouse-autoselect-window-state): New variable.
4897         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4898         (mouse-autoselect-window-select, handle-select-window):
4899         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4900         Suspend delayed autoselection during menu or popup dialog.
4902         * info-look.el (info-lookup-guess-custom-symbol): New function
4903         for retrieving symbol at point in custom buffers.
4904         (top level) <info-lookup-maybe-add-help>: Add backquote and
4905         comma to ignored characters in regexps of help specifications
4906         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4907         looking up symbols in `...' and after a comma.  Add help
4908         specifications for custom-mode and help-mode.
4910 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4912         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4913         Don't encode body if RAW is non-nil, or if the old encoding is
4914         identical to the new encoding, or if the body contains only
4915         eight-bit-* characters.
4917 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4919         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4920         (faces-sample-overlay): Remove variable.
4921         (describe-face): Insert sample text in the face being described.
4923 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4925         * whitespace.el (whitespace-indent-regexp): Make this match any
4926         multiples of eight spaces near the beginning of a line.
4927         (whitespace-buffer): Use `remove-overlays' instead of
4928         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4929         speed up overlay handling.
4930         (whitespace-buffer-leading, whitespace-buffer-trailing):
4931         Make these functions highlight the text removed by
4932         `whitespace-buffer-leading-cleanup' and
4933         `whitespace-buffer-trailing-cleanup' respectively.
4934         (whitespace-buffer-search): Use `with-local-quit'.
4935         Move `format' out of loop to speed up scanning larger buffers.
4936         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4937         that function is never added to a hook.
4938         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4939         (whitespace-buffer-leading-cleanup)
4940         (whitespace-refresh-rescan-list): Fix docstrings.
4942 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4944         * allout.el (allout-during-yank-processing): Cue for inhibiting
4945         aberrance processing during yanks.
4946         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4947         the amount of yanked topics that can be aberrant.
4948         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4949         a function, and supplement with inihibition of doublechecking
4950         during yanks.
4951         (allout-beginning-of-line, allout-next-heading)
4952         (allout-previous-heading, allout-goto-prefix-doublechecked)
4953         (allout-back-to-current-heading, allout-next-visible-heading)
4954         (allout-next-sibling): Use new allout-do-doublecheck function.
4955         (allout-next-sibling): Ensure we made progress when returning
4956         other than nil.
4957         (allout-rebullet-heading): Preserve text property annotations
4958         indicating the text was hidden, if it was.
4959         (allout-kill-line): Remove any added was-hidden annotations.
4960         (allout-kill-topic): Remove any added was-hidden annotations.
4961         (allout-annotate-hidden): Inhibit adding was-hidden text
4962         properties to the undo list.
4963         (allout-deannotate-hidden): New function to remove was-hidden
4964         annotation.
4965         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4966         (allout-remove-exposure-annotation): Replace by
4967         allout-deannotate-hidden.
4968         (allout-yank-processing): Signal that yank processing is happening
4969         with allout-during-yank-processing.  Also, wrap
4970         allout-unprotected's closer to the text changes, for easier
4971         debugging.  We need to inhibit-field-text-motion explicitly, in
4972         lieu of the encompassing allout-unprotected.
4973         (outlineify-sticky): Adjust criteria for triggering new outline
4974         decorations to presence or absence of any topics, not just a topic
4975         at the beginning of the buffer.
4977 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4979         * bs.el (bs--show-all, bs--redisplay):
4980         * cus-edit.el (custom-unlispify-menu-entries)
4981         (custom-unlispify-tag-names, custom-prompt-variable):
4982         * expand.el (expand-pos):
4983         * speedbar.el (speedbar-generic-list-tag-p):
4984         * wid-edit.el (widget-image-enable):
4985         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4986         * emacs-lisp/find-func.el (find-function-noselect)
4987         (find-function, find-variable-noselect, find-variable)
4988         (find-definition-noselect, find-face-definition):
4989         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4990         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4991         * progmodes/ada-xref.el (ada-find-in-ali):
4992         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4993         * textmodes/org.el (org-copy-subtree):
4994         * textmodes/table.el (table--row-column-insertion-point-p):
4995         Use "non-nil" in docstrings.
4997 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4999         * sort.el (sort-columns): Set the field separator to tab; on
5000         NetBSD, sort complains if "\n" is used as field separator.
5002 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
5004         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5006 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * server.el (server-auth-key): Remove.  Replace by a process-property.
5009         (server-start): Don't remove the file of the previous process, but
5010         instead clear out the place for the new file.
5011         (server-start): Set the :auth-key property.
5012         (server-process-filter): Use the :auth-key property.
5014 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
5016         * textmodes/org.el (org-mode-map): No longer copy
5017         `outline-mode-map' explicitly - this is already done by
5018         `define-derived-mode'.
5020 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
5022         * server.el (server-visit-files): Use `when'.
5023         (server-process-filter): When authentication fails, send error
5024         message to client.  Wrap `process-send-region' in `ignore-errors'
5025         instead of `condition-case', and remove misleading comment.
5027 2006-11-01  Juri Linkov  <juri@jurta.org>
5029         * simple.el (yank): Doc fix.
5031 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         * server.el: Try and fit within 80 columns.
5034         (server-start): Make the auth file unreadable by other users.
5036 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5038         * battery.el (battery-linux-proc-acpi): Prevent range error when
5039         `full-capacity' is 0.
5041 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5043         * faces.el (faces-sample-overlay): New defvar.
5044         (faces-sample-overlay): New function to show face sample text.
5045         (describe-face): Use it.
5047 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
5049         * progmodes/ada-stmt.el: Change maintainer, apply
5050         whitespace-cleanup, checkdoc.
5051         (ada-func-or-proc-name): Add doc string.
5053         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5054         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5055         strings and comments.
5056         (ada-prj-display-page): Change buffer name to more accurately
5057         reflect function.
5059         * progmodes/ada-xref.el: Change maintainer, apply
5060         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5061         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
5062         (ada-compile-current): Don't add newlines to commands.
5064 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
5066         * server.el: Add support for TCP sockets.
5067         (server-use-tcp, server-host, server-auth-dir): New options.
5068         (server-auth-key): New variable.
5069         (server-ensure-safe-dir): Create nonexistent parent dirs.
5070         Ignore Unix-style file modes on Windows.
5071         (server-start): Crete a TCP or Unix socket according to the value
5072         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
5073         `server-auth-dir' directory.
5074         (server-process-filter): Delete process if authentication
5075         fails (which never happens for Unix sockets).
5077 2006-10-30  David Kastrup  <dak@gnu.org>
5079         * subr.el (add-to-list): Don't continue checking if a match has
5080         been found.
5082 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5084         * tutorial.el: Move defvars to avoid bytecomp warnings.
5085         (tutorial--find-changed-keys): Check if viper-current-state is
5086         bound before using it.
5087         (help-with-tutorial): Check if viper-tutorial is defined before
5088         using it.
5090 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5092         * help-fns.el (help-with-tutorial): Move to tutorial.el.
5094         * tutorial.el: New file.
5095         (help-with-tutorial): Move here from help-fns.el. Added help for
5096         rebound keys.  Fixed resume of tutorial.
5097         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5098         (tutorial--find-changed-keys, tutorial--display-changes)
5099         (tutorial--saved-dir, tutorial--saved-file)
5100         (tutorial--save-tutorial): New functions to support the changes in
5101         help-with-tutorial.
5103 2006-10-30  Kenichi Handa  <handa@m17n.org>
5105         * files.el (revert-buffer): If a unibyte buffer is being reverted
5106         with a coding system for multibyte, set buffer multibyte before
5107         calling insert-file-contents.
5109 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * server.el (server-select-display): Use a dummy buffer to detect when
5112         the frame is later used.
5113         (server-select-display): New function.
5114         (server-process-filter): Use it to detect unused temp frames.
5116 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
5118         * progmodes/ada-mode.el: Change maintainer, apply
5119         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
5120         (ada-mode-version): New function.
5121         (ada-create-menu): Menu operations are available for all supported
5122         compilers.
5124 2006-10-29  Lars Hansen  <larsh@soem.dk>
5126         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5127         Highlight as keyword.
5128         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5129         Don't call tramp-method-out-of-band-p for local files.
5130         (tramp-touch): Quote file name.
5132 2006-10-28  Glenn Morris  <rgm@gnu.org>
5134         * calendar/calendar.el (cal-html-cursor-month)
5135         (cal-html-cursor-year): Add autoloads for this new package.
5136         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5138 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
5140         * calendar/cal-html.el: New file.
5142 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
5144         * emacs-lisp/authors.el (authors-aliases): Update.
5146 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5148         * version.el (emacs-version): Bump version number to 22.0.90.
5150 2006-10-26  John W. Eaton  <jwe@octave.org>
5152         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5153         New defvar.
5154         (inferior-octave-resync-dirs): Check to see whether Octave has
5155         built-in variables and set inferior-octave-has-built-in-variables.
5156         Check inferior-octave-has-built-in-variables to decide whether to
5157         send commands that set built-in variables or call functions to
5158         change Octave's behavior.
5159         Send "disp (pwd ())" to Octave instead of just "pwd".
5160         (inferior-octave-startup): Send "more off" to Octave instead of
5161         "page_screen_output = 0".
5163 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
5165         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5166         pattern normally.
5168 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
5170         * bindings.el (mode-line-mode-menu): Remove bindings for global
5171         minor modes (line/column number) as they are on the menubar.
5173 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
5175         * term/w32-win.el (x-handle-name-switch): Doc fix.
5176         (w32-standard-fontset-spec): Fix typo in docstring.
5178         * midnight.el (midnight-buffer-display-time): Doc fix.
5179         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5181 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5183         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5185         * viper-ex.el (ex-read): Quote file argument.
5187         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5189         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5191 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5193         * textmodes/flyspell.el (flyspell-check-region-doublons):
5194         Fix last fix.
5196 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5198         * bindings.el (mode-line-mode-menu): List global minor modes
5199         before local ones.
5201 2006-10-23  Kim F. Storm  <storm@cua.dk>
5203         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5204         (sit-for): If last command was a prefix arg, add the read-ahead
5205         event to unread-command-events as (t . EVENT) so it will be added
5206         to this-command-keys by read-key-sequence.
5208 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5210         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5211         whitespace when checking doublons.
5212         (flyspell-check-region-doublons): Fix doublon regexp.
5213         (flyspell-highlight-incorrect-region): Highlight doublons using
5214         flyspell-duplicate face.
5216         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5218 2006-10-22  John Wiegley  <johnw@newartisans.com>
5220         * progmodes/python.el (python-use-skeletons): python-mode was
5221         auto-inserting templates (for those with abbrev-mode on), not only
5222         by default -- *but without a configuration variable to disable
5223         it*.  This rendered python-mode completely useless for me, so I
5224         have added `python-use-skeletons', which is now off by default.
5226 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5228         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5229         font-lock-multiline is auto-local (it's not).
5230         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5231         initialized before calling cperl-init-faces.
5233 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5235         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5236         gdb-stack-position a value when there is no fringe.
5238         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5239         indicator if not visiting a file.
5241 2006-10-20  David Kastrup  <dak@gnu.org>
5243         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5244         operation would still cause some window to collapse later.
5246 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5248         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5249         side-effect due to mixing various backends's file properties.
5251         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5252         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5253         Return `filename's status if applicable.  Update callers.
5255 2006-10-19  Kenichi Handa  <handa@m17n.org>
5257         * international/kkc.el (kkc-region): When a key sequence is not
5258         defined, append (this-single-command-raw-keys) to
5259         unread-input-method-events.
5261 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5263         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5265 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5267         * version.el (emacs-version): Use mac-carbon-version-string.
5269         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5271 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5273         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5274         Kenichi Handa).
5275         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5276         the selection is not UTF-8.
5278 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5280         * progmodes/ada-mode.el (ada-83-string-keywords)
5281         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5282         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5283         (ada-looking-at-semi-private, ada-get-body-name):
5284         Fix typos in docstrings.
5285         (ada-create-case-exception, ada-create-case-exception-substring):
5286         Fix typos in error messages.
5287         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5289 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5291         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5292         to default-frame-alist if default-frame-alist already contains
5293         width/height.
5295 2006-10-18  Richard Stallman  <rms@gnu.org>
5297         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5298         Non-interactive arg is the value, not the expression.
5300         * simple.el (read-expression-map): Just set it, no defvar.
5302         * subr.el (insert-for-yank-1): If last inserted char has
5303         properties, mark them as rear-nonsticky.
5305         * recentf.el (recentf-mode): Doc fix.
5307         * facemenu.el (facemenu-add-new-face): Defend against symbol
5308         that isn't a face name.
5310         * dired-aux.el (dired-do-copy): Doc fix.
5312 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5314         * simple.el (line-move-1): Ignore fields when moving to the
5315         beginning of line to avoid getting point stuck.
5317 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5319         * textmodes/flyspell.el (flyspell-word-search-backward):
5320         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5321         text.
5323 2006-10-16  Richard Stallman  <rms@gnu.org>
5325         * help-fns.el (describe-function-1): Special case optimization
5326         for self-insert-command.
5328 2006-10-16  Kim F. Storm  <storm@cua.dk>
5330         * ido.el (ido-reread-directory): Work in `dir' mode too.
5332 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5334         * textmodes/table.el: Require 'regexp-opt.
5336 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5338         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5339         Use shell-quote-argument.
5341         * shell.el (explicit-bash-args): Likewise.
5343         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5344         Use grep -E rather than egrep.
5346 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5348         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5350 2006-10-15  Kim F. Storm  <storm@cua.dk>
5352         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5354 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5356         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5357         to protect whitespace and metacharacters from the shell.
5359 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5361         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5363 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5365         * subr.el (start-process-shell-command): Doc fix.
5367 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5369         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5370         the regexp for Maxima symbols.
5372 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5375         (vc-find-root): Don't walk higher up than ~.
5377 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5379         * international/utf-8.el (utf-translate-cjk-load-tables):
5380         Avoid clobbering last-coding-system-used during load.
5382 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5384         * textmodes/reftex-global.el (reftex-create-tags-file):
5385         Quote file arguments.
5387 2006-10-12  Richard Stallman  <rms@gnu.org>
5389         * files.el (file-name-history): Add defvar.
5390         (save-some-buffers-action-alist): Improve description strings.
5392 2006-10-12  Andreas Schwab  <schwab@suse.de>
5394         * files.el (auto-mode-alist): Match change log file name also with
5395         a dash before a numeric extension.
5397 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5399         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5400         After 5.0:
5401         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5403         After 5.1: Major edit.  Summary of most visible changes:
5405         - Multiple <<HERE per line allowed.
5406         - Handles multiline subroutine declaration headers (with comments).
5407           (The exception is `cperl-etags' - but it is not used in the rest
5408           of the mode.)
5409         - Fontifies multiline my/our declarations (even with comments,
5410           and with legacy `font-lock').
5411         - Major speedup of syntaxification, both immediate and postponed
5412           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5413           huge real-life document I tested).
5414         - New bindings, edits to imenu.
5415         - "_" is made into word-char during fontification/syntaxification;
5416           some attempts to recognize non-word "_" during other operations too.
5417         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5418         - autoload some more perldoc-related stuff
5419         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5420         - Attempt to incorporate XEmacs edits which reached me.
5422         Fine-grained changelog:
5423         (cperl-hook-after-change): New configuration variable.
5424         (cperl-vc-sccs-header): Likewise.
5425         (cperl-vc-sccs-header): Likewise.
5426         (cperl-vc-header-alist): Default via two preceding variables.
5427         (cperl-invalid-face): Remove double quoting under XEmacs
5428                 (still needed under 21.2).
5429         (cperl-tips): Update URLs for resources.
5430         (cperl-problems): Likewise.
5431         (cperl-praise): Mention new features.
5432         New C-c key bindings: for `cperl-find-bad-style',
5433         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5434         `cperl-perdoc', and `cperl-perldoc-at-point'.
5435         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5436         moved, new submenu of Tools with Ispell entries and narrowing.
5437         (cperl-after-sub-regexp): New defsubst.
5438         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5439                 Allows heads up to head4.
5440                 Allow "package;".
5441         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5442         (paren-backwards-message): ??? Something for XEmacs???
5443         (cperl-mode): Never auto-switch abbrev-mode off.
5444                 Try to allow '_' be non-word char.
5445                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5446                 Reset syntax cache on mode start.
5447                 Support multiline facification (even on legacy `font-lock').
5448         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5449         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5450                 refuse to inform us whether the fontification is due to lazy
5451                 calling or due to edit to a buffer, install our own hook
5452                 (controlled by `cperl-hook-after-change').
5453         (cperl-electric-pod): =cut may have been recognized as start.
5454         (cperl-block-p): Move, updatedfor attributes.
5455         (cperl-calculate-indent): Try to allow '_' be non-word char
5456                 Support subs with attributes.
5457         (cperl-where-am-i): Queit (?) a warning.
5458         (cperl-cached-syntax-table)     New function.
5459         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5460         (cperl-unwind-to-safe): Recognize `syntax-type' property
5461                 changing in a middle of line.
5462         (cperl-find-sub-attrs): New function.
5463         (cperl-find-pods-heres): Allow many <<EOP per line.
5464                 Allow subs with attributes.
5465                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5466                 Recognize "extproc " (OS/2) case-folded and only at start.
5467                 /x on s///x with empty replacement was not recognized.
5468                 Better comments.
5469         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5470                 Allow subs with attributes, labels.
5471                 Do not confuse "else::foo" with "else".
5472                 Minor optimizations...
5473         (cperl-after-expr-p): Try to allow '_' be non-word char.
5474         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5475                 with `looking-at' inside `narrow' and bulk out if found.
5476         (cperl-imenu--create-perl-index): Updates for new
5477                 `cperl-imenu--function-name-regexp-perl'.
5478         (cperl-outline-level): Likewise.
5479         (cperl-init-faces): Allow multiline subroutine headers
5480                 and my/our declarations, and ones with comments.
5481                 Allow subroutine attributes.
5482         (cperl-imenu-on-info): Better docstring.
5483         (cperl-etags): Rudimentary support for attributes.
5484                 Support for packages and "package;".
5485         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5486         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5487         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5488         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5489         (cperl-perldoc): Add autoload.
5490         (cperl-perldoc-at-point): Likewise.
5491         (cperl-here-doc-spell): New function.
5492         (cperl-pod-spell): Likewise.
5493         (cperl-map-pods-heres): Likewise.
5494         (cperl-get-here-doc-region): Likewise.
5495         (cperl-font-lock-fontify-region-function): Likewise (backward
5496                 compatibility for legacy `font-lock').
5497         (cperl-font-lock-unfontify-region-function): Fix style.
5498         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5499                 calls with no-change.  Governed by `cperl-hook-after-change'.
5500         (cperl-fontify-update): Recognize that syntaxification region
5501                 can be larger than fontification one.
5502                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5503         (cperl-fontify-update-bad): Temporary placeholder until
5504                 it is clear how to implement `cperl-fontify-update'.
5505         (cperl-time-fontification): New function.
5506         (attrib-group): New text attribute.
5507         (multiline): New value: `syntax-type' text attribute.
5509         After 5.2:
5510         (cperl-emulate-lazy-lock): New function.
5511         (cperl-fontify-syntaxically): Would skip large regions.
5512         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5513         Some globals were declared, but uninitialized.
5515         After 5.3, 5.4:
5516         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5517         Copyright message updated.
5518         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5519                         facification down a bit.
5520                 Misprint for my|our|local for old `font-lock'
5521                         "our" was not fontified same as "my|local".
5522                 Highlight variables after "my" etc even in
5523                         a middle of an expression.
5524                 Do not facify multiple variables after my etc
5525                         unless parentheses are present.
5527         After 5.5, 5.6
5528         (cperl-fontify-syntaxically): after-change hook could reset.
5529         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5531         After 5.7:
5532         (cperl-init-faces): Allow highlighting of local ($/).
5533         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5534         (cperl-problems): Remove fixed problems.
5535         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5536                 Recognize charclasses (unless delimiter is \).
5537         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5538         (cperl-regexp-scan): Update docs.
5539         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5541         After 5.8:
5542         Major user visible changes:
5543         Recognition and fontification of character classes in RExen.
5544         Variable indentation of RExen according to groups.
5546         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5547                 Fontify REx charclasses in variable-name face.
5548                 Fontify POSIX charclasses in "type" face.
5549                 Fontify unmatched "]" in function-name face.
5550                 Mark first-char of HERE-doc as `front-sticky'.
5551                 Reset `front-sticky' property when needed.
5552         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5553         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5554         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5555                 constructs.  Support `narrow'ed buffers.
5556         (cperl-praise): Remove a reservation.
5557         (cperl-make-indent): New function.
5558         (cperl-indent-for-comment): Use `cperl-make-indent'.
5559         (cperl-indent-line): Likewise.
5560         (cperl-lineup): Likewise.
5561         (cperl-beautify-regexp-piece): Likewise.
5562         (cperl-contract-level): Likewise.
5563         (cperl-toggle-set-debug-unwind): New function.
5564                 New menu entry for this.
5565         (fill-paragraph-function): Use when `boundp'.
5566         (cperl-calculate-indent): Take into account groups when indenting RExen.
5567         (cperl-to-comment-or-eol): Recognize # which end a string.
5568         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5569         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5570         (cperl-fontify-syntaxically): More clear debugging message.
5571         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5572         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5573         Merge cosmetic changes from XEmacs.
5575         After 5.9:
5576         (cperl-1+): Move to before the first use.
5577         (cperl-1-): Likewise.
5579         After 5.10:
5581         This code may lock Emacs hard!!!  Use at your own risk!
5583         (cperl-font-locking): New internal variable.
5584         (cperl-beginning-of-property): New function.
5585         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5586         instead of `previous-single-property-change'.
5587         (cperl-unwind-to-safe): Likewise.
5588         (cperl-after-expr-p): Likewise.
5589         (cperl-get-here-doc-region): Likewise.
5590         (cperl-font-lock-fontify-region-function): Likewise.
5591         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5592                         recursively.
5593                 Bound `next-single-property-change' via `point-max'.
5594         (cperl-unwind-to-safe): Bound likewise
5595         (cperl-font-lock-fontify-region-function): Likewise.
5596         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5597                 Initialization of `cperl-font-lock-multiline-start' could be
5598                 missed if the "main" fontification did not run due to the
5599                 keyword being already fontified.
5600         (cperl-pod-spell): Return t from do-one-chunk function.
5601         (cperl-map-pods-heres): Stop when the worker returns nil.
5602                 Call `cperl-update-syntaxification'.
5603         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5604         (cperl-get-here-doc-delim): Remove unused function.
5606         After 5.11:
5608         The possible lockup of Emacs (introduced in 5.10) fixed.
5610         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5611         (cperl-syntaxify-for-menu): New customization variable.
5612         (cperl-select-this-pod-or-here-doc): New function.
5613         (cperl-get-here-doc-region): Extra argument.
5614                 Do not adjust pos by 1.
5616         New menu entries
5617                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5618                 (Debugging CPerl:) backtrace on fontification.
5620         After 5.12:
5621         (cperl-cached-syntax-table): Use `car-safe'.
5622         (cperl-forward-re): Remove spurious argument SET-ST.
5623                 Add documentation.
5624         (cperl-forward-group-in-re): New function.
5625         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5626         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5628         After 5.13:
5629         (cperl-string-syntax-table): Make { and } not-grouping
5630           (Sometimes they ARE grouping in RExen, but matching them would only
5631            confuse in many situations when they are not)
5632         (beginning-of-buffer): Replace two occurences with goto-char...
5633         (cperl-calculate-indent): `char-after' could be nil...
5634         (cperl-find-pods-heres): REx can start after "[" too.
5635                 Hightlight (??{}) in RExen too.
5636         (cperl-maybe-white-and-comment-rex): New constant
5637         (cperl-white-and-comment-rex): Likewise.
5638                 XXXX Not very efficient, but hard to make
5639                 better while keeping 1 group.
5641         After 5.13:
5642         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5643                 Likewise for 1 << identifier.
5645         After 5.14:
5646         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5647                 Error-less condition-case could fail.
5648         (cperl-font-lock-fontify-region-function): Likewise.
5649         (cperl-init-faces): Likewise.
5651         After 5.15:
5652         (cperl-find-pods-heres): Support property REx-part2.
5653         (cperl-calculate-indent): Likewise.
5654                 Don't special-case REx with non-empty 1st line.
5655         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5656                 Invert highlighting of charclasses:
5657                         now the envelop is highlighted.
5658                 Highlight many others 0-length builtins.
5659         (cperl-praise): Mention indenting and highlight in RExen.
5661         After 5.15:
5662         (cperl-find-pods-heres): Highlight capturing parens in REx.
5664         After 5.16:
5665         (cperl-find-pods-heres): Highlight '|' for alternation
5666         Initialize `font-lock-warning-face' if not present.
5667         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5668                          `font-lock-function-name-face'.
5669         (cperl-look-at-leading-count): Likewise.
5670         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5671                         `font-lock-keyword-face' (needed for
5672                         batch processing), etc...
5673                 Use `font-lock-builtin-face' for builtin in REx
5674                         Now `font-lock-variable-name-face'
5675                         is used for interpolated variables
5676                 Use "talking aliases" for faces inside REx
5677                 Highlight parts of REx (except in charclasses)
5678                         according to the syntax and/or semantic
5679                 Syntax-mark a {}-part of (?{}) as "comment"
5680                         (it was the ()-part)
5681                 Better logic to distinguish what is what in REx
5682         (cperl-tips-faces): Document REx highlighting
5683         (cperl-praise): Mention REx syntax highlight etc.
5685         After 5.17:
5686         (cperl-find-sub-attrs): Would not always manage to print error message.
5687         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5689         After 5.18:
5690         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5691                 Very minor optimization.
5692                 `my-cperl-REx-modifiers-face' got quoted.
5693                 Recognize "print $foo <<END" as HERE-doc.
5694                 Put `REx-interpolated' text attribute if needed.
5695         (cperl-invert-if-unless-modifiers): New function.
5696         (cperl-backward-to-start-of-expr): Likewise.
5697         (cperl-forward-to-end-of-expr): Likewise.
5698         (cperl-invert-if-unless): Works in "the opposite way" too.
5699                 Cursor position on return is on the switch-word.
5700                 Indents comments better.
5701         (REx-interpolated): New text attribute.
5702         (cperl-next-interpolated-REx): New function.
5703         (cperl-next-interpolated-REx-0): Likewise.
5704         (cperl-next-interpolated-REx-1): Likewise.
5705         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5706         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5707         (cperl-praise): Mention finded interpolated RExen.
5709         After 5.19:
5710         (cperl-init-faces): Highlight %$foo, @$foo too.
5711         (cperl-short-docs): Better docs for system, exec.
5712         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5713                 Would not find HERE-doc ended by EOF without NL.
5714         (cperl-short-docs): Correct not-doubled \-escapes.
5715         start block: Put some `defvar' for stuff gone from XEmacs.
5717         After 5.20:
5718         initial comment: Extend copyright, fix email address.
5719         (cperl-indent-comment-at-column-0): New customization variable.
5720         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5721         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5722         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5723         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5724         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5725                         highlight $ in $foo too (UNTESTED).
5726         (cperl-set-style): Docstring missed some available styles.
5727         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5728                 Change "Current" to "Memorize Current".
5729         (cperl-indent-wrt-brace): New customization variable; the default is
5730                 as for pre-5.2 version.
5731         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5732         (cperl-style-alist): Likewise.
5733         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5734                 and `cperl-extra-newline-before-brace' etc
5735                 being t
5736         (cperl-indent-exp): Plans B and C to find continuation blocks even
5737                 if `cperl-extra-newline-before-brace' is t.
5739         After 5.21:
5740         Improve some docstrings concerning indentation.
5741         (cperl-indent-rules-alist): New variable.
5742         (cperl-sniff-for-indent): New function name
5743                 (separated from `cperl-calculate-indent').
5744         (cperl-calculate-indent): Separate the sniffer and the indenter;
5745                 uses `cperl-sniff-for-indent' now.
5746         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5747                 was inverted;
5748                 Support `comment-column' = 0.
5750 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5752         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5753         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5754         * longlines.el (longlines-window-change-function): Likewise.
5755         * simple.el (undo-ask-before-discard): Likewise.
5756         * wid-edit.el (widget-field-prompt-internal)
5757         (widget-documentation-link-p): Likewise.
5759 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5762         for a keyword.
5764 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * newcomment.el (comment-valid-prefix-p): Make the check
5767         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5768         (comment-indent-new-line): Adjust call.
5770 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5772         * allout.el (allout-back-to-current-heading): Base on lower-level
5773         routines to get proper disqualification of aberrant topics.
5775 2006-10-09  Richard Stallman  <rms@gnu.org>
5777         * textmodes/two-column.el (2C-two-columns): Doc fix.
5779 2006-10-09  Kim F. Storm  <storm@cua.dk>
5781         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5782         about implicit use.
5784 2006-10-08  Richard Stallman  <rms@gnu.org>
5786         * textmodes/two-column.el (2C-two-columns): Doc fix.
5788 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5790         * files.el: Mark `buffer-read-only' as safe-local-variable.
5792 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5794         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5795         Burp if GUD buffer has been killed.
5797 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * completion.el (add-completions-from-c-buffer):
5800         Don't presume an error's second element is a string.
5801         Use looking-at rather than buffer-substring + member.
5803 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5805         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5806         `undecided', call find-coding-systems-region to find a proper
5807         non-trivial encoding.
5808         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5809         and "text/plain".
5811 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5813         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5814         url-link.
5816         * strokes.el (defgroup strokes): Remove invalid url-link.
5818 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5820         * autoinsert.el (auto-insert-alist): Doc fix.
5822 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5824         * mouse-sel.el (mouse-insert-selection-internal):
5825         Use insert-for-yank, so that yank handlers are run.
5827 2006-10-07  Kim F. Storm  <storm@cua.dk>
5829         * ido.el (ido-file-extension-aux): Fix comparison.
5831 2006-10-06  Kim F. Storm  <storm@cua.dk>
5833         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5835 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5837         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5838         (ad-make-mapped-call): Use `let', not `let*'.
5840 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5842         * international/mule-cmds.el (coding-system-change-eol-conversion):
5843         Ensure the coding system is initialized before calling
5844         coding-system-eol-type.
5846 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5848         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5849         (org-activate-angle-links, org-activate-dates)
5850         (org-activate-target-links, org-activate-camels)
5851         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5852         textproperty keymaps from being active beyond the end of a line.
5853         (org-unfontify-region): Also remove `rear-nonsticky' property.
5855 2006-10-04  Kenichi Handa  <handa@m17n.org>
5857         * international/code-pages.el (next): Table fixed.
5859 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5862         that it's been made unnecessary by removing narrowing.
5864 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5867         control flow a bit, simplify another bit, and add comments.
5869 2006-10-03  David Kastrup  <dak@gnu.org>
5871         * help.el (describe-mode): For clicks on mode-line, use "@"
5872         interactive argument to get the major mode of the click instead of
5873         the current buffer.
5875         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5876         in order to better redirect mouse-2 clicks.  Also allow default
5877         bindings to apply.
5879 2006-10-03  Kim F. Storm  <storm@cua.dk>
5881         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5882         (pushnew): Fix last change.
5884 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5886         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5887         Use the interactive spec of `eval-expression'.
5889 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5891         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5893 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5895         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5896         2006-09-28 commit.
5898 2006-10-02  Kenichi Handa  <handa@m17n.org>
5900         * international/code-pages.el (iso-8859-6): Table fixed.
5902 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5904         * dired.el (dired-build-subdir-alist): Fix previous change.
5906 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5908         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5910 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5913         "define-button-type".
5915         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5916         they don't keep accumulating.
5918 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5920         * ffap.el (ffap-rfc-path): Change the address of the RFC
5921         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5923 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5925         * allout.el (allout-expose-topic): Rectify implementation of "+"
5926         spec, so that bodies are not exposed with headlines.
5928 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5930         * allout.el (allout-current-depth): Do aberrent check only at or
5931         below doublecheck depth.
5932         (allout-chart-subtree): Make it explicit that LEVELS being nil
5933         means unlimited depth.  Drop undocumented support for LEVELS value
5934         t meaning unlimited depth.  (This is consistent with
5935         allout-chart-to-reveal, but contrary to allout-show-children,
5936         which needs to use nil to default to depth of 1.)
5937         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5938         (allout-chart-to-reveal): Be explicit in docstring about meaning
5939         of nil LEVELS, and drop support for LEVELS value t.
5940         (allout-show-children): Translate the level spec used by this
5941         routine to that used by allout-chart-subtree and
5942         allout-chart-to-reveal.
5943         (allout-show-to-offshoot): Retry once when stuck, after opening
5944         subtree - improvements in discontinuity handling likely will
5945         enable progress.
5947 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5949         * wid-edit.el (widget-button-click-moves-point): New variable.
5950         (widget-button-click): If widget-button-click-moves-point is
5951         non-nil, set point after performing the button action
5953         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5955 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5957         * files.el (find-file-existing): Modify to not allow wildcards.
5959 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5961         * simple.el (undo-more): When undo information for the region is
5962         exhausted, say "No further undo information FOR REGION".
5964 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5966         * progmodes/sh-script.el (sh-prev-thing):
5967         Take `sh-leading-keywords' into account.
5969 2006-09-29  Glenn Morris  <rgm@gnu.org>
5971         * custom.el (defcustom): Doc fix.
5973         * calendar/calendar.el (european-calendar-style):
5974         Call european-calendar or american-calendar as needed when set.
5975         (diary-view-entries, list-calendar-holidays): Move autoloads
5976         before use.
5978 2006-09-29  Juri Linkov  <juri@jurta.org>
5980         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5981         to nil if there is no previous property change.
5983 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5985         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5986         saving anything to be sure that `forward-sexp' behaves correctly.
5988 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5990         * simple.el (line-move-finish): Ignore field boundaries if the
5991         initial and final points have the same `field' property.
5993 2006-09-29  Kim F. Storm  <storm@cua.dk>
5995         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5996         to t while calling ido-read-internal.
5998 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
6000         * textmodes/org.el (org-file-remote-p): Get regexp from list.
6001         (org-archive-subtree): Remove erraneous `]' from character list.
6003 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
6005         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6006         (ses-reconstruct-all): Make undo of "insert row" work by keeping
6007         markers for data-area and parameters-area.
6009 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6011         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6013         * font-lock.el (font-lock-after-change-function): Refontify next line
6014         as well if end is at BOL.
6015         (font-lock-extend-jit-lock-region-after-change): Be more careful to
6016         only extend the region as much as needed.
6018 2006-09-28  Richard Stallman  <rms@gnu.org>
6020         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6022         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6024         * international/mule.el (after-insert-file-set-coding):
6025         If VISIT, don't let set-buffer-multibyte make undo info.
6027 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
6029         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6030         lines in base64-encoded authentication response.
6032 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6034         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6035         (ebnf-version): New version 4.3.
6036         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6037         (ebnf-prologue): Adjust PostScript programming.
6038         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6039         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6041 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * jit-lock.el (jit-lock-force-redisplay): Rename from
6044         jit-lock-fontify-again, and undo the mistaken change I've just done.
6046         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6047         (jit-lock-fontify-again): Don't refontify text that's not displayed.
6049 2006-09-26  Kenichi Handa  <handa@m17n.org>
6051         * startup.el (display-splash-screen): Allow a prefix argument.
6053 2006-09-25  Jason Rumney  <jasonr@gnu.org>
6055         * subr.el (shell-quote-argument): Use DOS logic for Windows
6056         shells with DOS semantics.
6058 2006-09-24  Richard Stallman  <rms@gnu.org>
6060         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6061         (compilation-goto-locus): Use compilation-goto-locus-delete-o
6062         to delete the overlay.  Put it on pre-command-hook.
6064         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6066         * startup.el (fancy-splash-screens, normal-splash-screen):
6067         Call the splash buffer *About GNU Emacs*.
6069         * simple.el (next-error-highlight, next-error-highlight-no-select):
6070         Default to 0.5.
6071         (yank-excluded-properties): Add `fontified'.
6073         * font-lock.el (font-lock-compile-keywords): Allow value of
6074         syntax-begin-function to enable paren-column-0 highlighting.
6076 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
6078         * dired.el (dired-build-subdir-alist): When file ends in colon,
6079         don't exit the loop, just disregard that file.
6081 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
6083         * simple.el (line-move-finish): Handle corner case for fields in
6084         continued lines.
6085         (line-move-1): Remove flawed test for that case.
6087 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
6089         * icomplete.el (icomplete-simple-completing-p): Use the correct
6090         name for the new variable, `icomplete-with-completion-tables'.
6091         (file local variables): Remove superfluous setting.
6093 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
6095         * calendar/appt.el (appt-check): Fix typo for appointments just
6096         after midnight.
6098 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
6100         * help.el (describe-key-briefly, describe-key): Don't expect an
6101         extra up event if a down-event is generated by a popup menu.
6103 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
6105         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6106         local dictionary when changing the global dictionary.
6108 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
6110         * icomplete.el (icomplete-with-completion-tables): List of
6111         specialized completion tables with which icomplete should
6112         operate.  Include the new `internal-complete-buffer', so icomplete
6113         works with interactive buffer-selection.
6114         (icomplete-simple-completing-p): Add acceptance of specialized
6115         completion tables listed in icomplete-with-completion-tables.
6117 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6119         * frame.el (focus-follows-mouse): Set default to nil on Mac.
6121         * startup.el (command-line): Use `custom-reevaluate-setting' for
6122         `focus-follows-mouse'.
6124 2006-09-22  Richard Stallman  <rms@gnu.org>
6126         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6127         explain why Save is not available.
6129 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
6131         * woman.el (woman0-so): Use `let*', not `let'.
6132         (woman-horizontal-line): Remove unbalanced parenthesis.
6134 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6136         * woman.el: Make sure all the end-of-region markers we use have
6137         a non-nil insertion-type.
6138         (woman0-so): Move things around so we can use copy-marker.
6139         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6140         Adjust marker type.
6141         (woman2-process-escapes): Check marker type.
6142         (woman-horizontal-line): Dispense with the use of a marker.
6144 2006-09-22  Jay Belanger  <belanger@truman.edu>
6146         * calc/calc-lang.el: Add Greek letters to math-variable-table
6147         property of tex.
6149 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
6151         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6153 2006-09-22  Masatake YAMATO  <jet@gyve.org>
6155         * add-log.el (add-log-current-defun): Use `forward-sexp'
6156         instead of `forward-word' to pick c++::symbol.
6157         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6159 2006-09-22  Kenichi Handa  <handa@m17n.org>
6161         * bindings.el: Fix setting self-insert-command for multibyte
6162         characters in global-map.
6164 2006-09-21  David Kastrup  <dak@gnu.org>
6166         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6167         doc string.
6169 2006-09-21  Kenichi Handa  <handa@m17n.org>
6171         * language/european.el ("Latin-1"): Add windows-1252 to
6172         coding-priority.
6173         ("German"): Likewise.
6175 2006-09-21  Kim F. Storm  <storm@cua.dk>
6177         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6178         Suggested by Miles Bader.
6180         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6181         instead of add-to-list in the simple case.
6183 2006-09-20  Kenichi Handa  <handa@m17n.org>
6185         * isearch.el (isearch-process-search-char): Cancel the previous change.
6186         (isearch-search-string): New function.
6187         (isearch-search): Use isearch-search-string.
6188         (isearch-lazy-highlight-search): Likewise.
6190 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6192         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6193         string to become an option.
6195 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6199 2006-09-20  Kim F. Storm  <storm@cua.dk>
6201         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6202         position t instead of trying both window-end and window-end - 1.
6204 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6206         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6207         hidden trees.
6209 2006-09-20  David Kastrup  <dak@gnu.org>
6211         * mouse.el (mouse-posn-property): Improve doc string.
6212         (mouse-on-link-p): Change buffers for function calls on links.
6214         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6215         buffer is read-only.
6217 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6219         * allout.el (allout-unprotected): Let inhibit-read-only only when
6220         buffer-read-only isn't set.
6221         (allout-annotate-hidden): Enable topic annotation during copies even
6222         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6223         advances, even when the span extends beyond the deletion region.
6224         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6225         rather than allout-exposure-changed-hook, as a stronger assertion.
6226         (allout-keybindings-list): Add bindings for
6227         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6228         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6229         Copy wrappers for allout-kill-line and allout-kill-topic.
6230         (allout-listify-exposed): Position correctly to accumulate lines.
6232 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6234         * simple.el (line-move-1): Escape field boundaries occurring
6235         exactly at point.  Update goal column if constrained to a field.
6236         (line-move-finish): Escape field boundaries occurring exactly at point.
6238 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6241         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6243 2006-09-19  Kim F. Storm  <storm@cua.dk>
6245         * help.el (describe-key-briefly, describe-key): Simplify printing
6246         of descriptions by using format and %S.  Fix "is undefined"
6247         messages to say "at that spot" for mouse events.
6249         * simple.el (line-move-partial): Optimize.  Try window-line-height
6250         before posn-at-point to get vpos of current line.
6252 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6254         * viper.el: Bump up version/date of update to reflect the substantial
6255         changes done in August 2006.
6257         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6258         are defined.
6260         * ediff-util.el (ediff-add-to-history): New function.
6262         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6264 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6266         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6267         Delete duplicate make-local-variable form.
6268         (conf-space-keywords): Add autoload cookie.
6269         Fix typo (`keywords', not `keyword').
6271 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6273         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6274         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6275         to x-gtk-use-old-file-dialog
6277 2006-09-18  Richard Stallman  <rms@gnu.org>
6279         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6280         that might come in during mouse tracking.
6282 2006-09-18  Kim F. Storm  <storm@cua.dk>
6284         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6285         new window-line-height function.  Further optimize by not calling
6286         pos-visible-in-window-p for window-end when window-line-height
6287         returns useful information.
6289 2006-09-16  Richard Stallman  <rms@gnu.org>
6291         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6292         (conf-space-mode): Don't handle prefix arg.
6293         Delete conf-space-keywords-override code.
6294         Use add-hook.
6295         (conf-space-keywords): New command.
6296         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6297         Delete conf-space-keywords-override code.
6298         (conf-space-keywords-alist): Doc fix.
6299         (conf-space-font-lock-keywords): Doc fix.
6300         (conf-space-keywords-override): Var deleted.
6302 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6304         * startup.el (fancy-splash-screens): Don't switch to the scratch
6305         buffer; it may not be the next buffer.
6307 2006-09-16  Romain Francoise  <romain@orebokech.com>
6309         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6310         in both messages.
6312 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6314         * progmodes/python.el (python-preoutput-filter):
6315         Fix arg order to string-match.
6317 2006-09-16  Richard Stallman  <rms@gnu.org>
6319         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6320         font-lock-compile-keywords.
6322         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6323         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6325 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6327         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6329         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6330         and the data doesn't look like UTF8, send STRING instead.
6332 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6334         * textmodes/flyspell.el (flyspell-check-region-doublons):
6335         New function to detect duplicated words.
6336         (flyspell-large-region): Use it.
6338 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6340         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6342 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6344         * help.el (describe-prefix-bindings): Use let, not let*.
6346 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6348         * allout.el (allout-regexp, allout-line-boundary-regexp)
6349         (allout-bob-regexp): Correct grouping and boundaries to fix
6350         backwards traversal.
6351         (allout-depth-specific-regexp, allout-depth-one-regexp):
6352         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6353         worse time in allout-ascend.
6354         (allout-doublecheck-at-and-shallower): Identify depth threshold
6355         below which topics are checked for and disqualified by containment
6356         discontinuities.
6357         (allout-hotspot-key-handler): Correctly handle multiple-key
6358         strokes.  Remove some unused variables.
6359         (allout-mode-leaders): Clarify that mode-specific comment-start
6360         will be used.
6361         (set-allout-regexp): Correctly regexp-quote allout regexps to
6362         properly accept alternative header-leads and primary bullets with
6363         regexp-specific characters (eg, C "/*", mathematica "(*").
6364         Include new regular expressions among those configured.
6365         (allout-infer-header-lead-and-primary-bullet):
6366         Rename allout-infer-header-lead.
6367         (allout-recent-depth): Manifest as a variable as well as a function.
6368         (allout-prefix-data): Simplify into an inline instead of a macro,
6369         assuming current match data rather than being explicitly passed
6370         it.  Establish allout-recent-depth value as well as
6371         allout-recent-prefix-beginning and allout-recent-prefix-end.
6372         (allout-aberrant-container-p): True when an item's immediate
6373         offspring discontinuously contained.  Useful for disqualifying
6374         unintended topic prefixes, likely at low depths.
6375         (allout-goto-prefix-doublechecked): Elaborate version of
6376         allout-goto-prefix which disqualifies aberrant pseudo-items.
6377         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6378         get disqualification of aberrant containers.
6379         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6380         containers.
6381         (allout-beginning-of-current-entry): Position at start of buffer
6382         when in container (depth 0) entry.
6383         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6384         (allout-current-bullet): Strip text properties.
6385         (allout-get-prefix-bullet): Use right match groups.
6386         (allout-beginning-of-line, allout-next-heading):
6387         Disqualify aberrant containers.
6388         (allout-previous-heading): Disqualify aberrant containers, and
6389         change to regular (rather than inline) function, to allow
6390         self-recursion.
6391         (allout-get-invisibility-overlay): Increment so progress is made
6392         when the first overlay is not the sought one.
6393         (allout-end-of-prefix): Disqualify aberrant containers.
6394         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6395         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6396         outline.el outlines) functional again.  Change the primary bullet
6397         along with the header-lead - level 1 new-style bullets now work.
6398         Engage allout-before-change-handler in mainline Emacs, not just
6399         XEmacs, to do undo handling.
6400         (allout-before-change-handler): Expose undo changes occurring in
6401         hidden regions.  Use allout-get-invisibility-overlay instead of
6402         reimplementing it inline.
6403         (allout-chart-subtree): Use start rather than end of prefix in
6404         charts.  Use allout-recent-depth variable.
6405         (allout-chart-siblings): Disqualify aberrant topics.
6406         (allout-beginning-of-current-entry): Position correctly.
6407         (allout-ascend): Use new allout-depth-specific-regexp and
6408         allout-depth-one-regexp for linear instead of O(N^2) or worse
6409         behavior.
6410         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6411         reimplementing an algorithm.
6412         (allout-up-current-level): Depend on allout-ascend, rather than
6413         reimplementing an algorithm.  Return to start-point if we fail.
6414         (allout-descend-to-depth): Use allout-recent-depth variable
6415         instead of function.
6416         (allout-next-sibling): On traversal of numerous intervening
6417         topics, resort to economical allout-next-sibling-leap.
6418         (allout-next-sibling-leap): Specialized version of
6419         allout-next-sibling that uses allout-ascend cleverly, to depend on
6420         a regexp search to leap large numbers of contained topics, rather
6421         than arbitrarily many one-by-one traversals.
6422         (allout-next-visible-heading): Disqualify aberrant topics.
6423         (allout-previous-visible-heading): Position consistently when
6424         interactive.
6425         (allout-forward-current-level): Base on allout-previous-sibling
6426         rather than (differently) reimplmenting the algorithm.  Remove some
6427         unused variables.
6428         (allout-solicit-alternate-bullet): Present default choice stripped
6429         of text properties.
6430         (allout-rebullet-heading): Use bullet stripped of text properties.
6431         Register changes using allout-exposure-change-hook.
6432         Disregard aberrant topics.
6433         (allout-shift-in): With universal-argument, make topic a peer of
6434         it's former offspring.  Simplify the code by separating out
6435         allout-shift-out functionality.
6436         (allout-shift-out): With universal-argument, make offspring peers
6437         of their former container, and its siblings.  Implement the
6438         functionality here, rather than inappropriately muddling the
6439         implementation of allout-shift-in.
6440         (allout-rebullet-topic): Respect additional argument for new
6441         parent-child separation function.
6442         (allout-yank-processing): Use allout-ascend directly.
6443         (allout-show-entry): Disqualify aberrant topics.
6444         (allout-show-children): Handle discontinuous children gracefully,
6445         extending the depth being revealed to expose them and posting a
6446         message indicating the situation.
6447         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6448         Leave cursor in correct position.
6449         (allout-hide-current-subtree): Use allout-ascend directly.
6450         Disqualify aberrant topics.
6451         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6452         a way that the yanks can restore it, as used to happen.
6453         (allout-yank-processing): Restore exposure layout as recorded by
6454         allout-kill-*, as used to happen.
6455         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6456         for preseving and restoring exposure layout across kills.
6457         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6458         (allout-encrypt-string): Strip text properties.
6459         Rearranged order and outline-headings for some of the
6460         miscellaneous functions.
6461         (allout-resolve-xref): No need to quote the error name in the
6462         condition-case handler section.
6463         (allout-flatten): Classic recursive (and recursively intensive,
6464         without tail-recursion) list-flattener, needed by allout-shift-out
6465         when confronted with discontinuous children.
6467 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6469         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6470         on ms-windows.
6471         (dnd-open-unc-file): Remove.
6472         (dnd-open-local-file): Mention in doc string that it also handles
6473         remote files if the system natively supports unc file-names.
6475 2006-09-15  Kim F. Storm  <storm@cua.dk>
6477         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6478         all necessary information about the event before erasing *Help*.
6480         * simple.el (line-move-partial): Use window-line-visiblity to
6481         quickly check whether last line is partially visible, and only do
6482         the hard (and slow) part in that case.
6484 2006-09-15  Jay Belanger  <belanger@truman.edu>
6486         * COPYING: Replace "Library Public License" by "Lesser Public
6487         License" throughout.
6489 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6491         * term/x-win.el (x-menu-bar-open): New function for F10.
6493 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6495         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6496         Disallow filenames containing " -" to avoid confusion with libtool
6497         compilation messages.  Suggested by Stefan Monnier.
6499 2006-09-15  David Kastrup  <dak@gnu.org>
6501         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6502         instead of buffer position for `mouse-on-link-p'.
6504         * mouse.el (mouse-posn-property): New function looking up the
6505         properties at a click position in overlays and text properties in
6506         either buffer or strings.
6507         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6508         of both `follow-link' as well as `mouse-face' properties.
6509         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6510         buffer position.
6512         * help.el (describe-key-briefly): When reading a down-event on
6513         mode lines or scroll bar, swallow the following up event, too.
6514         Use the new mouse sensitity of `key-binding' for lookup.
6515         (describe-key): The same here.
6517 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6519         * play/life.el (life-patterns): Add a few more interesting patterns.
6520         (life-setup): Force `show-trailing-whitespace' to nil.
6522 2006-09-14  Richard Stallman  <rms@gnu.org>
6524         * startup.el (fancy-splash-text): Change text to improve alignment.
6525         (fancy-splash-screens): Don't set non-standard tab width.
6526         Bind cursor-type temporarily, and make it easy to patch to
6527         preserve the splash buffer.
6528         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6529         (fancy-splash-screens): Display echo-area message explicitly.
6530         Don't set fancy-splash-help-echo.
6532         * simple.el (line-number-mode): Group mode-line instead of
6533         editing-basics.
6534         (column-number-mode, size-indication-mode): Likewise.
6536         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6538         * time.el (display-time): Group mode-line instead of modeline.
6540         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6542 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6544         * startup.el (fancy-splash-text): Move editing instructions to
6545         fancy-splash-head.
6546         (fancy-splash-head): Issue editing instructions.
6547         (fancy-splash-screens): Fixup whitespace.
6549 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * bindings.el (mode-line-buffer-identification-keymap):
6552         Remove duplicate line.
6554 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6556         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6557         ignore lists.
6559 2006-09-14  Kim F. Storm  <storm@cua.dk>
6561         * jit-lock.el (jit-lock-fontify-again): New function.
6562         (jit-lock-fontify-now): Use it instead of lambda form.
6564 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6566         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6567         (flyspell-auto-correct-word): Make ispell-filter local to these
6568         functions.  Check that ispell-filter has new stuff before calling
6569         ispell-parse-output.
6571 2006-09-13  Kim F. Storm  <storm@cua.dk>
6573         * simple.el (line-move-partial): Optimize.
6575 2006-09-13  Richard Stallman  <rms@gnu.org>
6577         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6578         Delete spurious backquote.
6580 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6582         * net/rcirc.el (rcirc-print): Fix last change.
6584 2006-09-12  Jay Belanger  <belanger@truman.edu>
6586         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6588 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6590         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6591         rcirc-show-maximum-output.
6592         (rcirc-mode): Remove window-scroll-function hook.
6593         (rcirc-scroll-to-bottom): Remove function.
6594         (rcirc-print): Recenter so point stays at the bottom of the window
6595         if point was already there.
6597 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6599         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6600         not to "t".
6601         * progmodes/compile.el (compilation-start): Likewise.
6602         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6603         Don't use expand-file-name on invocation-directory, since this
6604         might mishandle special characters in invocation-directory.
6606 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * pcvs-defs.el: Remove * in defcustom's docstrings.
6610 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6612         * progmodes/compile.el (compilation-directory-properties):
6613         Doc fix for help-echo.
6615 2006-09-12  Lars Hansen  <larsh@soem.dk>
6617         * desktop.el (desktop-read): Add comment.
6619 2006-09-12  Kim F. Storm  <storm@cua.dk>
6621         * simple.el (next-error-highlight, next-error-highlight-no-select):
6622         Fix spelling error.
6624         * subr.el (sit-for): Rework to use input-pending-p and cond.
6625         Return nil input is pending on entry also for SECONDS <= 0.
6626         (while-no-input): Use input-pending-p instead of sit-for.
6628 2006-09-11  Richard Stallman  <rms@gnu.org>
6630         * simple.el (next-error-highlight, next-error-highlight-no-select):
6631         Fix custom type and doc strings.
6633 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6636         (diff-apply-hunk): Use it to ask for confirmation.
6638 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6640         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6642 2006-09-11  David Kastrup  <dak@gnu.org>
6644         * help.el (string-key-binding, describe-key-briefly)
6645         (describe-key): Remove `string-key-binding' and its callers since
6646         `key-binding' already caters for the proper lookup now.
6648 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6651         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6653         * bindings.el (mode-line-buffer-identification-keymap):
6654         Move initialization into declaration.
6656 2006-09-10  Kim F. Storm  <storm@cua.dk>
6658         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6659         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6660         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6661         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6663 2006-09-10  Richard Stallman  <rms@gnu.org>
6665         * dired-aux.el: Handle errors in recursive copy usefully.
6666         (dired-create-files-failures): New variable.
6667         (dired-copy-file): Remove condition-case.
6668         (dired-copy-file-recursive): Check for errors on all file
6669         operations, and add them to dired-create-files-failures.
6670         Check file file-date-erorr here too.
6671         (dired-create-files): Check dired-create-files-failures
6672         and report those errors too.
6674         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6676         * subr.el (add-to-list): New argument COMPARE-FN.
6678 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6680         * filecache.el (file-cache-add-directory)
6681         (file-cache-add-directory-list, file-cache-add-file)
6682         (file-cache-add-directory-using-find)
6683         (file-cache-add-directory-using-locate)
6684         (file-cache-add-directory-recursively): Add autoloads.
6686 2006-09-09  Richard Stallman  <rms@gnu.org>
6688         * textmodes/conf-mode.el (conf-space-mode):
6689         Use hack-local-variables-hook instead of calling hack-local-variables.
6690         (conf-space-keywords-override): New variable.
6691         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6692         (conf-space-mode): Always make conf-space-keywords and
6693         conf-space-keywords-override local.
6694         Call conf-space-mode-internal directly as well as via hook.
6696 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6698         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6699         quasi-keywords.
6701 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6704         (python-send-string): Be slightly more careful about adding \n.
6706         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6707         kill it right away anyway.
6709 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6711         * international/codepage.el (cp850-decode-table): Fix a few codes.
6712         (cp858-decode-table): New variable.
6714 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6716         * net/ldap.el (ldap-search-internal): Doc fix.
6718 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6720         * play/life.el (life-display-generation): Test for input manually if
6721         `sleeptime' is negative or null.
6723         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6724         (print-region-1): Substitute `%s' with the page title.
6726 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6728         * locate.el (locate-current-search): New variable.
6729         (locate): Set buffer local value.  Use current buffer if it is
6730         in Locate mode.
6731         (locate-mode): Disable undo here.
6732         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6733         (locate-update): Use locate-current-search and locate-current-filter.
6735 2006-09-08  David Kastrup  <dak@gnu.org>
6737         * desktop.el (desktop-read): When loading a desktop, disable
6738         saving it while the load progresses, and switch off a pending lazy
6739         load by calling `desktop-lazy-abort'.
6741 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6743         * window.el (mouse-autoselect-window-timer)
6744         (mouse-autoselect-window-position)
6745         (mouse-autoselect-window-window)
6746         (mouse-autoselect-window-now): New vars.
6747         (mouse-autoselect-window-cancel)
6748         (mouse-autoselect-window-select)
6749         (mouse-autoselect-window-start): New functions.
6750         (handle-select-window): Call `mouse-autoselect-window-start' when
6751         delayed window autoselection is enabled.
6753         * cus-start.el (mouse-autoselect-window): Handle delayed window
6754         autoselection.
6756         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6757         commands after which it is allowed to print in the echo area.
6759 2006-09-08  Richard Stallman  <rms@gnu.org>
6761         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6763         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6764         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6766         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6767         (cancel-timer-internal): Add doc string.
6768         (cancel-function-timers): Doc fix.
6769         (with-timeout-handler, timer-event-last*): Add doc strings.
6771         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6773         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6775         * dired.el (dired-log-summary): Add doc string.
6777         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6778         (custom-group-menu-create): Not here.
6780 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6782         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6784 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6786         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6787         (mac-apple-event-map): Define its handler.
6789 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6791         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6793 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6795         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6796         clause.
6798 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6800         * info.el (Info-index): Bind completion-ignore-case.
6802 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6805         previous commit.
6806         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6807         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6808         burp in dedicated windows.
6809         (inferior-prolog-self-insert-command): New command.
6810         (inferior-prolog-mode-map): Use it.
6812 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6814         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6816         * international/code-pages.el: Add cp858.
6818 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6820         * dnd.el: Fix bootstrapping.
6822 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6824         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6825         (dnd-open-remote-url): New function.
6826         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6827         not windows-nt.
6829 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6831         * dnd.el (dnd-open-remote-file-function): New variable.
6832         (dnd-open-unc-file): New function.
6833         (dnd-open-file): Call dnd-open-remote-file-function if set.
6835 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6837         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6838         pgg-passphrase-coding-system rather than locale-coding-system.
6839         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6841 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * progmodes/prolog.el: Remove * in docstrings.
6844         (prolog-program-name): Add SWI prolog.
6845         (prolog-mode-menu): New menu.
6846         (prolog-mode): Set comment-add.
6847         (prolog-indent-line): Simplify.  Use indent-line-to.
6848         (inferior-prolog-buffer): New var.
6849         (inferior-prolog-run, inferior-prolog-process): New funs.
6850         (run-prolog, switch-to-prolog): Rewrite, using them.
6851         (prolog-consult-region): Use inferior-prolog-buffer.
6852         (inferior-prolog-load-file): New function.
6853         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6855         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6856         last word, if it's not the end of the paragraph.
6858         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6859         file name.
6861 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6863         * frame.el (display-mm-dimensions-alist): New defcustom.
6864         (display-mm-height, display-mm-width): Use it.
6866 2006-09-06  Simon Josefsson  <jas@extundo.com>
6868         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6870 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6872         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6873         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6874         string values.
6876 2006-09-06  Kim F. Storm  <storm@cua.dk>
6878         * simple.el (line-move-partial): New function to do vscrolling for
6879         partially visible images / tall lines.  Rewrite based on code
6880         previously in line-move.  Simplify backwards vscrolling.
6881         (line-move): Use it.  Simplify.
6883 2006-09-05  Kim F. Storm  <storm@cua.dk>
6885         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6887 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6889         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6890         Process the `gcc-include' after the `gnu' rule.
6892 2006-09-05  Kim F. Storm  <storm@cua.dk>
6894         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6896 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6898         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6899         compatibility.
6901         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6902         inhibit-redisplay; encode passphrase with locale-coding-system.
6904 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6906         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6908 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6910         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6911         (gdb-var-list-children-regexp): Make type field optional.
6913         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6914         e.g public, protected in C++.
6916 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6918         * simple.el (completion-show-help): New defcustom.
6919         (completion-setup-function): Heed it.
6921 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6923         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6925 2006-09-04  Richard Stallman  <rms@gnu.org>
6927         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6928         (rsf-min-region-to-spam-list): Doc fix.
6929         (rsf-add-content-type-field): Doc fix.
6931         * simple.el (kill-region): Explicitly test there is a region.
6933 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6935         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6936         sendmail in several common directories.
6938         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6940         * paths.el (sendmail-program): Removed.
6942 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6944         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6945         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6946         http://article.gmane.org/gmane.emacs.gnus.general/50457
6948 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6950         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6951         mark after running the menu filter.
6953 2006-09-03  Juri Linkov  <juri@jurta.org>
6955         * international/quail.el (quail-defrule-internal): Add a check
6956         if a key is a vector.
6958 2006-09-02  Juri Linkov  <juri@jurta.org>
6960         * man.el (Man-topic-history): New variable.
6961         (man): Use it.
6963         * woman.el (woman-topic-history): Change defvar to defvaralias
6964         for symbol `Man-topic-history'.
6966         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6967         `comint-last-output-start' is a marker by using `markerp' and
6968         check if it has a position by using `marker-position', and use
6969         this position for `goto-char'.
6971         * international/quail.el (quail-defrule-internal): Add missing
6972         `error' call for null key.
6974 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6976         * rcirc.el (rcirc-keywords): New variable.
6977         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6978         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6979         variables.
6980         (rcirc-responses-no-activity): New function.
6981         (rcirc-handler-generic): Check for responses in above.
6982         (rcirc-process-command): Add ?: character to arguments of raw
6983         server commands.
6984         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6985         `rcirc-dim-nicks'.
6986         (rcirc-gray-toggle): Remove unused variable.
6987         (rcirc-print): Remove some tracking logic, which is moved into
6988         markup functions.
6989         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6990         types.
6991         (rcirc-activity-string): Look for 'keyword in activity-types.
6992         (rcirc-window-configuration-change): Don't erase overlay-arrow
6993         unnecessarily.
6994         (rcirc-add-or-remove): New function.
6995         (rcirc-cmd-ignore): Use it.
6996         (rcirc-message-leader): Remove unused function.
6997         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6998         (rcirc-add-face): New function.
6999         (rcirc-facify): Use rcirc-add-face.
7000         (rcirc-url-regexp): Add parens.
7001         (rcirc-map-regexp): Remove function.
7002         (rcirc-mangle-regexp): Remove function.
7003         (rcirc-markup-text-functions): New variable.
7004         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7005         (rcirc-markup-body-text, rcirc-markup-attributes)
7006         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7007         (rcirc-markup-bright-nicks): New markup handler functions.
7008         (rcirc-nick-in-message-full-line): New face.
7009         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7010         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7012 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
7014         * cus-start.el (hscroll-margin, hscroll-step)
7015         (mode-line-in-non-selected-windows, mouse-autoselect-window)
7016         (x-use-underline-position-properties): Change version to "22.1"
7017         since they will appear there for the first time.
7019 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7021         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7023 2006-08-31  Richard Stallman  <rms@gnu.org>
7025         * cus-edit.el (custom-save-variables): Slight cleanup.
7026         (Custom-no-edit): Renamed from custom-no-edit.
7027         (Custom-newline): Renamed from custom-newline.
7028         (custom-mode-map): Use new names.
7030         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7031         about customization, rather than M-x customize, in the doc string
7032         made for the defcustom.
7034         * emacs-lisp/trace.el (trace-function-background): Doc fix.
7036 2006-08-31  Romain Francoise  <romain@orebokech.com>
7038         * dired-x.el (dired-guess-shell-alist-default): Update.
7040 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
7042         * custom.el (custom-theme-set-variables): Autoload packages before
7043         sorting the variables.
7045 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
7047         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7048         chars if XEmacs.
7049         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7051 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * progmodes/python.el (python-eldoc-function): Re-enable quit while
7054         waiting for process.
7056 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7058         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7059         results in ASCII-only string, encode original one directly.
7061 2006-08-29  Romain Francoise  <romain@orebokech.com>
7063         * startup.el (normal-splash-screen, fancy-splash-screens):
7064         Make buffer read-only and arrange to enter view mode if necessary.
7066 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7068         * hl-line.el (hl-line): New face.
7069         (hl-line-face): Use it.
7071         * image-mode.el (image-mode): Fix last fix.
7072         Suggested by Kim F. Storm.
7074 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
7076         Sync with Tramp 2.0.54.
7078         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7079         of `=', because `tramp-get-remote-gid' might not always return an
7080         integer when expected.
7081         (tramp-register-file-name-handlers): `partial-completion-mode' is
7082         unknown to XEmacs.
7083         (tramp-time-diff): Don't use `floor', it might fail for large
7084         differences.
7085         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7086         `tramp-auto-save-directory' if unset in order to guarantee unique
7087         auto-save file names.
7089 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7091         * image-mode.el (image-mode): Display image as text on a terminal.
7093 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * progmodes/python.el (python-send-command): Simplify.
7096         (run-python): Don't generate a new buffer unless `new' was specified.
7097         Make sure we send `import emacs' to the proper process.
7099         * progmodes/python.el (python-send-command): Don't wait for the command
7100         to terminate.  Don't fiddle with compilation-parsing-end.
7102 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7104         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7105         Insert commentary after first line summary.
7107         * woman.el (woman-follow): New function, based on `man-follow'.
7108         (woman-mode-map): Use it.
7110         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7111         since ibuffer-do-sort-by-recency does not define a sorter.
7113 2006-08-28  Kim F. Storm  <storm@cua.dk>
7115         * find-dired.el (find-dired): Use shell-quote-argument to properly
7116         escape ( and ) args.  Also use it on {} and ; args in default
7117         value of find-ls-option string.
7118         (find-grep-dired): Use shell-quote-argument on {} and ; args.
7120 2006-08-27  Michael Olson  <mwolson@gnu.org>
7122         * emacs-lisp/tq.el: Small grammar fix in comments.
7123         (tq-enqueue): Check for existence of queue rather than the
7124         head queue item's question, which was a no-op.
7125         (tq-filter, tq-process-buffer): Make sure the process buffer
7126         exists before making it the current buffer.
7128 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7130         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7131         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7132         (special-event-map): Apply 2006-08-16 change for x-win.el.
7134 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * progmodes/python.el (python-send-receive): Wait in the
7137         process's buffer so as to check the right buffer-local variables.
7139 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7142         (defgroup checkdoc): Move to beginning.
7144         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7145         (python-preoutput-continuation): Remove.
7146         (python-preoutput-filter): Simplify correspondingly.
7147         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
7148         Loop around to catch embedded _emacs_out output.
7149         (run-python): Send the import&print command on a single line.
7150         (python-send-command): Send command&print on a single line.
7151         (python-send-string): Only add double \n if needed.
7152         (python-send-receive): Loop until the result comes.
7153         (python-mode-running): Defvar it.
7154         (python-setup-brm): Remove unused var `menu'.
7155         Only bind py-mode-map and `features' around brm-init.
7156         (python-calculate-indentation): Remove unused var `point'.
7157         (python-beginning-of-defun): Remove unused var `def-line'.
7159 2006-08-25  Richard Stallman  <rms@gnu.org>
7161         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7163 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7165         * viper.el (viper-set-hooks): Use frame bindings for
7166         viper-vi-state-cursor-color.
7167         (viper-non-hook-settings): Don't set default
7168         mode-line-buffer-identification.
7170         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7171         (viper-set-cursor-color-according-to-state)
7172         (viper-get-saved-cursor-color-in-replace-mode)
7173         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7174         viper-emacs-state-cursor-color.
7176         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7177         (viper-undo): Use point if undo-beg-posn is nil.
7178         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7179         (viper-after-change-undo-hook): Don't use
7180         viper-emacs-state-cursor-color by default.
7181         (viper-undo): More sensible positioning after undo.
7183         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7184         (viper-emacs-state-cursor-color): Default to nil, since this feature
7185         doesn't work well yet.
7187         * ediff-mult.el (ediff-intersect-directories)
7188         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7189         always expand filenames.
7191 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7193         * tumme.el: Remove * in defcustoms's docstrings.
7195 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7197         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7198         Accept internal time format for SECS arg.
7199         (timer-relative-time): Doc fix.
7201         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7202         adapted from Martin Rudalics.
7203         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7204         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7205         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7206         using sit-for.
7208 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7210         * cus-start.el (all): Add `overline-margin' and
7211         `x-underline-at-descent-line'.
7213 2006-08-24  Kim F. Storm  <storm@cua.dk>
7215         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7216         to mean "use find -exec"; nil now unambiguously means auto-detect.
7217         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7218         Use shell-quote-argument to build grep-find-command and
7219         grep-find-template.
7220         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7221         Reported by Tom Seddon.
7223 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7225         * startup.el (fancy-splash-head): Give instructions for dismissing
7226         the splash screen for default startup too.
7227         (display-startup-echo-area-message, fancy-splash-screens)
7228         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7229         all splash text at once and keep the splash buffer around.
7230         (command-line-1): Give display-startup-echo-area-message a t arg.
7232 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7234         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7235         gnus frame is selected.
7237 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7239         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7241 2006-08-22  Kim F. Storm  <storm@cua.dk>
7243         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7244         Add suffix matching for subdirs.
7246 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7248         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7249         mouse-yank-at-point is non-nil.
7251 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7253         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7254         a bit wider and remove fringes to fit initial output on line.
7256 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * frame.el (blink-cursor-end): Only ignore the error we care about.
7259         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7261 2006-08-21  Richard Stallman  <rms@gnu.org>
7263         * whitespace.el (whitespace-cleanup): Doc fix.
7265 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7267         * net/rcirc.el (rcirc-show-maximum-output): New var.
7268         (rcirc-buffer-process): If no buffer argument is supplied, use
7269         current-buffer.
7270         (rcirc-complete-nick): Complete to the last completed nick first.
7271         (rcirc-mode): Preserve the value of `rcirc-urls' across
7272         connections.  Setup scroll function.
7273         (rcirc-scroll-to-bottom): New function.
7274         (rcirc-print): Use nick syntax around regexp work.
7275         Notice dim-nicks speaking only if they say our nick.
7276         (rcirc-update-activity-string): Do not show the modeline indicator
7277         if there are no live rcirc processes.
7278         (rcirc-cmd-ignore): Ignore case.
7279         (rcirc-browse-url-at-point): Fix off-by-one error.
7281 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7283         * progmodes/python.el: Remove * in defcustom docstrings.
7284         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7285         (python-mode): Set tab-width and indent-tabs-mode.
7287 2006-08-20  Dave Love  <fx@gnu.org>
7289         * progmodes/python.el: Update to Dave Love's latest version.
7290         (python-font-lock-keywords, python-mode): Don't use
7291         font-lock-syntax-table, but match symbol elements explicitly instead.
7292         (python-mode-map): Add help, and a few more key bindings.
7293         (python-skip-comments/blanks): Move out of comments as well.
7294         (python-continuation-line-p): Behave better with unbalanced parens.
7295         (python-blank-line-p): New fun.
7296         (python-open-block-statement-p): Don't use a heuristic.
7297         (python-outdent-p): Better handle blocks-in-the-same-line.
7298         (python-calculate-indentation): Misc improvements.
7299         (python-comment-indent): Remove.
7300         (python-block-pairs): New var.
7301         (python-first-word): New fun.
7302         (python-indentation-levels): Handle more common cases.
7303         (python-indent-line-1): Add `leave' argument.
7304         (python-indent-region): New fun.
7305         (python-skip-out): New fun.
7306         (python-beginning-of-statement, python-end-of-statement): Use it.
7307         (python-next-statement): Return correct count even at eob.
7308         (python-end-of-block): Fix paren-typo.
7309         (python-imenu-create-index): Add module variables.
7310         (run-python): Add `new' arg.
7311         Check we're at a prompt before returning.
7312         (python-send-command): Move to end of buffer.
7313         Wait for prompt to return.
7314         (python-set-proc): New fun.
7315         (python-imports): New var.
7316         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7317         (python-eldoc-function): Try to move out of arg list.
7318         (python-outline-level): Offset by 1.
7319         (python-find-imports): New fun.
7320         (python-symbol-completions): Use python-imports.
7321         (python-module-path, ffap-alist): Add support for ffap.
7322         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7323         (python-insert-*, python-default-template, python-expand-template):
7324         Add templates/skeletons.
7325         (python-setup-brm): Support for Bicycle Repair Man.
7326         (python-abbrev-syntax-table): New var.
7327         (python-abbrev-pc-hook, python-pea-hook): New funs.
7329 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7331         * frame.el (blink-cursor-start): Set timer first.
7332         (blink-cursor-end): Ignore timer cancelling errors.
7333         Suggested by Ken Manheimer.
7335 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7337         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7338         Add autoload cookie.
7340 2006-08-20  Richard Stallman  <rms@gnu.org>
7342         * simple.el (line-number-at-pos): Doc fix.
7344         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7345         timer-activate-when-idle, so timer can run before Emacs becomes
7346         non-idle again.
7348 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7350         * whitespace.el (whitespace-cleanup-internal): New optional arg
7351         REGION-ONLY.  If it's non-nil, modify the message to the user
7352         accordingly.
7353         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7354         a non-nil argument.
7356 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7358         * rect.el (spaces-string): Simplify and add doc string.
7360 2006-08-17  Romain Francoise  <romain@orebokech.com>
7362         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7364 2006-08-17  Richard Stallman  <rms@gnu.org>
7366         * compare-w.el (compare-windows): lambda's take an arg and pass
7367         it to compare-windows-skip-whitespace.
7369 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7371         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7372         the right buffer.
7374 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7377         removed files.
7379 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7381         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7382         (gdb-locals-watch-map-1): Suppress keymap first.
7383         (gdb-edit-locals-map-1): New variable.
7384         (gdb-edit-locals-value): New function.
7385         (gdb-stack-list-locals-handler): Use them.
7387 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7390         cursor would normally be drawn in the fringe.
7392         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7393         Reported by Martin Rudalics <rudalics@gmx.at>.
7395 2006-08-16  Richard Stallman  <rms@gnu.org>
7397         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7398         (special-event-map): Process drag-n-drop events this way.
7400         * simple.el (move-beginning-of-line): Test whether fields
7401         would prevent motion back to line's first visible character.
7402         If so, stop where the fields would stop the motion.
7404         * newcomment.el (comment-indent): Fully update INDENT
7405         before checking to see if it will change the text.
7407         * cus-edit.el (custom-newline): New function.
7408         (custom-mode-map): Bind newline to custom-newline.
7410         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7411         into ignore-whitespace.
7412         Check each buffer for its skip-function.
7413         Handle compare-windows-skip-whitespace special-case test
7414         by returning t from default skip function.
7416 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7418         * textmodes/org.el (org-clock-special-range)
7419         (org-clock-update-time-maybe): New functions.
7420         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7421         not only a-z.
7422         (org-agenda-get-blocks): Allow multiple blocks per headline.
7423         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7424         (org-export-html-title-format)
7425         (org-export-html-toplevel-hlevel): New options.
7426         (org-export-language-setup): Add support for Czech.
7427         (org-mode, org-insert-todo-heading, org-find-visible)
7428         (org-find-invisible, org-invisible-p, org-invisible-p2)
7429         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7430         (org-show-subtree, org-show-entry, org-make-options-regexp):
7431         Remove compatibility support for old outline-mode.
7432         (org-check-occur-regexp): Funtion removed.
7433         (org-on-heading-p, org-back-to-heading): Made defalias.
7434         (org-set-local): New defsubst.
7435         (org-set-regexps-and-options, org-mode)
7436         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7437         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7438         (org-remember-apply-template, org-table-edit-field)
7439         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7440         (org-set-autofill-regexps): Use `org-set-local'.
7441         (org-table-eval-formula): Fix bug with parsing of display flags.
7443 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7445         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7446         frame with fringe arrow.  Suggested by Simon Marshall
7447         <simon.marshall@misys.com>.
7448         (gdb-stack-position): New variable.
7449         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7450         (gdb-frames-mode): Set gdb-stack-position to nil.
7451         Add to overlay-arrow-variable-list
7452         (gdb-reset): Delete gdb-stack-position from above list.
7454 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7456         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7457         read only.
7459 2006-08-13  Romain Francoise  <romain@orebokech.com>
7461         * cus-theme.el (customize-create-theme)
7462         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7464         * filesets.el (filesets-add-buffer): Ditto.
7466         * pcvs.el (cvs-change-cvsroot): Ditto.
7468 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7470         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7471         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7472         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7473         expressions.
7474         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7475         Only search till end of line.
7476         Add face to function names in case of no filename.
7477         Add face to variable names of watchpoints.
7479 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7481         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7482         customization group.
7484 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7486         * allout.el (allout-prior-bindings, allout-added-bindings):
7487         Remove, after long deprecation.
7488         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7489         Add customization vars controlling allout-beginning-of-line and
7490         allout-end-of-line conveniences.
7491         (allout-header-prefix, allout-use-mode-specific-leader)
7492         (allout-use-mode-specific-leader, allout-mode-leaders):
7493         Revise docstrings.
7494         (allout-infer-header-lead): Change to be an alias for
7495         allout-infer-header-lead-and-primary-bullet.
7496         (allout-infer-header-lead-and-primary-bullet): New version of
7497         allout-infer-header-lead which assigns the primary bullet to the
7498         same as the header lead, when its being changed.
7499         (allout-infer-body-reindent): Apply regexp-quote instead of
7500         unconditionally prepending "\\", so that all literal
7501         allout-header-prefix and allout-primary-bullet strings are
7502         properly handled.
7503         (allout-add-resumptions): Add optional qualifier for extending or
7504         appending to existing values, rather than replacing them.
7505         (allout-view-change-hook): Clarify docstring.
7506         (allout-exposure-change-hook): Take explicit arguments, via
7507         run-hook-with-args.
7508         (allout-structure-added-hook)
7509         (allout-structure-deleted-hook)
7510         (allout-structure-shifted-hook): New hooks analogous to
7511         allout-exposure-change-hook for other kinds of structural outline
7512         edits.
7513         (allout-encryption-plaintext-sanitization-regexps): New encryption
7514         customization variable, by which cooperating modes can provde
7515         massage of the plaintext without actually being passed it.
7516         (allout-encryption-ciphertext-rejection-regexps)
7517         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7518         customization variables, by which cooperating modes can prohibit
7519         rare but possible ciphertext patterns from fouling their
7520         operation, with actually being passed the ciphertext.
7521         (allout-mode): Run activation and deactivation hooks after the
7522         minor-mode variable has been toggled, to clarify the mode
7523         disposition.  The new encryption ciphertext rejection variable is
7524         used to ensure that the ciphertext does not contain text that
7525         would be recognized as outline structural elements by allout.
7526         Substite allout-beginning-of-line and allout-end-of-line for
7527         conventionall beginning-of-line and end-of-line bindings.
7528         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7529         activation!
7530         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7531         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7532         (allout-chart-subtree): Implement new mode, charting only the
7533         visible items in the subtree, when new 'visible' parameter is non-nil.
7534         (allout-end-of-subtree): Properly handle the last item in the buffer.
7535         (allout-pre-command-business, allout-command-counter):
7536         Increment an advertised counter so that cooperating enhancements can
7537         track revisions of items.
7538         (allout-open-topic): Run allout-structure-added-hook with suitable
7539         arguments.
7540         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7541         arguments.
7542         (allout-shift-out): Fix doubling for negative args and ensure call
7543         of allout-structure-shifted-hook by solely using allout-shift-in.
7544         (allout-kill-line, allout-kill-topic):
7545         Run allout-structure-deleted-hook with suitable arguments.
7546         (allout-yank-processing): Run allout-structure-added-hook with
7547         proper arguments.
7548         (allout-yank): Enclose activity in allout-unprotected.
7549         (allout-flag-region): Run allout-exposure-change-hook with
7550         suitable arguments, instead of making the callee infer the arguments.
7551         (allout-encrypt-string):
7552         Support allout-encryption-plaintext-sanitization-regexps,
7553         allout-encryption-ciphertext-rejection-regexps, and
7554         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7555         en/de cryption mode in symmetric encryption failure message.
7556         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7557         copy of the passphrase, and don't zero it or we'll corrupt the
7558         stashed copy.
7559         (allout-create-encryption-passphrase-verifier)
7560         (allout-verify-passphrase): Respect the new signature for
7561         allout-encrypt-string.
7562         (allout-get-configvar-values): Convenience for getting a
7563         configuration variable value and handling its absence gracefully.
7565 2006-08-11  Romain Francoise  <romain@orebokech.com>
7567         * obsolete/zone-mode.el: Delete.
7569 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7573 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7575         * emacs-lisp/bindat.el (bindat-ip-to-string):
7576         Use `format-network-address' if possible.
7578 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7580         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7582 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7584         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7585         restore unread-command-events here.
7586         (edebug-display): Do it here, to detect sit-for interruptions.
7588 2006-08-10  Romain Francoise  <romain@orebokech.com>
7590         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7591         (dns-mode-soa-auto-increment-serial): New user option.
7592         (dns-mode-soa-maybe-increment-serial): New function.
7593         (dns-mode): Add the latter to `write-contents-functions'.
7595         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7596         Delete autoload cookies.
7598 2006-08-10  John Wiegley  <johnw@newartisans.com>
7600         * eshell/em-glob.el (eshell-glob-chars-list)
7601         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7603 2006-08-10  Richard Stallman  <rms@gnu.org>
7605         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7606         (facemenu-set-face): Doc fix.
7607         (facemenu-listed-faces): Doc fix.
7609 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7611         * avoid.el (mouse-avoidance-animating-pointer): New var.
7612         (mouse-avoidance-nudge-mouse): Use it.
7613         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7614         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7615         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7616         Don't activate if currently animating.  All callers changed.
7618 2006-08-09  John Wiegley  <johnw@newartisans.com>
7620         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7621         variable, which causes timeclock to report elapsed time worked,
7622         instead of just work remaining.
7624 2006-08-09  Kenichi Handa  <handa@m17n.org>
7626         * international/latexenc.el (latexenc-find-file-coding-system):
7627         Fix for the case that the 2nd element of arg-list is a cons.
7629 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7631         * info.el (Info-fontify-node): Handle preceding `in' for note
7632         reference hiding rules.
7634 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7637         mistake a closing " for an opening one.
7639 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7641         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7643 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * complete.el (PC-do-completion): Filter out completions matching
7646         completion-ignored-extensions before checking whether there are
7647         multiple completions.
7648         Don't use `list' unnecessarily when building completion tables.
7650 2006-08-06  Richard Stallman  <rms@gnu.org>
7652         * help.el (describe-mode): Make minor mode list more concise.
7654 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7656         * bindings.el: Give mode-line-format, mode-line-modes, and
7657         mode-line-position `standard-value' properties.
7659 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7661         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7662         "(file)node" instead of the file name.
7664 2006-08-05  Richard Stallman  <rms@gnu.org>
7666         * faces.el (escape-glyph): Doc fix.
7668 2006-08-04  Kenichi Handa  <handa@m17n.org>
7670         * international/mule-diag.el (describe-font): Improve docstring
7671         and error message.  Use frame-parameter (not frame-parameters).
7673 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7676         Correctly mark the end-of-docstring char.
7678 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7680         * simple.el (line-move-to-column): Constrain move-to-column to
7681         current field.
7683 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * font-lock.el (font-lock-beg, font-lock-end)
7686         (font-lock-extend-region-functions): New vars.
7687         (font-lock-extend-region-multiline)
7688         (font-lock-extend-region-wholelines): New functions.
7689         (font-lock-default-fontify-region): Use them.
7690         (font-lock-extend-jit-lock-region-after-change): Only round up
7691         if font-lock-default-fontify-region will do it as well.
7693         * font-lock.el (font-lock-extend-after-change-region-function):
7694         Rename from font-lock-extend-region-function.
7695         (font-lock-extend-region): Remove by inlining at call sites.
7696         (font-lock-after-change-function): Don't needlessly round up to a whole
7697         number of lines.
7698         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7699         the boundary conditions and the interactions between the various ways
7700         to extend the region.
7702 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7705         modification status when forcing the second redisplay.
7707 2006-08-03  Kim F. Storm  <storm@cua.dk>
7709         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7711 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7714         doesn't look like a file name.
7716         * complete.el (PC-expand-many-files): Avoid signalling an error when
7717         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7719 2006-08-02  Andreas Schwab  <schwab@suse.de>
7721         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7723 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7725         * bindings.el (map): Make mode-line-buffer-identification-keymap
7726         before defining propertized-buffer-identification.
7728 2006-08-01  Richard Stallman  <rms@gnu.org>
7730         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7732 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7734         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7735         default value.
7736         (gdb-find-source-frame): New function.
7737         (menu): Add to menu bar.
7739 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7741         * font-core.el (font-lock-extend-region-function)
7742         (font-lock-extend-region): Move to font-lock.el.
7744         * font-lock.el (font-lock-extend-region-function)
7745         (font-lock-extend-region): Move from font-core.el.  Simplify.
7747         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7748         if needed.
7749         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7750         (jit-lock-after-change-extend-region-functions): New hook.
7751         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7753         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7754         (font-lock-turn-on-thing-lock): Use it.
7756         * longlines.el (longlines-show-region): Make it work on read-only
7757         buffers as well.
7759 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7761         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7763 2006-07-31  Richard Stallman  <rms@gnu.org>
7765         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7766         (vhdl-speedbar-display-projects): Update old obsolete
7767         speedbar variable names.
7769 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7771         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7772         (gdb-stopped): Use it.
7774         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7776 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7778         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7779         for load-history elements.
7781 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7783         * files.el (convert-standard-filename): For Cygwin, replace
7784         characters not allowed in Windows file names.
7785         (make-auto-save-file-name): Add Cygwin to the list of systems
7786         where the auto-save file name needs to be run through
7787         convert-standard-filename.
7789 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7791         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7793 2006-07-28  Richard Stallman  <rms@gnu.org>
7795         * bindings.el (mode-line-frame-identification)
7796         (propertized-buffer-identification): Centralize the code
7797         to initialize the variable.
7799         * progmodes/grep.el (grep-default-command): Catch errors from
7800         wildcard-to-regexp.
7802 2006-07-29  Kim F. Storm  <storm@cua.dk>
7804         * progmodes/grep.el (grep-tag-default): New function.
7805         (grep-default-command, grep-read-regexp): Use it.
7806         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7807         as default if nothing else applies.
7809 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7811         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7812         Throw error if buffer is not in Dired and Wdired mode, respectively.
7814 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7816         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7817         self-insert-command keys don't activate buttons.
7818         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7820 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7822         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7823         faces for enable character.
7825 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7827         * Makefile.in (recompile): Update comment to reflect change
7828         on 2004-04-21.
7830 2006-07-27  Richard Stallman  <rms@gnu.org>
7832         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7833         (customize-package-emacs-version): Change msg when pkg has no entry.
7834         (custom-no-edit): On a button, do like widget-button-press.
7836 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7838         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7839         S-tab and C-S-tab.
7841 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7843         * progmodes/which-func.el (which-function): Fix documentation/
7844         comment typo.
7846 2006-07-26  Richard Stallman  <rms@gnu.org>
7848         * textmodes/ispell.el (ispell-word): If we replace the word,
7849         move point to the end.  Insert before deleting.
7851 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7853         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7854         a timer.
7856 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7858         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7859         when at first image.
7860         (tumme-forward-image): Add prefix argument.  Add error when at last
7861         image.
7863 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * tabify.el (tabify-regexp): Use more specific regexps.
7866         (tabify): Avoid modifying the buffer unnecessarily.
7868 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7870         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7871         (tumme-format-properties-string): Handle empty `buf'.
7872         (tumme-get-comment): Change variable names inside `let'.
7873         Add missing `let' variable that cause font-lock problems.
7874         (tumme-write-comments): Change variable names inside `let'.
7875         Add missing `let' variable that cause font-lock problems.
7876         (tumme-forward-image): Rename from `tumme-forward-char'.
7877         (tumme-backward-image): Rename from `tumme-backward-char'.
7879 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7881         * progmodes/ld-script.el (ld-script-keywords)
7882         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7883         and add comments.
7885 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7887         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7888         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7889         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7890         for status indicator.
7892 2006-07-24  Richard Stallman  <rms@gnu.org>
7894         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7896         * subr.el (dolist, dotimes): Use interned symbols for locals.
7897         (--dotimes-limit--, --dolist-tail--): New defvars.
7898         (looking-back): Doc fix.
7900         * replace.el (replace-match-string-symbols): Handle dotted lists.
7902 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7904         * tumme.el (tumme-write-tags): Add.
7905         (tumme-write-comments): Add.
7906         (tumme-tag-files): Change to use `tumme-write-tags'.
7907         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7908         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7909         (tumme-save-information-from-widgets): Change to use
7910         `tumme-write-comments' and `tumme-write-tags'.
7911         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7912         (tumme-write-tag): Remove.
7913         (tumme-write-comment): Remove.
7914         (tumme-display-previous-thumbnail-original): Remove empty line.
7915         (tumme-widget-list): Add punctuation.
7917 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7919         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7921 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7923         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7924         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7925         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7927 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7929         * mouse.el (mouse-on-link-p): Doc fix.
7931 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7933         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7934         Handle "C-h f `".
7936 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7938         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7939         column.
7941 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7943         * textmodes/table.el: Add move-beginning-of-line and
7944         move-end-of-line to Point Motion Only Group.
7946 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7948         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7950 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7952         * startup.el (user-mail-address): Initialize from the `EMAIL'
7953         environment variable first.  Document this.
7954         (command-line): Ditto.
7956 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7958         * help-mode.el (help-function-def, help-variable-def)
7959         (help-face-def): Print a message in the minibuffer.
7961 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7963         * term/xterm.el (terminal-init-xterm): Fix key bindings
7964         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7966 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7968         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7969         where `(nth 1 command)' is a cons cell.  Doc fix.
7971         * textmodes/po.el (po-find-charset): Doc fix.
7973 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7975         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7976         (allout-beginning-of-current-line, allout-end-of-current-line)
7977         (allout-next-visible-heading, allout-open-topic)
7978         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7979         (allout-flag-current-subtree, allout-show-to-offshoot)
7980         (allout-hide-current-entry, allout-show-current-branches)
7981         (allout-hide-region-body, allout-old-expose-topic)
7982         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7983         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7984         containing `beginning-of-line' and `end-of-line' with
7985         `inhibit-field-text-motion' t.
7987 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7989         * frame.el (focus-follows-mouse): Document that it doesn't have
7990         any effect on MS-Windows.
7992 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7996 2006-07-20  Jay Belanger  <belanger@truman.edu>
7998         * calc.el (calc-previous-alg-entry): Remove variable.
8000         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8001         New variables.
8002         (calc-alg-entry): Use `calc-alg-entry-history'.
8003         (calc-do-quick-calc): Use `calc-quick-calc-history'.
8004         Remove reference to `calc-previous-alg-entry'.
8005         (calcAlg-edit, calcAlg-enter): Remove reference to
8006         `calc-previous-alg-entry'.
8007         (calcAlg-previous): Use `previous-history-element' instead of
8008         `calc-previous-alg-entry'.
8009         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8010         Change keybinding for `calcAlg-plus-minus', add keybindings for
8011         `previous-history-element' and `next-history-element'.
8013         * calc-rewr.el (calc-match): Remove reference to
8014         `calc-previous-alg-entry'.
8016         * calc-sel.el (calc-selection-history): New variable.
8017         (calc-enter-selection, calc-sel-mult-both-sides)
8018         (calc-sel-add-both-sides): Use `calc-selection-history'.
8020         * calc-map.el (calc-get-operator-history): New variable.
8021         (calc-get-operator): Use `calc-get-operator-history'.
8023         * calcalg3.el (calc-curve-fit-history): New variable.
8024         (calc-curve-fit): Use `calc-curve-fit-history'.
8026 2006-07-20  Kenichi Handa  <handa@m17n.org>
8028         * international/mule-cmds.el (select-safe-coding-system): Fix the
8029         way of deciding eol-type of the coding system.
8031 2006-07-20  Alan Mackenzie  <acm@muc.de>
8033         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8034         (c-lang-setvar): New macro.
8035         (c-make-init-lang-vars-fun): Use the initialization forms in
8036         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8037         (comment-start, comment-end, comment-start-skip): Change these from
8038         c-lang-defvar's to c-lang-setvar's.
8040         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8041         which calls make-local-variable on the elements of
8042         c-emacs-variable-inits.
8043         (c-init-language-vars-for): Call this new macro.
8045 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8048         Try to rule out false positives due to time stamps.
8049         (compilation-mode-font-lock-keywords): Remove rules made redundant
8050         because of the above change.  Add `segmentation fault' to the known and
8051         highlighted compilation termination messages.
8053 2006-07-19  Kim F. Storm  <storm@cua.dk>
8055         * progmodes/grep.el (grep-find-ignored-directories):
8056         Add .svn and _darcs to list.
8058 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
8060         * dired.el (dired-mode-map): Add key binding `C-te' for
8061         `tumme-dired-edit-comment-and-tags'.
8063         * tumme.el (tumme-display-thumbnail-original-image): Make sure
8064         image display buffer is displayed before call to
8065         `tumme-display-image.
8066         (tumme-dired-display-image): Make sure image display buffer is
8067         displayed before call to `tumme-display-image.
8068         (tumme-mouse-display-image): Make sure image display buffer is
8069         displayed before call to `tumme-display-image.
8070         (tumme-widget-list): Add.
8071         (tumme-dired-edit-comment-and-tags): Add.
8072         (tumme-save-information-from-widgets): Add.
8074 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8078 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * progmodes/sh-script.el (sh-font-lock-keywords-1):
8081         Revert inadvertently installed patch hunk.
8083         * progmodes/compile.el (compilation-find-file): Handle the
8084         cases where the user selects a non-existent file.
8086 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8090 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8092         * subr.el (sit-for): Just sleep-for if noninteractive.
8094 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * emacs-lisp/autoload.el (make-autoload): Use new arg.
8098         * custom.el (custom-autoload): Add `noset' argument.
8099         (custom-push-theme): Don't autoload the variable, let callers do it.
8100         (custom-theme-set-variables): Autoload the variable if necessary.
8102         * cus-edit.el (custom-variable-state-set): If the variable was
8103         originally set outside custom, but to the same value as the default,
8104         consider it to be standard.
8106         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8107         file *before* telling Emacs to add the autoloads, in case it fails.
8109         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8110         Use `cond', push', and `dolist'.
8112 2006-07-17  Richard Stallman  <rms@gnu.org>
8114         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8115         Add defvars to silence warnings.
8117 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8119         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8120         Don't highlight "Compiling file" messages as error.
8122         * dired-aux.el (dired-compress-file): Confirm again if gzipped
8123         file already exists.
8125 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
8127         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
8128         entry, don't assign to free var; simply return the extracted filename.
8129         (ff-treat-as-special): Incorporate common preamble from callers.
8130         (ff-other-file-name, ff-find-the-other-file):
8131         Update call to ff-treat-as-special.
8133         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8135 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
8137         * tumme.el (tumme-get-comment): Fix bug.
8139 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * files.el: Remove spurious * in docstrings.
8143 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8145         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8146         grammar.
8147         (allout-beginning-of-current-line): Beware beginning of buffer.
8148         Also, a comment is simplified.
8149         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8150         when appropriate.  (This fix enables use for other than
8151         bullet-hotspot operation.)
8152         (allout-hide-current-subtree): While escalating to sibling-close,
8153         make sure to situate on a topic.
8155 2006-07-14  Kim F. Storm  <storm@cua.dk>
8157         * emulation/cua-base.el (cua-delete-selection)
8158         (cua-toggle-set-mark): New defcustoms.
8159         (cua-rectangle-modifier-key): Add `alt' modifier.
8160         (cua-replace-region): Don't delete if cua-delete-selection is nil.
8161         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8162         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8164         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8166 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8168         * allout.el: Require 'cl during byte-compilation/interactive load,
8169         for the `assert' macro.
8170         (allout-mode-deactivate-hook): New hook, run when allout mode
8171         deactivates.
8172         (allout-developer): New allout customization subgroup.
8173         (allout-run-unit-tests-on-load): New allout-developer
8174         customization variable, when true allout unit tests are run towards
8175         end of file load/eval.
8176         (allout-inhibit-auto-fill): Disable auto-fill activity even during
8177         auto-fill-mode.
8178         (allout-resumptions): Remove, to be replaced by...
8179         (allout-add-resumptions): Register variable settings to be
8180         reinstated by `allout-do-resumptions'.  The settings are made
8181         buffer-local, but the locality/globality of the suspended setting
8182         is restored on resumption.
8183         (allout-do-resumptions): Reinstate all settings suspended using
8184         `allout-add-resumptions'.
8185         (allout-test-resumptions): Unit tests (and intermediate variables)
8186         for resumptions.
8187         (allout-tests-globally-unbound, allout-tests-globally-true)
8188         (allout-tests-locally-true): Intermediate variables for
8189         resumptions unit tests.
8190         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8191         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8192         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8193         instead of retired `allout-resumptions'.  For hook functions, use
8194         `local' parameter so hook settings are created and removed as
8195         buffer-local settings.  Revise (resumptions) setting
8196         auto-fill-function so it is set only if already active.  (The
8197         related fill-function settings are all made in either case, so
8198         that activating auto-fill-mode activity will have the custom
8199         allout-mode behaviors (hanging indent on topics, if configured for it).
8200         Remove all allout-exposure-category overlays on mode deactivation.
8201         (allout-hotspot-key-handler): New function extracted from
8202         `allout-pre-command-business', so the functionality can be used
8203         for other purposes, eg as a binding in an overlay.
8204         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8205         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8206         customization variable.
8207         (allout-run-unit-tests): Run the (currently quite small)
8208         repertoire of unit tests.  Called just before the provide iff user
8209         has customized `allout-run-unit-tests-on-load' non-nil.
8211 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8213         * emacs-lisp/authors.el (authors-aliases): Update.
8215 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8217         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8218         gdb-source-window.  Add dedicated argument.
8219         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8220         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8221         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8222         (gdb-display-locals-buffer): Use it.
8224         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8225         Set gdb-source-window.
8227 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8230         minor modes, redundant with the custom-autoload line above.
8232 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8234         * longlines.el (longlines-post-command-function): Handle open-line too.
8236 2006-07-12  Richard Stallman  <rms@gnu.org>
8238         * progmodes/grep.el (grep-last-buffer): Doc fix.
8240         * info.el (Info-try-follow-nearest-node): Doc fix.
8242         * emacs-lisp/edebug.el (edebug-instrument-function):
8243         Err if find-function-noselect gives no position.
8245         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8246         If can't find definition, return nil for position.
8247         (find-function-do-it): Handle new return value
8248         of find-definition-noselect.
8249         (find-definition-noselect, find-variable-noselect): Doc fix.
8250         (find-function-noselect): Doc fix.
8252         * help-mode.el (help-variable-def): Handle find-variable-noselect
8253         returning no position.
8254         (help-function-def): Likewise for find-function-search-for-symbol.
8255         (help-face-def): Likewise.
8257         * help-fns.el (describe-variable): Handle find-variable-noselect
8258         returning no position.
8260         * files.el (locate-file-completion): Avoid duplicates in result.
8262         * cus-edit.el (custom-no-edit): New command.
8263         (custom-mode-map): Remap to custom-no-edit instead of
8264         using suppress-keymap.
8266 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8268         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8269         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8270         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8272         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8274 2006-07-11  Kim F. Storm  <storm@cua.dk>
8276         * ido.el (ido-copy-current-file-name): Use buffer-name if
8277         buffer-file-name is nil.
8279 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8281         * simple.el (undo-ask-before-discard): Set to nil.
8283         * vc.el (vc-exec-after): Don't delete process manually.
8284         (vc-print-log): Run log-view-mode in process sentinel inside
8285         inhibit-read-only.  Don't shrink window due to timing issues.
8287         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8288         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8290 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8292         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8293         Fix ambiguity introduced by last change.
8294         (compilation-find-file): Move save-excursion to where it may
8295         make sense.  Fix a left over `find-file'.
8297 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8299         * textmodes/texinfmt.el (texinfo-format-separate-node):
8300         Insert a string before point, which fits documentation, not after.
8301         (texinfo-multitable-item): In a multitable row, insert any
8302         additional needed @tabs and spaces.
8304 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8306         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8307         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8308         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8309         instead of shell-command.
8310         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8311         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8312         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8313         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8314         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8315         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8317 2006-07-11  Kim F. Storm  <storm@cua.dk>
8319         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8320         Remove special case for seconds < 0.  Use (redisplay t) instead.
8322 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8324         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8325         avoid compilation error.
8327         * subr.el (sit-for): New function.
8329         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8331 2006-07-10  Richard Stallman  <rms@gnu.org>
8333         * ldefs-boot.el (edebug): Update page.
8335 2006-07-10  Kim F. Storm  <storm@cua.dk>
8337         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8338         to FOR-RELEASE and TODO.
8340 2006-07-10  Romain Francoise  <romain@orebokech.com>
8342         * emacs-lisp/authors.el (authors-aliases): Update.
8344 2006-07-10  Alan Mackenzie  <acm@muc.de>
8346         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8347         * cc-mode.el: Changes to eradicate eval-after-load.
8349 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8351         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8352         on non-char events.
8354 2006-07-09  Romain Francoise  <romain@orebokech.com>
8356         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8357         Don't highlight start/end markers as compilation messages.
8359         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8360         to t.
8362 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8364         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8366 2006-07-08  Richard Stallman  <rms@gnu.org>
8368         * term/x-win.el (x-handle-display): Add doc string.
8370         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8372         * subr.el (def-edebug-spec): Move here.
8373         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8375         * imenu.el (imenu-choose-buffer-index): Doc fix.
8377 2006-07-08  Romain Francoise  <romain@orebokech.com>
8379         * term/x-win.el (x-display-name): Fix typo.
8381 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8383         * hexl.el (hexl-find-file): Doc fix.
8385         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8387 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8389         * term/x-win.el (x-display-name): Doc fix.
8391 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8393         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8394         long prefixes.
8395         (fill-region-as-paragraph): Don't round up to a whole line.
8396         (fill-comment-paragraph): Don't include the code-before-the-comment
8397         when calling fill-region-as-paragraph.
8399         * international/mule.el (make-char): Remove redundancy.
8401         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8402         property may contain an anonymous function rather than a symbol.
8404         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8406         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8407         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8409         * dirtrack.el (dirtrack-default-directory-function): Remove.
8410         (dirtrack-directory-function): Use file-name-as-directory.
8411         (dirtrack-windows-directory-function): Simplify.
8412         (dirtrack-forward-slash, dirtrack-backward-slash)
8413         (dirtrack-replace-slash): Remove.
8414         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8415         (dirtrack): Fix wrong parenthesizing; use match-string.
8417         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8418         (inferior-octave-mode): Only change the buffer-local value of
8419         comint-dynamic-complete-functions.
8420         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8421         Move the initialization to the declaration.
8422         (inferior-octave-complete): Remove unused var `filter'.
8424         * shell.el (shell-mode): Only change the buffer-local value of
8425         comint-dynamic-complete-functions.
8427 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8429         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8430         entry is skipped because it has been scheduled.
8431         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8432         changing `:org-archived' and `:org-comment' properties.
8434 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8436         * server.el (server-select-display): Don't make the temp frame
8437         minibuffer-only, in case it's not a temp frame.
8438         (server-process-filter): Don't delete the temp frame if it's the
8439         only one we have on that display.
8441         * files.el (find-alternate-file): Doc fix.
8443 2006-07-05  Richard Stallman  <rms@gnu.org>
8445         * files.el (abbreviate-file-name): Add save-match-data.
8447 2006-07-03  Richard Stallman  <rms@gnu.org>
8449         * faces.el (read-face-name): Doc fix.
8451 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8453         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8455 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8457         * vc.el (vc-diff-internal): Fix prev change.
8459 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8461         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8462         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8464 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8467         fails if the symbol contains chars like ( or '.
8468         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8469         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8470         `short'.
8472 2006-07-04  Kenichi Handa  <handa@m17n.org>
8474         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8475         the current one, don't call set-language-environment, but call one
8476         of set-language-environment-XXX to make INFO effective now.
8477         (set-language-environment): Call set-language-environment-XXX
8478         functions instead of doing the various setups directly.
8479         (set-language-environment-coding-systems): Delete argument eol-type.
8480         (set-language-environment-input-method)
8481         (set-language-environment-nonascii-translation)
8482         (set-language-environment-charset)
8483         (set-language-environment-fontset)
8484         (set-language-environment-unibyte): New functions.
8486 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8488         * locate.el (locate-update-when-revert): New option.
8489         (locate-update-path): New option (suggested by Michael Albinus).
8490         (locate-prompt-for-command): Whitespace change.
8491         (locate-update): No longer offer to update the locate database by
8492         default.  Implement the two new options.
8494 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8496         * tooltip.el: Move comment about track-mouse...
8498         * progmodes/gud.el: ...to here.
8500 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8502         * facemenu.el (facemenu-listed-faces): New var.
8503         (facemenu-unlisted-faces): Variable deleted.
8504         (facemenu-add-new-face): Use facemenu-listed-faces.
8506         * emulation/viper-init.el, calendar/calendar.el:
8507         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8509 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8511         * textmodes/org.el (org-mode): Remove no invalid settings for
8512         calc embedded mode.
8513         (org-mode-p): New defsubst.
8514         (org-save-all-org-buffers): New function.
8515         (org-first-headline-recenter): Enclose outline-regexp in group
8516         delimiters.
8517         (org-set-tags): Keep single space after stars.
8519 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * window.el (set-window-text-height): Only set window-min-height to
8522         1 if that's the requested size.
8524         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8525         (diff-unified->context, diff-context->unified)
8526         (diff-reverse-direction): Make sure the end marker stays at the end.
8527         (diff-mode): Add the keymap table at the end of docstring.
8528         Use lexical-let rather than constructing a closure manually.
8530         * files.el (find-file-noselect-1): Remove unused var assignment.
8531         (hack-local-variables-confirm): Print lists of strings as lists of
8532         strings rather than lists of symbols.
8533         (abbreviate-file-name, hack-local-variables-prop-line):
8534         Use match-string.
8535         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8536         (recover-session-finish): Use line-end-position.
8538 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8540         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8542 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8544         * progmodes/make-mode.el (makefile-macroassign-regex):
8545         Accept preceding keyword.
8546         (makefile-gmake-statements): Reorganize, now that makepp has
8547         "override" and also handle forgotten "override define".
8548         (makefile-makepp-statements): Add new "global", "override export"
8549         and "override global".
8551 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8553         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8554         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8555         (ada-no-auto-case): Fix typos in docstrings.
8557 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8559         * info.el (Info-find-node-2): Search for makeinfo version more
8560         carefully.
8562 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8564         * textmodes/org.el (org-prepare-agenda-buffers):
8565         Use `invisible-OK' argument for `org-end-of-subtree'.
8566         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8567         (org-beginning-of-item): Fix bug in regular expression for white line.
8568         (org-export-as-html): Enforce space after bullet in plain list items.
8569         (org-set-autofill-regexps): Require space after plain list bullet
8570         for paragraph-start.
8571         (org-ts-regexp3): New constant.
8572         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8573         (org-timestamp-up-day, org-timestamp-down-day)
8574         (org-timestamp-change): Work with inactive timestamps.
8575         (org-ts-regexp1): Don't allow brackets in time stamps.
8577 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8579         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8580         for ignoring links.
8582         * faces.el (read-face-name): Use it.
8584 2006-06-28  Juri Linkov  <juri@jurta.org>
8586         * buff-menu.el (list-buffers-noselect): Compare Info file
8587         with the string "dir" to detect Info directory.
8589         * complete.el (partial-completion-mode): In lambda for
8590         `choose-completion-string-functions' use full function signature
8591         with 4 args, and move point to the end of the minibuffer only if arg
8592         `mini-p' is non-nil.
8594 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8596         * ibuffer.el (ibuffer-mode): Doc fix.
8598 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8600         * textmodes/org.el (org-context): New contexts :item-bullet,
8601         :latex-fragment, :latex-preview.
8602         (org-overlays-at, org-overlay-start, org-overlay-end):
8603         New compatibility functions.
8604         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8605         exact regexp that will be used during export.
8606         (org-latex-regexps): New variable.
8607         (org-cdlatex-mode): Improve advice for `texmathp'.
8608         (turn-on-org-cdlatex): New function.
8610 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8612         * term/mac-win.el (mac-handle-font-selection): Change keys of
8613         mac-atsu-font-table from strings to numbers.
8614         (mac-ts-caret-position): Use also when cursor-type is nil.
8615         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8616         Relax condition for using overlay strings.
8617         Use mac-ts-caret-position face when cursor-type is nil.
8619 2006-06-26  Kim F. Storm  <storm@cua.dk>
8621         * help.el (view-emacs-news): Declare `res' in the right let* form.
8623 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8625         * net/rcompile.el (remote-compile): Replace ange-ftp based
8626         implementation by Tramp functions.
8627         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8629         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8631 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8633         * international/fontset.el (setup-default-fontset): Fix a typo in
8634         the "Oriya-Akruti" registry name.
8636 2006-06-23  Lars Hansen  <larsh@soem.dk>
8638         * desktop.el (desktop-full-file-name): New function.
8639         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8640         (desktop-revert): Use it.
8641         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8642         (desktop-after-read-hook): Add option list-buffers.
8643         (desktop-locals-to-save): Add tab-width.
8644         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8645         Fix docstring.
8647 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8649         * textmodes/org.el (org-cdlatex-mode-map)
8650         (org-cdlatex-texmathp-advice-is-done): New variables.
8651         (org-cdlatex-mode): New minor mode.
8652         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8653         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8654         (org-export-with-archived-trees): New option.
8655         (org-open-file): Remove the call to `convert-standard-filename'.
8656         (org-archive-tag, org-agenda-skip-archived-trees)
8657         (org-cycle-open-archived-trees)
8658         (org-sparse-tree-open-archived-trees): New options.
8659         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8660         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8661         New functions.
8662         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8663         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8664         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8665         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8666         Call `org-prepare-agenda-buffers'.
8667         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8668         (org-file-apps, org-file-apps-defaults-gnu)
8669         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8670         Handle remote files by forcing them to be opened in Emacs.
8672 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8674         * vc.el (vc-diff-knows-L): New variable.
8675         (vc-diff-internal): Use it to handle "diff" programs that don't
8676         understand -L.  This works automatically, no user action is necessary.
8678 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8680         * net/rcirc.el (rcirc-default-user-full-name): Default to
8681         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8682         longer exists).
8683         (rcirc-process-list): Check `buffer-live-p' before attempting to
8684         switch to a buffer.
8686 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8688         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8689         based on rcirc-coding-system-alist.
8691 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8693         * cus-edit.el (customize-apropos): A better error message.
8694         (top level) <debug-ignored-errors>: Extend and update the list of
8695         ignored error messages.
8697 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8699         * complete.el (PC-do-completion): Retain capitalization of user
8700         input, when possible, even if completion-ignore-case is set.
8702 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8704         * generic-x.el (bat-generic-mode): Support .cmd files.
8706         * dos-w32.el (top level): Use find-file-not-found-functions
8707         instead of the obsolete find-file-not-found-hooks.
8709 2006-06-22  Kim F. Storm  <storm@cua.dk>
8711         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8712         to recognize mode name containing submodes, such as Grep/lw.
8714 2006-06-21  Kim F. Storm  <storm@cua.dk>
8716         * simple.el (line-move-1): Check for move-end-of-line instead of
8717         end-of-line when setting temporary-goal-column.
8719 2006-06-21  Miles Bader  <miles@gnu.org>
8721         * play/cookie1.el (cookie): Work properly when there's only one entry.
8723 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8725         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8726         (gdb-frame-handler): Generalize frame regexp for templates.
8728 2006-06-20  Glenn Morris  <rgm@gnu.org>
8730         * calendar/appt.el (appt-display-format): Default value must be
8731         one of the customize options.
8733 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8735         * term/xterm.el (terminal-init-xterm): Update key availability info.
8736         Bind C-return.
8738         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8740 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8742         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8743         whether or not a local variables list is defined.
8745         * msb.el (msb): Move `sit-for' hack here to handle both
8746         "mouse-down and drag" and "mouse-up and select" situations.
8747         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8749 2006-06-20  Kenichi Handa  <handa@m17n.org>
8751         * international/characters.el (word-combining-categories):
8752         Add entries for 2-byte Han characters.
8754 2006-06-19  Richard Stallman  <rms@gnu.org>
8756         * bindings.el (mode-line-format): Save some mode line space.
8758         * files.el (find-file-noselect): Improve the question wording.
8759         (basic-save-buffer-2): Mask UMASK against 666.
8761         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8762         (mouse-drag-vertical-line): Call it.
8764         * cus-edit.el (customize-option, customize-option-other-window):
8765         Error if SYMBOL is nil.
8767 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8769         * textmodes/org.el: Require noutline, also on XEmacs.
8770         (org-end-of-subtree): Return point.
8771         (org-dblock-start-re, org-dblock-end-re): New constants.
8772         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8773         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8774         (org-update-all-dblocks, org-find-dblock): New functions.
8775         (org-collect-clock-time-entries): New function.
8776         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8777         (org-fixup-indentation): Modify to deal correctly with lines
8778         starting with TAB.  Only one argument DIFF now.
8779         (org-demote, org-promote): Call `org-fixup-indentation' with just
8780         one argument, DIFF.
8781         (org-mode): Don't mark buffer as modified when aligning tables.
8782         (org-clock-sum): Don't mark buffer modified when adding time sum
8783         properties.
8784         (org-export-as-html): Add support for a link validation function.
8785         (org-archive-all-done): New function.
8786         (org-archive-subtree): New prefix argument.  When set, archive all
8787         done subtrees in this buffer.
8788         (org-remove-clock-overlays)
8789         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8790         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8791         (org-put-clock-overlay): Don't swallow last headline character
8792         when displaying overlay.
8793         (org-store-link): Link to `image-mode' with just the file name.
8795 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8797         * viper-cmd.el (viper-special-read-and-insert-char):
8798         Use read-key-sequence.
8799         (viper-after-change-undo-hook): Misc enhancements.
8800         (viper-after-change-undo-hook): New hook.
8801         (viper-undo): Use viper-after-change-undo-hook.
8802         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8803         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8804         clicking on that widget/button.
8806         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8808         * ediff-diff (ediff-test-patch-utility): Catch errors.
8809         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8810         (ediff-set-actual-diff-options): New function.
8811         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8812         Use ediff-set-actual-diff-options.
8813         (ediff-extract-diffs): Catch errors.
8814         (ediff-whitespace): Add non-breakable space.
8815         (ediff-same-file-contents): Catch errors.
8817         * ediff-mult.el (ediff-collect-custom-diffs):
8818         Save coding-system-for-read.
8820         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8821         (ediff-vc-internal, ediff-vc-merge-internal):
8822         Use ediff-delete-version-file.
8823         (ediff-delete-version-file): New function.
8825         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8827         * ediff.el (ediff-directories, ediff-directory-revisions)
8828         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8829         (ediff-directories-internal, ediff-merge-directory-revisions)
8830         (ediff-merge-directory-revisions-with-ancestor)
8831         (ediff-directories3): Use read-directory-name.
8833 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8835         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8836         Remove superfluous part of regexp for brace matching which is handled
8837         by `scan-lists' call.
8839 2006-06-16  Richard Stallman  <rms@gnu.org>
8841         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8843         * files.el (basic-save-buffer-2): For a new precious file,
8844         use the default modes in the return value.
8846         * facemenu.el (facemenu-color-alist): Doc fix.
8848         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8850 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8852         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8854         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8855         (mac-utxt-to-string): Use it.
8856         (mac-ts-update-active-input-area): Use mac-ae-number.
8858 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8860         * term.el (term-handle-scroll, term-delete-lines)
8861         (term-insert-lines): Fix off by one errors.
8863 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8865         * net/tramp.el (tramp-touch): Use UTC to express time.
8867 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8869         * mail/sendmail.el (mail-send): Search explicitly for
8870         mail-header-separator when checking for corrupted header lines.
8872 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8874         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8875         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8876         (gdb-init-1): Initialise them.
8877         (gdb-starting): Reset gdb-printing
8878         (gdb-starting): Save value of gud-overlay-arrow-position.
8879         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8880         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8881         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8882         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8884 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8888 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8890         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8891         (ldap-search-internal): Keep error messages, and a regexp fix.
8893 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8895         * files.el (hack-local-variables-confirm):
8896         Display string value using its printed representation.
8898 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8900         * server.el (server-edit): No-op if no server buffers exist.
8902 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8904         * textmodes/page-ext.el (pages-directory-for-addresses):
8905         Including `pages-directory-address-mode' in the function results
8906         in the message "Buffer in which pages were found is deleted".
8908 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8910         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8911         clocking functions.
8913         (org-agenda-clock-in, org-check-running-clock)
8914         (org-clock-out-if-current, org-remove-clock-overlays)
8915         (org-put-clock-overlay): New functions.
8916         (org-clock-marker, org-clock-file-total-minutes)
8917         (org-clock-overlays): New variables.
8918         (org-clock-display, org-clock-sum, org-clock-cancel)
8919         (org-clock-out, org-clock-in): New commands.
8920         (org-export): New function.
8921         (org-emph-re): New constant.
8922         (org-set-emph-re, org-do-emphasis-faces): New functions.
8923         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8924         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8925         (org-export-html-convert-emphasize): Use the configurable emphasis.
8926         (org-cleaned-string-for-export): Make multiline emphasis visible
8927         to the exporter.  New optional argument PARAMETERS.
8928         (org-export-as-html): Specify :emph-multiline parameter to
8929         `org-cleaned-string-for-export'.
8931 2006-06-10  Richard Stallman  <rms@gnu.org>
8933         * help.el (help-for-help-internal): Clean up help text.
8935 2006-06-10  Andreas Schwab  <schwab@suse.de>
8937         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8938         in doc string.
8940         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8942 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8944         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8945         spaces after the comment start.
8947 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8949         * play/pong.el (pong-init-buffer):
8950         Fill buffer with spaces instead of ^A.
8952         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8953         launched asynchronously, delete its process instead of being cool.
8954         (ispell-async-processp): Check for `delete-process' existence
8955         instead of `kill-process' one for consistency.
8957 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8959         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8960         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8961         in mode line at startup.
8963 2006-06-08  Kim F. Storm  <storm@cua.dk>
8965         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8966         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8967         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8968         (ido-file-internal): Pass full file name to write-file.
8969         (ido-read-internal): Only pop stack elements automatically if they
8970         actually match an existing directory or file name.
8972 2006-06-07  Kenichi Handa  <handa@m17n.org>
8974         * international/mule.el (find-auto-coding): Don't handle the short
8975         name `char-trans'.
8977         * files.el (hack-local-variables-prop-line)
8978         (hack-local-variables): Cancel the previous change.
8980 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8982         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8984 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8986         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8987         diff-default-read-only is non-nil.
8988         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8989         (diff-refine-hunk): Set inhibit-read-only to t.
8991         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8992         modifying the *Diff* buffer.
8993         (diff-process-filter): New filter function for diff process that
8994         sets inhibit-read-only to t when modifying the *Diff* buffer.
8996 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8998         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8999         insertion point and control the number of empty lines.
9000         (org-paste-subtree): Limit the number of empty lines at the end of
9001         the inserted tree.
9002         (org-agenda): Use buffer name of current file for narrowing.
9003         (org-export-as-xml): Command removed.
9004         (org-export-xml-type): Option removed.
9005         (org-mode-map): Call `org-export-as-xoxo' directly.
9006         (org-get-indentation): New optional argument LINE.
9007         (org-fix-indentation, org-remove-tabs): New functions.
9008         (org-export-as-ascii, org-ascii-level-start): Determine and apply
9009         correct indentation for headlines that are converted it items.
9010         (org-skip-comments): Remove table lines that contain narrowing
9011         cookies but no other non-empty fields.
9012         (org-set-tags): Allow groups of mutually exclusive tags.
9013         (org-cmp-time): Sort 24:21 before items without time.
9014         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9015         (org-open-at-point): Require double colon also for numbers.
9017 2006-06-06  Kim F. Storm  <storm@cua.dk>
9019         * ido.el (ido-default-file-method, ido-default-buffer-method):
9020         Make choice values consistent with corresponding command names.
9021         (ido-visit-buffer): Update accordingly.  Default to selected-window.
9023 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
9025         * progmodes/gud.el (gud-running): Fix doc string.
9026         (gud-menu-map): Use :visible instead fo :enable for debugger test.
9027         (gud-tooltip-modes): Add python-mode.
9028         (gud-tooltip-print-command): Add pdb.  Remove perldb.
9030 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
9032         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9033         Quote $(EMACS).
9035 2006-06-05  Richard Stallman  <rms@gnu.org>
9037         * faces.el (defined-colors): Doc fix.
9039 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
9041         * vc.el (vc-process-filter): Inhibit undo info collection around
9042         call to insert.
9043         (vc-setup-buffer): Likewise for call to erase-buffer.
9044         (vc-do-command): Likewise for call to process-file.
9046 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
9048         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9049         for gud-go.
9050         (gud-common-init): Other debuggers may trigger error.
9052 2006-06-05  Kenichi Handa  <handa@m17n.org>
9054         * international/mule.el (find-auto-coding):
9055         Handle enable-character-translation in file header.
9057 2006-06-04  Kim F. Storm  <storm@cua.dk>
9059         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9060         (authors-fixed-entries): Fix spelling.
9061         (authors-canonical-file-name): Don't report error for wildcards.
9063         * help.el (view-emacs-news): Rewrite to support new NEWS,
9064         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
9065         e.g. version 10 matches 1.10, and don't be confused by version 1.1
9066         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
9068 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
9070         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9071         exec constructs like `foo bar`.
9072         (sh-quoted-subshell): New helper function to search for a possibly
9073         nested subshell (like `` or $()) within a "" quoted string.
9074         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9075         (sh-apply-quoted-subshell): Flag quote characters inside a
9076         subshell, which is itself already in a quoted region, as
9077         punctuation, since this is the closest to what they actually are.
9078         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9079         sh-apply-quoted-subshell.
9080         (sh-font-lock-syntactic-face-function): Apply the new face for
9081         text inside `` instead of the old font-lock-string-face.
9083 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9085         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9086         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9087         (mac-bytes-to-text-range, mac-ae-text-range-array)
9088         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9089         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9090         (mac-ts-unicode-for-key-event): New functions.
9091         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9092         (mac-handle-font-selection): Use mac-ae-number.
9093         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9094         New variables.
9095         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9096         (mac-ts-converted-text, mac-ts-selected-converted-text)
9097         (mac-ts-block-fill-text, mac-ts-outline-text)
9098         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9099         (mac-ts-hilite-style-faces): New constant.
9100         (mac-apple-event-map): Bind text input events.
9101         (mac-dispatch-apple-event): Use command-execute instead of
9102         call-interactively.
9103         (global-map): Don't bind mac-apple-event.
9104         (special-event-map): Bind mac-apple-event.
9106 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
9108         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9109         file name.
9110         (emacs): Enclose the value of $(EMACS) in quotes.
9112 2006-06-02  Juri Linkov  <juri@jurta.org>
9114         * international/mule.el (sgml-html-meta-auto-coding-function):
9115         Remove the condition `(search-forward "<html" size t)'.
9116         Replace `\"' with `[\"']?' in `re-search-forward'.
9118 2006-06-02  Kenichi Handa  <handa@m17n.org>
9120         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9121         as well as `coding'.
9122         (hack-local-variables): Likewise.
9124         * international/mule.el (enable-character-translation):
9125         Put permanent-local and safe-local-variable properties.
9126         (find-auto-coding): Handle char-trans: tag.
9128 2006-06-02  Juri Linkov  <juri@jurta.org>
9130         * international/mule.el (sgml-html-meta-auto-coding-function):
9131         Limit the search by the end of the HTML header (if any).
9133 2006-06-01  Richard Stallman  <rms@gnu.org>
9135         * subr.el (with-current-buffer): Doc fix.
9137 2006-06-02  Masatake YAMATO  <jet@gyve.org>
9139         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9140         Almost rewrite.  Underlines over all lines of gcov output are too
9141         uncomfortable to read.  Suggested by Dan Nicolaescu.
9143 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9145         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9147         * shell.el (shell-mode): Use shell-mode-map in docstring.
9149         * comint.el (comint-send-input): Do not add help-echo and
9150         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9152 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9154         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9156 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
9158         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9159         (gdb-stopped, gdb-info-stack-custom): If there is no source info
9160         look up the stack and pop up GUD buffer if necessary.
9161         (gdb-frames-select): Remove redundant call to gud-display-frame.
9162         (gdb-info-threads-custom): Keep point at start of buffer.
9163         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9165 2006-05-31  Juri Linkov  <juri@jurta.org>
9167         * replace.el (query-replace-read-from, query-replace-read-to):
9168         Bind `history-add-new-input' to nil.  Call `add-to-history'.
9170 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9172         * textmodes/table.el: Convert all HTML tags to lower case for
9173         XHTML compatibility.
9175 2006-05-31  Masatake YAMATO  <jet@gyve.org>
9177         * progmodes/compile.el:
9178         (compilation-error-regexp-alist-alist::gcov-called-line):
9179         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9181 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9183         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9184         Revert inadvertent changes made with last commit.
9186 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9188         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9189         New functions.
9191         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9193 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9195         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9196         only matches in the right place.
9197         (org-upcoming-deadline): New face.
9198         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9199         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9200         and make it an option.
9201         (org-export-ascii-bullets): New option.
9202         (org-export-as-html): Many changes to emit valid XHTML.
9203         (org-par-open): New variable.
9204         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9205         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9206         (org-timeline): Pass `org-timeline-show-empty-dates' to
9207         `org-get-all-dates'.  Interpret empty dates returned by
9208         `org-get-all-dates'.
9209         (org-get-all-dates): New argument EMPTY.  Add dates without
9210         entries to the list, mark large ranges of empty dates.
9211         (org-point-in-group, org-context): New functions.
9213 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9215         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9217         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9218         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9219         to C-mouse-3 (for 2 button mice).
9220         (gdb-send): Do the right thing for C-d.
9222         * speedbar.el (speedbar-detach): Delete.
9223         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9224         it breaks things.
9225         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9227 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9229         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9230         Makeppfile.
9232         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9233         Add makepp diagnostic.
9235 2006-05-29  Richard Stallman  <rms@gnu.org>
9237         * window.el (fit-window-to-buffer): Doc fix.
9239         * help.el (temp-buffer-max-height): Doc fix.
9241         * subr.el (with-current-buffer): Doc fix.
9243 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9245         * term/x-win.el: Bind F10 to menu-bar-start if available.
9247 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9249         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9250         uses with a simple test.
9251         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9252         (term-send-raw-string, term-send-raw, term-mouse-paste)
9253         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9254         (term-handle-exit, term-read-input-ring)
9255         (term-previous-matching-input-string)
9256         (term-previous-matching-input-string-position)
9257         (term-previous-matching-input-from-input)
9258         (term-replace-by-expanded-history, term-send-input)
9259         (term-skip-prompt, term-bol, term-send-invisible)
9260         (term-kill-input, term-delchar-or-maybe-eof)
9261         (term-backward-matching-input, term-check-source)
9262         (term-proc-query, term-emulate-terminal)
9263         (term-handle-colors-array, term-process-pager, term-pager-line)
9264         (term-pager-bob, term-unwrap-line, term-word)
9265         (term-dynamic-complete-filename)
9266         (term-dynamic-complete-as-filename)
9267         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9268         unlesses.
9270 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9273         during bootstrapping.
9275         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9276         Basically undo the change of 2006-05-26: use extra arguments instead of
9277         dynamic scoping.
9278         (ewoc-locate): Remove unused var `footer'.
9280 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9284         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9285         (generate-file-autoloads): Obey it.  Return whether autoloads were
9286         added at point or not.
9287         (update-file-autoloads): Use this new return value.
9288         Remove redundant test for the presence of an autoload cookie.
9290         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9291         This one calls hack-local-variables.
9292         (generate-file-autoloads, update-file-autoloads): Use it.
9294         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9295         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9296         (bibtex-sort-entry-class-alist): Don't set the global value.
9297         (bibtex-init-sort-entry-class-alist): New fun.
9298         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9299         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9300         of bibtex-init-sort-entry-class.
9302 2006-05-28  Richard Stallman  <rms@gnu.org>
9304         * subr.el (load-history-regexp): If FILE is relative, insist
9305         entire last name component must match it.
9306         (load-history-filename-element, load-history-regexp): Doc fixes.
9308 2006-05-29  Kim F. Storm  <storm@cua.dk>
9310         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9311         `pos' and `raw-data' for clarity, as eval forms may access these.
9313 2006-05-28  Kim F. Storm  <storm@cua.dk>
9315         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9317 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * progmodes/make-mode.el (makefile-browser-map)
9320         (makefile-mode-syntax-table): Move initialization inside declaration.
9321         (makefile-fill-paragraph): Use the default comment-filling code.
9323 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9325         * replace.el (query-replace-defaults): New variable.
9326         (query-replace-read-from): Use `query-replace-defaults' for
9327         default value, instead of history list.
9328         (query-replace-read-to): Update `query-replace-defaults'.
9330 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9332         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9333         with no X toolkit.
9335 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9337         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9338         (tumme-show-all-from-dir): Add autoload.
9340 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9342         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9343         (tumme-remove-tag): Fix bug.
9345 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9347         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9348         FOOTER args.  Update unique caller.
9349         (ewoc-delete): Compute last node once before looping.
9350         (ewoc--node-branch): Merge into unique caller.
9351         (ewoc--node): Don't define constructor make-ewoc--node for this
9352         structure.
9353         (ewoc): Add member `hf-pp' to this structure.
9354         (ewoc--wrap): New func.
9355         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9356         header/footer pretty-printers.  Save header/footer pretty-printer.
9357         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9359         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9361 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9363         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9364         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9365         Tag'.  Change "Compare directories..." to "Change Directories...".
9366         Move tumme commands to Operate, Regexp and Immediate menus.
9367         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9368         Tag" to "Add Image Tags".
9370         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9371         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9372         `tumme-delete-tag'.
9374 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9376         * shell.el (shell-mode): Call shell-dirtrack-mode after
9377         list-buffers-directory is made a local variable, to avoid setting
9378         the default value.
9380 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9382         * info.el (Info-index-next): Use where-is-internal to report
9383         actual binding of Info-index-next, rather than hard-coded `,'.
9385 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9387         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9388         and "Find Command in Manual" to here.
9390         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9391         Info-current-file as the file name.
9393 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9395         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9396         overrides will now be done a different way.
9397         (ses-set-parameter): Reapply this function for undo.
9398         (ses-set-header-row): Reconstruct header row during undo.
9399         (ses-widen): New function.
9400         (ses-goto-data, ses-reconstruct-all): Use new function.
9401         (ses-command-hook): Widen buffer during undo, before unupdating
9402         the cells.
9403         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9404         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9405         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9406         formula hasn't been executed yet.
9408 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9410         * comint.el (comint-kill-whole-line): Rename arg to count.
9411         Fix doc string.
9413 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9415         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9416         to copy-file.
9418 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9420         * simple.el (toggle-truncate-lines): Make arg optional for
9421         backward compatibility.
9423 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9425         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9426         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9427         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9428         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9429         (ewoc--adjust): Use ewoc--current-dll.
9430         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9432 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9434         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9435         compact error message.
9436         (org-tags-view): Refresh category table in each file.
9437         (org-table-justify-field-maybe): Remove superfluous arguments to
9438         `format'.
9439         (org-export-as-html): Insert "<p>" before postamble.
9440         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9442 2006-05-26  Kenichi Handa  <handa@m17n.org>
9444         * textmodes/po.el (po-find-charset): Pay attention to the case
9445         FILENAME is a cons (NAME . BUFFER).
9446         (po-find-file-coding-system-guts): Likewise.
9448         * arc-mode.el (archive-set-buffer-as-visiting-file):
9449         Call find-operation-coding-system with (FILENAME . BUFFER).
9451         * tar-mode.el (tar-extract): Call find-operation-coding-system
9452         with (FILENAME . BUFFER).
9454         * international/mule.el (decode-coding-inserted-region):
9455         Call find-operation-coding-system with (FILENAME . BUFFER).
9457 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9459         * image-mode.el (image-toggle-display): Use buffer contents to
9460         generate image for a remote file.
9462 2006-05-25  Juri Linkov  <juri@jurta.org>
9464         * replace.el (query-replace-read-from, query-replace-read-to):
9465         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9467 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9469         * whitespace.el (whitespace-cleanup): Change to cleanup
9470         region if one is active.
9471         * whitespace.el (whitespace-cleanup-internal): New internal method.
9473 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9475         * dired.el (dired-mode-map): Add help-echo strings to tumme
9476         commands.  Bind `tumme-dired-display-image' to C-t i.
9478         * tumme.el (tumme-display-image): Change documentation string slightly.
9479         (tumme-dired-display-image): Add call to `display-buffer'.
9481 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9483         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9484         Signal error if RAW-DATA is a multibyte string.
9486 2006-05-24  Richard Stallman  <rms@gnu.org>
9488         * subr.el (with-local-quit): When handling `quit' signal,
9489         make a chance for quit-flag to cause a quit.
9491         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9492         (ad-disable-advice): Add autoloads.
9494         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9496 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9498         * dired.el (dired-mode-map): Change menu items for tumme as per
9499         suggestions in emacs-devel.
9501 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9503         * dired.el (dired-mode-map): Fix breakage.
9505 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9507         * tumme.el (tumme-display-dired-image): Rename to...
9508         (tumme-dired-display-image): ...this.
9509         (tumme-track-movement): Change default value to t.
9510         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9511         used from `tumme-next-line-and-display' and similar commands.
9513         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9514         Immediate menu.  Add some tumme commands there.
9516 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9518         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9520 2006-05-24  Chong Yidong  <cyd@mit.edu>
9522         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9523         menu entries that open submenus.
9525 2006-05-24  Alan Mackenzie  <acm@muc.de>
9527         * startup.el (command-line): For names of preloaded files, don't
9528         append ".elc" (now done in Fload), and call file-truename on the
9529         lisp directory.
9531         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9532         match ANY loaded file with the right name, not just those in
9533         load-path.  Put a regexp matching the file name into
9534         after-load-alist, rather than the name itself.
9536         * subr.el (load-history-regexp, load-history-filename-element)
9537         (do-after-load-evaluation): New functions.
9539         * international/mule.el (load-with-code-conversion): Do the
9540         eval-after-load stuff by calling do-after-load-evaluation.
9542 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9544         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9545         has not been killed.
9547 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9549         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9550         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9551         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9552         Optionally set error message in reply.
9554 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9556         * textmodes/org.el (org-open-at-point): Use renamed variable
9557         `org-confirm-shell-link-function'.
9558         (org-confirm-shell-link-function): Rename from
9559         `org-confirm-shell-links'.
9560         (org-export-directory): New function.
9561         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9562         (org-export-icalendar): Use `org-export-directory'.
9563         (org-indent-item): Keep cursor position.
9564         (org-link-file-path-type): New option.
9565         (org-export-as-html): Fix bug with plain lists starting in
9566         column 0.
9567         (org-export-as-html): Remove deadline formatting, this happens
9568         now already in `org-html-handle-time-stamps'.
9569         (org-export-html-style): Deadline class removed.
9570         (org-insert-labeled-timestamps-at-point): New option.
9571         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9572         of `hide-sublevels 1', in case the first headline is not level 1.
9573         (org-overview, org-content): New fuction.
9574         (org-cycle-global-status, org-cycle-subtree-status): Make these
9575         variables buffer-local.
9576         (org-global-cycle): New command.
9577         (org-shifttab): Use `org-global-cycle'.
9578         (org-insert-heading, org-insert-item): Go to end of new
9579         headline/item after creating it.
9580         (org-export-visible): Rename from `org-export-copy-visible'.
9581         Now creates a temporary org-file and applies an exporting command
9582         to it.
9583         (org-table-eval-formula): Support for lisp forms.
9584         (org-agenda-todo-ignore-scheduled): New option.
9585         (org-agenda-get-todos): Use new option
9586         `org-agenda-todo-ignore-scheduled'.
9587         (org-export-html-inline-images): New value `maybe'.
9588         (org-export-as-html): Inlining of images dependent on link description.
9589         (org-archive-subtree): Check for end-of-buffer before trying
9590         `kill-line'.
9591         (org-agenda-follow-mode): New option.
9592         (org-export-with-tags, org-export-with-timestamps): New options.
9593         (org-html-handle-time-stamps): New function.
9594         (org-keyword-time-regexp): New variable.
9595         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9596         (org-agenda-todo-list-sublevels): New option.
9597         (org-html-level-start): When TITLE is nil, just close all levels.
9598         (org-parse-key-lines, org-parse-export-options): Remove functions,
9599         replaced by `org-infile-export-plist'.
9600         (org-combine-plists, org-infile-export-plist)
9601         (org-default-export-plist): New functions.
9602         (org-export-html-preamble, org-export-html-postamble)
9603         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9604         New variables.
9605         (org-export-publishing-directory): New option.
9606         (org-export-as-html, org-export-as-ascii): Use the new property
9607         lists for settings.
9608         (org-export-copy-visible, org-export-as-xoxo):
9609         Respect `org-export-publishing-directory'.
9610         (org-link-search, org-store-link, org-file-apps): Support for
9611         links to BibTeX database entries..
9612         (org-get-current-options, org-set-regexps-and-options):
9613         Implement logging as a startup option.
9614         (org-store-link): Make sure context string is never empty
9615         (org-insert-link): Use relative path when possible.
9616         (org-at-item-checklet-p): New function.
9617         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9618         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9619         (org-metaright, org-metaup, org-metadown, org-shiftup)
9620         (org-shiftdown, org-shiftright, org-shiftleft)
9621         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9622         Dispatch using `call-interactively'.
9623         (org-call-with-arg): New defsubst.
9624         (org-tag-alist, org-use-fast-tag-selection): New options.
9625         (org-complete): Use `org-tag-alist'.
9626         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9627         (org-next-item, org-previous-item): New commands.
9628         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9629         make command.
9630         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9632 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9634         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9635         (ewoc-filter): Use `ewoc-delete'.
9637         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9639 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9641         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9642         Signal more user-friendly error messages.
9644         * complete.el (PC-do-completion): Undo the addition of implicit
9645         wildcards if they did not lead to finding any match.
9646         (read-file-name-internal): Don't add the final > if the completion is
9647         not finished.
9649 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9651         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9652         Quote safe-local-variable predicate.
9654 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9656         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9658 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9660         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9662         * progmodes/make-mode.el (makefile-special-targets-list)
9663         (makefile-macro-table, makefile-target-table): Mark as risky.
9664         (makefile-query-one-target-method): Make this the alias for the
9665         following variable.
9666         (makefile-query-one-target-method-function): Make this the real name.
9668         * textmodes/artist.el (artist-text-renderer): Make this the alias
9669         for the following variable.
9670         (artist-text-renderer-function): Make this the real name.
9672         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9673         the alias for the following variable.
9674         (flyspell-generic-check-word-predicate): Make this the real name.
9676         * textmodes/ispell.el (ispell-format-word): Make this the alias
9677         for the following variable.
9678         (ispell-format-word-function): Make this the real name.
9679         (ispell-message-text-end): Mark as risky.
9681         * skeleton.el (skeleton-transformation, skeleton-filter)
9682         (skeleton-pair-filter): Make these the aliases for the following
9683         variables.
9684         (skeleton-transformation-function, skeleton-filter-function)
9685         (skeleton-pair-filter-function): Make these the real names.
9687         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9688         and skeleton-pair-filter-function.
9690         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9691         alias for the following variable.
9692         (sgml-transformation-function): Make this the real name.
9693         (sgml-tag-alist): Mark as risky.
9695 2006-05-21  Richard Stallman  <rms@gnu.org>
9697         * simple.el (kill-region): Interactively, pass point, then mark.
9699 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9701         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9703 2006-05-21  Romain Francoise  <romain@orebokech.com>
9705         * dired-x.el (dired-mode-map): Don't bind M-g.
9707 2006-05-20  Richard Stallman  <rms@gnu.org>
9709         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9710         (dired-goto-file): Doc fix.
9712 2006-05-21  Kim F. Storm  <storm@cua.dk>
9714         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9715         way to enable built-in cua-mode if user loads older CUA-mode package.
9717         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9718         if default-filename is specified.
9720 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9722         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9724         * info.el (info-apropos): Make sure current-file and current-node
9725         have non-nil values.  Speed up by using add-to-list instead of
9726         manual consing.
9728 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9730         * progmodes/make-mode.el (makefile-mode): Doc fix.
9732 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9734         * dired-aux.el (dired-do-shell-command): Doc fix.
9736 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9738         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9739         ``(custom-manual :tag "Foo" "(foo)Node")''.
9741 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9743         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9744         value is an integer.
9746 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9748         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9749         "format".
9750         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9752 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9754         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9755         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9757 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9759         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9760         regexp for keywords.
9762 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9764         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9765         replace-regexp-in-string.
9767         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9768         encode, and escape file name on conversion to URL.
9770 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9772         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9773         Don't unescape URL.
9774         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9776         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9777         on conversion to URLs.
9779         * net/browse-url.el (browse-url-file-url): Encode file name on
9780         conversion to URL.
9782         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9783         conversion to URL.
9785 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9787         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9789 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9791         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9792         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9794 2006-05-19  Glenn Morris  <rgm@gnu.org>
9796         * calendar/diary-lib.el (diary-bahai-date)
9797         (list-bahai-diary-entries, mark-bahai-diary-entries)
9798         (mark-bahai-calendar-date-pattern): Not interactive.
9799         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9800         (diary-entries-list): Change format of 4th element in each entry.
9801         (diary-list-entries): Use add-to-diary-list.
9802         (diary-goto-entry): Handle the case where the buffer visiting the
9803         diary has been killed.
9804         (fancy-diary-display): Add 'locator to button rather than 'marker.
9805         Only generate temp-face when there are marks to apply.
9806         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9807         (diary-fancy-date-pattern): New variable.
9808         (diary-time-regexp): Doc fix.
9809         (diary-anniversary, diary-time): New faces.
9810         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9811         diary-time-regexp.  Add font-lock-multiline property where needed.
9812         Use new faces diary-anniversary and diary-time.
9813         (diary-fancy-font-lock-fontify-region-function): New function, to
9814         handle multiline font-lock pattern in fancy diary.
9815         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9816         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9817         diary-time.
9819 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9821         * international/code-pages.el (mik): Table corrected.
9823 2006-05-18  Kim F. Storm  <storm@cua.dk>
9825         * progmodes/grep.el (grep-find): Don't check grep-find-command
9826         before running command (breaks non-interactive usage).
9828 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9830         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9831         (ewoc--insert-new-node): Don't insert trailing newline.
9832         Instead, adjust successor nodes's start markers.
9833         (ewoc--refresh-node): Delete all text from current node's start
9834         marker to the next one's; adjust successor nodes's start markers.
9835         (ewoc--create): Doc fixes.
9836         (ewoc--refresh): Don't insert newline.
9837         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9838         * pcvs.el (cvs-make-cvs-buffer):
9839         Specify extra newline for ewoc's header and footer.
9840         (cvs-update-header): Update initial header recognition.
9841         Append newline to final header and footer values.
9842         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9844 2006-05-17  Richard Stallman  <rms@gnu.org>
9846         * files.el (file-name-extension): Doc fix.
9848 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9851         we can explicitly enable/disable rather than toggle.
9852         (shell-mode): Use it.
9853         (shell-cd): Don't try to reproduce what `cd' does.
9855 2006-05-17  Kim F. Storm  <storm@cua.dk>
9857         * ido.el (ido-read-internal): Use only nondirectory part of
9858         default item.
9860 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9862         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9863         (ewoc-nth): Doc fix.
9865         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9867 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9869         * international/mule.el (auto-coding-alist): Add .lha to files
9870         read with no-conversion.
9872         * files.el (auto-mode-alist): Add .lha files to archive file
9873         extensions.
9875         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9876         Convert csize to integer when computing offsets within the
9877         compressed archive file.
9879 2006-05-16  Kim F. Storm  <storm@cua.dk>
9881         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9882         with read-from-minibuffer.
9884 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9886         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9887         (byte-compile-warnings): Fix safe-local-variable property.
9889 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9891         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9892         (allout-stylish-prefixes, allout-numbered-bullet)
9893         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9894         predicates to qualify `safe-local-variable' property, when
9895         available, else use equivalent lambda.
9896         (allout-current-topic-collapsed-p): Do the right thing regarding
9897         trailing blank lines.
9899 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * server.el (server-start): Only create a directory if needed.
9902         (server-edit, server-unload-hook): server-start => server-mode.
9903         (kill-emacs-hook): Cleanup upon exit.
9905 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * hexl.el (hexlify-buffer): Encode process arguments manually.
9909 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9911         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9912         call to gdb-tooltip-print.
9914 2006-05-15  Romain Francoise  <romain@orebokech.com>
9916         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9917         systems, default to "tar" since those systems probably have GNU tar.
9919 2006-05-14  Lars Hansen  <larsh@soem.dk>
9921         * desktop.el (desktop-missing-file-warning): Fix docstring.
9922         (desktop-restore-file-buffer): Correct question asked on missing file.
9924 2006-05-14  Kim F. Storm  <storm@cua.dk>
9926         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9927         Add CUA move property.
9929 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9931         * custom.el (custom-push-theme): Load the variable before checking
9932         its `standard-value'.
9934 2006-05-13  Lars Hansen  <larsh@soem.dk>
9936         * desktop.el (desktop-save): Use with-temp-buffer.
9938 2006-05-12  Glenn Morris  <rgm@gnu.org>
9940         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9941         * calendar/calendar.el (calendar-mode-map):
9942         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9943         * calendar/appt.el (appt-check, appt-make-list): Refer to
9944         diary-view-entries, diary-list-entries, diary-show-all-entries
9945         rather than obsolete aliases.
9947 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9949         * simple.el (line-move-finish): Avoid calling point motion hooks
9950         while processing intangibility.
9952 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9954         * term/xterm.el (terminal-init-xterm): Fix typo.
9956 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9958         * allout.el (allout-view-change-hook): Mark as being deprecated,
9959         to be replaced by `allout-exposure-change-hook'.
9960         (allout-exposure-change-hook): New, replacing
9961         `allout-view-change-hook'.
9962         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9963         in addition to `allout-view-change-hook'.
9964         (allout-show-bodies, allout-old-style-prefixes)
9965         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9966         lambda forms to prevent their showing up in variable help
9967         presentations as inscrutable byte-compiled code.
9968         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9969         Use string-or-null-p to qualify safe-local-variable values.
9970         (allout-reindent-bodies): Use memq to qualify matches against
9971         valid safe-local-variable values.  Also, quote the lambda as above.
9972         (allout-use-mode-specific-leader): Add missing candidate-value
9973         symbols, use memq, and quote the lambda.
9974         (allout-overlay-interior-modification-handler): Remove unused
9975         variables `msg' and 'opened'.
9976         (allout-hidden-p): Constrain invisibility consideration to allout's
9977         invisibility spec, disregarding invisibility for other reasons.
9979 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9981         * files.el (version-control): Correct safe values.
9983 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9985         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9987         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9988         (ewoc--insert-new-node): New func.
9989         Update callers of deleted funcs to use it, instead.
9991 2006-05-11  Glenn Morris  <rgm@gnu.org>
9993         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9994         obsolete alias `show-all-diary-entries'.
9995         (make-diary-entry): Not interactive.
9996         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9997         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9998         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9999         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10000         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10001         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10003 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10005         * calendar/calendar.el (calendar-french-date-string)
10006         (calendar-mayan-date-string, calendar-chinese-date-string)
10007         (calendar-astro-date-string, calendar-iso-date-string)
10008         (calendar-islamic-date-string, calendar-bahai-date-string)
10009         (calendar-hebrew-date-string, calendar-coptic-date-string)
10010         (calendar-ethiopic-date-string, calendar-persian-date-string):
10011         These functions are not interactive.
10013 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
10015         * files.el: Balance parentheses.
10017 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10019         * files.el, newcomment.el, outline.el, simple.el,
10020         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10021         * progmodes/cc-vars.el, progmodes/compile.el:
10022         Move `safe-local-variable' declarations to the respective files.
10024         * help-fns.el (describe-variable): Don't print safe-var if it is
10025         byte-code.  Improve wording as suggested by Luc Teirlinck.
10027 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10029         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10030         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10031         Use a token for pending-triggers to ensure gdb-var-update
10032         gets called once per user input again for pre-GDB 6.4.
10033         (gdb-var-delete): Match on more complex expressions.
10034         (gdb-var-list-children-handler, gdb-var-create-handler):
10035         Use a token for consistency.
10037 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
10039         * textmodes/org.el (org-read-date, org-goto-calendar)
10040         (org-agenda-goto-calendar):
10041         Bind `view-calendar-holidays-initially' to nil.
10043 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10045         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10046         Update all callers to do it there, instead.
10048 2006-05-10  Glenn Morris  <rgm@gnu.org>
10050         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10051         prefix arg case, to avoid view-diary-entries-initially error.
10052         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10053         (calendar-date-is-legal-p): Handle dates with no day part.
10055 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10057         * comint.el (comint-insert-input): Just make it when
10058         comint-use-prompt regexp is nil (default) and with the mouse.
10059         (comint-copy-old-input): Reinstate from 2004-06-23.
10060         (comint-mode-map): Bind C-c C-m to it.
10062 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
10064         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10065         Remove spurious move to point-max (new comint behavior fixes).
10067         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10068         compatibility function (Emacs 18/19).
10069         (idlwave-is-continuation-line): Always return point at start of
10070         previous non-blank continuation line.
10071         (keyword-parameters): Fix continued comment font-lock matcher.
10072         (idlwave-font-lock-fontify-region): Written, use as
10073         font-lock-fontify-region-function, to fix continued keyword
10074         fontification issues.
10076 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10078         * term/mac-win.el (mac-font-panel-mode): Doc fix.
10079         (mac-service-selection, mac-service-open-file)
10080         (mac-service-open-selection, mac-service-mail-selection)
10081         (mac-service-mail-to, mac-service-insert-text): Rename from
10082         mac-services-*.  All uses changed.
10083         (mac-apple-event-map): Rename event symbol `services' to `service'.
10085 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
10087         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10088         (ewoc--node-enter-first, ewoc--node-enter-last)
10089         (ewoc--delete-node-internal): Merge funcs into unique callers.
10091 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
10093         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10094         return value of read-from-minibuffer for empty input.
10096 2006-05-09  Miles Bader  <miles@gnu.org>
10098         * comint.el (comint-insert-input): Remove redundant calls to setq
10099         and goto-char.
10101 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
10103         * comint.el (comint-insert-input): Make it work when
10104         comint-use-prompt-regexp is t.
10106 2006-05-10  Miles Bader  <miles@gnu.org>
10108         * subr.el (field-at-pos): New function.
10110         * comint.el (comint-insert-input): Use it.
10112 2006-05-09  Juri Linkov  <juri@jurta.org>
10114         * battery.el (battery-linux-proc-acpi): Also try
10115         `/proc/acpi/thermal_zone/THR2/temperature'.
10117         * files.el <safe-local-variable>: Remove `eval' and `let' binding
10118         for now unused lambda `string-or-null'.
10120         * add-log.el (change-log-default-name): Put `string-or-null-p'
10121         instead of lambda on `safe-local-variable' property.
10123         * diff-mode.el (diff-context->unified): Use `region-beginning' and
10124         `region-end' instead of `mark' and `point'.
10125         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10126         Operate on region in Transient Mark mode when the mark is active.
10127         Use `region-beginning' and `region-end' instead of `mark' and
10128         `point'.
10129         (diff-hunk-text, diff-goto-source): Doc fix.
10131         * startup.el (fancy-splash-screens, normal-splash-screen): Use
10132         face `mode-line-buffer-id' for mode-line buffer face instead of
10133         hard-coded `(:weight bold)'.
10135         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10136         buffer-undo-list to t (undo-ask is reproducible by visiting
10137         nested archives).
10139 2006-05-09  Kim F. Storm  <storm@cua.dk>
10141         * progmodes/grep.el (rgrep): Set default directory of *grep*
10142         buffer if we start M-x rgrep in the *grep* buffer and choose
10143         a different base directory.
10145 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
10147         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10148         completion also when ido is loaded.
10150 2006-05-09  Masatake YAMATO  <jet@gyve.org>
10152         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10153         "warning" and "import".
10154         (cpp-font-lock-keywords): Added "warning".
10156 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10158         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10160 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10163         pages at a time, if we signal the end, we should indeed reach that end.
10165 2006-05-08  David Reitter  <david.reitter@gmail.com>
10167         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10168         output during execution of the body.
10170 2006-05-08  Kim F. Storm  <storm@cua.dk>
10172         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10174 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
10176         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10177         Use with-current-buffer.
10179 2006-05-07  Kim F. Storm  <storm@cua.dk>
10181         * subr.el (add-to-history): Remove keep-dups arg.
10183         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10184         to nil around call to add-to-history.
10186 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10188         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10189         than after a buffer modification.
10191 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10193         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10194         call to...
10195         (gud-watch): ...here so speedbar is raised for already watched
10196         expressions.
10197         (gdb-speedbar-refresh): Delete function.
10198         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10199         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10200         earlier change).
10201         (gdb-var-evaluate-expression-handler)
10202         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10204         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10205         Update localized contents for all buffers except ignored modes.
10207 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10209         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10210         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10211         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10212         (mac-handle-font-panel-closed, mac-handle-font-selection):
10213         New functions.
10214         (mac-font-panel-mode): New minor mode.
10215         (mac-apple-event-map): Add bindings for toolbar toggle button and
10216         font panel.
10217         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10219 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10221         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10222         Avoid `regexp-opt'; simplify regexp for readability.
10224 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10226         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10227         * files.el (buffer-stale-function):
10228         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10229         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10230         links to the main manual, not to emacs-xtra.
10232 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10234         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10235         MacJapanese if text is ASCII-only.
10237 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10239         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10240         unless so nil isn't returned.
10241         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10243 2006-05-06  Kim F. Storm  <storm@cua.dk>
10245         * subr.el (add-to-history): New function.
10247         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10248         (ediff-merge-files-with-ancestor):
10249         * env.el (setenv):
10250         * isearch.el (isearch-update-ring):
10251         * server.el (server-visit-files):
10252         * progmodes/grep.el (lgrep, rgrep):
10253         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10254         * progmodes/xscheme.el (xscheme-insert-expression):
10255         Use add-to-history.
10257         * kmacro.el (kmacro-push-ring): Use add-to-history.
10258         (kmacro-ring-length): Remove unused defun.
10259         (kmacro-start-macro): Use kmacro-push-ring.
10261 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10263         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10264         directly instead of a lambda expression that calls it.
10266 2006-05-06  Kim F. Storm  <storm@cua.dk>
10268         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10269         instead of compute-motion.
10271 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10273         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10274         change.
10276 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10278         * startup.el (command-line-1): Refer to "Pure Storage" on
10279         pure-space-overflow.
10281 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10283         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10284         provided faces once they all have been used up.
10286 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10288         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10289         reference to the Lisp manual to the warning about pure space
10290         overflow.
10292 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10294         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10295         argument to avoid the call to `ispell-internal-change-dictionary'
10296         when not needed.
10297         (ispell-change-dictionary): Use this argument and call
10298         `ispell-internal-change-dictionary' after the possible change
10299         to `ispell-local-dictionary'.
10300         (ispell-internal-change-dictionary): Check for a change in
10301         personal dictionary use too.
10303 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10305         * startup.el (command-line): On MS-Windows, probe "~", not
10306         "~USER", for warning about non-existent home directory
10308         * arc-mode.el (archive-l-e): New optional argument `float' means
10309         generate a float value.
10310         (archive-arc-summarize, archive-lzh-summarize)
10311         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10312         with 3rd argument non-nil when file's size is being computed.
10313         Format the file sizes with %8.0f instead of %8d.
10315 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10317         * cus-start.el (all): Add mac-dnd-known-types.
10319         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10320         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10321         (mac-TIFF-to-string): New functions.
10322         (x-get-selection, x-selection-value)
10323         (mac-select-convert-to-string): Use them.
10324         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10325         (mac-dnd-types-alist): New customization variable.
10326         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10327         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10328         (mac-dnd-handle-drag-n-drop-event): New functions.
10329         (mac-drag-n-drop): Remove function.
10330         (global-map): Bind drag-n-drop and M-drag-n-drop to
10331         mac-dnd-handle-drag-n-drop-event.
10333 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10335         * progmodes/perl-mode.el (perl-beginning-of-function):
10336         Skip anonymous subs.
10338 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10340         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10341         regexp-opt at run time.
10343         * term.el (term-handle-ansi-escape): Fix off by one error.
10345 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10347         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10348         (gdb-init-1, gdb-post-prompt): ...and references to it.
10349         (gdb-frame-handler): Strip directory name from filename if present.
10351         * progmodes/gud.el (gdb-force-update): Delete defvar
10352         (gud-speedbar-buttons): ...and references to it.  Use window-start
10353         to try to keep positon in watch expression.
10355 2006-05-03  Richard Stallman  <rms@gnu.org>
10357         * simple.el (next-history-element, previous-history-element): Doc fix.
10359         * isearch.el (isearch-update-ring): Doc fix.
10361 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10363         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10364         into consideration.  Replace one arm ifs with whens.
10366 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10368         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10369         (menu): Fix typo.
10371 2006-05-02  Miles Bader  <miles@gnu.org>
10373         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10375 2006-05-02  Jay Belanger  <belanger@truman.edu>
10377         * calc/calc-embed.el (calc-override-minor-modes-map)
10378         (calc-override-minor-modes): New variables.
10379         (calc-do-embedded): Make sure that Calc keystrokes aren't
10380         overwritten by minor modes.
10382 2006-05-02  Chong Yidong  <cyd@mit.edu>
10384         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10386 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10388         * startup.el (command-line-1): Refer to Lisp manual when
10389         pure-space-overflow occurs.
10391         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10392         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10393         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10394         (version-control): Don't use `t' for safe-local-variable declarations.
10396 2006-05-01  Richard Stallman  <rms@gnu.org>
10398         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10399         M-r, M-R, M-A, M-SPC or M-DEL.
10400         (diff-mode-map): diff-refine-hunk now on C-c C-w
10401         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10403         * help-mode.el (help-mode): view-exit-action calls delete-window
10404         only when it is safe and possible.
10406         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10407         in messages.
10409         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10411         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10412         in the default tool-bar-map.
10414 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10416         * net/tramp.el (tramp-completion-file-name-handler-alist)
10417         (tramp-run-real-handler, tramp-completion-run-real-handler)
10418         (tramp-completion-handle-file-name-all-completions)
10419         (tramp-completion-handle-file-name-completion): Autoload them.
10420         (tramp-completion-handle-file-exists-p)
10421         (tramp-completion-handle-file-name-directory)
10422         (tramp-completion-handle-file-name-nondirectory)
10423         (tramp-completion-handle-expand-file-name): Remove them.
10424         (tramp-handle-file-name-directory): Return the real directory name.
10425         Returning "/" only doesn't need to be necessary any longer.
10426         (tramp-file-name-handler): Make special attention when in hostname
10427         completion mode.
10428         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10429         (tramp-register-file-name-handlers):
10430         Register `tramp-completion-file-name-handler' only when
10431         `partial-completion-mode' is enabled.
10432         (tramp-completion-handle-file-name-all-completions):
10433         Delete directory part from results.
10434         (tramp-get-completion-methods, tramp-get-completion-user-host):
10435         Discard deleting "/", it doesn't work after the change of
10436         `tramp-handle-file-name-directory' above.
10438 2006-05-01  Kim F. Storm  <storm@cua.dk>
10440         * progmodes/grep.el (grep-expand-template): Use save-match-data
10441         and symbol-value.
10443 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10445         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10446         Use select-frame-set-input-focus instead of raise-frame.
10447         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10449 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10451         * progmodes/gud.el (gud-def): Add %c case.
10452         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10453         (gud-format-command): Make match case sensitive.  Match on %F.
10455 2006-04-30  Glenn Morris  <rgm@gnu.org>
10457         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10458         (cal-tex-preamble): Use cal-tex-preamble-extra.
10459         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10460         than alias `list-diary-entries'.
10462 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10464         * help-fns.el (describe-variable): Add info about safe local variables.
10466 2006-04-29  Richard Stallman  <rms@gnu.org>
10468         * bindings.el (mode-line-format): help-echo doc fixes.
10470         * net/tramp.el (tramp-file-name-handler-alist): Delete
10471         expand-file-name and other operations that can cause spurious loading.
10473 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * files.el (safe-local-variable-p): Remove support for the special
10476         value t.
10478         * textmodes/paragraphs.el (sentence-end-without-space):
10479         Fix safety predicate.
10480         (sentence-end-double-space, sentence-end-without-period)
10481         (paragraph-ignore-fill-prefix):
10482         * textmodes/fill.el (colon-double-space):
10483         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10485         * subr.el (booleanp): New fun.
10487         * textmodes/reftex-vars.el (reftex-guess-label-type):
10488         Tighten the safety predicate.
10490 2006-04-28  Kim F. Storm  <storm@cua.dk>
10492         * progmodes/grep.el (defgroup grep): Doc fix.
10493         (grep-auto-highlight): Remove.
10494         (grep-template): New defcustom.
10495         (grep-find-template): Rename from grep-tree-template.
10496         (grep-files-aliases): Rename from grep-tree-files-aliases.
10497         Remove "all" alias, add "l" alias.
10498         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10499         (grep-find-ignored-directories): New defcustom to replace
10500         grep-tree-ignore-CVS-directories, to facilitate ignoring
10501         subdirectories for multiple version control systems.
10502         (grep-mode-map): Add Recursive grep item to GREP menu.
10503         (grep-regexp-history, grep-files-history): New defvars.
10504         (grep-probe): New helper function.
10505         (grep-compute-defaults): Use it to simplify code.
10506         Adapt to name changes.
10507         Use `.' as base in grep-find-template rather than <D>.
10508         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10509         Call grep-compute-defaults unconditionally.
10510         (grep-expand-keywords): New defconst.
10511         (grep-expand-template): Rename from grep-expand-command-macros.
10512         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10513         of grep-tree-ignore-case to add -i option.
10514         Bind case-fold-search to nil while matching keywords.
10515         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10516         (grep-read-regexp, grep-read-files): New helper functions.
10517         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10518         Adapt to changes in defcustoms and functions above.
10519         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10521 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10523         * net/tramp.el (tramp-completion-file-name-handler):
10524         Disable Tramp's functionality while loading Tramp itself.
10525         (tramp-register-file-name-handlers): That's a defsubst now.
10526         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10527         `after-init-hook'.
10528         (tramp-repair-jka-compr): Remove.
10530 2006-04-27  Jay Belanger  <belanger@truman.edu>
10532         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10533         read expression when `math-read-big-expr' doesn't work.
10535 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10537         * startup.el (command-line-1): Display warning when
10538         pure-space-overflow is non-nil.
10540 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10542         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10543         risky.
10545 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10547         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10548         Return the URL or nil if none can be generated.
10550 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10552         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10553         byte compiler warnings.
10554         (gud-basic-call, gud-find-expr): Let user select an expression
10555         for printing.  Print expression as well as value in GUD buffer.
10557 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10559         * allout.el: Remove local autoload declaration for
10560         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10561         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10562         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10563         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10564         (allout-stylish-prefixes, allout-numbered-bullet)
10565         (allout-file-xref-bullet, allout-presentation-padding)
10566         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10567         safe-local-variable with suitable value spec, and add autoload
10568         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10569         (move-beginning-of-line, move-end-of-line): Repair so these compat
10570         functions now actually resituate the point, when appropriate.
10572 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10574         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10576         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10577         (add-log-iso8601-time-string): Fix call to format-time-string.
10579 2006-04-26  Kim F. Storm  <storm@cua.dk>
10581         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10583 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10585         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10586         Add support for "//" style comments.  Remove `b' flag
10587         from ?* in `asm-mode-syntax-table'.
10589 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10591         * follow.el: Use (featurep 'xemacs) everywhere.
10592         (follow-mode): Use define-minor-mode.
10593         (follow-mode-map): Move initialization into the declaration.
10594         Use command remapping.
10595         (follow-emacs-version-xemacs-p): Remove.
10596         (follow-submit-feedback): Remove.
10598         * allout.el (allout-layout, allout-passphrase-verifier-string)
10599         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10601         * textmodes/reftex-vars.el (reftex-vref-is-default)
10602         (reftex-fref-is-default, reftex-guess-label-type):
10603         Tighten up a bit the safety predicate.
10605         * textmodes/paragraphs.el (sentence-end-double-space)
10606         (sentence-end-without-period, sentence-end-without-space)
10607         (page-delimiter, paragraph-ignore-fill-prefix):
10608         Tighten up a bit the safety predicate.
10610         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10612         * progmodes/python.el (python-continuation-line-p)
10613         (python-beginning-of-statement): syntax-ppss may return
10614         a negative depth.
10615         (python-mode): Don't forcefully enable font-lock.
10617         * time-stamp.el (time-stamp-start, time-stamp-end)
10618         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10620         * add-log.el: Remove spurious * in docstrings.
10621         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10622         (add-change-log-entry): Use it here, since it's not specific
10623         to iso8601.
10624         (add-log-iso8601-time-string): Don't use it here any more.
10625         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10627         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10629 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10631         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10632         (rcirc-toggle-low-priority): Doc fix.
10633         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10634         ChanServ regexp.
10635         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10636         #emacs.
10637         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10638         (rcirc-decode-coding-system): Use utf-8 as the default.
10639         (rcirc-multiline-minor-mode): Set the fill-column.
10640         (rcirc-format-response-string): Display bright and dim nicks.
10641         (rcirc-browse-url): Update interactive spec to fill ARG.
10642         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10643         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10645 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10647         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10648         case for @Article, etc.
10650 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10652         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10653         Added with autoload cookie.
10654         (tramp-unload-file-name-handlers): Rename from
10655         `tramp-unload-file-name-handler-alist'.
10657 2006-04-23  Romain Francoise  <romain@orebokech.com>
10659         * comint.el (comint-match-partial-filename): Doc fix.
10661 2006-04-21  Glenn Morris  <rgm@gnu.org>
10663         * calendar/cal-menu.el (calendar-mode-map): Refer to
10664         `diary-view-entries' rather than alias `view-diary-entries'.
10665         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10667 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10669         * progmodes/antlr-mode.el (antlr-default):
10670         * cus-edit.el (custom-documentation):
10671         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10672         in defface.
10674 2006-04-21  Kim F. Storm  <storm@cua.dk>
10676         * image.el (image-type): New defun split out of create-image.
10677         (create-image): Use it.
10679 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10681         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10682         (org-open-at-point): Remove the "...done" message to keep output
10683         in the echo area visible.
10684         (org-export-as-xoxo): Fix call to `indent-region'.
10686 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10688         * international/mule.el (keyboard-coding-system): defcustom
10689         info-link fixes: "Specify Coding" has been split, keyboard now in
10690         "Terminal Coding", and "Single-Byte Character Support" is now
10691         "Unibyte Mode".
10693 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10695         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10696         Use font-lock-warning-face for any errors e.g. no stack.
10697         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10699 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10701         * progmodes/sh-script.el (sh-shell): Mark as safe.
10703         * newcomment.el (comment-start, comment-start-skip)
10704         (comment-end-skip, comment-end): Mark as safe.
10706 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10708         * textmodes/org.el (org-deadline-announce): Face removed.
10709         (org-level-faces, org-n-levels): Convert to constant.
10710         (org-compatible-face): New function.
10711         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10712         (org-level-5, org-level-6, org-level-7, org-level-8)
10713         (org-special-keyword, org-warning, org-headline-done, org-link)
10714         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10715         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10716         Face definition revised for better color tty support.
10717         (org-bold-re, org-italic-re, org-underline-re): New constants.
10718         (org-set-font-lock-defaults): Use the new constants.
10719         (org-agenda-highlight-todo): New function.
10720         (org-agenda-todo): Fix bug with point at end of line.
10721         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10722         Fontify TODO keywords.
10723         (org-insert-link): Preserve relative path in ../ links.
10724         (org-export-as-html): Convert links pointing to .org files into
10725         links that will work beteen the exported HTML files.
10726         (org-todo-list): Fix bug when arg=0.
10727         (org-insert-heading): More fine-tuning.
10729 2006-04-19  Romain Francoise  <romain@orebokech.com>
10731         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10732         from `rmail-mime-charset-pattern'.
10734 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10736         * progmodes/python.el (python-mode): Fix typo.
10738 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10740         * comint.el (comint-previous-input): Don't clobber input line
10741         when moving off either end of the input history ring.
10742         (comint-delete-input): New function, used by
10743         `comint-previous-input' and others.
10744         (comint-previous-matching-input):
10745         Use `coming-delete-input'.  Save the partial input if leaving the
10746         edit line.  Goto point-max before deleting input to avoid
10747         partial input fragments hanging around.
10748         (comint-restore-input): New function, used by `comint-previous-input'.
10750 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10752         * imenu.el (imenu--index-alist): Balance parentheses.
10754 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10756         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10758 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10760         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10761         file is nil.
10763 2006-04-18  Richard Stallman  <rms@gnu.org>
10765         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10767         * imenu.el (imenu-create-index-function, imenu--index-alist)
10768         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10769         (imenu-default-create-index-function, imenu--generic-function):
10770         Doc fixes.
10772         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10774         * help-mode.el (help-mode): Set view-exit-action to delete window.
10776         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10777         now works by passing nil as arg.
10779         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10781         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10782         (read-abbrev-file): Provide default when reading filename.
10784         * files.el (enable-local-variables): Allow :all as value.
10785         (hack-local-variables): Implement that value.
10786         (safe-local-variable-values, safe-local-eval-forms)
10787         (enable-local-variables): Mark as risky.
10788         (find-file-visit-truename, kept-old-versions): Mark safe.
10790         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10791         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10792         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10794 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10797         Use forward-line so as to get to BOL even in the presence of fields.
10798         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10799         in return.
10800         (inferior-tcl): Tell tclsh to work in interactive mode.
10802         * complete.el (partial-completion-mode):
10803         Use 'choose-completion-string-functions to make sure that
10804         choose-completion fills the minibuffer properly.
10806         * complete.el (PC-old-read-file-name-internal): Remove.
10807         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10808         of read-file-name-internal.
10809         (partial-completion-mode): Enable/disable this advice.
10811 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10813         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10814         of 2006-04-17.
10816 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10818         * textmodes/org.el (org-insert-heading): Insert heading before
10819         current if at beginning of line.
10820         (org-todo, org-date): New faces.
10821         (org-table-align): Make sure tooltip window contains full text.
10822         (org-no-properties): New defsubst.
10823         (org-set-font-lock-defaults): Use new faces.
10825 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10827         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10828         for root variables.
10830         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10831         (gdb-frame-address): Re-use to identify frame for watch expression.
10832         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10833         variables.
10834         (gdb-init-1, gdb-source, gdb-post-prompt)
10835         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10836         (gdb-frame-handler): Get gdb-frame-address.
10838 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10840         Sync with Tramp 2.0.53.
10842         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10843         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10844         (tramp-completion-file-name-handler): Add autoload cookie for
10845         adding to `file-name-handler-alist'.
10847         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10848         the prompt.  If it returns earlier (when detecting an error
10849         message), the rest of the output will merge accidently with the
10850         output of the next command.  Reported by M Jared Finder
10851         <jared@hpalace.com>.
10853         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10854         for `process-file', in order to let it work for older Emacsen too.
10856 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10858         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10859         (tex-font-lock-keywords-3): Use it.
10861 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * newcomment.el (comment-add): New function.
10864         (comment-region-default, comment-dwim): Use it.
10866 2006-04-15  Michael Olson  <mwolson@gnu.org>
10868         * emacs-lisp/tq.el: Improve comments.
10869         (tq-queue-head-question): New accessor function.
10870         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10871         Update for modified queue structure.
10872         (tq-queue-add): Accept `question' argument.
10873         (tq-queue-pop): If a question is pending, send it.
10874         (tq-enqueue): Accept new optional argument `delay-question'.
10875         If this is non-nil, and at least one other question is pending a
10876         response, queue the question rather than sending it immediately.
10878 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10880         * calendar/appt.el (appt-add): Check whether an appointment is
10881         already present in appt-time-msg-list.  Simplify code.
10883 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * progmodes/cc-langs.el (c-mode-menu):
10886         Don't presume c-subword-mode is bound.
10888 2006-04-13  Bill Wohler  <wohler@newt.com>
10890         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10891         (customize-package-emacs-version): Use cdr instead of cadr now
10892         that alists use dotted pairs.
10894         * custom.el (defcustom): Fix docstring for :package-version.
10896 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10898         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10899         (tramp-handle-shell-command): Display output buffer only when
10900         `tramp-display-shell-command-buffer' is true.
10901         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10903 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10905         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10906         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10908 2006-04-13  Romain Francoise  <romain@orebokech.com>
10910         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10911         leaving temporary .cvsignore buffers behind.
10913 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10915         * textmodes/org.el (org-set-regexps-and-options)
10916         (org-get-current-options): Better names for the startup folding
10917         options.
10919 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10921         * vc.el (vc-annotate): Arrange for point to end up at the same
10922         line number as in the original, but only when using a new buffer.
10924 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10926         * files.el (hack-one-local-variable-eval-safep):
10927         Recognize `edebug-form-spec' for `put', but only if it passes
10928         `edebug-basic-spec'.  Generalize `put' handling.
10930         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10931         vetting file-local form specs.
10933         * allout.el (allout-layout): Autoload its `safe-local-variable'
10934         property.
10936 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10938         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10939         (org-agenda-mouse-1-follows-link)
10940         (org-mouse-1-follows-link): New options.
10941         (org-format-agenda-item): Fix bug if TAGS is nil.
10942         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10944 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10946         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10947         GDB 6.1+ gives full filename for "info sources" so use
10948         file-name-nondirectory.
10950 2006-04-12  Romain Francoise  <romain@orebokech.com>
10952         * subr.el (read-passwd): Bind `message-log-max' to nil.
10954 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * progmodes/perl-mode.el (perl-indent-new-calculate):
10957         Recompute parse-start after jumping backward by a whole sexp.
10959 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10962         window configuration.
10963         (vc-annotate-display-select): Select the buffer so that current-buffer
10964         (and selected-window) is the output buffer at the end of vc-annotate.
10966 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10968         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10969         8-color terminals, to use all of the colors in a sensible order.
10970         256-color terminals work well with the standard map.
10971         (vc-annotate-lines): Only strip the first color character if it
10972         is "#", to allow for terminal-style named colors.
10973         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10974         the correct buffer is scrolled.
10976 2006-04-11  Richard Stallman  <rms@gnu.org>
10978         * emacs-lisp/bytecomp.el (byte-compile-file):
10979         Bind enable-local-variables to :safe, and make normal-mode obey it.
10981         * files.el (enable-local-variables): Allow value :safe.
10982         (normal-mode): Doc fix.
10983         (hack-local-variables): Implement enable-local-variables = :safe.
10984         (hack-local-variables-confirm): Don't prevent quitting.
10986 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10988         * loadhist.el (unload-feature): A bit of sanity check of
10989         load-history entries.  Cancel timer-vars before unbinding them.
10991         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10992         quote special chars, and make the trick work on the hex part of the
10993         buffer as well.
10994         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10995         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10997         * startup.el (normal-splash-screen): Fix last change so we don't wait
10998         2 minutes if we don't show the splash screen.
11000 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
11002         * textmodes/org.el (org-export-plain-list-max-depth)
11003         (org-table-spaces-around-separators)
11004         (org-radio-targets, org-activate-camels)
11005         (org-table-spaces-around-invisible-separators): Options removed.
11006         (org-time-stamp-rounding-minutes, org-remember-templates)
11007         (org-ellipsis, org-activate-links, org-descriptive-links):
11008         New options.
11009         (org-remember-apply-template, org-current-time)
11010         (org-finish-edit-table-field)
11011         (org-link-unescape, org-link-escape)
11012         (org-string-width, org-table-clean-line, org-html-do-expand)
11013         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11014         (org-read-agenda-file-list): New functions.
11015         (org-table-edit-field)
11016         (org-table-create-or-convert-from-region): New commands
11017         (org-table-toggle-vline-visibility): Command removed.
11018         (org-table-convert-region): Made a command.
11019         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11020         Replace with the normal org- functions.
11021         (org-self-insert-command): Don't trigger realign unnecessarily
11022         when blanking a field that is not full.
11023         (org-mode): `Set buffer-invisibility-spec' for links.
11024         (org-activate-links2): Hide link part and only show descriptive
11025         part of the link.
11026         (org-insert-link): Modify for new linking system.
11027         (org-store-link): Store description separately, for use by
11028         `org-insert-link'.
11029         (org-table-align): Use `org-string-width'.
11030         (defgroup): Completely new group structure for custom variables.
11031         (org-agenda-files): Option: Single file name allowed.  Function:
11032         Optional argument unrestrited means ignore any restricitons.
11033         (org-install-agenda-files-menu): Find a buffer in Org-mode before
11034         trying to modify the menu.  Use generalized access to
11035         `org-agenda-files.'
11036         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11037         (org-agenda-file-to-front, org-remove-file, org-diary)
11038         (org-tags-view, org-export-icalendar-all-agenda-files)
11039         (org-export-icalendar-combine-agenda-files): Use generalized
11040         access to `org-agenda-files'.
11041         (org-remember-handler): Correctly preserve heading if present.
11042         (org-table-insert-row, org-table-insert-hline): Deal with
11043         invisible characters.
11045 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
11047         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11048         (vc-annotate-color-map): New 18 element constant
11049         value/saturation, rotating hue colormap, from red->blue.
11050         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11051         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11052         (vc-annotate): To avoid killing the required local variables,
11053         set them before the end of `with-output-to-temp-buffer', and
11054         after first switching to annotate-mode.
11055         (vc-annotate-warp-version): Add buffer argument in goto-line to
11056         ensure annotation, not source, is scrolled.
11058 2006-04-10  Bill Wohler  <wohler@newt.com>
11060         * custom.el (defcustom, custom-handle-keyword):
11061         Add :package-version keyword.
11062         (custom-add-package-version): New function.  Sets value of new
11063         property 'custom-package-version from :package-version keyword.
11064         (defcustom): Create Common Keywords section in docstring.
11065         (defface, defgroup): Replace definitions of a select few keywords
11066         with a reference to the Common Keywords in defcustom.
11067         (defcustom, defface, defgroup): Replace reference to Customization
11068         chapter in manual with hyperlink.
11070         * cus-edit.el (customize-package-emacs-version-alist): New variable.
11071         (customize-changed-options): Add check for custom-package-version.
11072         (customize-package-emacs-version): New function to look up Emacs
11073         version corresponding to the given package version.
11075         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11076         defun name, in similar fashion to find-variable-regexp.
11078 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
11080         * international/mule-cmds.el (set-locale-environment): Fix last
11081         change for when the locale's preferences don't specify any encoding.
11083 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11085         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11086         so the defined var/fun doesn't need to be quoted.
11088 2006-04-10  Richard Stallman  <rms@gnu.org>
11090         * finder.el (finder-mode-map): Add n and p bindings.
11092 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
11094         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11095         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11096         (gdb-setup-windows): Put something in source window if we can't find
11097         the source file.
11098         (gdb-frame-handler): Make it work again with just assembly.
11099         (gdb-data-list-register-values-handler): Make it work when there is
11100         no stack.
11102 2006-04-09  Richard Stallman  <rms@gnu.org>
11104         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11105         specs while looking for charset.
11107         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11109         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11110         Make them faces.
11111         (lm-font-lock-keywords): Update appropriately.
11113 2006-04-10  Kim F. Storm  <storm@cua.dk>
11115         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11116         it can also replace buffer-substring-no-properties.
11118         * emulation/cua-base.el (cua-delete-region, cua-paste)
11119         (cua-repeat-replace-region): Use filter-buffer-substring.
11121         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11122         (cua-cut-region-to-global-mark): Likewise.
11124         * emulation/cua-rect.el (cua--extract-rectangle)
11125         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11127 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11129         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11130         entry-type.  Add field delimiters to numerical fields if they are
11131         not present.
11133 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11135         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11136         string-const to return value.
11137         (bibtex-remove-delimiters): Use it.
11139 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11141         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11142         cl-byte-compile-compiler-macro unless it exists.
11144 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11146         * files.el (hack-local-variables-confirm) <offer-save>:
11147         Clarify message text.  Suggested by Ralf Angeli.
11149 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11151         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11152         (delete-extract-rectangle-line): Use `filter-buffer-substring'
11153         instead of `buffer-substring' and `delete-region'.  (Most of the
11154         code actually copied from `kill-region'.)
11156 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
11158         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11159         (rcirc-default-port): Rename from rcirc-port.
11160         (rcirc-default-nick): Rename from rcirc-nick.
11161         (rcirc-default-user-name): Rename from rcirc-user-name.
11162         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11163         (rcirc-low-priority-flag): New variable.
11164         (rcirc-decode-coding-system): New defcustom.
11165         (rcirc-encode-coding-system): New defcustom.
11166         (rcirc-coding-system-alist): New defcustom.
11167         (rcirc-multiline-major-mode): New defcustom.
11168         (rcirc-nick): New internal variable.
11169         (rcirc-process): Remove variable.
11170         (rcirc-server-buffer): New variable.
11171         (rcirc): Update to use rcirc-default-* variables above.
11172         (rcirc-connect): Do not add window-configuration-hook-here.
11173         (rcirc-server): New internal variable.
11174         (rcirc-connect): Do not send keepalive pings if
11175         rcirc-keepalive-seconds is nil.
11176         (with-rcirc-server-buffer): New macro.
11177         (rcirc-send-string): Encode with rcirc-encode-coding-system.
11178         (rcirc-server-name): Rename from rcirc-server.
11179         (rcirc-buffer-process): New function.
11180         (rcirc-buffer-nick): New function.
11181         (rcirc-buffer-target): Remove function.
11182         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11183         New commands.
11184         (rcirc-mode-map): Change binding of C-c C-l to
11185         rcirc-toggle-low-priority.
11186         (rcirc-mode): Initialize coding system based on
11187         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11188         channel on a mode change.  Make kill-buffer-hook buffer-local.
11189         (rcirc-change-major-mode-hook): New function.
11190         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11191         (rcirc-last-post-time): New variable.
11192         (rcirc-process-message): Store the last time user posted a message
11193         to this target.
11194         (rcirc-multiline-minor-mode): New mode.
11195         (rcirc-multiline-minor-mode-map): New mode map.
11196         (rcirc-edit-multiline): Put multiline-edit buffer in
11197         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11198         (rcirc-print): Ignore any line starting with an ignored nick.
11199         (rcirc-print): Decode using rcirc-decode-coding-system.
11200         (rcirc-track-minor-mode): Update global-mode-string when disabling
11201         this mode.
11202         (minor-mode-alist): Add LowPri indicator.
11203         (rcirc-toggle-low-priority): New function.
11204         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11205         next lowpriority buffer with activity.
11206         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11207         last time the user posted a message in to the target.
11208         (rcirc-update-activity-string): New formatting for low priority
11209         buffers.
11210         (rcirc-split-activity): New function.
11211         (rcirc-handler-PART, rcirc-handler-KICK)
11212         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11213         (rcirc-nick-away-alist): New variable.
11214         (rcirc-handler-301): New handler.  Away messages are printed once
11215         per change.
11217 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11219         * info.el (Info-follow-nearest-node): Doc fix.
11221         * international/mule-cmds.el (set-locale-environment): Make sure
11222         the coding-system preferred by the locale's language has the same
11223         EOL conversion type as the original buffer-file-coding-system.
11224         (locale-language-names): Add a few MS Windows language codes.
11226 2006-04-07  Richard Stallman  <rms@gnu.org>
11228         * simple.el (eval-expression): Doc fix.
11230         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11231         (eval-defun): Doc fixes.
11233 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11235         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11237 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11239         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11240         GDB list command without argument for greater generality.
11242 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11244         * subr.el (string-or-null-p): New function.
11246         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11248         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11250         * files.el: Update comment about safe-local-variable declarations.
11252 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11254         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11255         See idlwave.org.
11257         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11258         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11260         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11261         See idlwave.org.
11263         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11264         version 6.0 (minimal changes).  See idlwave.org.
11266         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11267         6.0 (minimal changes).  See idlwave.org.
11269         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11271 2006-04-06  Romain Francoise  <romain@orebokech.com>
11273         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11274         symmetric encryption features and a new asynchronous interface to
11275         GnuPG.  This new version is version 1.4, plus whitespace changes.
11277 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11279         * files.el: Move some `safe-local-variable' declarations to the
11280         respective files.
11282         * textmodes/ispell.el (ispell-check-comments)
11283         (ispell-local-dictionary): Mark as safe.
11285         * abbrev.el (abbrev-mode): Mark as safe.
11287         * add-log.el (change-log-default-name): Mark as safe.
11289         * textmodes/reftex-vars.el (reftex-vref-is-default)
11290         (reftex-fref-is-default, reftex-level-indent)
11291         (reftex-guess-label-type): Mark as safe.
11293         * textmodes/fill.el (colon-double-space): Mark as safe.
11295         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11296         (sentence-end-double-space, sentence-end-without-period)
11297         (sentence-end-without-space, sentence-end, sentence-end-base)
11298         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11300 2006-04-06  Kim F. Storm  <storm@cua.dk>
11302         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11303         the :set-after list.
11304         (ido-downcase-unc-hosts): New user option.  Default on.
11305         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11306         when it is set, as regexps are now applied on the fly.
11307         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11308         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11309         on the fly, but only when ido-process-ignore-lists is set.
11310         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11311         Only downcase names if ido-downcase-unc-hosts is set.
11313 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11315         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11317         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11319 2006-04-05  Kim F. Storm  <storm@cua.dk>
11321         * ido.el (ido-mode): Set after ido-unc-hosts and
11322         ido-ignore-unc-host-regexps.
11323         (ido-save-history): Save ido-unc-hosts-cache.
11324         (ido-load-history): Load ido-unc-hosts-cache.
11325         (ido-reread-directory): Refresh unc hosts cache in // dir.
11327         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11328         to nil while displaying slash screen.
11330 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11332         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11333         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11335 2006-04-05  Kenichi Handa  <handa@m17n.org>
11337         * international/characters.el: Setup cases of Latin, Greek, and
11338         Cyrillic characters in CJK charsets.
11340 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11342         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11343         default-enable-multibyte-characters.  This reverts the change from
11344         revision 6.17 which is no longer necessary because the passphrase
11345         is sent separately now.  GnuPG messages are unreadable under
11346         multibyte locales with default-enable-multibyte-characters set to nil.
11348 2006-04-04  Andreas Schwab  <schwab@suse.de>
11350         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11351         and `byte-compile-warnings' as `safe-local-variable'.
11353 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11355         * man.el (Man-mode-map): Restore the \r binding.
11356         (Man-abstract-xref-man-page): If Man-target-string is a function,
11357         call it.
11358         (Man-highlight-references): Use Man-default-man-entry to get the
11359         target.  Deal with xrefs too.
11360         (Man-highlight-references0): Don't call the target function.
11362         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11363         cannot deal with it.
11365 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11367         * pgg-gpg.el: Clean up process buffers every time gpg processes
11368         complete.
11370 2006-04-04  Kenichi Handa  <handa@m17n.org>
11372         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11373         here.
11374         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11375         Temporarily bind inhibit-field-text-motion to t.
11377 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * startup.el (normal-splash-screen): Only set mode-line-format in the
11380         splash buffer, so as not to interfere when debugging the code.
11381         Ignore errors when switching buffer.
11383 2006-04-03  Romain Francoise  <romain@orebokech.com>
11385         * dired.el (dired-dnd-protocol-alist): Fix typo.
11387 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11389         * savehist.el (savehist): Add :version.
11390         (savehist-ignored-variables): New variable.
11391         (savehist-minibuffer-hook): Don't save variables listed in
11392         `savehist-ignored-variables'.
11394         * dired.el (dired-dnd-protocol-alist): Mention that change does
11395         only apply to new buffers in doc string.
11397 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11399         * recentf.el (recentf-open-files-item): Include newline in button
11400         field, so opening a file will work, when the point is at the end
11401         of the file name.  Allow, for example, to [i]search a file by
11402         extension and just push RET to open it.
11404 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11406         * pgg-gpg.el (pgg-gpg-process-filter)
11407         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11409         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11410         lines, temporary fix.
11412 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11414         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11416 2006-04-02  Richard Stallman  <rms@gnu.org>
11418         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11420 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11422         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11423         header-mouse-map.
11425         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11426         (ibuffer-mode-header-map): New keymaps.
11427         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11428         and keybindings for column headers.
11429         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11430         property.
11432 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11434         * speedbar.el (speedbar-after-create-hook): Doc fix.
11436 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11438         * shell.el (shell-directory-tracker)
11439         (shell-dynamic-complete-command): Doc fixes.
11441 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11443         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11444         terminals.
11446 2006-04-01  Kim F. Storm  <storm@cua.dk>
11448         * ido.el (ido-unc-hosts-cache): New defvar.
11449         (ido-unc-hosts): If value of defcustom is a function, call it to
11450         get list of UNC hosts.  Add function-item choices to specify
11451         ido-unc-hosts-net-view or user function.
11452         (ido-ignore-unc-host-regexps): New defcustom.
11453         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11454         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11455         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11457 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11460         wwidth.
11462 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11464         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11465         (ido-max-work-file-list, ido-switch-buffer)
11466         (ido-read-file-name-as-directory-commands):
11467         Fix typos in docstrings.
11469 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11471         * term/mac-win.el (mac-system-coding-system): Define and use after
11472         Mac-specific coding systems are ready.
11474 2006-03-27  Romain Francoise  <romain@orebokech.com>
11476         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11478         * ldefs-boot.el: Update.
11480 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11482         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11483         passphrases when it is not needed.
11484         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11485         passphrase stuff from gpg, should only be necessary when you use
11486         gpg with a smartcard.
11488 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11490         * comint.el (comint-dynamic-list-completions): Allow user to
11491         select *Completions* buffer.
11493 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11495         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11497 2006-03-26  Andreas Schwab  <schwab@suse.de>
11499         * progmodes/gud.el (gdb): Only complain about multiple debugging
11500         when the gdb process is still running.
11502 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11504         * mail/rmail.el (tool-bar-map): Defvar it.
11505         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11506         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11508 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11510         * help.el (print-help-return-message): Suggest to use
11511         display-buffer instead of switch-to-buffer-other-window to restore
11512         the previous window without selecting it.
11514 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11516         * frame.el (select-frame-by-name): Call x-focus-frame also when
11517         window-system is mac.
11519         * term/mac-win.el: Adjust Courier font specifications in
11520         x-fixed-font-alist.
11521         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11522         when directly encoding to UTF-16 in native byte order, no BOM.
11524 2006-03-25  Kim F. Storm  <storm@cua.dk>
11526         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11527         (cua--init-keymaps): Use it instead of fixed C-return.
11528         (cua-mode): Set after it.
11530         * emulation/cua-rect.el (cua--init-rectangles):
11531         Use cua-rectangle-mark-key instead of fixed C-return.
11533 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11535         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11536         "run" in .gdbinit.
11537         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11539 2006-03-24  Romain Francoise  <romain@orebokech.com>
11541         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11542         `display-buffer-other-frame'.
11544 2006-03-24  Kim F. Storm  <storm@cua.dk>
11546         * apropos.el (apropos-synonyms): Add selection => region.
11548 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11550         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11551         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11552         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11553         (gdb-data-list-register-values-regexp)
11554         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11555         Future proof against new fields being added to MI output.
11556         (gdb-send): Don't treat backslashes for program input as
11557         continuations.
11558         (gdb-assembler-handler): Don't use window-start for this handler.
11559         (gdb-frame-handler): Don't change to hollow arrow if overlay
11560         arrow doesn't move to new frame.
11562 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11564         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11565         prevent compiler warnings.
11566         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11567         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11568         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11569         buffer too.
11571 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11573         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11574         make-network-process, so we can use the same code in Gnus v5-10
11575         too and have this file fully synchronized with that release.
11577 2006-03-23  Romain Francoise  <romain@orebokech.com>
11579         * ibuf-ext.el (ibuffer-read-filter-group-name):
11580         Use `ibuffer-generate-filter-groups' to make completion list match
11581         the filter groups that are really displayed in the Ibuffer buffer.
11582         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11584 2006-03-23  Kenichi Handa  <handa@m17n.org>
11586         * international/mule-cmds.el (sort-coding-systems): Describe that
11587         the argument is modified in docstring.
11589 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11591         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11592         (pgg-gpg-update-agent): New function.
11593         (pgg-gpg-use-agent-p): New function.
11594         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11595         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11596         (pgg-gpg-sign-region): Use it.
11598 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11600         * cus-edit.el (custom-face-set): Call custom-push-theme before
11601         face-spec set so that `changed' theme is correctly saved.
11602         (custom-face-reset-standard): Reset to recalculated face rather
11603         than defface spec.
11605         * custom.el (custom-push-theme): Only save `changed' theme if the
11606         current face does not match the defface specs.
11608 2006-03-21  Simon Josefsson  <jas@extundo.com>
11610         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11611         <wilde@sha-bang.de>.
11612         (pgg-gpg-use-agent): New variable.
11613         (pgg-gpg-process-region): Use it.
11614         (pgg-gpg-encrypt-region): Likewise.
11615         (pgg-gpg-encrypt-symmetric-region): Likewise.
11616         (pgg-gpg-decrypt-region): Likewise.
11617         (pgg-gpg-sign-region): Likewise.
11618         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11620 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11622         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11623         bracket links.
11625 2006-03-21  Kim F. Storm  <storm@cua.dk>
11627         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11628         fringe-indicator-alist instead of modifying global value.
11629         (gdb-frame-handler): Likewise.
11631 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11633         * diff-mode.el (diff-function): Make it inherit from diff-header
11634         instead of diff-context.
11636         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11637         bitmap.
11638         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11639         change names in macro above for consistency.
11640         (gdb-frame-handler): Use hollow-right-triangle for all selected
11641         frames which except the innermost (where execution has stopped).
11642         (gdb-reset): Reset buffer-local values of overlay-arrow.
11644 2006-03-20  Richard Stallman  <rms@gnu.org>
11646         * simple.el (set-mark-command): Doc fix.
11648         * files.el (display-buffer-other-frame): New command.
11649         (ctl-x-4-map): Bind C-x 5 C-o to it.
11651 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11654         rather than just defer-time, in case defer-time has been changed but
11655         the timer isn't running yet.
11656         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11658 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11660         * help-mode.el (help-follow-symbol): New function.
11661         Essentially identical to the old `help-follow', but do not let
11662         `push-button' do the work when on an xref.
11663         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11665 2006-03-19  Richard Stallman  <rms@gnu.org>
11667         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11668         preceded by the word `program'.
11669         (help-follow-mouse, help-follow): Throw error if not on xref.
11670         Delete no longer used args.
11672 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11674         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11675         annotation ensure gud-overlay-arrow-position is redisplayed.
11677 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11679         * textmodes/bibtex.el (bibtex-include-OPTkey)
11680         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11681         (bibtex-autokey-name-case-convert)
11682         (bibtex-autokey-titleword-case-convert): Make these the aliases
11683         for the following two variables.
11684         (bibtex-autokey-name-case-convert-function)
11685         (bibtex-autokey-titleword-case-convert-function): Make these the
11686         real names.
11687         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11688         bibtex-font-lock-crossref sublists.
11689         (bibtex-mode): Revert 2005-12-30 change (which made
11690         completion-ignore-case buffer-local).
11691         (bibtex-url): Simplify.
11693 2006-03-19  Kim F. Storm  <storm@cua.dk>
11695         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11696         cursor property value to 2 (to align with C level change).
11698 2006-03-19  Bill Wohler  <wohler@newt.com>
11700         * image.el (image-load-path-for-library): Shorten first line in
11701         docstring.
11703 2006-03-18  Richard Stallman  <rms@gnu.org>
11705         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11707 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11709         * isearch.el (isearch-other-meta-char): Handle user bindings for
11710         shifted control characters.
11712 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11714         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11715         part that matches email addresses, file names, etc.
11717 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11719         * term/w32-win.el (mouse-set-font):
11720         Mention w32-list-proportional-fonts in the doc string.
11722 2006-03-18  Kim F. Storm  <storm@cua.dk>
11724         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11725         (ido-unc-hosts): New user option to explicitly define list of know
11726         UNC-style hosts for completion.
11727         (ido-cache-unc-host-shares-time): New user option.
11728         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11729         New helper functions for UNC file-name support.
11730         (ido-may-cache-directory): Check for UNC host.  Simplify.
11731         (ido-wash-history): Clean out old UNC hosts.
11732         (ido-nonreadable-directory-p): UNC hosts are always readable.
11733         (ido-directory-too-big-p): UNC hosts are never too big.
11734         (ido-set-current-directory): Handle UNC root path.
11735         (ido-file-name-all-completions): Complete UNC host names from
11736         ido-unc-hosts list.  Cache UNC host shares.
11737         (ido-make-file-list-1): Don't filter UNC root.
11738         (ido-exhibit): Check for // in root directory, and switch to UNC
11739         mode by setting ido-current-directory to //.
11741 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11743         * cus-edit.el (customize-changed-options): Mention explicit
11744         version number as default in prompt.
11746 2006-03-17  Bill Wohler  <wohler@newt.com>
11748         * image.el (image-load-path-for-library): Minor docstring fix.
11750 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11752         * textmodes/org.el (org-read-date): Include subgroup 5 into
11753         replacement text.
11754         (org-popup-calendar-for-date-prompt): Fix customization type.
11756 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11758         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11759         (gdb-continuation): New variable.
11760         (gdb-send): Deal with continuation lines.
11762         * progmodes/gud.el (gud-gdb-complete-command)
11763         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11764         expressions.
11765         (gud-tooltip-mode): Use buffer-local value.
11767 2006-03-16  Kim F. Storm  <storm@cua.dk>
11769         * ido.el (ido-edit-input): Use selected match, if any.
11771 2006-03-16  Bill Wohler  <wohler@newt.com>
11773         * image.el (image-load-path-for-library): Prefer user's images in
11774         image-load-path.
11776 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11778         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11779         when checking for attempt to drag leftmost or rightmost scrollbar.
11781 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11783         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11784         (gdb-force-mode-line-update): New function.
11785         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11786         (gdb-exited): Use them.
11787         (gdb-signal): New function.
11788         (gdb-annotation-rules): Provide a rule for it.
11790 2006-03-16  Kenichi Handa  <handa@m17n.org>
11792         * international/mule.el (auto-coding-regexp-alist): Add entries
11793         for Unicode BOM.
11795         * sort.el (sort-build-lists): Temporarily bind
11796         inhibit-field-text-motion to t.
11798 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11800         * locate.el (locate-command, locate-make-command-line)
11801         (locate-fcodes-file, locate-update-command)
11802         (locate-prompt-for-command, locate, locate-with-filter)
11803         (locate-get-file-positions): Doc fixes.
11804         (locate-buffer-name, locate-header-face): Remove leading `*' in
11805         defcustom.
11806         (locate-filter-output): Use `keep-lines' instead of its alias
11807         `delete-non-matching-lines'.
11808         (locate-get-filename, locate-get-dirname): Add introductory comment.
11809         (locate-find-directory-other-window): Give appropriate error
11810         message if used outside main listing.
11812 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11814         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11815         the new extend-region feature.
11816         (font-lock-after-change-function): Update correspondingly.
11817         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11818         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11820 2006-03-15  Bill Wohler  <wohler@newt.com>
11822         * image.el (image-load-path-for-library): Fix example by not
11823         recommending that one binds image-load-path.  Just defvar it to
11824         placate compiler and only use it if previously defined.
11826 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11828         * textmodes/org.el (org-insert-centered): Use `string-width' to
11829         make underlining work for wide characters.
11830         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11831         TAB to `org-cycle', to make sure that no binding in
11832         `outline-mode-map' can supercede it.
11834 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11836         * allout.el: Increment version to 2.2.1 in file commentary.
11838         (allout-version): Increment to 2.2.1.
11840         (allout-default-layout): New customization variable, used when the
11841         file lacks a specific allout-layout.  Uses allout-layout-type for
11842         recursively nested definition.
11844         (allout-layout-type): Widget defining allout layouts, necessary for
11845         self-recursive definition.
11847         (allout-mode): Incorporate allout-default-layout as fallback for
11848         allout-layout.
11850         (allout-layout): Mark as 'safe-local-variable', and refer mention
11851         fallback to `allout-default-layout' in absence of a specified value.
11852         (allout-passphrase-verifier-string)
11853         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11855         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11857         (allout-get-encryption-passphrase-verifier): Use correct name of
11858         passphrase verifier in docstring.
11860 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11862         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11863         elements.
11864         (gdb-find-watch-expression): Make it work for arrays too.
11865         Follow change to gdb-var-list.
11866         (gud-watch): Allow the user to enter variable name with a prexix
11867         arg.  Create keybindings.
11868         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11869         (gdb-var-list-children-handler, gdb-var-update-handler)
11870         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11871         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11872         Follow change to gdb-var-list.
11873         (gdb-starting): Don't show the overlay arrows when program is running.
11875         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11876         gdb-var-list.
11878 2006-03-14  Bill Wohler  <wohler@newt.com>
11880         * image.el (image-load-path-for-library): Pass value of path
11881         rather than symbol.  Always return list of directories.
11882         Guarantee that image directory comes first.
11884 2006-03-14  Alan Mackenzie  <acm@muc.de>
11886         * font-core.el (font-lock-extend-region\(-function\)?.):
11887         New function/variable.
11889         * font-lock.el (font-lock-after-change-function):
11890         Call font-lock-extend-region.  Obey font-lock-lines-before.
11891         (font-lock-default-fontify-region): Remove reference to
11892         font-lock-lines-before.
11894         * jit-lock.el (jit-lock-after-change):
11895         Call font-lock-extend-region.  Obey font-lock-lines-before.
11897 2006-03-14  David Ponce  <david@dponce.com>
11899         * tree-widget.el (tree-widget-themes-load-path)
11900         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11902 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11904         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11905         (rcirc-print): Mark the start of text at the end of the prompt.
11906         (rcirc-track-minor-mode): Add autoload cookie.
11907         (rcirc-update-activity-string): Add space to front of mode-line
11908         indicator.
11910 2006-03-13  Miles Bader  <miles@gnu.org>
11912         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11913         (rcirc-abbrev-nick): Remove function.
11914         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11916 2006-03-13  David Ponce  <david@dponce.com>
11918         * tree-widget.el: Handle themes across all occurrences of the main
11919         themes sub-directory found in tree-widget-themes-load-path.
11920         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11921         (tree-widget--locate-sub-directory): Return all occurrences.
11922         (tree-widget-themes-path): New function.
11923         Replace tree-widget-themes-directory, and return a list of directories.
11924         (tree-widget-set-parent-theme)
11925         (tree-widget-lookup-image): Use it.
11927 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11929         * textmodes/org.el (org-link-search): Avoid self-matching of
11930         links, allow target text to be distributed over several lines.
11931         (org-search-not-link): New function.
11932         (org-set-regexps-and-options, org-get-current-options):
11933         New startup options.
11934         (org-export-as-html): Take odd-level setting from local variable.
11935         (org-fontify-emphasized-text): New option.
11936         (org-set-font-lock-defaults): Include emphasized text.
11937         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11938         (org-font-lock): Customize group renamed from `org-faces'.
11940 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11942         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11943         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11945 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11947         * cus-start.el (all): Delete :version keyword for members of the
11948         fringe group, since the entire group is new in 22.1.
11950 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11952         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11953         map if value is hexadecimal (an address).
11954         (gud-watch): Only search roots for existing watch expressions.
11955         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11956         prevent caching problems with speedbar-update-directory-contents.
11958 2006-03-12  Juri Linkov  <juri@jurta.org>
11960         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11961         before comparing with `low' and `warn'.
11963         * info.el (Info-dir-remove-duplicates): Move point to the
11964         beginning of the current line after deleting the entries from
11965         redundant heading.  Use marker for `limit' and compare it with
11966         point before calling `re-search-forward'.
11968 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11970         * simple.el (yank): Fix typo in docstring.
11972 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11974         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11975         messages, where "D" is the 6th character.
11977 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11979         * simple.el (yank): Fix last change.
11981 2006-03-11  David Ponce  <david@dponce.com>
11983         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11984         merging elements from the standard ispell-dictionary-alist.
11985         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11986         alist, and return the new alist.
11988 2006-03-11  Richard Stallman  <rms@gnu.org>
11990         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11992         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11993         the way it is implemented is too unclean.
11995         * simple.el (kill-region, yank): Doc fix.
11997         * battery.el (battery-echo-area-format): Doc fix.
11998         (battery-mode-line-format): Likewise.
11999         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12000         (battery-linux-proc-acpi): Ignore batteries that say "charged".
12002 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
12004         * progmodes/octave-mod.el (octave-indent-for-comment):
12005         Behave according to do string.
12007 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
12009         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12010         Be visible only if major mode is Mail Mode.
12012         * textmodes/flyspell.el (flyspell-external-point-words)
12013         (flyspell-process-localwords): Fix last changes.
12015 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12017         * calendar/holidays.el (list-holidays): Doc fix.
12019         * international/mule.el (auto-coding-alist): Add .odt
12020         (OpenOffice's open document) files.
12022         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12023         document) files.  Mention in the doc string the need to sync with
12024         auto-coding-alist.
12026 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
12028         * files.el (hack-local-variables-confirm): Don't prompt for ! if
12029         enable-local-variables is set to always query, or there is no
12030         savable variable.
12032 2006-03-10  Bill Wohler  <wohler@newt.com>
12034         * image.el (image-load-path-for-library): Merge at least three
12035         functions from Gnus and MH-E into this one function that can now
12036         be shared.
12038 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
12040         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12041         gdb-remove-mouse-face and remove help-echo too.
12042         (gdb-enqueue-input): Correct conditional clause.
12044 2006-03-10  Glenn Morris  <rgm@gnu.org>
12046         * calendar/calendar.el (calendar-holidays): Doc fix.
12047         * calendar/holidays.el (list-holidays): Doc fix.
12049 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
12051         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12052         it gets called in gdb-prompt anyway.
12053         (gdb-use-separate-io-buffer): Only restore window arrangement for
12054         gdb-many-windows.
12055         (gdb-enqueue-input): Make it harder to send GDB input when program
12056         is running.
12057         (gdb-buffer-list): New variable.
12058         (gdb-remove-mouse-face): New function.
12059         (gdb-starting): Use it when GDB input won't get sent.
12061 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
12063         * help.el (view-lossage): Remove trailing whitespace before
12064         inserting "\n".
12066 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
12068         * files.el (hack-local-variables-confirm):
12069         Set coding-system-for-read to nil before writing to .emacs.
12071         * arc-mode.el (archive-extract): Check if an existing buffer name
12072         comes from a different archive.
12074         * help.el (describe-key-briefly): If KEY is a down event, read and
12075         discard the up event.
12077 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
12079         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12080         be edited and use font-lock-warning-face for any changes.
12082         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12083         (gdb-edit-value): Use it to report any errors.
12085 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
12087         * help.el (describe-key): Remove leftover test code.
12089 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
12091         * textmodes/org.el: Move defvars out of eval-when-compile.
12092         Use buffer-file-name variable.
12093         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12094         arg `file'.
12095         (org-level-faces): Remove startup dependency.
12096         (org-cycle, org-map-tree, org-scan-tags)
12097         (org-remember-handler): Don't call `outline-level' directly.
12098         (org-mhe-search-all-folders): New option.
12099         (org-mhe-get-message-folder-from-index)
12100         (org-mhe-get-message-folder): Fix indexing search.
12101         (org-format-agenda-item): Handle nil TAGS argument.
12102         (org-cleaned-string-for-export, org-activate-target-links)
12103         (org-make-target-link-regexp): Deal with empty radio target list.
12104         (org-tag): New face.
12105         (org-get-level-face): New function.
12106         (org-set-font-lock-defaults): Simplify setup for headlines.
12107         (org-complete): Pass common substring to `display-completion-list'.
12109 2006-03-06  David Ponce  <david@dponce.com>
12111         * tree-widget.el: Update Commentary header.
12112         (tree-widget-theme-name): Ignore parent themes.
12113         (tree-widget-set-parent-theme): New function.
12114         (tree-widget-set-theme): Use it.
12115         (tree-widget-set-image-properties): Move definition.  Does nothing
12116         if image properties have already been set.
12117         (tree-widget-image-properties): Move definition.  Receive an image
12118         name.  Set the :pointer property.
12119         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
12120         Don't set the :pointer image property.
12121         (tree-widget-convert-widget): New function.  Handle :dynargs
12122         compatibility here.
12123         (tree-widget): Use it to :convert-widget.  Add the :expander-p
12124         predicate to control when the :expander function is entered.
12125         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12126         (tree-widget-value-create): Handle :expander-p.  widget-apply
12127         :expander.
12128         (tree-widget-expander-p): New function.  Default value of the
12129         :expander-p property.
12131 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
12133         * help.el (describe-key): Properly handle the return value of
12134         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
12135         remaps.  Handle string and vector `follow-link' values.
12137 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12139         * complete.el (PC-expand-many-files): Try be more careful when parsing
12140         the shell's output.
12142 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * outline.el (hide-sublevels): Provide better interactive default.
12146 2006-03-06  Kenichi Handa  <handa@m17n.org>
12148         * international/fontset.el (create-fontset-from-fontset-spec):
12149         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12151 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12153         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12154         backslashes instead of one in regexp.
12155         (gud-tooltip-dereference): Add missing optional argument.
12157 2006-03-04  John Paul Wallington  <jpw@pobox.com>
12159         * wdired.el (toplevel): Require `cl' at compile-time.
12161 2006-03-04  Andreas Schwab  <schwab@suse.de>
12163         * server.el (server-process-filter): Handle errors during
12164         evaluation of the argument.
12166 2006-03-03  John Paul Wallington  <jpw@pobox.com>
12168         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12169         escape parentheses at beginning of line.
12170         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12171         (t-mouse-mode): Remove period from end of error message.
12173 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
12175         * textmodes/flyspell.el (flyspell-process-localwords):
12176         Be case-sensitive.
12178 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
12180         * cus-edit.el (custom-quote): Remove function, since it has been
12181         moved to custom.el.
12183         * font-lock.el (lisp-font-lock-keywords-2)
12184         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12185         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12186         they have no special meaning.
12188         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12189         indirect buffer gets killed before indirect buffer.  Use dolist.
12191 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12193         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12194         value instead of a literal constant (1) on more pauses.
12196 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12198         * textmodes/flyspell.el (flyspell-external-point-words):
12199         Be case-sensitive.
12201 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12203         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12204         with "www".
12206 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12208         * allout.el: Restablish intermediate missing comment header to
12209         preserve outline structure.
12210         (allout-beginning-of-current-entry): Skip invisible text.
12211         (allout-open-topic): Fix opening a topic at end-of-buffer.
12212         (allout-minor-mode): Move nearer to allout-mode function.
12214 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12216         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12218 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12220         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12221         is nil.
12223         * progmodes/gud.el (gud-speedbar-menu-items):
12224         Use buffer-local-value and add missing :visible keyword.
12226         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12228 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12230         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12231         must be `follow-link'.
12233         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12235         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12236         formatting: No nested anchors.
12237         (org-all-targets): Fix bug with XEmacs compatibility.
12238         (org-read-date): Add (require 'parse-time).
12239         (org-set-tags): Fix bug with extra inserted space.
12240         (org-export-html-style): Define a style class for targets.
12241         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12242         (org-hide-leading-stars): New option.
12243         (org-hide): New face.
12244         (org-set-font-lock-defaults): Allow to hide leading stars.
12245         (org-get-legal-level, org-tr-level): New functions.
12246         (org-odd-levels-only): New option.
12247         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12248         (org-demote, org-promote): Deal with double-star levels.
12249         (org-convert-to-odd-levels): New command.
12251 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12253         * speedbar.el (speedbar-update-localized-contents): Try to
12254         preserve window-start.
12255         (speedbar-update-directory-contents): Try to preserve window-start
12256         and window-point.
12257         (speedbar-update-special-contents): Don't move back to start of window.
12259         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12260         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12261         speedbar-timer-fn.
12262         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12263         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12264         instead of gdb-speedbar-timer-fn.
12266 2006-02-28  Jay Belanger  <belanger@truman.edu>
12268         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12269         (math-compose-expr): Use latex option when calling
12270         `math-compose-tex-matrix' for latex mode.
12272 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12274         * speedbar.el: Re-instate comments about developing for speedbar
12275         [this is what info and gdb-ui use even if better methods exist now].
12277         * t-mouse.el: New file.
12278         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12279         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12280         (t-mouse-make-event-element): Use posn-at-x-y instead.
12281         (t-mouse-make-event): Deal with Fedora Core 3.
12282         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12283         (t-mouse-mouse-position-function): New function.  Use it instead
12284         of advising mouse-position.
12285         (t-mouse-mode): New minor mode.
12286         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12288 2006-02-27  Glenn Morris  <rgm@gnu.org>
12290         * calendar/calendar.el (calendar-holidays): Doc fix.
12292 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12294         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12295         Re-introduce the concept of a source window.
12296         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12297         consistency with get-buffer-create.
12298         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12299         (gdb-data-list-register-values-handler)
12300         (gdb-stack-list-locals-handler): Try to preserve window-start as
12301         well as window-point.
12302         (gdb-display-source-buffer): New function (old concept).
12303         (gdb-goto-breakpoint): Use it.
12305         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12306         for gdb-ui/gdb-mi (old concept).
12308 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12310         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12311         binding.
12313         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12315         * textmodes/reftex-sel.el (reftex-select-label-map)
12316         (reftex-select-bib-map): Add `follow-mouse' binding.
12318 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12320         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12321         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12322         Give :set functions to provide automatic updating.
12323         Update docstring.  Give compiler defvars early in the file
12324         and move the defcustoms to a later spot where all called functions
12325         are defined.
12326         (jka-compr-file-name-handler-entry): Doc fix.
12327         (jka-compr-compression-info-list--internal)
12328         (jka-compr-mode-alist-additions--internal)
12329         (jka-compr-load-suffixes--internal): New variables.
12330         (jka-compr-install): Set the three above variables.
12331         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12332         (jka-compr-update, jka-compr-set): New functions.
12333         (auto-compression-mode): Doc fix.
12335         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12336         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12337         Use jka-compr-compression-info-list--internal,
12338         jka-compr-mode-alist-additions--internal and
12339         jka-compr-load-suffixes--internal.
12341         * files.el (load-library):
12342         * loadhist.el (file-loadhist-lookup):
12343         * startup.el (command-line):
12344         * subr.el (locate-library):
12345         * emacs-lisp/autoload.el (update-directory-autoloads):
12346         * emacs-lisp/find-func.el (find-library-suffixes):
12347         Use `get-load-suffixes' instead of `load-suffixes'.
12349         * subr.el (locate-library):
12350         * emacs-lisp/find-func.el (find-library-name):
12351         Use `load-file-rep-suffixes' instead of '("").
12353 2006-02-26  Kim F. Storm  <storm@cua.dk>
12355         * ido.el (ido-save-history, ido-load-history): Simplify.
12356         Don't use find-file-noselect to avoid interference from other modes.
12358 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12360         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12361         to use the default shell if filename is not available.
12362         Reported by Giorgos Keramidas.
12364 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12366         * progmodes/etags.el (tags-completion-table): Do completion from
12367         all the tables in the current list, as documented in the manual.
12369 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12371         * CC Mode Update to 5.31.3.
12373 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12375         * progmodes/cc-mode.el (c-postprocess-file-styles):
12376         Bind inhibit-read-only to t, around the call to
12377         c-remove-any-local-eval-or-mode-variables, so that it works on a
12378         RO file.
12380 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12382         * progmodes/cc-awk.el: Correct a typo.
12384 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12386         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12387         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12388         name as an alias.
12390 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12392         * progmodes/cc-mode.el: Correct a typo.
12394 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12396         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12398 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12400         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12401         brace-else-brace (error due to mbeg, mend being undefined).
12403 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12405         * progmodes/cc-mode.el: File Local variables: Solve the problem
12406         where both `mode' and c-file-offsets are specified: `mode' will
12407         overwrite c-f-o's settings:
12408         (c-remove-any-local-eval-or-mode-variables): New function.
12409         (c-postprocess-file-styles): Call the above new function, within
12410         c-tentative-buffer-change, to splat `mode' and `eval' before the
12411         second hack-local-variables.
12413 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12415         * progmodes/cc-mode.el:
12416         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12417         (c-after-change): Protect the match data with save-match-data.
12418         It was getting corrupted by c-after-change-check-<>-operators.
12420         * cc-defs.el: [Supersedes patch V1.38]:
12421         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12422         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12424         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12425         with save-match-data.  It was being corrupted when Font Lock was
12426         not enabled.
12428 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12430         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12431         Mode and Subword Mode.
12433         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12434         real labels ("case 1:" or "foo:") from non-labels ("public:").
12435         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12436         coding; c-f-t-2 doesn't move over a token at EOB.
12438         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12440         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12441         (c-update-modeline): Concatenate the minor mode indicators
12442         directly onto mode-name, removing c-submode-indicators.
12443         Sometimes, c-s-i got separated from the mode name on the mode line.
12445         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12446         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12448 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12450         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12451         error message when there's an evaluation error to show whether
12452         it's loaded from source or not.
12453         (c-filter-ops): Make it available at runtime too to work when
12454         `c-make-init-lang-vars-fun' needs to evaluate from source.
12456 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12458         * help.el (help): Revert last part of 2006-02-23 change (deletion
12459         of the `provide' call).
12461 2006-02-23  Juri Linkov  <juri@jurta.org>
12463         * compare-w.el (compare-windows-highlight): Add new value
12464         `persistent' and change :type from `boolean' to `choice'.
12465         (compare-windows-overlays1, compare-windows-overlays2):
12466         New internal variables.
12467         (compare-windows-highlight): If compare-windows-highlight is
12468         `persistent', add current overlays to compare-windows-overlays[12]
12469         instead of adding compare-windows-dehighlight to pre-command-hook.
12470         (compare-windows-dehighlight): Delete all overlays from
12471         compare-windows-overlays[12].
12473         * info.el (Info-search): Don't bind search-spaces-regexp to
12474         Info-search-whitespace-regexp in non-regexp isearch mode.
12476 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12478         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12480 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12482         * textmodes/org.el (org-xemacs-p)
12483         (org-export-html-show-new-buffer, org-table-may-need-update)
12484         (org-insert-item, org-mhe-get-message-real-folder)
12485         (org-mhe-get-message-folder-from-index)
12486         (org-mhe-get-message-folder, org-mhe-get-message-num)
12487         (org-mhe-get-header, org-make-org-heading-search-string)
12488         (org-make-org-heading-camel, org-table-sort-lines)
12489         (org-format-org-table-html, org-format-table-table-html):
12490         Fix typos in docstrings.
12492 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12494         * textmodes/org.el (org-cleaned-string-for-export)
12495         (org-solidify-link-text): New function.
12496         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12497         XEmacs, just to silence the compiler.
12498         (org-export-as-ascii, org-export-as-html-and-open):
12499         Use `org-cleaned-string-for-export' and create internal links.
12500         (org-follow-mhe-link): Require mh-e, use folder.
12502 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12504         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12506         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12507         gdb-debug-log-length.
12508         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12509         it a real ring but...
12510         (gud-gdba-marker-filter): ...make it work like mark-ring.
12511         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12512         (gdb-mouse-jump): New function.  Add bindings.
12514 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12516         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12517         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12518         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12519         (gdb-debug-log-length): Customize it's length.
12520         (gud-watch, gdb-var-create-handler): Display function::var format
12521         but don't use to create variable object.
12522         (gdb-var-create-handler): Use message-box in place of message.
12523         (gdb-stopped): Call gdb-exited if signalled.
12525 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12527         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12529         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12531         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12532         if `reftex-try-all-extensions' is set.
12534         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12535         fail silently when there is no valid argument at point.
12536         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12537         `fail-silently' argument.  From a patch by David Reiter.
12539         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12540         New commands.
12541         (org-mark-ring): New variable.
12542         (org-mark-ring-length): New option.
12543         (org-open-at-point, org-goto, org-open-file): Push old position
12544         onto the mark ring.
12545         (org-add-hook): New function.
12546         (org-export-table-remove-special-lines): New option.
12547         (org-skip-comments, org-format-org-table-html): Respect new
12548         option `org-export-table-remove-special-lines'.
12549         (org-open-file): Allow special command configuration for
12550         directory link.
12551         (org-file-apps): Fix bugs in customize type, added setting
12552         for directories.
12553         (org-activate-tags, org-format-agenda-item, org-complete)
12554         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12555         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12556         (org-link-search, org-make-org-heading-search-string)
12557         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12558         (org-radio-targets, org-file-link-context-use-camel-case)
12559         (org-activate-camels): New options.
12560         (org-update-radio-target-regexp, org-all-targets)
12561         (org-make-target-link-regexp, org-activate-target-links):
12562         New functions.
12563         (org-make-org-heading-search-string): New function.
12564         (org-store-link, org-insert-link): Use new option
12565         `org-file-link-context-use-camel-case'.
12566         (org-activate-camels): Use new option `org-activate-camels'.
12567         (org-link-regexp): Add mhe prefix.
12568         (org-open-at-point, org-store-link): Support for mhe links.
12569         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12570         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12571         (org-mhe-get-header, org-follow-mhe-link): New functions.
12572         (org-remove-angle-brackets, org-add-angle-brackets):
12573         New functions.
12574         (org-bracket-link-regexp): New constant.
12575         (org-read-date): Fix bug that was rejecting all typed dates.
12576         (org-link-search): Make hierarchy above visible after a match.
12577         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12578         (org-store-link): Fix bug with link creation when cursor is in
12579         an empty line.
12580         (org-open-at-point): Fix bug with matching a link.
12581         Fixed buggy argument sequence in call to `org-view-tags'.
12582         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12583         (org-prefix-has-tag): New variable.
12584         (org-format-agenda-item): Remove tags from headline
12585         if appropriate.
12586         (org-agenda-remove-tags-when-in-prefix): New option.
12588 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12590         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12591         Fix the regular expressions.
12593 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12595         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12596         if there's no other specific basis.
12598         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12599         as variables at all.
12600         (unsafep-variable): Rename arg; doc fix.
12602         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12604         * calendar/appt.el (diary-selective-display): Add defvar.
12606         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12608         * isearch.el (search-whitespace-regexp): Fix custom type.
12610         * help.el (describe-key-briefly): Compute interactive args
12611         in same was as before previous change.
12613         * files.el (enable-local-variables): Doc fix.
12615 2006-02-21  Kim F. Storm  <storm@cua.dk>
12617         * fringe.el: Cleanup as file is now pre-loaded.
12618         (fringe-bitmaps): Initialize unconditionally.
12619         (fringe-mode, set-fringe-style): Remove autoload cookies.
12621 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12623         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12624         `horizontal-bar'.
12625         (fringe-cursor-alist): Use `horizontal-bar'.
12627 2006-02-20  Kim F. Storm  <storm@cua.dk>
12629         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12630         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12632         * loadup.el: Load "fringe" on window systems.
12634 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12636         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12637         out of scope components.
12639         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12640         default.
12642 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12644         * custom.el (customize-mark-to-save, customize-mark-as-set):
12645         Load the symbol first.
12647 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12649         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12650         strech spec so it doesn't display as "^J" on the header line
12651         when `Buffer-menu-use-header-line' is t.
12653 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12655         * speedbar.el (speedbar-make-button): Keep text properties
12656         of string arguments if desired.
12658         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12659         expessions.
12661         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12662         of speedbar.
12664 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12666         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12667         to value of `read-file-name-completion-ignore-case'.
12669 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12671         * custom.el (customize-mark-as-set): Push to `user' theme.
12673         * cus-edit.el (custom-save-variables): Allow unthemed values.
12674         (customize-set-variable): Push setting to `user' theme.
12676 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12678         * progmodes/gud.el: Don't require font-lock as it's now
12679         automatically loaded.
12680         (gud-speedbar-buttons): Replace gdb-var-changed with
12681         gdb-force-update.
12683         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12684         gdb-var-changed.
12685         (gdb-post-prompt): Use it.
12686         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12687         (gdb-var-update-handler, gdb-var-delete)
12688         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12689         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12690         gdb-force-update in gdb-post-prompt.
12691         (gdb-reset): Clear watch expressions from speedbar when quitting.
12693 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12695         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12696         (viper-change-state-to-vi, viper-change-state-to-emacs):
12697         Make aware of cursor coloring in the Emacs state.
12698         (viper-special-read-and-insert-char): Use read-char-exclusive.
12699         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12701         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12703         * viper-util.el (viper-save-cursor-color)
12704         (viper-get-saved-cursor-color-in-replace-mode)
12705         (viper-get-saved-cursor-color-in-insert-mode)
12706         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12707         state.
12708         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12710         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12711         (ediff-ignore-case-option3, ediff-actual-diff-options)
12712         (ediff-actual-diff3-options): New variables to control case sensitivity.
12713         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12714         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12715         (ediff-toggle-ignore-case): New function.
12716         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12718         * ediff-help.el (ediff-long-help-message-narrow2)
12719         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12720         (ediff-long-help-message-word-mode): Add ignore-case command.
12721         (ediff-help-for-quick-help): Add ignore-case command.
12723         * ediff-merg.el: Move provide to the end.
12725         * ediff-ptch.el: Move provide to the end.
12727         * ediff-wind.el: Move provide to the end.
12729         * ediff-mult.el: Move provide to the end.
12730         (ediff-set-meta-overlay): Enable follow-link.
12732         * ediff.el: Move provide to the end.
12733         Break recursive load cycle in eval-when-compile.
12734         (ediff-patch-buffer): Better heuristics.
12736         * ediff-util.el: Move provide to the end.
12737         Break recursive load cycle in eval-when-compile.
12738         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12739         defuns.
12740         (ediff-submit-report): Pass the values of ediff-diff3-program,
12741         ediff-diff3-options.
12743 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12745         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12746         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12747         `' (for example, in the docstring of `windmove-default-keybindings').
12749 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12751         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12752         shadow face.  Don't provide binding to edit variable when it is
12753         out of scope.
12755         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12756         (gdb-var-update-handler): Detect out of scope variables with pre
12757         GDB 6.4 too.
12758         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12759         Reset status of variable objects to nil in update handlers.
12760         (gdb-var-update-handler-1): Detect when a variable object comes
12761         in scope.  setcar on var changes gdb-var-list directly.
12763 2006-02-17  Juri Linkov  <juri@jurta.org>
12765         * ffap.el (ffap) <defface>: Add explicit face declaration.
12766         (ffap-highlight): Use face `ffap' directly instead of checking
12767         for its existence.
12769         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12770         `visible-ok' of `other-buffer' to find the right original buffer.
12772         * info.el (Info-search): Skip `Local Variables' node.
12774 2006-02-17  Juri Linkov  <juri@jurta.org>
12776         * info.el (Info-find-file): Check for symbols `apropos', `history',
12777         `toc' in the input filename, and return these symbols as is.
12778         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12779         `history', `toc' instead of strings.
12780         (Info-set-mode-line): For non-string Info-current-file use the
12781         symbol's name inside **.
12782         (Info-isearch-push-state): Add quote before Info-current-file and
12783         Info-current-node.
12784         (Info-isearch-pop-state): Use `equal' instead of `string='.
12785         (Info-extract-pointer, Info-following-node-name): Use
12786         `match-string-no-properties' instead of `match-string'.
12787         (Info-up): Check `old-file' for `stringp'.
12788         (Info-history): Use `equal' instead of `string-equal'.
12789         Check `file' for `stringp'.
12790         (Info-history): Use symbol `history' instead of string as first arg
12791         of `Info-find-node'.
12792         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12793         `toc' instead of string.
12794         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12795         instead of `buffer-substring', and `match-string-no-properties'
12796         instead of `match-string'.
12797         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12798         instead of strings.
12799         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12800         Use symbol `apropos' instead of string.
12801         (Info-copy-current-node-name): Check `Info-current-file' for
12802         `stringp' and construct a command with `Info-find-node' from it.
12803         (Info-fontify-node): Use `match-string-no-properties' instead of
12804         `match-string' and check file names for `stringp'.
12805         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12806         `history', `toc' instead of strings.
12808 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12810         * files.el: Rearrange functions and variables in the file local
12811         variables section.
12813 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12815         * files.el: Add truncate-lines, ispell-check-comments and
12816         ispell-local-dictionary as safe local variables.
12818 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12820         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12821         out of scope variables.
12822         (gud-speedbar-buttons): Use unless.
12824         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12825         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12826         (gdb-show-changed-values): Also use for out of scope variables.
12827         (gdb-var-update-handler-1): Note if variable goes out of scope.
12829 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12831         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12832         default to global variable values for unsupplied args.
12833         (rcirc-get-buffer-create): Fix bug with setting the target.
12834         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12835         test for rcirc-always-use-server-buffer-flag here.
12836         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12837         uses the default face.  Change the ACTION format string.  If the
12838         "nick" is the server, don't print anything for that field.
12839         Comment fixes.
12840         (rcirc-target-buffer): Don't test
12841         rcirc-always-use-server-buffer-flag here.
12842         (rcirc-print): Squeeze extra spaces out of the text before message.
12843         (rcirc-put-nick-channel): Strip potential "@" char from nick
12844         before adding them to nick table.
12845         (rcirc-url-regexp): Improve to match address like "foo.com".
12847 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12849         * allout.el (allout-hidden-p): Move this defsubst before
12850         allout-overlay-interior-modification-handler, where it is first
12851         used.
12853 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12855         * allout.el: Use allout invisible-text overlays instead of
12856         selective display for concealed text.  Also, lots of general
12857         cleanup, and improved compatibility code.
12859         (allout-version) Incremented, corrected, revised, and refined
12860         module commentary.
12862         (provide 'allout): Moved to the bottom, added a require of overlay.
12864         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12865         `except-current'.
12866         (allout-write-file-hook-handler): Minimize delay.
12867         (count-trailing-whitespace-region): New function so
12868         auto-encryption of current topic can resituate cursor exactly.
12869         PGP/GPG encryption trims trailing whitespace from lines, which
12870         must be accounted for across encryption then decryption.
12872         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12873         just plain "\C-c", to avoid intruding on user's keybinding space.
12875         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12876         parameter, so user request to provide a new password is done.
12878         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12879         Refined mechanism for auto-filling behavior while in allout mode.
12881         (allout-mode): Explicitly specify the mode map in the docstring.
12882         Clarify provision for various write-file hook var names.
12883         Adjusted for invisible-text overlays instead of selective-display.
12885         (allout-depth): Really return 0 if not within any topic.  This
12886         rectifies `allout-beginning-of-level' and sequence numbering
12887         errors that occur when cutting and pasting numbered topics.
12888         Changed from a in-line subst to a regular function, as well.
12890         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12892         (allout-end-of-subtree, allout-end-of-subtree)
12893         (allout-end-of-entry, allout-end-of-current-heading)
12894         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12895         (allout-show-children, allout-show-to-offshoot)
12896         (allout-hide-current-entry, allout-show-current-entry): Rectified
12897         handling of trailing blank lines between items.
12899         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12900         (allout-current-depth, allout-unprotected, allout-hidden-p)
12901         (allout-on-current-heading-p, allout-listify-exposed)
12902         (allout-chart-subtree, allout-goto-prefix)
12903         (allout-back-to-current-heading, allout-get-body-text)
12904         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12905         (allout-hide-region-body, allout-toggle-subtree-encryption)
12906         (allout-encrypt-string, allout-encrypted-key-info)
12907         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12908         (allout-file-vars-section-data): Adjusted for use with
12909         invisible-text overlays instead of selective-display.
12911         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12912         Reworked for use with invisible text overlays.
12914         (allout-current-topic-collapsed-p): New function.
12916         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12917         to know when to close the containing topic.
12919         (allout-pre-command-business, allout-post-command-business):
12920         Simplify undo-batching and dynamic isearch exposure.
12922         (allout-set-overlay-category): New for invisible-text overlays.
12923         Sets properties of allout-overlay-category, used by
12924         allout-flag-region to set invisible-text overlay properties.
12925         (allout-get-invisibility-overlay): Get the first qualifying
12926         invisibility overlay, so we can find the extent of it.
12927         (allout-back-to-visible-text): Get to just before the beginnining
12928         of the current invisibility overlay, if any.
12930         (allout-overlay-insert-in-front-handler)
12931         (allout-overlay-interior-modification-handler)
12932         (allout-before-change-handler, allout-isearch-end-handler): New
12933         functions to handle extraordinary actions affecting concealed
12934         text.
12936         (allout-flag-region): Use overlays instead of selective-display
12937         for invisible text - by inheritence from the properties of
12938         allout-overlay-category in mainline Emacs, and applied
12939         property-by-property in XEmacs, some recent versions of which
12940         don't inherit the properties from the category.  Provisions to
12941         respond to concealed-text edits simplified drastically.
12943         (allout-isearch-rectification, allout-isearch-was-font-lock)
12944         (allout-isearch-expose, allout-enwrap-isearch)
12945         (allout-isearch-abort, allout-pre-was-isearching)
12946         (allout-isearch-prior-pos, allout-isearch-did-quit)
12947         (allout-isearch-dynamic-expose)
12948         (allout-hide-current-entry-completely): Functions deleted.
12950         (allout-undo-aggregation): Explicit undo aggregation no longer
12951         necessary due to transition away from selective-display.
12953         (set-allout-regexp, allout-up-current-level)
12954         (allout-next-visible-heading, allout-forward-current-level)
12955         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12956         (allout-kill-line, allout-yank-processing, allout-show-children)
12957         (allout-expose-topic, allout-old-expose-topic)
12958         (allout-listify-exposed, allout-insert-latex-header)
12959         (allout-toggle-subtree-encryption, allout-encrypt-string)
12960         (remove-from-invisibility-spec, allout-hide-current-subtree):
12961         Ditched unused variables.
12963 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12965         * textmodes/ispell.el (ispell-change-dictionary): Call
12966         ispell-buffer-local-dict instead of
12967         ispell-accept-buffer-local-defs.
12968         (ispell-local-dictionary-alist): Accept as valid any coding-system
12969         supported by Emacs.
12970         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12971         changed to iso-8859-3.
12973 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12975         * speedbar.el (speedbar-frame-width): Make an inline function
12976         instead of a macro.  Use frame-width.
12977         (speedbar-try-completion, speedbar-update-contents)
12978         (speedbar-timer-fn): Use consp.
12979         (speedbar-update-localized-contents): Try to preserve point.
12981         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12982         (menu): Re-order menu items.
12983         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12984         field.
12985         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12986         (gdb-post-prompt): Speed things by not forcing update.
12988 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12990         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12991         press and perform default action if we get a mouse movement event.
12993 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12995         * calendar/icalendar.el (icalendar--get-event-property)
12996         (icalendar--get-event-property-attributes): Fix typos in
12997         docstrings.
12999         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13000         docstring.
13002 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
13004         * bs.el (bs-mode): Use `buffer-disable-undo'.
13005         (bs--get-file-name): Simplify.
13006         (bs-show-in-buffer): Mark the buffer as not modified.
13008 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13010         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13011         widget-button-click.
13013         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13014         (custom-mode): Update docstring.
13016         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13017         binding.
13019         * files.el (hack-local-variables-confirm): Allow scrolling if the
13020         file variable list is too long.  Kill temp buffer after use.
13022 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
13024         * progmodes/gud.el (gdb): Improve doc string.
13025         (gdb-script-font-lock-keywords): Expand allowed character set.
13027         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13028         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13029         (gdb-separate-io-interrupt, gdb-separate-io-quit)
13030         (gdb-separate-io-stop, gdb-separate-io-eof):
13031         Rename from gdb-inferior-* to gdb-separate-*.
13032         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13034 2006-02-14  Jay Belanger  <belanger@truman.edu>
13036         * calc/calc-arith.el (math-check-known-scalarp): Make sure
13037         expression is a symbol before checking that it is bound.
13039         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13040         test to see if equation can be solved.
13042 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13044         * wid-edit.el (widget-button-click): Use :pressed-face property
13045         for overlay face, if it exists.
13047         * cus-edit.el (custom-manual, custom-add-see-also)
13048         (custom-add-parent-links, custom-group-link): Add :pressed-face
13049         property to links.
13051         * files.el (hack-local-variables): Remove ignored variables before
13052         checking if any variables need setting.
13054 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13056         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13058 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
13060         * help.el (where-is): Fix message for remapped commands.
13062         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13063         Fix typos in docstrings.
13065 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
13067         * files.el (safe-local-variable-values): New option.
13068         (hack-local-variables-prop-line): Return a list of variable-value
13069         pairs if MODE-ONLY is non-nil.
13070         (hack-local-variables): Construct list of variable-value pairs,
13071         and apply or reject them in one go.  Ask for confirmation if
13072         variables are not known safe.
13073         (hack-local-variables-confirm): Complete rewrite.  Support
13074         `safe-local-variable-values'.
13075         (enable-local-variables): Update docstring to reflect new
13076         behavior.
13077         (ignored-local-variables): Ignore ignored-local-variables and
13078         safe-local-variable-values.
13079         (safe-local-variable-p): New function.
13080         (risky-local-variable-p): `safe-local-variable' property check
13081         moved to safe-local-variable-p.
13082         (hack-one-local-variable): Checks moved to hack-local-variables.
13084         (byte-compile-dynamic, c-basic-offset, c-file-style)
13085         (c-indent-level, comment-column, fill-column, fill-prefix)
13086         (indent-tabs-mode, kept-new-versions, no-byte-compile)
13087         (no-update-autoloads, outline-regexp, page-delimiter)
13088         (paragraph-start, paragraph-separate, sentence-end)
13089         (sentence-end-double-space tab-width, version-control):
13090         Add `safe-local-variable' property.
13092         * find-lisp.el: Delete nonexistent `autocompile' file variable.
13094         * icomplete.el, play/landmark.el: Change nonexistent
13095         `outline-layout' file variable to `allout-layout'.
13097 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
13099         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13100         (gdb-get-changed-registers): Test value of gud-minor-mode relative
13101         to gud-comint-buffer.
13102         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13103         gdb-ui.el for gdb-mi.el.
13104         (gdb-post-prompt, gdb-get-changed-registers): Move test for
13105         registers buffer to gdb-get-changed-registers.
13106         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
13107         deletion of catchpoints (throw and catch).
13108         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13109         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13110         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13111         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13112         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13114 2006-02-13  Jay Belanger  <belanger@truman.edu>
13116         * calc/calc-arith.el (math-check-known-matrixp): Make sure
13117         expression is a symbol before checking that it is bound.
13119 2006-02-13  Richard M. Stallman  <rms@gnu.org>
13121         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13122         for the minibuffer too, but not if resize-mini-windows will interfere.
13124         * help.el (describe-key-briefly, describe-key): Do all arg-reading
13125         inside `interactive' spec.
13126         (describe-key-briefly-internal, describe-key-internal):
13127         Functions merged back into their callers.
13129 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
13131         * info.el (info-xref-visited): Inherit from info-xref too.
13132         (Info-set-mode-line): Replace occurrences of `%' by `%%'
13133         when propertizing Info-current-file and Info-current-node.
13135 2006-02-13  Juri Linkov  <juri@jurta.org>
13137         * tumme.el (tumme-thumbnail-storage): Fix docstring.
13138         (tumme-thumb-name): Fix per-directory format.
13140 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
13142         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13144 2006-02-12  Miles Bader  <miles@gnu.org>
13146         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13148 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
13150         * tumme.el: Remove history section.  If someone needs the it, it
13151         can always be found in CVS.
13153 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13155         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
13156         about the Thumbnail Managing Standard option.
13158 2006-02-12  Richard M. Stallman  <rms@gnu.org>
13160         * subr.el (substitute-key-definition): Doc fix.
13162         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13164         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13166         * info.el (Info-mode): Doc fix.
13168         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13170 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
13172         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13173         because on Solaris a POSIX compatible "id" is needed.  Reported by
13174         Magnus Henoch <mange@freemail.hu>.
13176 2006-02-12  Juri Linkov  <juri@jurta.org>
13178         * tumme.el: Remove todo item about Thumbnail Managing Standard.
13179         (tumme) <defgroup>: Change :group to `multimedia'.
13180         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13181         Managing Standard.
13182         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13183         Fix dostring.
13184         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13185         and %y.  Fix docstring.
13186         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13187         (tumme-cmd-create-standard-thumbnail-command): New user options.
13188         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13189         is `standard'.  Fix docstring.
13190         (tumme-thumb-width, tumme-thumb-height): New user options.
13191         (tumme-external-viewer): Try to find various viewers.
13192         (tumme-get-thumbnail-image): Use `create-image' instead of
13193         constructing the `image' structure.
13194         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13195         `standard'.
13196         (tumme-thumb-name): Add file name generation for standard storage.
13197         Simplify code for other storages.
13198         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13199         Add modification time %m and thumbnail-nq8 %q.
13200         Use `tumme-cmd-create-standard-thumbnail-command' if
13201         tumme-thumbnail-storage is `standard'.
13202         (tumme-dired-insert-marked-thumbs): New autoload command.
13203         (tumme-dired-after-readin-hook): New function.
13204         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13205         `tumme-thumb-size'.
13206         (tumme-display-image): Replace size-x %x and size-y %y with
13207         width %w and height %h.
13209         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13210         `tumme-dired-insert-marked-thumbs'.
13212 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13214         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13215         include path).
13216         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13217         matching tag.
13219 2006-02-12  Miles Bader  <miles@gnu.org>
13221         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13222         New variables.
13223         (rcirc-abbrev-nick): New function.
13224         (rcirc-format-response-string): Rewrite to use the formats in
13225         `rcirc-response-formats' and expand escape sequences therein.
13226         A text-property `rcirc-text' is added over the actual response
13227         text to make easy to find inside the returned string.
13228         (rcirc-print): When filling, just look for the `rcirc-text'
13229         text-property to find the appropriate fill prefix, instead of
13230         using hardwired patterns.
13232 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13234         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13235         Managing Standard.
13237 2006-02-11  Kim F. Storm  <storm@cua.dk>
13239         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13240         Don't use insert-buffer; do insert-buffer-substring directly.
13241         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13243 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13245         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13246         with inhibit-read-only.  Suggested by Stefan Monnier.
13247         (revert-buffer): Let insert-file-contents discard
13248         buffer-undo-list.  Simplify code.
13249         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13251 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13253         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13255         * help.el (describe-key-briefly): Now a wrapper for
13256         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13257         to t.  Populate yank-menu if empty.
13258         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13259         (describe-key): Now a wrapper for describe-key-internal.  Bind
13260         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13261         (describe-key-internal): Renamed from describe-key.
13263 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13265         * progmodes/glasses.el (glasses-separator): Doc fix.
13266         (glasses-original-separator): New defcustom.
13267         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13269 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13271         * mwheel.el (mouse-wheel-up-event): Doc fix.
13273 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13275         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13276         (tumme-dir): New function.  Copied from thumbs.el.
13278 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13280         * desktop.el (desktop-outvar): Fix typo.
13281         (desktop-save-buffer-p): Doc fix.
13283         * subr.el (substitute-key-definition): Fix typo.
13285 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13287         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13288         when window-system is mac.
13290         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13292 2006-02-10  Kim F. Storm  <storm@cua.dk>
13294         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13295         indirect-function instead of using condition-case.
13297 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13299         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13300         less `colloquial'...
13302 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13304         * tumme.el: Add a couple of todo items.
13306 2006-02-09  Lars Hansen  <larsh@soem.dk>
13308         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13309         (highlight-changes-mode): Don't change desktop-locals-to-save.
13311 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13313         * image-mode.el (image-toggle-display): Clear image cache if using
13314         filename.
13316 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13318         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13319         a `dired-man' target.
13321         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13322         boundary of symbols.
13324 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13326         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13328 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13330         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13331         `mapcar'; return nil.
13333 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13335         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13336         some other event.
13338 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13340         * net/rcirc.el (rcirc-startup-channels-alist):
13341         Add irc.freenode.net and #emacs as defaults.
13342         (rcirc-ignore-all-activity-flag): Remove variable.
13343         (rcirc-authinfo): New variable.
13344         (rcirc-authinfo-filename): Remove variable.
13345         (rcirc-always-use-server-buffer-flag): New flag.
13346         (rcirc): M-x rcirc will automatically connect without prompting.
13347         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13348         connection in lisp.
13349         (rcirc-process-server-response-1): Remove everything but the nick
13350         portion of the sender so it doesn't need to be done everywhere
13351         else.  Update related code.
13352         (global-map): Remove global keybindings.
13353         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13354         (rcirc-send-input): Split into several functions.
13355         (rcirc-process-input-line, rcirc-process-message)
13356         (rcirc-process-command): New functions.
13357         (rcirc-target-buffer): New function to determine where to route
13358         messages.
13359         (rcirc-user-nick): Save match data.
13360         (rcirc-toggle-ignore-buffer-activity)
13361         (rcirc-update-activity-string): Remove global ignore functionality,
13362         which can be done now by toggling rcirc-track-minor-mode.
13363         (rcirc-track-minor-mode-map): New keymap.
13364         (rcirc-track-minor-mode): New minor-mode.
13365         (ignore): Make the ignore output nicer.  Always print it when
13366         adding or removing nicks.
13367         (rcirc-url-regexp): Improve.
13368         (rcirc-mangle-text): Remove properties before using text in the
13369         modeline.
13370         (rcirc-authenticate): Authentication data comes from
13371         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13372         (rcirc-server-prefix): Inherit from rcirc-server.
13374 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13376         * Makefile.in (compile): Append "|| true" to the end of the `find'
13377         command, like compile-always does.
13379 2006-02-08  Sam Steingold  <sds@gnu.org>
13381         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13382         output from a dead connection.
13384 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13386         * dired.el (dired-mode-map): Add more bindings for tumme.
13388 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13390         * wdired.el (wdired-mode-map): Use remap.
13391         (wdired-get-filename): Massage.
13392         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13393         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13394         `keymap' property rather than `local-map'.
13396 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13398         * tumme.el (tumme-get-thumbnail-image): New utility function.
13399         Suggested by from Chong Yidong.
13400         (tumme-dired-with-window-configuration): Rename from
13401         `tumme-dired'.  Add code to save window configuration.
13402         (tumme-restore-window-configuration): New command to restore the
13403         window configuration that `tumme-dired-with-window-configuration'
13404         saves before it changes the window configuration.
13405         (tumme-show-all-from-dir): New command to display thumbnails for
13406         all files in a directory entered by the user, like M-x thumbs.
13407         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13408         have been created.
13409         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13410         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13411         Remove obsolete test function.
13413 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13415         * vc.el (small-temporary-file-directory): Remove defvar; there's
13416         a defcustom for it in files.el.
13418         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13419         Fix typo in message.
13420         (tumme-gallery-generate): Fix typo in `error' message.
13421         (tumme-display-window-height-correction)
13422         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13423         (tumme-line-up-interactive): Dox fixes.
13424         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13425         (tumme-restore-window-configuration, tumme-format-properties-string)
13426         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13427         Fix typos in docstrings.
13429 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13431         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13433 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13435         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13436         User should use hook if desired.
13438         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13439         buffer if necessary.
13440         (gdb-delete-frame-or-window): New function.
13441         (gdb-breakpoints-mode-map): Bind "q" to it.
13443 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13445         * textmodes/nroff-mode.el: Clean up name space.
13446         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13447         (nroff-mode): Obey the global setting of nroff-electric-mode.
13448         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13450         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13452 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13454         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13456 2006-02-06  Lars Hansen  <larsh@soem.dk>
13458         * generic-x.el (etc-fstab-generic-mode): Add file system types
13459         cifs and usbdevfs.  Allow special chars in file names.
13461 2006-02-05  Jay Belanger  <belanger@truman.edu>
13463         Update copyright notices of the files in lisp/calc.
13465 2006-02-05  Romain Francoise  <romain@orebokech.com>
13467         Update copyright notices of all files in the lisp/play directory.
13469 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13471         * ldefs-boot.el: Regenerate.
13473         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13475 2006-02-05  Kim F. Storm  <storm@cua.dk>
13477         * files.el (magic-mode-regexp-match-limit): New defvar.
13478         (set-auto-mode): Use it to limit magic-mode-alist matching.
13480 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13482         * info.el (Info-index, Info-mode): Improve the description of the
13483         `i' command.
13485         * ldefs-boot.el: Regenerate.
13487 2006-02-03  Werner Lemberg  <wl@gnu.org>
13489         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13490         greedy to find the closing bracket in \*[...] and similar
13491         expressions.  This is a first rough fix -- many additional
13492         refinements are necessary to make nroff mode really usable with groff.
13494 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13496         * international/mule-cmds.el (set-locale-environment):
13497         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13498         libX11.
13500 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13502         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13503         archive are created in archive-tmpdir.
13505 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13507         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13508         (ibuffer-fontification-alist): Use it.
13509         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13510         to "* z" and the Ibuffer Mark menu.
13512         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13514 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * textmodes/table.el (*table--cell-describe-mode)
13517         (*table--cell-describe-bindings): Undo last change since
13518         print-help-return-message is not obsoleted by anything at all.
13520 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13522         * emulation/cua-base.el (cua-mode): Doc fix.
13524 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13526         * dframe.el (dframe-handle-make-frame-visible)
13527         (dframe-handle-iconify-frame, dframe-get-focus)
13528         (dframe-select-attached-frame, dframe-power-click)
13529         (dframe-frame-mode): Fix typos in docstrings.
13531         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13532         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13533         Fix typos in docstrings.
13535         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13536         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13537         (hi-lock-archaic-interface-message-used)
13538         (hi-lock-file-patterns-range): Fix typos in docstrings.
13540         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13541         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13543         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13544         Fix typo in docstring.
13546         * net/newsticker.el (newsticker--decode-iso8601-date)
13547         (newsticker--set-customvar, newsticker--buffer-insert-item)
13548         (newsticker--do-run-auto-mark-filter)
13549         (newsticker--parse-generic-feed): Doc fixes.
13550         (newsticker--retrieval-timer-list, newsticker-url-list)
13551         (newsticker-hide-immortal-items-in-echo-area)
13552         (newsticker-hide-obsolete-items-in-echo-area)
13553         (newsticker-new-item-face, newsticker--enclosure)
13554         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13555         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13556         (newsticker--parse-generic-feed, newsticker--cache-contains)
13557         (newsticker--stat-num-items, newsticker-download-enclosures):
13558         Fix typos in docstrings.
13560         * net/rcirc.el (rcirc-debug): Doc fix.
13561         (rcirc-fill-column, rcirc-receive-message-hooks)
13562         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13563         (rcirc-mode, rcirc-generate-new-buffer-name)
13564         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13565         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13566         Fix typos in docstrings.
13567         (rcirc-print): "?\ " -> "?\s".
13568         (rcirc-cmd-join): Improve argument/docstring consistency.
13570 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13572         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13573         before narrow-to-region.
13575 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13577         * simple.el (move-beginning-of-line): Scan properly for invis change.
13579         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13581 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13583         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13584         change bit only when id-format is 'integer.  Reported by Matt
13585         Hodges <M.P.Hodges@rl.ac.uk>.
13587 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13589         * hilit-chg.el (highlight-changes-initial-state)
13590         (highlight-changes-global-initial-state): Doc fixes.
13591         (highlight-changes-global-modes, global-highlight-changes):
13592         Fix typos in docstrings.
13594 2006-02-01  Kim F. Storm  <storm@cua.dk>
13596         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13597         transient-mark-mode in doc string.
13599 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13601         * replace.el (multi-occur): Doc fix.
13602         (multi-occur-in-matching-buffers): Rename from
13603         multi-occur-by-filename-regexp.  Prefix arg says match
13604         buffer names instead of file names.
13606 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13608         * bs.el: Allow non-default values of `bs-header-lines-length'.
13609         (bs--running-in-xemacs): Remove (not needed anymore).
13610         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13611         instead of `shrink-window', thus avoiding having to compute the
13612         height of the window.
13613         (bs--up): Wrap around even when there's no header.
13614         (bs--down): Use `forward-line' instead of `next-line'.
13616 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13618         * image-mode.el (image-toggle-display): Use file name if possible,
13619         instead of unnecessarily allocating a (possibly huge) lisp string.
13621 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13623         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13624         because the `assert' macro signals it at runtime.
13626         * emacs-lisp/cl.el (toplevel): Remove definition of
13627         `cl-assertion-failed' condition.
13629 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13631         * thumbs.el (thumbs-marked-list): Make buffer-local and
13632         permanent-local.
13633         (thumbs-insert-thumb): Make help-echo non-sticky.
13634         (thumbs-file-alist): Use eolp as check for (non)-image.
13636 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13638         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13639         (ediff-before-session-group-setup-hooks)
13640         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13641         Fix typos in docstrings.
13643         * window.el (bw-dir, bw-eqdir, balance-windows)
13644         (split-window-keep-point): Fix typos in docstrings.
13646         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13647         (org-quote-string, org-calendar-to-agenda-key)
13648         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13649         (org-show-following-heading, org-tags-column)
13650         (org-use-tag-inheritance, org, org-allow-space-in-links)
13651         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13652         (org-enable-table-editor, org-calc-default-modes)
13653         (org-table-allow-automatic-line-recalculation)
13654         (org-export-html-style, org-export-with-fixed-width)
13655         (org-export-with-sub-superscripts, org-special-keyword)
13656         (org-formula, org-time-grid, org-table-may-need-update)
13657         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13658         (org-goto-quit, org-get-indentation, org-end-of-item)
13659         (org-move-item-down, org-move-item-up)
13660         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13661         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13662         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13663         (org-agenda-log-mode, org-agenda-toggle-diary)
13664         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13665         (org-agenda-file-to-end, org-agenda-no-heading-message)
13666         (org-agenda-get-closed, org-format-agenda-item)
13667         (org-cmp-priority, org-cmp-category, org-cmp-time)
13668         (org-agenda-change-all-lines, org-agenda-diary-entry)
13669         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13670         (org-link-search, org-camel-to-words, org-open-file)
13671         (org-remember-handler, org-table-convert-region)
13672         (org-table-move-row-down, org-table-move-row-up)
13673         (org-table-copy-region, org-table-wrap-region)
13674         (org-table-toggle-vline-visibility)
13675         (org-table-get-vertical-vector, org-table-modify-formulas)
13676         (org-table-get-specials, org-recalc-commands)
13677         (org-table-rotate-recalc-marks, org-table-eval-formula)
13678         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13679         (org-level-color-stars-only, org-insert-heading):
13680         Fix typos in docstrings.
13681         (last-arg): Add defvar.
13683         * makefile.w32-in (WINS): Add erc.
13684         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13686 2006-01-29  Bill Wohler  <wohler@newt.com>
13688         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13689         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13690         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13691         (mh-autoloads): Don't use comments on otherwise empty lines.
13693 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13695         * emulation/viper.el (viper-major-mode-modifier-list):
13696         Add insert-state and vi-state entries for erc-mode.
13697         (viper-go-away, viper-set-hooks): Add and remove
13698         viper-comint-mode-hook from erc-mode-hook as appropriate.
13700         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13702 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13704         * bs.el (bs--format-aux): Implement `middle' alignment as
13705         described in the docstring for `bs-attributes-list'.
13706         (bs--get-name): Simplify.  Don't pad the buffer name.
13708 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13710         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13711         English aspell dictionary is installed, use the first entry of
13712         ispell-dictionary-alist-1.
13714 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13716         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13717         Doc fix.
13719 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13721         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13722         for `process-file', in order to let it work for older Emacsen too.
13724 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13726         * international/latexenc.el: Add a suitable `coding:' tag.
13727         (latexenc-find-file-coding-system): Undo last change.
13729 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13731         * international/latexenc.el (latexenc-find-file-coding-system):
13732         Make sure latexenc-main-file is a regular file and is readable.
13734 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13736         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13737         Pass FILE to vc-user-login-name.
13739         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13741 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13743         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13744         there are no more images to display.
13745         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13746         the next image.
13748 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13750         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13752         * wid-edit.el (advertised-widget-backward): New alias.
13753         (widget-keymap): Use advertised-widget-backward for S-TAB.
13755         * tumme.el: Correct the keywords.
13756         (tumme-dir-max-size): Use defvar.
13757         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13759         * simple.el (move-beginning-of-line): Take account of fields.
13760         (clone-indirect-buffer-other-window): Take args like
13761         clone-indirect-buffer, and work like it.
13763         * help-fns.el (describe-function): Don't pass `nil' as default.
13765         * files.el (risky-local-variable-p): Follow var aliases.
13767         * subr.el (lazy-completion-table): Doc fix.
13769         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13770         global binding of `line'.
13772 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13774         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13775         Tramp.
13777         * vc.el (vc-default-dired-state-info): Pass FILE to
13778         vc-user-login-name.
13779         (vc-default-update-changelog): Don't use vc-user-login-name, we
13780         don't need it here.
13782         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13783         no longer necessary.
13785 2006-01-25  Kenichi Handa  <handa@m17n.org>
13787         * international/mule.el (decode-char): Avoid the overhead of
13788         calling utf-lookup-subst-table-for-decode if
13789         utf-translate-cjk-mode is nil.
13790         (encode-char): Avoid the overhead of calling
13791         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13792         nil.
13794 2006-01-22  Kenichi Handa  <handa@m17n.org>
13796         * international/mule.el (make-subsidiary-coding-system): Reset
13797         `coding-system-define-form' property of subsidiaries to nil.
13798         Avoid duplicated entry in coding-system-alist.
13799         (make-coding-system): Avoid duplicated entry in
13800         coding-system-alist.
13801         (define-coding-system-alias): Likewise.
13803 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13805         * completion.el: Minor fixes in introductory comment.
13806         (completion-def-wrapper): Fix alist.
13808 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13810         * thumbs.el (thumbs-new-image-size): New function.
13811         (thumbs-increment-image-size-element)
13812         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13813         (thumbs-decrement-image-size): Delete.
13814         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13815         temp files and use to resize.
13816         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13817         Use increment argument to enlarge/shrink.  Preserve point.
13818         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13819         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13820         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13821         (thumbs-mark, thumbs-unmark): Preserve point.
13822         (thumbs-modify-image): Keep old temp files and use to modify.
13823         Cleanup old temp files at load time.  Preserve point.
13824         (thumbs-view-image-mode-map): Use new command names.
13826 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13828         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13830         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13831         the nastiest part of the cyclic dependency.
13832         (cal-menu-update): Use dotimes and calendar-increment-month.
13834         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13835         (calendar-week-start-day): Add an :initializer.
13836         (calendar-mode-map): Use suppress-keymap, and command remapping.
13837         (describe-calendar-mode): Setup xref-stack info for the back button.
13838         (calendar-star-date): Insert before delete.
13839         (calendar-set-mode-line): Add file-modified info if applicable.
13840         (calendar-increment-month): New function.
13842 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13844         * font-lock.el (lisp-font-lock-keywords-2):
13845         Recognize "& keywords" only at word boundaries.
13847 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13849         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13850         and permanent-local.
13851         (thumbs-max-image-number): New variable.
13852         (thumbs-do-thumbs-insertion): Use them.
13853         (thumbs-per-line): Change default to 4.
13854         (thumbs-marked-list): Rename from thumbs-markedL.
13855         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13856         (thumbs-rename-images): Use -list instead of L for internal variables.
13857         (thumbs-call-convert): Use call-process instead of shell-command.
13858         (thumbs-insert-thumb): Add filename as help-echo to each image.
13859         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13860         Give dir to thumbs-show-thumbs-list.
13861         (thumbs-show-thumbs-list): Set default-directory to that of images.
13862         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13863         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13864         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13865         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13867 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * ses.el (ses-read-cell): Provide a default value.
13871 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13873         * term/w32-win.el (image-library-alist): Add additional names for
13874         GIF library.
13876 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13878         * international/latexenc.el (latexenc-find-file-coding-system):
13879         Add file-regular-p check.
13881 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13883         * simple.el (clone-buffer): Don't show the new buffer in the same
13884         window.
13886 2006-01-23  Juri Linkov  <juri@jurta.org>
13888         * faces.el (link, link-visited): New faces based on default values
13889         of `info-xref' and `info-xref-visited'.
13891         * info.el (info-xref): Inherit from `link'.
13892         (info-xref-visited): Inherit from `link-visited'.
13894         * cus-edit.el (custom-buffer-create-internal): Use widget type
13895         `custom-manual' instead of `info-link' and don't set properties
13896         `button-face' and `mouse-face' explicitly.
13897         (custom-browse-group-tag, custom-browse-variable-tag)
13898         (custom-browse-face-tag): Inherit from widget class
13899         `custom-group-link' instead of `push-button'.
13900         (custom-button-unraised): Inherit from `underline' face.
13901         (custom-link): Inherit from `link' face.  Fix doc and group.
13902         (custom-add-parent-links, custom-group-value-create): Don't set
13903         properties `button-face' and `mouse-face' explicitly for
13904         `custom-group-link' widget.
13905         (custom-group-link): Add properties `button-face' and `mouse-face'
13906         to widget definition.
13907         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13908         editable-field's :keymap property.
13909         (custom-mode): Fix docstring: substitute keybindings for
13910         `widget-forward' and `widget-backward' from `widget-keymap',
13911         `widget-complete' from `custom-field-keymap', replace old
13912         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13914         * desktop.el (desktop-load-file): Check for `fboundp' before
13915         calling `symbol-function'.
13917         * simple.el (clone-buffer, clone-indirect-buffer)
13918         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13919         `read-string'.  Fix prompts.
13921         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13923 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13925         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13927 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13929         * startup.el (inhibit-splash-screen, initial-scratch-message):
13930         Doc fixes.
13932 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13934         Sync with Tramp 2.0.52.
13936         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13937         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13938         `tramp-unload-tramp' for checklist.
13940         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13941         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13942         (tramp-unload-file-name-handler-alist)
13943         (tramp-unload-tramp): New defuns.
13944         (tramp-advice-PC-expand-many-files): New defadvice.
13945         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13946         removed.
13947         (tramp-handle-expand-file-name): Remove double slash.
13948         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13949         It doesn't matter, because it will be converted later on.
13950         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13951         implementation was just heuristic.
13952         (tramp-post-connection): Set uid and gid properties.
13953         (tramp-convert-file-attributes): Set file's gid change bit.
13954         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13955         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13956         in case of su(do)? methods.  The home directory of the local user
13957         will be taken else.
13958         (tramp-open-connection-telnet)
13959         (tramp-open-connection-rsh, tramp-open-connection-su)
13960         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13961         local shell prompt could hurt.  Reported by Romain Francoise
13962         <romain@orebokech.com>.
13963         (tramp-let-maybe): Add `edebug-form-spec' property.
13964         (tramp-handle-expand-file-name): Bind `default-directory' locally
13965         to "/" in order to avoid problems with UNC shares or Cygwin
13966         mounts.
13967         (tramp-md5-function): Fix typo in error message.
13969         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13971         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13972         for byte-compiler pacification.
13974 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13976         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13977         ID-FORMAT `string'.  This allows us to get rid of
13978         `vc-user-login-name UID'.
13980         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13982 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13984         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13986 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13988         * emacs-lisp/find-func.el (find-definition-noselect)
13989         (find-variable-noselect): Search variables in C source code too.
13990         (find-function-C-source, find-function-noselect, find-function)
13991         (find-function-other-frame, find-variable-noselect, find-variable)
13992         (find-variable-other-frame, find-variable-at-point):
13993         Fix docstrings.
13995 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13997         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13999 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
14001         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14002         Default to disabling the "Save affix" question.
14004 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
14006         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14007         the first arg to run-python.
14009 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
14011         * startup.el (command-line-1): Handle --no-desktop if desktop.el
14012         is not loaded.
14014 2006-01-20  Jay Belanger  <belanger@truman.edu>
14016         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14017         limit is 0.
14019         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14020         the correct variable.
14022 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
14024         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14025         link.  Fixed buggy argument sequence in call to `org-view-tags'.
14026         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14027         (org-prefix-has-tag): New variable.
14028         (org-format-agenda-item): Remove tags from headline if
14029         appropriate.
14030         (org-agenda-remove-tags-when-in-prefix): New option.
14031         (org-get-tags-at): New function.
14033 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
14035         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
14036         (thumbs-find-image): Move image name and number from buffer name
14037         to mode name.  Set thumbs-buffer.  Preserve point so that large
14038         images remain visible.
14039         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14040         order.
14041         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
14042         mode name.
14043         (thumbs-next-image, thumbs-previous-image): Make them work.
14045 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
14047         * cus-edit.el (custom-buffer-create-internal): State in the text above
14048         the whole buffer buttons that they do not operate on hidden items.
14049         (custom-face-menu): Use `custom-face-save' instead of
14050         `custom-face-save-command'.
14051         (custom-face-save-command): Make it an alias for `custom-face-save'
14052         and declare it obsolete.
14053         (custom-face-save): Doc fix.
14055         * dired.el (dired-no-confirm): Add quote.
14056         (dired-subdir-alist-pre-R): Add quote in
14057         `make-variable-buffer-local' form and remove unbalanced parenthesis.
14059 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * textmodes/table.el (table-mode-indicator): Typo in last change.
14063 2006-01-19  Richard M. Stallman  <rms@gnu.org>
14065         * outline.el (hide-leaves): Don't call outline-end-of-heading.
14066         Fixes bug reported in Nov 2005.
14068         * isearch.el (isearch-forward): Doc fix.
14070         * dired.el (dired-move-to-filename-regexp): Define as alias.
14071         (dired-no-confirm): Use defcustom.
14072         (dired-subdir-alist-pre-R): Put defvar at top level.
14074         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14076         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14077         Mark as risky.
14079         * simple.el (set-mark-command): Doc fix.
14080         (clone-indirect-buffer-other-window):
14081         Read arg like clone-indirect-buffer.
14082         (move-beginning-of-line): Skip invisible newlines.
14084 2006-01-19  Masatake YAMATO  <jet@gyve.org>
14086         * progmodes/cpp.el (cpp-edit-load): Make the order of
14087         listed conditions in a base C code buffer and its associate
14088         CPP Edit buffer the same.
14090 2006-01-19  Kenichi Handa  <handa@m17n.org>
14092         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14093         (rmail-mime-feature): Likewise.
14094         (rmail-require-mime-maybe): Use display-warning to show a warning
14095         message.
14097         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14098         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14100 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * array.el: Move defvars out of eval-when-compile.
14103         (array-make-template): Replace undeclared global var with a local one.
14104         (array-mode): Inline initialization functions.
14105         (array-init-local-variables, array-init-max-row)
14106         (array-init-max-column, array-init-columns-per-line)
14107         (array-init-field-width, array-init-rows-numbered)
14108         (array-init-line-length, array-init-lines-per-row): Remove.
14110         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
14111         (doc-mode-map): Define explicitly.
14112         (doctor-txtype): Use mapc.
14114         * textmodes/table.el: Move defvars out of eval-when-compile.
14115         Remove harmful code meant to avoid byte-compiler warnings.
14116         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
14117         specification that checks table-fixed-width-mode directly.
14118         (table-recognize-region, table-recognize-cell):
14119         Use restore-buffer-modified-p.
14120         (table-fixed-width-mode): Remove code that refreshes
14121         table-fixed-mode-indicator.
14122         (*table--cell-describe-bindings, *table--cell-describe-mode):
14123         Avoid obsolete name print-help-return-message.
14124         (table--test-cell-list): Don't use replace-regexp from elisp.
14125         (table--point-entered-cell-function, table--point-left-cell-function):
14126         Don't set table-fixed-mode-indicator, use force-mode-line-update.
14128         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
14129         that was after the end of file.  Use buffer-file-name variable.
14130         (org-timestamp-change): Use with-current-buffer.
14131         (org-todo-list): Don't unnecessarily define a new buffer-local var.
14132         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14133         `file'.
14135         * progmodes/fortran.el: Move defvars out of eval-when-compile.
14136         (fortran-break-line): Remove unused var `opoint'.
14137         (fortran-abbrev-start): Obey help-event-list.
14139 2006-01-18  Jesper Harder  <harder@phys.au.dk>
14141         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14143 2006-01-18  Masatake YAMATO  <jet@gyve.org>
14145         * progmodes/make-mode.el (makefile-imake-mode): New mode
14146         derived from makefile-mode.
14147         (makefile-imake-mode-syntax-table): New syntax table
14148         derived from makefile-mode-syntax-table.
14149         (makefile-mode): Write about makefile-imake-mode in doc string.
14150         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14151         (makefile-imake-font-lock-keywords): New font lock keywords.
14153         * files.el (auto-mode-alist): Add Imakefile.
14155 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
14157         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14158         loading the file rather than when turning on flyspell-mode.
14160 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14162         * cus-edit.el (customize-rogue): Minor doc fix.
14164 2006-01-17  Juri Linkov  <juri@jurta.org>
14166         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14167         instead of the file at the mark as default if the file at the mark
14168         is the same as the file at point or if dired-dwim-target-directory
14169         is not the same as the current directory and the mark is not active.
14171         * log-view.el (log-view-minor-wrap): Use the same logic to get
14172         revisions as `log-view-diff'.
14174         * info.el (Info-revert-find-node): Check for Info-current-file
14175         before preserving new-history.
14177         * man.el (Man-heading-regexp): Add `/'.
14179         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14180         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14182 2006-01-16  Juri Linkov  <juri@jurta.org>
14184         * faces.el (mode-line-faces): New defgroup.
14185         (mode-line-highlight): Move definition after new defgroup.
14186         (mode-line, mode-line-inactive, mode-line-highlight):
14187         Replace :group `modeline' with `mode-line-faces'.
14188         (mode-line-buffer-id): New face.
14189         (modeline-buffer-id): New face alias.
14190         (vertical-border): Remove :group `modeline'.
14192         * bindings.el (propertized-buffer-identification): Use face
14193         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14194         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14195         (mode-line-buffer-identification-keymap): For mouse-1 replace
14196         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14197         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14198         mouse-3.
14200         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14201         Buffer-menu-buffer.  Doc fix.
14202         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14203         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14204         `Buffer-menu-buffer'.
14206         * info.el (Info-mode-line-node-keymap): New defvar.
14207         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14208         Propertize Info-current-node with `mode-line-buffer-id' and
14209         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14211         * time.el (display-time-mail-face): Replace :group `faces' with
14212         `mode-line-faces'.
14214 2006-01-16  Kenichi Handa  <handa@m17n.org>
14216         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14218         * language/european.el (cp1252): New alias for windows-1252.
14220         * international/mule.el (autoload-coding-system): Prepare for EOL
14221         variants.
14223 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14225         * term.el (term-raw-map): Add mapping for insert.
14226         (term-send-insert): New.
14227         (term-mode): Make variables local here instead of doing it in
14228         `term-emulate-terminal'.
14229         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14230         Scroll reverse needs to take into account the scroll region.
14231         Saving and restoring the cursor should save the color attributes too.
14232         (term-reset-terminal): Reset the scroll region.
14233         (term-handle-ansi-escape): Cursor up and down should take into
14234         account the scroll region.
14235         (term-set-scroll-region): Rename from `term-scroll-region'.
14236         Move to 0,0 after setting the region.
14237         (term-handle-scroll): Handle scroll up.
14238         (term-down): Fix off by one error.
14239         (term-delete-lines): Do not delete outside the scroll region.
14240         (term-insert-lines): Take into account the scroll region.
14242 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14244         * textmodes/ispell.el (ispell-internal-change-dictionary)
14245         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14246         (start, end): Move declaration outside of eval-when-compile.
14248         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14249         (flyspell-mode-on): Use it.
14251         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14252         ispell-kill-ispell-hook.
14254 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14256         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14257         (Custom-reset-saved): Do not ask for confirmation in single option
14258         buffers.
14260 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14262         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14264 2006-01-13  Romain Francoise  <romain@orebokech.com>
14266         * add-log.el (add-change-log-entry, change-log-merge):
14267         Conditionally use `hard-newline'.
14269 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14271         * wid-edit.el (widget-field-end): If the overlay is no longer
14272         associated with a buffer, behave as if the overlay didn't exist.
14274         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14275         Make sure the links use the `custom-link' face.
14277 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14279         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14280         (ld-script-mode): Don't set indent-line-function since we don't
14281         have one.
14283 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14285         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14286         application.
14287         (org-file-apps-defaults-gnu): Use mailcap as the default for
14288         selecting an application on a UNIX system.
14289         (org-agenda-show-tags): New command.
14290         (org-table-insert-hline): Keep cursor in current table line.
14291         (org-table-convert): Offset effect of modifying
14292         `org-table-insert-hline'.
14293         (org-format-agenda-item): New optional argument TAG.
14294         (org-compile-prefix-format): Handle %T format for the tag.
14295         (org-expand-wide-chars): New function.
14296         (org-table-insert-row, org-table-insert-hline):
14297         Use `org-expand-wide-chars'.
14298         (org-open-file): Fix bug in program launch.
14299         (org-get-time-of-day): Fix bug with times before 1am.
14300         (org-agenda-menu): Add tags commands.
14302 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14304         * textmodes/ispell.el (ispell-init-process): Include the used
14305         dictionary in ispell process start message.
14306         (ispell-internal-change-dictionary): When flyspell-mode is active
14307         and dictionary is changed, make sure ispell process is restarted
14308         and flyspell word cache cleared out for the current buffer.
14309         (ispell-change-dictionary): Make sure flyspell word cache is
14310         cleared out in all buffers with active flyspell mode when
14311         dictionary is globally changed.
14312         Call ispell-internal-change-dictionary after dictionary change.
14314 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14316         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14318         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14319         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14320         years.  Fix small differences wrt Makefile.in.
14321         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14322         Makefile.in does.
14324 2006-01-12  Bill Wohler  <wohler@newt.com>
14326         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14327         mh-search.el.
14329 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14331         * progmodes/ld-script.el: Update copyright year.
14333 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14335         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14336         Don't add widget if setting undefined.
14338 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14340         * help-fns.el (describe-variable): Remove newlines from void
14341         variable output.
14343 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14345         * wdired.el (wdired-mode-map): Add help echo for
14346         wdired-abort-changes.
14348         * man.el (Man-file-name-regexp): Adjust for a list of files.
14350 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14352         * progmodes/ld-script.el (auto-mode-alist): Support
14353         suffix conventions used in netbsd and eCos.
14355 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14357         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14358         (custom-variable-menu, custom-face-menu, custom-group-menu)
14359         (Custom-mode-menu): Change names of menu items.  (As discussed on
14360         emacs-devel.)
14361         (custom-face-menu): Add "Undo Edits" item.
14363         * startup.el (init-file-user): defcustom -> defvar.
14365         * tooltip.el (tooltip-mode): Doc fix.
14367 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14369         * reveal.el (reveal-post-command): window-buffer signals an error on
14370         dead windows rather than returning nil.
14371         (reveal-open-new-overlays): An overlay might die while we open others.
14373 2006-01-11  Bill Wohler  <wohler@newt.com>
14375         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14376         phrasing in docstring.
14378         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14379         can give some systems gas.  Add new file mh-buffers.el.
14381 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14383         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14384         C preprocessor forward ported from GNU Emacs 21.2.
14386         * progmodes/asm-mode.el (asm-font-lock-keywords):
14387         Use `cpp-font-lock-keywords'.
14389         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14391         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14392         of $ for "\\.ld[s]?".
14394 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14396         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14397         (tcl-indent-line): Return `noindent' if inside a string.
14399         * progmodes/flymake.el (flymake-split-string): Remove more than one
14400         empty string at beg/end of the result.
14401         (flymake-find-buildfile, flymake-find-possible-master-files):
14402         Use expand-file-name.
14403         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14404         since expand-file-name does it for us.  Use directory-file-name.
14405         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14406         (flymake-ler-get-type, flymake-ler-get-text)
14407         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14408         (flymake-current-line-no): Remove spurious interactive spec.
14409         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14410         (flymake-check-include): Remove arg inc-path merged into inc-name.
14411         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14412         Arg regexp-list replaced by a simple regexp.
14413         (flymake-master-make-header-init, flymake-master-tex-init):
14414         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14416 2006-01-10  Simon Josefsson  <jas@extundo.com>
14418         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14419         describing AUTH PLAIN fix.
14421 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14423         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14424         (report-emacs-bug): Don't record initial prompt text.
14425         Instead, add text properties to prompting text.
14426         (report-emacs-bug-hook): Delete prompting text.
14428 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14431         `dirs'.  Adjust callers.
14433 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14435         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14437 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * reveal.el (reveal-open-new-overlays): New extracted fun.
14440         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14441         using them.  Simplify the code.
14442         (reveal-post-command): Use them.  Fix up obsolete windows in
14443         reveal-open-spots.
14445         * progmodes/flymake.el: Use `require' rather than autoload for
14446         XEmacs's overlays.
14447         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14448         Delete.  Use file-relative-name instead.
14449         (flymake-get-syntax-check-program-args, flymake-perl-init):
14450         Simplify the resulting code.
14452         * log-view.el (log-view-file-re, log-view-message-re): Add support
14453         for DaRCS output.
14455 2006-01-09  Alex Schroeder  <alex@gnu.org>
14457         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14458         identifiers sometimes added in square brackets at the beginning of
14459         subject lines.
14461 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14463         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14464         (Custom-reset-current, Custom-reset-saved): Change question text.
14465         (Custom-reset-standard): Likewise.
14466         (custom-variable-reset-saved): Doc fix.
14468 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14470         * startup.el (init-file-user): Doc fix.
14472 2006-01-07  Alex Schroeder  <alex@gnu.org>
14474         * mail/rmail.el (rmail-current-subject): New function.
14475         (rmail-current-subject-regexp): New function.
14476         (rmail-next-same-subject): Use it.
14478         * mail/rmailsum.el (rmail-summary-by-topic):
14479         Use rmail-current-subject and rmail-current-subject-regexp.
14480         (rmail-summary-next-same-subject): Ditto.
14482         * net/rcirc.el (rcirc-send-input): No longer check whether the
14483         process is open, since not all commands need an open process.
14484         (rcirc-send-string): Check whether the process is open before
14485         sending anything.
14486         (rcirc-ignore-list): New option.
14487         (rcirc-ignore-list-automatic): New variable.
14488         (rcirc-print): Take rcirc-ignore-list into account.
14489         (rcirc-cmd-ignore): New command.
14490         (rcirc-ignore-update-automatic): New function.
14491         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14492         list if ignored nicks.
14493         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14495 2006-01-06  David Reitter  <david.reitter@gmail.com>
14497         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14498         reflect the address to which the report will be sent.
14500 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14502         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14503         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14505 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14507         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14509         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14510         the doc string: "functoin" => "function".
14511         * ldefs-boot.el: Likewise.
14513         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14514         message text: "Duplicat" => "Duplicate".
14516 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14518         * files.el (basic-save-buffer-2): If backing-up failed, reset
14519         buffer-backed-up to nil.
14521 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14523         * progmodes/gud.el (gdb-script-skip-to-head)
14524         (gdb-script-calculate-indentation): Indent for breakpoint command
14525         lists also.
14527 2006-01-05  Bill Wohler  <wohler@newt.com>
14529         * Makefile.in (compile-always): Add mh-autoloads dependency.
14530         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14531         provides it.
14532         (updates): Remove mh-autoloads dependency, since it probably has
14533         already run recently (via recompile).
14535 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14538         argument `force' to disable the flyspell-last-buffer optimization.
14539         (flyspell-mode-on): Use it.
14541         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14542         flymake-simple-cleanup.
14543         (flymake-allowed-file-name-masks): Use this new default.
14544         All the functions are now called in the right buffer rather than
14545         passing the buffer as argument.
14546         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14547         (flymake-parse-err-lines): Remove redundant buffer arg.
14548         (flymake-get-program-dir): Comment out unused function.
14549         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14550         Remove redundant buffer argument.
14551         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14552         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14554 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14556         * info.el (Info-find-node): Don't record previous node if have none.
14557         (info): Go to directory only if history is empty.
14559         * simple.el (mark): Doc fix.
14561 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14563         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14564         already of desired type.
14565         (mac-ae-list): Coerce parameter to "list" type.
14566         (mac-dispatch-apple-event): Replace cadr part of event with a
14567         dummy position so that event-start returns it.
14569 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14571         * textmodes/org.el (org-end-of-subtree): New function.
14572         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14573         Use `org-end-of-subtree'.
14574         (org-agenda, org-agenda-convert-date): Protect calls to
14575         `fit-window-to-buffer'.
14576         (org-tags-view): Force matching of sublevels when doing a
14577         todo-only search.  Define the correct redo command, including the
14578         arguments.
14579         (org-agenda-redo): Display message.
14580         (org-check-for-org-mode): New function.
14581         (org-agenda-type): New variable.
14582         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14583         Set `org-agenda-type'.
14584         (org-agenda-check-type): New function.
14585         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14586         (org-agenda-week-view, org-agenda-day-view)
14587         (org-agenda-next-date-line, org-agenda-previous-date-line)
14588         (org-agenda-log-mode, org-agenda-toggle-diary)
14589         (org-agenda-toggle-time-grid, org-agenda-date-later)
14590         (org-agenda-date-prompt, org-agenda-diary-entry)
14591         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14592         (org-agenda-convert-date, org-agenda-menu):
14593         Use `org-agenda-check-type'.
14594         (org-make-overlay, org-delete-overlay)
14595         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14596         New compatibility functions.
14597         (org-calendar-select-mouse): New command.
14599 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14601         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14602         (Custom-reset-standard): Fix y-or-n-p messages.
14603         (custom-link): New face for links.
14604         (custom-buffer-create-internal, custom-manual): Use it.
14605         (custom-face-save): Push to theme-face before setting face spec.
14607         * wid-edit.el (widget-default-mouse-face-get): New function.
14608         (widget-specify-button): Handle mouse-face like button-face.
14610         * custom.el (load-theme): Clear old theme settings if reloading.
14612 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14614         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14615         "Erase Customization" button back to same position it occupies in
14616         the individual State menus.
14618 2006-01-04  Kim F. Storm  <storm@cua.dk>
14620         * wid-edit.el (key-sequence): Rework widget to read key binding
14621         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14622         (widget-key-sequence-default-value): Default value for empty sequence.
14623         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14624         (widget-key-sequence-read-event): New command for C-q.
14625         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14626         (widget-key-sequence-value-to-external): New functions.
14628 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14630         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14631         Use expand-file-name.
14632         (flymake-delete-temp-directory): Use expand-file-name,
14633         file-name-directory, and directory-file-name.
14634         (flymake-strrchr): Delete.
14635         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14636         to the init-f function.
14637         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14638         (flymake-init-find-buildfile-dir)
14639         (flymake-init-create-temp-source-and-master-buffer-copy)
14640         (flymake-simple-make-init-impl, flymake-simple-make-init)
14641         (flymake-master-make-init, flymake-master-make-header-init)
14642         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14643         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14644         (flymake-xml-init): Remove corresponding redundant buffer argument.
14645         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14646         the default anyway.  Clean up regexps.
14648         * progmodes/flymake.el (flymake-temp-source-file-name)
14649         (flymake-master-file-name, flymake-temp-master-file-name)
14650         (flymake-base-dir): New buffer-local vars.
14651         (flymake-buffer-data, flymake-get-buffer-value)
14652         (flymake-set-buffer-value): Replace those hash-tables by the new
14653         buffer-local vars.  Update callers.
14655         * progmodes/flymake.el (flymake-check-start-time)
14656         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14657         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14658         Move definition, so we can remove redundant earlier declaration.
14659         (flymake-replace-regexp-in-string, flymake-split-string)
14660         (flymake-get-temp-dir): Use defalias.
14661         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14662         (flymake-xemacs-window-edges): Remove unused function.
14663         (flymake-get-point-pixel-pos): Move.
14664         (flymake-pid-to-names, flymake-reg-names)
14665         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14666         Replace by a simple list flymake-processes and by process-buffer.
14667         Update callers.  Other than simplify the code, it uses buffers rather
14668         than buffer-names so it doesn't get confused by uniquify.
14669         (flymake-buffer-data): The global value should just be nil.
14671         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14672         Optimize the body of a defalias like any other code.
14674         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14675         Make sure we've setup font-lock's vars.  It may influence which
14676         function we then call.
14677         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14678         here since it's too late anyway.
14680 2006-01-03  Romain Francoise  <romain@orebokech.com>
14682         * startup.el (fancy-splash-tail, normal-splash-screen):
14683         Update copyright year.
14685 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14687         * mouse.el (mouse-drag-track): Rename, from
14688         `mouse-drag-region-1'.  Includes optional argument required to
14689         enable post-drag event processing (e.g. delete region keys).
14690         Can be used without this argument to track a mouse region and operate
14691         on it as soon as the drag completes.
14692         (mouse-drag-region): Use `mouse-drag-track'.
14694 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14696         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14697         Move to `custom-buffer' group.
14699         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14700         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14701         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14702         (custom-theme-face-menu): New variables.
14703         (custom-theme-add-variable, custom-theme-variable-action)
14704         (custom-variable-reset-theme, custom-theme-delete-variable)
14705         (custom-face-reset-theme, custom-theme-face-action)
14706         (custom-theme-delete-face, custom-theme-merge-theme)
14707         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14709 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14711         * custom.el: Move Custom Themes commentary to start of theme code.
14712         (custom-known-themes): Rename `standard' theme to `changed'.
14713         (custom-push-theme): Caller no longer specifies what theme to use
14714         when doing `reset'---the setting is simply removed from the theme.
14715         Delete MODE from `theme-value' and `theme-settings' properties.
14716         (custom-declare-theme): Ignore &rest args since we don't use them.
14718         (custom-loaded-themes): Delete variable.
14719         (custom-theme-load-themes, custom-theme-loaded-p)
14720         (custom-theme-value): Delete functions.
14722         (custom-declare-theme): Signal error on invalid theme names.
14723         (provide-theme): custom-loaded-themes was deleted.
14724         (load-theme): Load the file unconditionally.
14725         (enable-theme): Call `load-theme' if theme is undefined.
14726         (custom-enabled-themes): Only update value for successful loads.
14727         (disable-theme): Complete from enabled themes when interactive.
14728         (custom-variable-theme-value): Calculate theme value directly.
14730         (custom-theme-reset-variables, custom-reset-variables): Mark as
14731         XEmacs compatibility functions.  We don't actually use these.
14733         * cus-edit.el (custom-variable-state-set):
14734         Use custom-variable-theme-value instead of custom-theme-value.
14735         (custom-face-state-set): Rename `standard' theme to `changed'.
14736         (custom-save-variables, custom-save-faces): Delete unneeded
14737         references to custom-reset-variables.
14738         (custom-save-resets): Delete function.
14739         (custom-save-variables, custom-save-faces): MODE argument deleted.
14740         (custom-save-variables, custom-save-faces): Ignore theme values.
14742         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14743         compatibility function.
14745 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14747         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14748         (Custom-reset-current, Custom-reset-saved): Likewise.
14749         (Custom-reset-standard): Show message if aborted.
14750         (custom-mode): Doc fix, describing those commands.
14752         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14753         put on event-kind property.
14755 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14757         * custom.el (provide-theme): Ban `user' theme name.
14758         (custom-enabling-themes): New variable.
14759         (enable-theme): Don't enable user if custom-enabling-themes is t.
14760         (custom-enabled-themes): Make it a defcustom.
14761         (custom-theme-recalc-face): No-op if face is undefined.
14763         * cus-edit.el (custom-button-mouse): New variable.
14764         (custom-button-mouse): New face.
14765         (custom-raised-buttons, custom-mode): Use it.
14767         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14769 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14771         * progmodes/gud.el (gud-display-line): Support hl-line in the
14772         source buffer.
14774 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14776         * mouse.el (mouse-drag-window-above): Verify that the found window
14777         overlaps with the given window in the horizontal dimension.
14779 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14781         * Makefile.in (cvs-update): New target.
14783         * makefile.w32-in (cvs-update): Ditto.
14785 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14787         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14788         (custom-new-theme-mode-map): New variable.
14790 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14792         * custom.el (custom-load-themes): Function deleted.
14794         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14795         (custom-save-variables): Don't delete or add custom-load-themes call.
14797 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14799         * cus-start.el: Add `visible-cursor'.
14801         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14802         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14803         (flymake-process-filter): Switch to buffer before calling it instead.
14804         (flymake-post-syntax-check, flymake-highlight-err-lines)
14805         (flymake-delete-own-overlays, flymake-parse-err-lines)
14806         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14807         (flymake-count-lines, flymake-parse-residual):
14808         Remove constant buffer argument.
14809         (flymake-start-syntax-check-for-current-buffer): Remove.
14810         Update callers to use flymake-start-syntax-check instead.
14811         (flymake-display-err-menu-for-current-line):
14812         Remove unused var `mouse-pos'.
14813         (flymake-restore-formatting): Comment out unused function.
14814         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14815         argument, use current-buffer instead.  Update callers.
14817 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14819         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14820         buffer-local because choose-completion-delete-max-match requires
14821         that we set completion-ignore-case (i.e., binding via let is not
14822         sufficient).
14823         (bibtex-complete): Always set completion-ignore-case and
14824         choose-completion-string-functions.  The latter is needed because
14825         choose-completion-string-functions keeps its value if we quit the
14826         *Completions* buffer without requesting a completion.
14828 2005-12-30  Andreas Schwab  <schwab@suse.de>
14830         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14832 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14834         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14836 2005-12-30  Juri Linkov  <juri@jurta.org>
14838         * locate.el (locate-fcodes-file, locate-header-face)
14839         * progmodes/delphi.el (delphi-other-face)
14840         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14842         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14843         group `paren-showing-faces'.
14845         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14846         (goto-address): Fix docstring.
14848         * net/webjump.el (webjump-sample-sites): Update URLs.
14850         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14852         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14854 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14856         * font-lock.el (font-lock-compile-keywords): Signal an error when
14857         font-lock-set-defaults hasn't been called.
14859 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14861         * subr.el (noreturn, 1value): Doc fixes.
14863 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14865         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14866         that assoc-string returns nil.
14868 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14870         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14871         (bibtex-entry-type-str, bibtex-empty-field-re)
14872         (bibtex-search-backward-string, bibtex-preamble-prefix)
14873         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14874         (bibtex-any-valid-entry-type): New variable.
14875         (bibtex-parse-field-name): Simplify.
14876         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14877         (bibtex-preamble-prefix): Include left delimiter.
14878         (bibtex-search-forward-field, bibtex-search-backward-field):
14879         Allow unbounded search past entry boundaries (required by bibtex-pop).
14880         (bibtex-text-in-field-bounds): Use push.
14881         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14882         (bibtex-parse-preamble, bibtex-valid-entry)
14883         (bibtex-beginning-first-field): New functions.
14884         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14885         (bibtex-map-entries): Fix docstring.
14886         (bibtex-flash-head): New arg prompt.  Simplify.
14887         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14888         (bibtex-insert-kill): Simplify.  Always insert text past the
14889         current field or entry.
14890         (bibtex-format-entry): Use bibtex-parse-field.
14891         (bibtex-pop): Use bibtex-beginning-of-entry and
14892         bibtex-end-of-entry to initiate the search.  Insert empty field if
14893         we found ourselves.
14894         (bibtex-print-help-message): New args field and comma.
14895         Handle entry keys.
14896         (bibtex-make-field): Use bibtex-beginning-of-entry.
14897         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14898         invalid entry.
14899         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14900         Handle preambles.  Simplify code for thorough test.
14901         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14902         New arg comma.  Handle entry heads.
14903         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14904         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14905         New arg comma.
14906         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14907         (bibtex-fill-field): Simplify.
14908         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14909         bibtex-parse-field.
14910         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14911         (bibtex-complete): Use bibtex-parse-preamble.
14913 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14915         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14916         Display name of expression instead of convenience variable.
14917         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14919         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14920         toggle-gud-tooltip-dereference.
14921         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14922         (gud-tooltip-tips): ...here when dereferencing.
14924 2005-12-28  Bill Wohler  <wohler@newt.com>
14926         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14928 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14930         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14931         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14932         (vc-annotate-display-autoscale): Adjust call.
14933         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14934         Fix interactive spec.
14935         (vc-annotate-time-span): Remove.
14936         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14937         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14938         (vc-annotate-display-select): Use new name.
14940         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14941         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14942         Correct the construction of span entries.  Simplify.
14943         (vc-annotate-display-select): Fix the nil case.
14944         (vc-annotate): Remove obsolete (and now broken) code.
14945         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14946         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14948 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14950         * subr.el (lazy-completion-table): Correct typo in docstring.
14952         * startup.el (command-line): Use `custom-reevaluate-setting' for
14953         `send-mail-function'.
14955         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14957 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14959         * mail/smtpmail.el (smtpmail-try-auth-methods):
14960         Send credentials together with "AUTH PLAIN" command.
14962 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14964         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14965         mouse-2, go back to previously selected window, so it's selected
14966         when mouse-2 command runs.
14968 2005-12-27  Juri Linkov  <juri@jurta.org>
14970         * descr-text.el (describe-text-sexp): Use square brackets for
14971         button [Show] to distinguish it from the property value `show'.
14972         (describe-property-list): Use `insert-text-button' with
14973         `help-face' type instead of putting face in quotes, because button
14974         is not created automatically for a list of faces.
14975         (describe-text-properties-1): Put button-type value in quotes to
14976         distinguish from plain text "button".
14977         (describe-char): Display code point values in hex.  Don't use
14978         `symbol-name' for `current-input-method' because it is a string.
14979         Use `insert-text-button' with `help-face' type instead of putting
14980         hardcoded face in quotes, because button is not created automatically.
14982 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14984         * progmodes/glasses.el (glasses-face): More specific custom type.
14986         * files.el (set-visited-file-name): Doc fix.
14988         * textmodes/flyspell.el (flyspell-external-point-words):
14989         Use local var buffer-scan-pos to advance scan for next misspelling.
14990         Advance it only after we find the misspelling.
14992 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14994         * textmodes/flyspell.el (flyspell-external-point-words):
14995         New criteria for finding the misspelling in the buffer.
14997 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14999         * help-mode.el (help-insert-string): Set help-xref-stack-item
15000         rather than call help-setup-xref.
15002         * descr-text.el (describe-char): Revert previous changes for
15003         optional buffer argument.
15005 2005-12-27  Juri Linkov  <juri@jurta.org>
15007         * help-mode.el (help-insert-string): New function.  Save buffer
15008         contents in cases where it is impossible to recompute the old contents.
15010         * descr-text.el (describe-char): Set help-xref-stack-item
15011         explicitly after buffer has been generated.
15013 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15015         * cus-start.el (all): Add x-gtk-show-hidden-files.
15017 2005-12-26  Richard M. Stallman  <rms@gnu.org>
15019         * replace.el (perform-replace): Calculate match-again
15020         before skipping read-only matches.
15022         * paren.el (paren-showing-faces): New group.
15023         (show-paren-match, show-paren-mismatch): Move to that group.
15025         * button.el (button): Put into group `basic-faces'.
15027         * progmodes/make-mode.el: Remove faces from group `faces'.
15029         * apropos.el (apropos, apropos-value): Doc fix.
15030         (apropos-documentation): Doc fix.
15032 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15034         * subr.el (lazy-completion-table): Remove argument `args'.
15036         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15037         Don't use the `args' argument of lazy-completion-table.
15039 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
15041         * descr-text.el (describe-char): Add optional argument for buffer.
15042         Set buffer appropriately.  Call help-setup-xref.
15043         Suggested by Stefan Monnier.
15045 2005-12-26  Juri Linkov  <juri@jurta.org>
15047         * descr-text.el: Require `help-fns' at runtime.  Don't require
15048         `button' for byte compilation.
15049         (describe-text-widget): Add `help-echo' for first button.
15050         Use `help-info' for second.
15051         (describe-property-list): Use `help-argument-name' instead of `italic'.
15052         (describe-text-category): Add prompt to interactive spec.
15053         Call `help-setup-xref'.
15054         (describe-char): Use `help-character-set'.  Add `help-echo' for
15055         code point.  Use `help-input-method'.  Remove superfluous insert.
15057 2005-12-25  Richard M. Stallman  <rms@gnu.org>
15059         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15060         at point, in case of narrowing.
15062         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15064         * locate.el (locate-header-face): Allow nil in type.
15066         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15068 2005-12-25  Romain Francoise  <romain@orebokech.com>
15070         * battery.el (battery-linux-proc-acpi): Also try
15071         `/proc/acpi/thermal_zone/THM0/temperature'.
15073 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
15075         * custom.el (custom-push-theme): Fix docstring.
15077         * cus-edit.el (custom-variable-set, custom-variable-save)
15078         (custom-variable-save): Custom-quote widget values.
15079         (customize-save-variable): Fix custom-push-theme call.
15081 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
15083         * w32-fns.el (w32-batch-update-autoloads): New function.
15085         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15086         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15087         from the command line.
15089 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
15091         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
15092         reset means to remove setting from theme entirely.  Don't keep
15093         expanding theme-settings list; delete old entries if necessary.
15095         * cus-edit.el (custom-buffer-create-internal): Move "Erase
15096         customization" button one line up.
15097         (custom-themed): New face.
15098         (custom-magic-alist): New value, THEMED, for theme settings.
15099         (custom-variable-state-set, custom-face-state-set):
15100         Check theme-value instead of saved-value.
15101         (custom-variable-reset-standard, custom-face-reset-standard):
15102         Remove theme setting entirely.  Recalculate new values.
15103         (custom-variable-set, custom-variable-set)
15104         (custom-variable-reset-saved, custom-variable-reset-backup)
15105         (custom-face-set, custom-face-reset-saved): Update `user' theme.
15106         (custom-variable-save): Fix typos.
15108 2005-12-23  Juri Linkov  <juri@jurta.org>
15110         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15111         Add autoload cookies.
15112         (edebug-outside-d-c-i-n-s-w): New variable.
15113         (edebug-display, edebug-outside-excursion): Use it to save the
15114         original value of default-cursor-in-non-selected-windows.
15115         Set default-cursor-in-non-selected-windows to t while Edebug
15116         is active.
15117         (edebug-mode, edebug-eval-mode): Doc fix.
15119         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15120         with `buffer-substring-no-properties' to remove common substring
15121         highlighting.
15123         * info.el (info-other-window, info): Rename function argument
15124         `file' to `file-or-node'.
15125         (Info-complete-menu-item): Use local variable `complete-nodes' to
15126         keep the global value of `Info-complete-nodes' unchanged for
15127         subsequent completions.
15128         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15130         * simple.el (get-next-valid-buffer, last-buffer)
15131         (next-error-buffer-p, next-error-find-buffer)
15132         (minibuffer-history-sexp-flag): Doc fix.
15134         * savehist.el (savehist-mode-hook): Add `:group'.
15136         * log-view.el: Call autoload for vc-find-version.
15137         (log-view-current-file): Adjust subgroup numbers.
15138         (log-view-current-tag): Add `length'.
15140 2005-12-23  Richard M. Stallman  <rms@gnu.org>
15142         * vc.el (vc-annotate-car-last-cons): Defn moved up.
15144 2005-12-23  Juri Linkov  <juri@jurta.org>
15146         * hi-lock.el (hi-lock-archaic-interface-message-used)
15147         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15148         (hi-lock-mode): Display "Hi" in the mode line only when
15149         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15150         (hi-lock-write-interactive-patterns):
15151         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15152         (hi-lock-set-pattern, hi-lock-set-file-patterns)
15153         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15154         font-lock-add-keywords to t.
15156 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
15158         * hi-lock.el (hi-lock-highlight-range): New variable.
15159         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15160         only if font-lock-fontified is non-nil.  Remove overlays.
15161         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15162         font-lock-fontified is non-nil, otherwise use overlays (instead of
15163         text properties).
15164         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15165         New variables.
15166         (hi-lock-string-serialize) New function.
15168 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15170         * menu-bar.el (menu-find-file-existing): New function.
15171         (menu-bar-file-menu): Use menu-find-file-existing for Open.
15173         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15175 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * vc.el: Remove unnecessary leading * in docstrings.
15178         (vc-annotate-mode-map): Move initialization into declaration.
15179         (vc-static-header-alist): Nitpick on the regexp.
15180         (vc-default-init-version): New fun.
15181         (vc-register): Use it.
15182         (vc-insert-headers): Use dolist.
15183         (vc-annotate-get-backend): Remove unused function.
15184         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15185         (vc-annotate-mode): Remove corresponding call.
15186         (vc-annotate-car-last-cons): Simplify.
15187         (vc-annotate-buffers): Remove var.
15188         (vc-annotate-backend): Make it buffer-local.
15189         (vc-annotate): Move the interaction to the interactive spec.
15190         Add a `buf' argument.
15191         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15192         killing&creating a vc-annotate buffer, which is very disruptive when
15193         the buffers are shown in dedicated frames.
15195 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15197         * descr-text.el: Add FSF as maintainer.
15198         (describe-text-mode, describe-text-mode-map)
15199         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15200         help-mode.
15201         (describe-text-widget, describe-text-sexp)
15202         (describe-property-list, describe-text-category)
15203         (describe-text-properties, describe-text-properties-1)
15204         (describe-char): Use help buttons instead of widgets.
15205         (describe-char-unicodedata-file): Make URL link in doc string.
15207 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15209         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15210         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15211         Don't include buttons that write a file when there's no file.
15212         (custom-variable-menu, custom-face-menu, custom-group-menu):
15213         Don't include commands that write a file when there's no file.
15214         (customize-browse): Reword the top-of-buffer help intro.
15215         (custom-buffer-create-internal): Fix previous change.
15216         (customize-changed-options-previous-release): Prev release is 21.1.
15217         (customize-changed-options): Doc fix.
15218         (customize-changed): New alias.
15219         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15220         Say "standard values".
15221         (Custom-reset-standard): Doc fix.
15222         (custom-face-reset-standard): Doc fix.
15224 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15226         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15227         even if font-lock-mode is non-nil since it may be t without having
15228         turned on font-lock-mode-internal.
15229         (font-lock-choose-keywords): Minor optimization.
15230         (font-lock-add-keywords, font-lock-remove-keywords)
15231         (font-lock-set-defaults): Don't call make-local-variable on a variable
15232         that we know to already be local.
15234 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15237         messages if in the minibuffer.
15239 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15241         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15242         (tex-mode-flyspell-verify, flyspell-get-word)
15243         (flyspell-external-point-words): Don't use point-min/max uselessly.
15245         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15246         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15247         don't need to show it.
15249 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15251         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15253 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15256         delete-windows-on with an inexistent buffer.
15258 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15260         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15261         Delete defcustom variable :tag names.
15263 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15266         (log-view-font-lock-keywords): Ajust subgroup numbers.
15267         (log-view-current-tag): Don't hard code the number of subgroups.
15269 2005-12-20  Juri Linkov  <juri@jurta.org>
15271         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15272         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15274         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15275         (menu-bar-non-minibuffer-window-p): Instead of checking
15276         display-multi-frame-p, use selected-frame when menu-updating-frame
15277         is nil.
15279 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15281         * align.el (align-rules-list): Use [ \t] instead of \s-
15282         for column separators in text mode.
15284 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15286         * help-mode.el (help-customize-variable, help-customize-face):
15287         Don't pop help-xref-stack as help-follow no longer pushes
15288         anything on to it.
15290 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15292         * textmodes/org.el (org-agenda-custom-commands): New option.
15293         (org-agenda): Offer custom commands on splash screen.
15294         (org-make-tags-matcher): Parser for Boolean logic added.
15295         (org-agenda-set-tags): New command.
15296         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15297         (org-set-tags): Efficiency improvements.
15298         (org-auto-align-tags): New option.
15299         (org-todo, org-demote, org-promote): Realign tags.
15300         (org-tags-completion-function): Use also "&" and "|" as separators.
15301         (org-org-menu): Agenda commands simplified.
15303 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15305         * cus-edit.el (customize-apropos, customize-apropos-options):
15306         Docstring changes.
15308         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15310 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15312         * longlines.el (longlines-mode): Wrap while widened.
15313         (longlines-decode-region, longlines-encode-region): Compute max
15314         just once.
15316 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15318         * cus-edit.el (mac): New group.
15320         * cus-start.el (all): Add user options in macterm.c.  Add test for
15321         Mac-related built-ins.  Fix test for GTK-related built-ins.
15323         * term/mac-win.el (mac-handle-language-change)
15324         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15325         (mac-services-open-selection, mac-services-mail-selection)
15326         (mac-services-mail-to, mac-services-insert-text)
15327         (mac-dispatch-apple-event): Add docstrings.
15328         (x-get-selection, mac-select-convert-to-string): Select coding
15329         system from `utf-16be' and `utf-16le' using `byteorder'.
15331 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15333         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15334         a "list" (lambda ...) rather than a real completion list.
15336         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15337         lexical-let when encountering ((lambda (...) ...) ...).
15339 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15341         * progmodes/sh-script.el (sh-mode):
15342         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15343         * textmodes/picture.el (picture-mode): Update docstrings.
15345 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15347         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15348         commands enclosed in $(ARGQUOTE)s should not be split between two
15349         lines, as that will break with GNU Make >3.80, when sh.exe is used
15350         and arg quoting is with '..'.
15351         (autoloads): Don't break the quoted --eval expression between
15352         several lines.
15354 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15356         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15357         Capture error from printing circular structures.
15359 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15361         * wid-edit.el (widget-checkbox-action): Clear undo info.
15363 2005-12-16  Bill Wohler  <wohler@newt.com>
15365         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15366         bar, not menubar in comment.
15368 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15370         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15371         After-change-functions should not clobber the match data.
15373 2005-12-16  Juri Linkov  <juri@jurta.org>
15375         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15376         instead of `buffer-substring'.
15377         (completion-common-substring): Doc fix.
15378         (completion-setup-function): Use minibuffer-completion-contents
15379         instead of minibuffer-contents.  Don't set common-string-length
15380         initially.  Remove special handling of partial-completion-mode.
15381         Move computation of completion-base-size into one cond.
15382         Call completion-base-size-function in mainbuf.  In computation of
15383         completion-base-size for file name completion don't move point to
15384         the end of the minibuffer.  Move computation of common-string-length
15385         into one cond.  Start putting faces only when common-string-length>=0.
15386         Add condition to put completions-common-part when
15387         common-string-length>0.
15389         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15390         place point at the first different character in the minibuffer
15391         even if this position is at the beginning of the minibuffer.
15393         * info.el (Info-read-node-name-1): In completion-base-size-function's
15394         lambda return 1 if common-substring or minibuffer-completion-contents
15395         starts with (, and 0 otherwise.
15397         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15398         Use `crm-current-element' for second arg of `display-completion-list'.
15400 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15402         * files.el (set-auto-mode): Look for an interpreter specified on
15403         the first line also if search for mode specification succeeded,
15404         but the mode is not known.
15406 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15408         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15409         (org-open-at-point): Implement tag searches as links.
15410         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15411         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15412         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15413         (org-agenda-dispatch): New commands.
15414         (org-use-tag-inheritance, org-tags-column): New options.
15415         (org-tab-follows-link, org-return-follows-link): New options.
15416         (org-tags): New customize group.
15417         (org-start-icalendar-file): Get local time zone.
15418         (org-tags-completion-function): New function.
15419         (org-set-font-lock-defaults): Make sure links will also be
15420         highlighted inside headlines.
15422 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15424         * term.el (term-emulate-terminal):
15425         Let term-handle-ansi-terminal-messages override what Bash says about
15426         its current directory.
15428 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15430         * bindings.el (last-buffer): Move to simple.el.
15431         * simple.el (last-buffer): Move here.
15432         (get-next-valid-buffer): New function.
15433         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15434         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15436         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15437         * bindings.el (global-map): Ditto.
15439 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15441         * cus-edit.el: Introductory comment change.
15442         (custom-magic-alist): Change message string for the `rogue' state.
15444 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15446         * tooltip.el: Delete defcustom variable :tag names.
15448         * complete.el (partial-completion-mode): Doc fix.
15450         * textmodes/flyspell.el (flyspell-external-point-words):
15451         Use save-excursion to ensure we don't move backward in the
15452         search loop, not even one character.
15453         (flyspell-delete-all-overlays): Use remove-overlays directly.
15455         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15456         (ispell-start-process): Set that variable.
15457         Clear ispell-buffer-local-name.
15458         (ispell-internal-change-dictionary):
15459         Set ispell-current-dictionary after killing process.
15460         (ispell-buffer-local-dict):
15461         Don't set spell-personal-dictionary after killing process.
15462         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15463         (ispell-tex-skip-alists, ispell-html-skip-alists)
15464         (ispell-skip-region-alist): Mark as risky.
15466         * net/newsticker.el (newsticker--retrieval-timer-list)
15467         (newsticker--display-timer, newsticker-running-p)
15468         (newsticker-ticker-running-p): Definitions moved up.
15470 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15472         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15474 2005-12-15  David Ponce  <david@dponce.com>
15476         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15477         (recentf-edit-list, recentf-open-files): Signal an error when
15478         there is no recent file.
15480 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15482         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15483         read-only except for texinfo-format-region evaluation.
15485 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15487         * vc.el (vc-default-previous-version, vc-default-next-version)
15488         (vc-do-command): Doc fixes.
15490 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15492         * textmodes/bibtex.el (bibtex-expand-strings)
15493         (bibtex-autokey-expand-string, bibtex-name-part)
15494         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15495         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15496         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15497         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15498         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15499         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15500         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15501         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15502         (bibtex-beginning-of-last-entry): Remove.
15503         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15504         message if comma is missing but buffer is read-only.
15505         (bibtex-parse-field-text): Handle whitespaces at the end of field
15506         text.  Return 3-element list with beginning and end of field text
15507         and end of field.
15508         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15509         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15510         (bibtex-search-forward-field, bibtex-search-backward-field):
15511         Search always delimited by limits of entry.  Use more efficient
15512         search algorithms.
15513         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15514         bibtex-end-of-name-in-field.
15515         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15516         extracting the content of a field.
15517         (bibtex-text-in-field): Use search limits.
15518         (bibtex-parse-string-prefix): Handle empty string keys based on
15519         bibtex-string-empty-key.
15520         (bibtex-parse-string): Fix docstring.
15521         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15522         (bibtex-preamble-prefix, bibtex-strings): New functions.
15523         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15524         BibTeX entries (consistent with other BibTeX functions).
15525         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15526         (bibtex-search-entry): Fix docstring.  Simplify.
15527         (bibtex-flash-head, bibtex-complete-string-cleanup)
15528         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15529         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15530         (bibtex-parse-entry): New optional arg content.
15531         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15532         Use bibtex-text-in-field-bounds.
15533         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15534         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15535         bibtex-parse-string-postfix.
15536         (bibtex-find-text-internal): New function.
15537         (bibtex-remove-delimiters): Use it.
15538         (bibtex-find-text): Use it.  New optional arg help.
15539         (bibtex-complete): Handle BibTeX string and preamble entries.
15540         (bibtex-Preamble): Fix order of closing delimiters.
15542 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15544         * vc.el (vc-default-revert): New fun.
15546         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15548 2005-12-14  Romain Francoise  <romain@orebokech.com>
15550         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15551         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15552         (font-lock-remove-keywords): Likewise.
15554 2005-12-14  Juri Linkov  <juri@jurta.org>
15556         * log-view.el (log-view-diff): Doc fix.
15558         * isearch.el (isearch-query-replace): Use (mark) instead of
15559         isearch-opoint if mark is active in transient-mark-mode.
15561 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15563         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15565 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15567         * progmodes/cpp.el (cpp-face): New widget.
15568         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15570 2005-12-14  Juri Linkov  <juri@jurta.org>
15572         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15573         around `erase-buffer' and `insert'.
15575         * descr-text.el (describe-text-properties): Replace buffer name
15576         "*Help-2*" with "*Help*<2>".
15577         (describe-char): Add functions print-help-return-message,
15578         toggle-read-only.  Use help-setup-xref with nil to not store
15579         describe-char in help-xref-stack.  Use help-make-xrefs to
15580         make [back] button.
15582         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15584         * wdired.el (wdired-old-point): New internal variable.
15585         (wdired-change-to-wdired-mode): Set it buffer-locally.
15586         (wdired-abort-changes): Restore point after aborting changes.
15588 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15590         * vc.el (vc-do-command): Add a new value t for okstatus.
15592         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15593         frame in case of errors.
15595 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15597         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15598         so it comes after "On the Left" in the menu.
15600 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15602         * cus-edit.el (customize-apropos, customize-apropos-options)
15603         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15605 2005-12-12  Bill Wohler  <wohler@newt.com>
15607         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15608         non-writable Subversion-controlled files by saving window
15609         configuration before calling vc-do-command.  vc-do-command calls
15610         pop-to-buffer on error which is unexpected during registration.
15612 2005-12-12  Jay Belanger  <belanger@truman.edu>
15614         * calc/README: Update the summary of changes.
15616 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15618         * descr-text.el (describe-char): Rework last fix to solve the problem
15619         is the same way it's solved for everything else in that function
15620         (i.e. by extracting the info before setting up the *Help* buffer).
15622 2005-12-12  Kim F. Storm  <storm@cua.dk>
15624         * subr.el (version-regexp-alist): Allow space as separator before
15625         non-numeric part, e.g. "1.0 alpha".
15626         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15628 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15630         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15631         Implement Logging and the keep-modes setting.
15632         (org-get-category): Make sure a string is returned.
15633         (org-log-done): New function.
15634         (org-log-done, org-closed-string): New options.
15636 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15638         * tooltip.el (tooltip-y-offset): Change default to 20.
15640 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15642         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15644         * frame.el (display-hourglass): Doc fix.
15646         * help.el (help-for-help-internal): Simplify entry for `a'.
15648         * info.el (Info-on-current-buffer): Doc fix.
15649         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15651         * startup.el (inhibit-splash-screen): Make this the real name.
15652         (inhibit-startup-message): Make this the alias.
15653         (command-line): Find only simple.el, and use its directory
15654         to fill in other preloaded files' names.
15655         (command-line): Deactivate the mark if deactivate-mark is set.
15657         * international/mule.el (load-with-code-conversion):
15658         Bind deactivate-mark.
15660         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15662 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15664         * cus-edit.el (customize-apropos): Avoid listing an option more
15665         than once under different aliases.  No longer list user options
15666         that are not defined with defcustom (unless a prefix arg is given).
15667         Doc fix.
15668         (customize-apropos-options): Doc fix.
15670 2005-12-11  Juri Linkov  <juri@jurta.org>
15672         * frame.el (set-background-color, set-foreground-color)
15673         (set-cursor-color, set-mouse-color, set-border-color):
15674         Add explicit prompts to read colors by `facemenu-read-color'.
15675         (show-trailing-whitespace, blink-cursor-delay)
15676         (blink-cursor-interval, display-hourglass, hourglass-delay):
15677         Remove tags.
15678         (display-hourglass, hourglass-delay): Doc fix.
15679         (cursor-in-non-selected-windows): Capitalize words in tag.
15681         * faces.el (frame-background-mode): Replace `choice-item' keywords
15682         with `const' to not make [default] button.  Change default value tag
15683         from `default' to `automatic'.  Doc fix.
15684         (trailing-whitespace) <defface>: Change group `whitespace' to
15685         `whitespace-faces'.
15687 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15689         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15691 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15693         * term/mac-win.el: Create keymap for mac-apple-event-map.
15695 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15697         * tooltip.el (tooltip-mode): Move to start of file so that it
15698         appears at top of customize buffer.
15700         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15701         Add the gud groupname.
15702         (gud-tooltip-mode): Add the tooltip groupname.
15703         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15704         avoid conflict with tooltip-use-echo-area.
15706 2005-12-10  Romain Francoise  <romain@orebokech.com>
15708         * help.el (help-for-help-internal): Add `r' in doc string.
15710 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15712         * align.el (align-regexp, align-highlight-rule):
15713         Use region-beginning and region-end instead of point and mark, so that
15714         repetition (with `repeat-complex-command') recomputes the region
15715         bounds.
15717 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15719         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15720         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15721         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15722         (balance-windows): Rewrite using the above new functions.
15724 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15726         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15727         react if global-hi-lock-mode seems intended.
15728         (global-hi-lock-mode) Renamed from hi-lock-mode.
15729         (hi-lock-archaic-interface-message-used)
15730         (hi-lock-archaic-interface-deduce): New variables.
15731         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15732         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15733         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15734         Replace hi-lock-buffer-mode with hi-lock-mode.
15736 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15738         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15739         completion list, even after a partial completion has been
15740         inserted in the current buffer.  If there are more than 1
15741         completion, redisplay the *Completions* buffer; if the
15742         completion is unique, delete the *Completions* window.
15744 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15746         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15747         strings and long subject lines that were broken into multiple
15748         lines at arbitrary places.  Handle subjects that have "Re: " in
15749         the middle.
15751 2005-12-10  John W. Eaton  <jwe@octave.org>
15753         * emacs/octave-mod.el (octave-electric-space): Don't indent
15754         comments or strings if octave-auto-indent is nil.
15756 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15758         * term/mac-win.el: Require url when compiling.
15759         Call mac-process-deferred-apple-events after loading init files.
15760         (mac-apple-event-map): New defvar.  Define event handlers in it.
15761         (core-event, internet-event): New Apple event class symbols.
15762         (open-application, reopen-application, open-documents)
15763         (print-documents, open-contents, quit-application)
15764         (application-died, show-preferences, autosave-now, get-url):
15765         New Apple event ID symbols.
15766         (about): New HICommand ID symbol.
15767         (mac-event-spec, mac-event-ae): New macros.
15768         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15769         (mac-ae-selection-range, mac-ae-text-for-search)
15770         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15771         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15772         and Services menu events are now defined in mac-apple-event-map.
15773         (mac-drag-n-drop): Remove selection range handling.
15775 2005-12-10  Kenichi Handa  <handa@m17n.org>
15777         * simple.el (zap-to-char):
15778         * isearch.el (isearch-process-search-char): Translate CHAR by
15779         translation-table-for-input.
15781 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15783         * foldout.el (foldout-exit-fold): Properly hide subtree.
15785 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15787         * files.el (save-buffer):
15788         * international/ucs-tables.el (ucs-set-table-for-input):
15789         * mail/mail-extr.el (mail-extract-address-components):
15790         * mail/sendmail.el (mail-mode): Reformat doc string.
15792 2005-12-09  Juri Linkov  <juri@jurta.org>
15794         * isearch.el (isearch-highlight): Change main overlay priority
15795         from 1 to 1001.  Simplify.
15796         (isearch-lazy-highlight-update): Change lazy overlay priority
15797         from 0 to 1000.
15799         * replace.el (replace-highlight): Change overlay priority from
15800         1 to 1001.
15802         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15803         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15805         * compare-w.el (compare-windows-highlight): Change overlay
15806         priority from 1 to 1000.
15808         * menu-bar.el (menu-bar-edit-menu): Add listp around
15809         pending-undo-list to disable menu item "undo" when pending
15810         undo list is empty.
15812         * locate.el (locate): Disable undo in *Locate* buffer.
15814 2005-12-09  Kim F. Storm  <storm@cua.dk>
15816         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15818 2005-12-09  David Ponce  <david@dponce.com>
15820         * recentf.el: Improvement of the menu code.
15821         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15822         instead of menu hook.
15823         (recentf-show-menu, recentf-hide-menu): New functions.
15824         (recentf-menu-customization-changed, recentf-mode): Use them.
15825         (recentf-menu-action, recentf-max-menu-items)
15826         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15827         (recentf-arrange-by-rule-others)
15828         (recentf-arrange-by-rules-min-items)
15829         (recentf-arrange-by-rule-subfilter) : Don't use
15830         `recentf-menu-customization-changed'.
15831         (recentf-arrange-rules): Likewise.  Accept functions to compute
15832         sub-menu titles.
15833         (recentf-menu-filter): Likewise.  Doc fix.
15834         (recentf-menu-value-shortcut): Doc fix.
15835         (recentf-dump-variable): Quote atom value.
15836         (recentf-make-menu-items): Update to use it as a menu filter.
15837         (recentf-match-rule): New function.
15838         (recentf-arrange-by-rule): Use it.
15839         (recentf-indirect-mode-rule): New function.
15840         (recentf-build-mode-rules): Use it.
15841         (recentf-dir-rule): New function.
15842         (recentf-arrange-by-dir): Use it.
15843         (recentf-filter-changer-current): Rename from
15844         `recentf-filter-changer-state'.  All references updated.
15845         (recentf-filter-changer-alist): Update filter names.
15846         (recentf-filter-changer-select): New function.
15847         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15848         available in `recentf-filter-changer-alist'.
15849         (recentf-data-cache, recentf-clear-data)
15850         (recentf-update-menu): Remove.  All references updated.
15851         (recentf-match-rule-p, recentf-build-dir-rules)
15852         (recentf-filter-changer-goto-next)
15853         (recentf-filter-changer-get-current)
15854         (recentf-filter-changer-get-next): Remove.
15856 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15858         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15859         buffer "Reset" button to "Reset to Current" for consistency with
15860         the State buttons.
15862 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15864         * ibuf-ext.el (define-ibuffer-filter filename):
15865         If `dired-directory' is a list then really use its car.
15867 2005-12-08  Kim F. Storm  <storm@cua.dk>
15869         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15870         Fix indention of text on right side of replaced rectangle.
15872 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15874         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15875         No need to check gud-comint-buffer is bound.
15876         (gdb): Prevent multiple debugging when first session uses gdba.
15878 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15880         CC Mode update to 5.31.
15882         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15883         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15884         We might do this function properly in the future).
15886         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15887         New macros c-sentence-end and c-default-value-sentence end, to cope
15888         with Emacs 22's new function `sentence-end'.
15890 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15892         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15893         compat issue using `c-put-overlay' and `c-delete-overlay'.
15895         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15896         New compat macros to handle overlays/extents.
15898 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15900         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15901         (for GNU Emacs 20.4)
15903         * progmodes/cc-defs.el:
15904         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15906         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15907         highlighting mechanism so it will work in XEmacs too.
15909         * progmodes/cc-defs.el: Insert c-int-to-char.
15911         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15912         call to the new macro c-int-to-char.  This solves XEmacs's
15913         regarding characters as different from integers.
15915 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15917         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15918         New internal helper.
15920         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15921         construct to make the indirect face lookup work in XEmacs.
15923         (c-cpp-matchers): Append the negation char face to the existing
15924         fontification, so that the cpp face doesn't disappear.
15925         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15926         and strings.
15928         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15929         to map to `font-lock-negation-char-face' in emacsen where it exists.
15931 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15933         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15935         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15936         Rename "c-subword-move-mode" as "c-subword-mode".
15938         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15939         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15941 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15943         * progmodes/cc-mode.el: Added autoload directive for
15944         `c-subword-move-mode' for use in older emacsen.
15946 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15948         * progmodes/cc-mode.el:
15949         (i) Insert a binding for C-c C-backspace into
15950         c-bind-special-erase-keys which works in TTYs.
15951         (ii) Make sure that when file styles are used, any explicitly
15952         given style variables take priority over those in the style.
15953         Do this by calling `hack-local-variables' a second time.
15955         * progmodes/cc-vars.el: Add language specific customization
15956         widgets for AWK to c-doc-comment-style, c-require-final-newline
15957         and c-default-style.  Add a defcustom for awk-mode-hook.
15958         Give c-syntactic-element and c-syntactic-context doc-strings by
15959         directly setting their `variable-documentation' propery.
15960         This allows Emacs 22.1 to read these with C-h v.
15962         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15964 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15966         * progmodes/cc-fonts.el, cc-vars.el
15967         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15968         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15969         Masatake YAMATO.
15971         (c-doc-comment-style): Made GtkDoc default in C mode.
15973         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15974         and C-c C-<delete>.
15976         (c-bind-special-erase-keys): New function for use on
15977         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15979         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15980         <delete> key behavior in XEmacs according to `delete-forward-p'.
15981         C.f. `c-electric-delete'.
15983 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15985         * progmodes/cc-mode.el: Give c-hungry-backspace and
15986         c-hungry-delete-forward permanent key bindings.
15988         * progmodes/cc-cmds.el (c-electric-semi&comma):
15989         Bind c-syntactic-context for calls to "criteria functions", for
15990         consistency with other calls to user functions.
15992         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15993         `current-prefix-arg', since this might be the prefix arg to a
15994         command which calls c-indent-command as a function.  Change the
15995         interactive spec from "p" to "P".
15997         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15998         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15999         was difficult to understand.
16001 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16003         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16004         first char of an identifier.
16006         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16007         +" syntax in C++.
16009 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16011         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16012         auto-fill doesn't split a c-comment's last word from a hanging
16013         "*/" when a space is typed between them after fill-column.
16015         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16017         * progmodes/cc-styles.el (c-set-style)
16018         (c-setup-paragraph-variables): Abort the command if we're not in a
16019         CC Mode buffer.
16021         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16022         with blank comment-prefix, and a blank line as the comment's
16023         second line.
16025 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16027         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16028         Incorporate the patterns added in the Emacs development branch
16029         for the new Emacs 22 face `font-lock-negation-char-face'.
16031         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16032         of "red" since it stands out better in xterms and DOS terminals.
16034         * progmodes/cc-engine.el (c-literal-faces):
16035         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16037 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16039         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16040         forcibly enable c-electric-flag.
16042         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16043         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16044         after the comment-prefix of a C-style comment will close that comment.
16046 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16048         * progmodes/cc-fonts.el (c-basic-matchers-before)
16049         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16050         in Pike.
16052         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16053         digraphs.
16055         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16056         (c-cpp-message-directives, c-cpp-include-directives)
16057         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16058         (c-cpp-expr-directives): Introduce new language constants to
16059         control cpp syntax in a cleaner way.
16061         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16063         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16065         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16066         (c-multiline-string-start-char): New language constants and
16067         variables to specify how newlines in string literals work.
16069         (c-font-lock-invalid-string): Use them.
16071         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16072         unbalanced close brace is entered.  Optimization by avoiding going
16073         back over arbitrarily large blocks.  Removed hints that this
16074         function only would be relevant/useful in AWK.
16076         (c-electric-brace): Indent syntactically after the cleanups since
16077         lineup functions might do it differently then.
16079         * progmodes/cc-engine.el, cc-langs.el
16080         (c-opt-op-identifier-prefix): New language constant and variable.
16082         (c-just-after-func-arglist-p, c-after-special-operator-id)
16083         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16085         * progmodes/cc-align.el, cc-engine.el
16086         (c-after-special-operator-id): New helper to handle C++ operator
16087         identifiers.
16089         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16090         (c-guess-basic-syntax): Handle C++ operator identifiers in
16091         declarations.
16093         * progmodes/cc-langs.el (c-assignment-operators): Add the
16094         trigraph version of ^= too.
16096         * progmodes/cc-langs.el (c-assignment-operators): Add the
16097         trigraph version of |= in C++.
16099         * progmodes/cc-fonts.el (c-font-lock-declarators):
16100         Handle `c-decl-hangon-kwds' after the identifier name.
16102         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16103         whether an arglist is "nonempty", ignore a comment after the open
16104         paren if it isn't followed by a non-comment token on the same line.
16106         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16107         Enable heuristics below the point to cope with classes inside special
16108         brace lists in Pike.
16110 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16112         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16114 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16116         * progmodes/cc-guess.el (cc-guess-install): New function to
16117         install an already guessed style in another buffer.
16119         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16120         sets `inhibit-read-only' - `c-save-buffer-state' should be used
16121         anyway if the change always is undone.
16123 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16125         Implement togglable electricity:
16127         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16128         saying when it should be used.
16130         * progmodes/cc-engine.el: Add the new buffer-local variable,
16131         c-electric-flag.
16133         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16134         c-toggle-auto-newline.
16136         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16137         c-toggle-auto-newline.  Remove the binding for
16138         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
16139         c-toggle-electric-state.
16141         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16143         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16144         c-\(forward\|backward\)-subword.
16145         (c-update-modeline): Add the new modeline flag `l' for
16146         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
16147         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16148         Make the old name an alias of the new name.
16149         (c-toggle-electric-state): New function.
16150         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16151         Adapt these functions to do electric things only when
16152         c-electric-flag is non-nil.
16153         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16154         new functions from c-electric-brace.
16155         (c-point-syntax): Add a check for "virtual semicolons" in AWK
16156         mode, so that the tentative extra newline doesn't change the
16157         syntax of the following brace.
16158         (c-electric-brace): Restructure by extracting the above functions.
16159         Tidy up the coding somewhat.
16160         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16161         restructure a bit.
16163 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16165         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16166         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
16168         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16169         (c-submode-indicators): Change name from `c-auto-hungry-string'
16170         since it's now used to track another submode.
16172         (c-update-modeline): Convert to function and extended to check
16173         `c-subword-move-mode'.
16175         (c-forward-into-nomenclature, c-backward-into-nomenclature):
16176         Convert to compat aliases for `c-forward-subword' and
16177         `c-backward-subword'.
16179         * progmodes/cc-subword.el: New functions and minor mode to handle
16180         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16182         (c-forward-subword, c-backward-subword, c-mark-subword)
16183         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16184         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16185         Functions corresponding to the standard word handling functions.
16187         (c-subword-move-mode): Minor mode that replaces all the standard
16188         word handling functions with their subword equivalences.
16190 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16192         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16193         entry for one-liner-defun.
16195         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16196         name in its def-edebug-spec.
16198         * progmodes/cc-cmds.el (c-electric-brace): Make the
16199         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16200         compacts space before a comment, if this will make things fit on
16201         one line.
16203         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16205         * progmodes/cc-align.el: New function c-snug-1line-defun-close
16207         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16208         clean-up one-liner-defun.
16210         * progmodes/cc-styles.el: Add the new "awk" style.
16212         * progmodes/cc-vars.el: Add description of one-liner-defun to
16213         c-cleanup-list's doc-string.  New user options,
16214         c-max-one-liner-length.  In c-default-style, set the default style
16215         for AWK to "awk".
16217 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16219         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16220         macros inside labels.
16222         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16223         `c-at-statement-start-p' and `c-at-expression-start-p'.
16225         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16226         error if the mark isn't set.
16228         * progmodes/cc-engine.el (c-guess-continued-construct)
16229         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16230         accurately detect functions inside functions.
16232         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16233         like `c-at-statement-start-p' that additionally recognizes commas
16234         and expression parentheses as delimiters.
16236         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16237         to avoid heuristics that doesn't work for unclosed blocks.
16238         (c-at-statement-start-p): New function.
16240         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16241         Objective-C directives, e.g. directives spanning lines should work
16242         reasonably well now.
16244         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16246         (c-forward-objc-directive): New function to move over any ObjC
16247         directive.
16249         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16250         (c-basic-matchers-before): Use it.
16252         (c-font-lock-objc-iip-decl): Remove.
16254         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16255         in the template arglist recognition.
16257         * progmodes/cc-styles.el (c-style-alist): Fix several
16258         inconsistencies in the Whitesmith style.
16260         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16261         New lineup function to get lines after Whitesmith style blocks
16262         correctly indented.
16264         (c-lineup-whitesmith-in-block): Back out the compensation for
16265         opening parens since it's done using `add' lists in the style
16266         definition instead.  Don't use the anchor position since it varies
16267         too much between the syntactic symbols. :P
16269         * progmodes/cc-vars.el (c-valid-offset): Update.
16271         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16272         lists where the offsets are combined according to several
16273         different methods: `first', `min', `max', and `add'.
16274         Report offset evaluation errors with `c-benign-error' so that some kind
16275         of reindentation still is done.
16277         * progmodes/cc-engine.el (c-guess-basic-syntax):
16278         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16279         `arglist-close'.
16281         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16282         situations for `arglist-cont-nonempty' and `arglist-close'.
16284         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16286         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16287         cc-bytecomp-boundp' in a number of places.
16289         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16290         macro related issue.
16292 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16294         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16295         list is now [asdf], a char class [:alpha:].
16296         Include code for char classes.
16297         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16298         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16300         Remove (nearly all of) the cruft associated with AWK Mode's former
16301         concept of "virtual semicolons":
16303         Adapt c-beginning-of-statement, c-end-of-statement (together with
16304         subfunctions) to use the new notion of "virtual semicolon" in
16305         place of the old awkward special handling for AWK.  There remains
16306         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16307         * progmodes/cc-cmds.el:
16308         (c-ascertain-adjacent-literal): In the backwards direction, now
16309         recognises AWK regexp delimiters as string delimiters.
16310         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16311         check more rigorously for "end of macro".
16312         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16313         virtual semicolons;
16314         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16315         out the code for forward movement into ...
16316         (c-end-of-statement): Now contains the code for forward movement,
16317         adapted for virtual semicolons.
16319         * progmodes/cc-engine.el:
16320         (c-ws*-string-limit-regexp): New regexp.
16321         (c-forward-single-comment, c-backward-single-comment): Comment out
16322         the (now redundant) "special" AWK stuff.
16324         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16325         c-string-par-start, c-string-par-separate to be more like Text
16326         Mode than Fundamental Mode.
16328 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16330         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16331         to the fontified region so that fontification doesn't occur
16332         outside it (could happen e.g. when fontifying a line with an
16333         unfinished declaration).
16335 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16337         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16338         start of the file.  ^L now separate sections of the file.
16339         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16340         (c-awk-one-line-possibly-open-string-re)
16341         (c-awk-regexp-one-line-possibly-open-char-class-re)
16342         (c-awk-one-line-possibly-open-regexp-re)
16343         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16344         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16346         Amend the concept of "virtual semicolons" (in the indentation
16347         engine) for languages like AWK, such that they are now
16348         conceptually attached to end of the last token of a statement, not
16349         the end of the line.  (In AWK Mode, however, the pertinent text
16350         property is still physically set on the EOL.)  Remove the specific
16351         tests for awk-mode, thus facilitating the introduction of other
16352         language modes where EOLs can end statements.
16353         (Note: The funtionality in cc-cmds.el, specifically
16354         c-beginning/end-of-statement has yet to be amended.)
16356         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16357         New macros.
16359         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16360         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16361         c-vsemi-status-unknown-p-fn (in a new page).
16363         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16364         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16365         numerous awkward forms like
16366         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16367         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16368         variable before-ws-ip, the place just after char-before-ip appears.
16370         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16371         a comment.
16373 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16375         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16376         `c-tentative-buffer-changes'.
16378         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16379         convert to macro to choose between Emacs and XEmacs at compile time.
16381         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16383         (c-tentative-buffer-changes): New macro to handle temporary buffer
16384         changes in a convenient way.
16386         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16387         for `c-tentative-buffer-changes'.
16389         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16390         the checks for paren sexps between the point and the keyword, to
16391         avoid some false alarms.
16393         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16394         Fixed a situation where an error could be thrown for unbalanced
16395         parens.  Changed to make use of c-keyword-member' to avoid some
16396         repeated regexp matches.
16398         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16399         These language variable are no longer necessary.
16401         (c-block-stmt-kwds): New language constant used by
16402         c-looking-at-inexpr-block'.
16404         (c-guess-basic-syntax): Remove an optional check that looked at
16405         the existence of the now removed language variables.
16407         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16408         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16409         object instantiation expressions as declarations in some contexts.
16410         This bug only affected languages where the declarator can't be
16411         enclosed in parentheses.
16413         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16414         insert newlines before and after substatement braces.
16416         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16417         function declaration headers and the handling of C++ style member
16418         init lists.
16420         (c-just-after-func-arglist-p): Rewritten to use
16421         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16423         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16425         (c-guess-basic-syntax): Adapt case 5B for the new
16426         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16427         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16428         covers all cases now).
16430         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16432 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16434         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16435         c-string-par-start/separate c-sentence-end-with-esc-eol,
16436         initialised in c-setup-paragraph-variables, used in string
16437         scanning subroutines of c-beginning-of-statement.
16439         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16440         which precedes the newly inserted `{'.
16442 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16444         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16445         function for declaration level blocks.  It should now cope with
16446         templates better and also be a lot more comprehensible.
16448         (c-looking-at-decl-block): The new function.
16450         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16451         for compatibility.
16453         (c-add-class-syntax, c-guess-continued-construct)
16454         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16456         (c-decl-block-key): Change to tell apart ambiguous and
16457         unambiguous keywords.  Pike specials are now handled directly in
16458         the code instead.
16460         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16461         New language constants and variables to make the backward skip in
16462         `c-looking-at-decl-block' as tight as possible.
16464         (c-nonsymbol-token-char-list): New language constant.
16466         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16467         find balanced template arglists backwards.
16469         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16470         making char classes for `c-syntactic-skip-backward'.
16472         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16473         16D - can't be a class-close at that point.
16475         * progmodes/cc-engine.el (c-guess-basic-syntax)
16476         (c-add-class-syntax): Don't narrow out the enclosing declaration
16477         level.  This makes everything a lot easier, and it was actually
16478         only four small places that needed it to work.  Some places that
16479         previously did `widen' are removed now, which has the effect that
16480         `c-guess-basic-syntax' never will look at things outside the
16481         current narrowment now.  The anchor position for `topmost-intro'
16482         is affected by this, but it was so bogus it was basically useless
16483         before, and now it's equally bogus but in a slightly different way.
16485         (c-narrow-out-enclosing-class): Gone.
16487         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16488         the narrowed region.
16490         (c-least-enclosing-brace): Remove silly optional argument.
16492         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16493         the point could be left directly after an open paren when finding
16494         the beginning of the first decl in the block.
16496         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16497         Specify which submatch to use.
16499         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16501         (c-decl-start-re): No longer any need for special treatment of
16502         ObjC due to the above.
16504         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16505         presumably follows C in that regard.
16507         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16508         New language constants to specify operator tokens inside
16509         identifiers in a more high level way.
16511         (c-opt-identifier-prefix-key): New internal language constant.
16513         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16514         (c-identifier-start, c-identifier-key): Now completely calculated
16515         from other constants.
16517         (c-identifier-last-sym-match): Decommission since it's no longer used.
16519         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16521         * progmodes/cc-engine.el (c-forward-name): Remove the
16522         optimization when c-identifier-key is equal to c-symbol-key since
16523         it doesn't work in byte compiled files.  Don't record empty
16524         regions as identifiers.
16526         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16527         simplify access to `c-operators' and its likes.
16529         (c-operator-list, c-all-op-syntax-tokens)
16530         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16531         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16532         (c-primary-expr-regexp, c-cast-parens): Use it.
16534         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16535         an explicit language in functions.
16537         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16538         variant of adornment.
16540         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16541         variable.
16543         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16544         the Pike value.
16546         * progmodes/cc-engine.el (c-on-identifier)
16547         (c-simple-skip-symbol-backward): Small fix for handling "-"
16548         correctly in `skip-chars-backward'.  Affected the operator lfun
16549         syntax in Pike.
16551         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16552         diagnostic message about precompiled language vars not being used.
16554         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16555         "__attribute__" is followed by a parenthesis.
16557         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16558         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16559         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16561         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16562         Internal cleanups to properly detect the declared identifiers in
16563         various declarations.
16565         (c-decl-start-kwds): New language constant to recognize
16566         declarations that can start anywhere.  Used for class declarations
16567         in Pike.
16569         (c-specifier-key, c-not-decl-init-keywords)
16570         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16571         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16573         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16574         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16575         handling of the compiler specific extension keywords into a new
16576         language constant `c-decl-hangon-kwds' that defines keyword
16577         clauses to be ignored in declarations.
16579         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16580         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16581         Necessary to stop at the declared identifier in e.g. IDL valuetype
16582         declarations.
16584         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16585         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16586         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16587         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16588         class and enum declarations as such and not as part of the type.
16590         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16591         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16593         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16594         declarations when there's some syntax error later on.
16596         (c-complex-decl-matchers): Did away with a reference to
16597         `c-specifier-key'.
16599         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16600         value - this variable is always dynamically bound.
16602         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16603         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16604         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16605         functions that might do hidden buffer changes: All such internal
16606         functions are now marked instead of those that don't.
16608         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16609         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16610         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16611         (c-literal-type): Allow these functions to make hidden buffer changes,
16612         so that they are free to use text property caching later on.
16614         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16615         (c-electric-brace, c-electric-slash, c-electric-star)
16616         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16617         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16618         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16619         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16620         with the changed semantics of the functions above.
16622         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16623         when macros occur in obscure places.  Optimized the sexp movement
16624         a bit.
16626 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16628         Enhancements for c-beginning-of-statement to work in AWK Mode:
16630         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16631         (completed statement) with `}' (statement completed by closing
16632         brace or semicolon) and `$' (statement completed by EOL).
16634         (c-awk-virtual-semicolon-ends-prev-line-p)
16635         (c-awk-virtual-semicolon-ends-line-p)
16636         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16637         (c-awk-at-statement-end-p): New functions.
16639         * progmodes/cc-cmds.el: Simplify the structure of functions
16640         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16641         two functions and c-beginning-of-statement to handle AWK Mode.
16643         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16644         c-backward-single-comment for AWK mode.  Attempt to clarify their
16645         doc-strings.
16647         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16649 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16651         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16652         label handling.  Labels are now recognized in a uniform and more
16653         robust way, regardless of context.  Text properties are put on all
16654         labels to recognize the following declarations better.
16655         Multiword labels are handled both in indentation and fontification for
16656         the benefit of language extensions like Qt.  For consistency, keywords
16657         in labels are now fontified with the label face instead.
16658         That also applies to "case" and "default".
16660         (c-beginning-of-statement-1): Fix some bugs in the label
16661         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16662         with `c-label-kwds'.
16664         (c-find-decl-spots): Support that the callback adds more
16665         `c-decl-end' spots to find.
16667         (c-forward-decl-or-cast-1): Don't treat a list of plain
16668         identifiers followed by a colon as a declaration.
16670         (c-forward-label): New function to recognize labels.
16672         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16673         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16674         earlier since they aren't so context sensitive now.  Handle labels
16675         on the top level gracefully.  Moved access label recognition to
16676         the generic label case (CASE 15) - removed CASE 5E.
16678         (c-font-lock-declarations): Add recognition of labels in the
16679         same round since we need to handle labels in parallell with other
16680         declarations to recognize both accurately.  It should also improve
16681         speed.
16683         (c-simple-decl-matchers, c-basic-matchers-after):
16684         Move `c-font-lock-labels' so that it only is used on decoration level 2
16685         since `c-font-lock-declarations' handles it otherwise.
16687         (c-complex-decl-matchers): Remove the simplistic recognition of
16688         access labels.
16690         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16691         with labels earlier.
16693         (c-decl-start-re): New language variable to make
16694         `c-font-lock-declarations' stop for the special protection labels
16695         in Objective-C that start with `@'.
16697         (c-label-key): Remove since it's no longer used.
16699         (c-recognize-colon-labels, c-label-prefix-re): New language
16700         constants to support recognition of generic colon-terminated labels.
16702         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16703         are colon terminated labels.
16705         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16706         first argument starts with a special brace list.
16708         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16709         (c-font-lock-declarations): Break out the declaration and cast
16710         recognition from `c-font-lock-declarations' to a new function, so
16711         that it can be used in the indentation engine.
16713         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16714         up to the start of the literal.  Fixed bug with the point on the
16715         wrong side of the search limit that could happen when the start
16716         position is inside a literal.
16718         * progmodes/cc-engine.el (c-parse-state)
16719         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16720         so that it's kept a little bit back to increase the hit rate.
16722         (c-parse-state): Change the macro handling and fixed some
16723         glitches.  Macro context is checked more often than necessary now,
16724         but otoh less garbage conses are generated.
16726         * progmodes/cc-engine.el (c-parse-state)
16727         (c-invalidate-state-cache): Cache the last position where
16728         `c-state-cache' applies.  This can speed up refontification quite
16729         a bit in blocks where there are many non-brace parens before the point.
16731         (c-state-cache-end): New variable for this.
16733         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16734         cache variable.
16736         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16737         get close initial continue positions when the start position is
16738         inside a literal or macro.  Do not call the callback for spots
16739         before the start position (which can happen e.g. for `c-decl-end'
16740         spots inside comments).  Optimize better in special cases when the
16741         region is a single line inside a literal or macro (typically when
16742         the current line is refontified).
16744         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16745         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16746         entries from the paren state.
16748         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16749         special case for "else if" clauses.
16751         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16752         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16754         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16755         New language variable to recognize the gcc extension with statement
16756         blocks inside expressions.
16758         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16759         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16760         no longer used and hence removed.
16762         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16763         to `c-add-stmt-syntax'.
16765         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16766         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16767         This fixes bogus label recognition.
16769         * progmodes/cc-engine.el (c-add-type, c-check-type)
16770         (c-forward-name, c-forward-type): Improve storage of template
16771         types in `c-found-types' so that they can be recognized better.
16773         (c-syntactic-content): Add option to skip past nested parens.
16775         * progmodes/cc-engine.el (c-forward-name):
16776         Set `c-last-identifier-range' all the time.  It's less work that way.
16777         Handle that there might not be an identifier to store in
16778         `c-last-identifier-range'.
16780         (c-forward-type): Handle that `c-last-identifier-range' might be
16781         nil from `c-forward-name'.
16783         * progmodes/cc-defs.el (c-safe-scan-lists)
16784         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16786         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16787         to work even if the form fails.
16789         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16790         down in a large file in one go.
16792         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16794         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16795         function which is like `c-lineup-math' but returns nil instead of
16796         `c-basic-offset' when it doesn't match.
16798         (c-lineup-math): Change to use `c-lineup-assignments'.
16800 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16802         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16803         c-beginning-of-statement.  New subfunctions
16804         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16806 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16808         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16809         hardcoded char classes whereever possible.  Changed a couple of
16810         places to use skip by syntax instead of skip by char class.
16812         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16813         Fix a bug in the regexp that caused extreme backtracking.
16815         * progmodes/cc-langs.el (c-block-comment-starter)
16816         (c-block-comment-ender): New language constants to specify in a
16817         single place how block comments look.
16819         (c-comment-start-regexp, c-block-comment-start-regexp)
16820         (comment-start, comment-end, comment-start-skip)
16821         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16822         (c-syntactic-ws, c-nonempty-syntactic-ws)
16823         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16824         `c-line-comment-starter', `c-block-comment-starter' and
16825         `c-block-comment-ender'.
16827         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16828         New language constants to break up things a bit.
16830         (c-simple-ws): New language constant for simple whitespace.
16832         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16834         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16835         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16836         newlines.  Allow and ignore nil elements in the list.
16838 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16840         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16841         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16843         * progmodes/cc-cmds.el: Tidy up the comments in
16844         c-beginning-of-statement and subfunctions.
16846         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16847         more flexible c-put-char-property and c-clear-char-properties.
16848         Add the author's email address.
16850         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16852         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16853         closing "*/" of a block comment.
16855         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16856         subfunctions) so that it works at BOB and EOB.
16858         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16859         c-beginning-of-statement, including new variable
16860         c-block-comment-start-regexp.
16862 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16864         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16865         symbols from `*-font-lock-extra-types' so that there's no need to
16866         use `regexp-opt' on those lists.
16868         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16869         `c-type-modifier-kwds' is empty.
16871         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16872         there are several strings on the same line.
16874         * progmodes/cc-engine.el (c-literal-limits): Remove the
16875         compatibility function for older emacsen.  `c-literal-limits-fast'
16876         has now taken the place of this function.
16878         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16879         with older emacsen: We now require `pps-extended-state'.
16881 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16883         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16884         which obviates the need to hack sentence-end.  This now handles
16885         escaped newlines in strings correctly.  Correct minor bugs in
16886         c-move-over-sentence and in c-beginning-of-statement.
16888         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16889         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16890         that movement over macros and code are rigorously separated from
16891         eachother.  Correct a few incidental bugs.
16893         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16894         Improve its doc-string.  Improve the handling of certain specific cases.
16896 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16898         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16899         (c-guess-basic-syntax): Change the way class-level labels are
16900         recognized; they can now contain essentially any symbols.
16902         (c-opt-extra-label-key): New language variable to cope with the
16903         special protection label syntax in Objective-C.
16905         (c-opt-access-key): Remove; this is now handled better by
16906         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16908         (c-complex-decl-matchers): Update to handle that
16909         `c-opt-access-key' no longer exists.
16911         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16912         improved label recognition in `c-beginning-of-statement-1'.
16914         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16915         Recognize bitfields better.
16917         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16918         Remove some cruft and fixed a bug that could cause it to go to a
16919         position further down.
16921         * progmodes/cc-langs.el, cc-engine.el
16922         (c-beginning-of-statement-1): Improve detection of labels in
16923         declaration contexts.
16925         (c-beginning-of-decl-1): Use it.
16927         (c-nonlabel-token-key): New language constant and variable needed
16928         by `c-beginning-of-statement-1'.
16930         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16931         manifested itself due to the correction in `c-forward-sexp'.
16933         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16934         Make these behave as documented when used at the buffer limits.
16936         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16937         (c-type-decl-end-used): Made this a language variable.
16939         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16940         correctly when `combine-after-change-calls' is used together with
16941         temporary narrowings.
16943         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16944         Report labels correctly when the start point is immediately after the
16945         colon.
16947         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16948         Remove since it isn't used anymore.
16950         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16951         bracket arglists such as template parens in C++.
16953         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16954         in the last check-in.  Some optimization.
16956         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16957         where it could stop at the same level in a preceding sexp when
16958         PAREN-LEVEL is set.
16960         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16961         text property lookup only when it's needed.
16963         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16964         Change the policy for paren marked angle brackets to be more
16965         persistent; once marked they remain marked even when they're found
16966         to be unbalanced in the searched region.  This should keep the
16967         paren syntax around even when individual lines are refontified in
16968         multiline template arglists.
16970         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16971         to control markup so that incorrect angle bracket arglists aren't
16972         marked in contexts where the correct value for
16973         `c-disallow-comma-in-<>-arglists' isn't known.
16975         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16976         argument has become `c-parse-and-markup-<>-arglists'.
16978         (c-remove-<>-arglist-properties): Remove - no longer used.
16980         (c-after-change-check-<>-operators): New function used on
16981         `after-change-functions' to avoid that "<" and ">" characters that
16982         are part of longer operators have paren syntax.
16984         (c-<>-multichar-token-regexp): New language variable used by
16985         `c-after-change-check-<>-operators'.
16987         (c-after-change): Call `c-after-change-check-<>-operators'.
16989         (c-font-lock-<>-arglists): Use the context properties set by
16990         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16991         correctly to avoid doing invalid markup.
16993         (c-font-lock-declarations): Remove code that undoes the invalid
16994         markup done by `c-font-lock-<>-arglists'.
16996         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16997         after `c-font-lock-declarations'.
16999         * progmodes/cc-engine.el (c-syntactic-skip-backward):
17000         Add paren-level feature.
17002         (c-guess-basic-syntax): Improve the anchor position for
17003         `template-args-cont' in nested template arglists.  There's still
17004         much to be desired in this area, though.
17006 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17008         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17009         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17011 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17013         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17014         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17016         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17017         it doesn't work no longer are supported.
17019         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17020         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17021         requires support for the syntax-table' text property, which rules
17022         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
17023         cruft associated with those versions.
17025         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17026         for the `syntax-table' text property, which rules out Emacs 19 and
17027         XEmacs < 21.4.  Removed various compatibility cruft associated
17028         with those versions.
17030         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17031         support for the `syntax-table' text property.
17033         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17034         variable and use an extra quoted face name instead.  All the
17035         emacsen flavors handle that correctly.
17037         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17038         (c-font-lock-declarators, c-font-lock-declarations)
17039         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17040         property to mark the items in in declarator lists to handle
17041         refontification inside multiline declarations better.
17043         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17044         construct like "a * b = c;" as a declaration.
17046 2005-12-08  Kim F. Storm  <storm@cua.dk>
17048         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17049         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
17050         select either meta, hyper, or super modifier for rectangle commands.
17051         (cua--rectangle-modifier-key): New defvar.
17052         (cua--M/H-key): Use it.  Remove special case for `space'.
17053         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17054         on X, to meta otherwise.  Always bind C-return to toggle
17055         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
17057         * emulation/cua-rect.el (cua-help-for-rectangle):
17058         Use cua--rectangle-modifier-key.  Handle super modifier too.
17059         (cua--init-rectangles): Always bind C-return to toggle rectangle.
17060         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17062         * ido.el: Move Acknowledgements and History after Commentary.
17063         Minor changes to Commentary.
17065         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17066         keymap if cua--prefix-override-timer is `shift'.
17067         (cua--shift-control-prefix): New function; emulate "type prefix
17068         key twice" functionality to handle shifted prefix key override.
17069         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17070         New commands.
17071         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17073 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
17075         * textmodes/org.el (org-insert-heading): Try to do items before
17076         headings.
17077         (org-agenda-mode): Quote `org-agenda-mode-hook'.
17078         (org-insert-item): New function.
17079         (org-renumber-ordered-list): Don't skip to higher level lists.
17081 2005-12-08  Juri Linkov  <juri@jurta.org>
17083         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17085         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17087         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17089         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17090         the constructed function name fun-1.
17092         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17093         because such links don't lead to parent documentation.
17095 2005-12-08  Kenichi Handa  <handa@m17n.org>
17097         * descr-text.el (describe-char): Use *Help-2* buffer if the
17098         current buffer is *Help*.  Call describe-text-properties while
17099         setting the original buffer.
17101 2005-12-07  Bill Wohler  <wohler@newt.com>
17103         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
17104         and causes problems with non-MH users (such as Gnus users).
17106 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
17108         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17109         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17110         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17111         command "info sources".  Move calls to GDB command "list".
17112         (gdb-find-file-hook): Just use gdb-source-file-list.
17113         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17114         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17115         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17116         (gdb-data-list-register-values-handler): Use correct trigger name.
17118 2005-12-07  Kim F. Storm  <storm@cua.dk>
17120         * ido.el (ido-completion-map): Rename from ido-mode-map.
17121         (ido-common-completion-map, ido-file-completion-map)
17122         (ido-file-dir-completion-map, ido-buffer-completion-map):
17123         Rename from ido-mode-....-map.
17124         (ido-init-completion-maps): Rename from ido-init-mode-maps.
17125         (ido-setup-completion-map): Rename from ido-define-mode-map.
17126         (ido-read-internal): Bind minibuffer-local-filename-completion-map
17127         to ido-completion-map.
17129 2005-12-07  Kenichi Handa  <handa@m17n.org>
17131         * international/mule-cmds.el
17132         (set-display-table-and-terminal-coding-system): If the coding
17133         system specified in `unibyte-display' property is different from
17134         the arg coding-system, don't setup standard-display-table.
17136 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17138         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17139         that comments end at \n, regardless of selective-display.
17141 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
17143         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17144         (gdb-version): New variables.
17145         (gdb-source-file-list, gdb-register-names)
17146         (gdb-changed-registers): New variables for use with GDB 6.4+.
17147         (gdb-ann3): Replace with...
17148         (gdb-init-1, gdb-init-2): ...two new functions.
17149         (gdba, gdb-prompt): Call gdb-init-1.
17150         (gdb-get-version): New function.  Call gdb-init-2 from here.
17151         (gud-watch): Make it work with mouse events too.
17152         (gdb-post-prompt): Don't add to queue until GDB version is known.
17153         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17154         (gdb-locals-mode): Use gdb-version.
17155         (gdb-memory-format-map, gdb-memory-unit-map)
17156         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17157         (gdb-locals-font-lock-keywords-1)
17158         (gdb-locals-font-lock-keywords-2): New variables.
17159         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17160         (gdb-set-gud-minor-mode-existing-buffers-1)
17161         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17162         (gdb-var-update-1, gdb-var-update-handler-1)
17163         (gdb-data-list-register-values-handler)
17164         (gdb-data-list-register-values-custom)
17165         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17166         (gdb-stack-list-locals-handler, gdb-get-register-names):
17167         New functions for use with GDB 6.4+.
17168         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17169         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17170         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17171         (gdb-stack-list-locals-regexp)
17172         (gdb-data-list-register-names-regexp): New regexps for use with
17173         GDB 6.4+.
17175 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17177         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17179 2005-12-06  Nozomu Ando  <nand@mac.com>
17181         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17182         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17183         <seallan@verizon.net>.
17185 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17187         * frame.el (set-frame-parameter): Add doc string.
17189 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17191         * textmodes/org.el (org-occur-highlights): New variable.
17192         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17193         (org-highlight-sparse-tree-matches): New option.
17194         (org-do-occur): New function.
17195         (org-get-heading): Make it work also at beginning of line.
17196         (org-category-table): New variable.
17197         (org-get-category-table, org-get-category)
17198         (org-camel-to-words, org-link-search): New functions.
17199         (org-select-this-todo-keyword): New variable.
17200         (org-todo-list): New command.
17201         (org-shiftright, org-shiftleft): New commands.
17202         (org-agenda-todo): Add prefix argument.
17203         (org-show-hierarchy-above): New option.
17204         (org-show-todo-tree): Numerical prefix creates tree for specific
17205         TODO keyword.
17206         (org-outline-level): New function, to assign a level to plain
17207         lists items.
17208         (org-cycle-include-plain-lists): New option.
17209         (org-mode): Use `org-outline-level' as value of `outline-level'.
17210         (org-cycle): Temporarily switch `outline-regexp' if
17211         `org-cycle-include-plain-lists' is non-nil.
17212         (org-start-icalendar-file): Fix format bug.
17213         (org-agenda-get-day-entries): Create category table.
17214         (org-agenda-get-todos, org-agenda-get-timestamps)
17215         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17216         (org-agenda-get-blocks): Use `org-get-category'.
17217         (org-context-in-file-links): Rename from
17218         `org-line-numbers-in-file-links'.
17220 2005-12-06  Romain Francoise  <romain@orebokech.com>
17222         * window.el (balance-windows): Delete extraneous third arg in call
17223         to `enlarge-window'.
17225 2005-12-06  Kenichi Handa  <handa@m17n.org>
17227         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17229 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17231         * progmodes/gdb-ui.el (gdb-var-create-handler)
17232         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17233         (gdb-var-list-children-handler, gdb-var-update-handler):
17234         Current buffer is already gdb-partial-output-buffer, don't
17235         make it current again.
17237 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17239         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17240         (list-buffers-noselect): Use it.
17242 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17244         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17245         (mail-yank-ignored-headers): Use regexp-opt.
17246         (mail-mode-map): Move initialization into declaration.
17247         (mail-sent-via): Remove unused shadowed var `to-line'.
17248         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17249         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17250         (mail-do-fcc): Use dolist and push.
17251         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17252         (mail-yank-ignored-headers): Don't autoload.
17254 2005-12-05  Kenichi Handa  <handa@m17n.org>
17256         * international/mule-cmds.el (set-language-info-internal): New fun.
17257         (set-language-info): Call set-language-info-internal to update
17258         language-info-alist.  If LANG-ENV is the current one, call
17259         set-language-environment to make INFO effective now.
17260         (set-language-info-alist): Likewise.
17261         (locale-language-names): With locale "en", use English
17262         lang. env. but set the default codings to iso-8859-1.
17264 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17266         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17267         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17268         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17269         for plain strings.
17270         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17271         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17272         Create registers buffer if necessary.  Echo new state in minibuffer.
17273         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17275 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17277         * info.el (Info-fontify-node): Match external links using
17278         non-directory part of filename.
17280 2005-12-04  Juri Linkov  <juri@jurta.org>
17282         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17283         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17284         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17285         because there is no customization option for it.
17287         * font-lock.el (lisp-font-lock-keywords-1):
17288         Add define-global-minor-mode.
17290         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17292         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17293         properties on the constructed variable names.
17295         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17296         Put `definition-name' properties on the constructed function names
17297         next-sym and prev-sym.
17299         * emacs-lisp/find-func.el (find-function-regexp):
17300         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17301         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17302         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17303         and easy-menu-define.
17305         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17306         easy-mmode-define-global-mode and define-global-minor-mode.
17307         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17309         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17310         instead of easy-mmode-define-global-mode.
17312         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17313         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17315         * cus-edit.el (customize-group, customize-group-other-window):
17316         Filter out autoloaded options from the group completion list by
17317         using heuristics that autoloaded groups don't have `custom-autoload'
17318         property on their symbols (they have only `custom-loads').
17320         * simple.el (completion-setup-function): Put completions-common-part
17321         face on complete completion string too (i.e. completion string
17322         without completions-first-difference face).
17324         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17326 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17328         * view.el (view-mode): Doc fix.
17330         * disp-table.el (standard-display-european): Add to the warning
17331         message a reference to the doc string.
17333         * play/yow.el (apropos-zippy): Call print-help-return-message,
17334         similar to other Help and Apropos commands.
17336         * help.el (print-help-return-message): If pop-up-frames is
17337         non-nil, set up help-return-method to delete the help window and,
17338         possibly, its frame as well, and don't display message about
17339         scrolling the help window.  Doc fix.
17340         (help-return-method): Doc fix.
17342 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17344         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17345         whereby names of length one or names starting with a
17346         symbol-constituent character would not be returned.
17348 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17350         * subr.el (atomic-change-group): Add edebug and indentation spec.
17352 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17354         * completion.el (save-completions-file-name): Fix typo in last change.
17356 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17358         * info.el: Move back/forward history to the beginning of the tool bar.
17360 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17362         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17363         Add fset of allout-real-isearch-abort during compile to fix
17364         byte-compilation warnings.
17365         (allout-mode-p): Move definition of this macro above all uses, or
17366         byte compilation in barren Emacs (eg, during Emacs build) will
17367         lack the definition.
17368         (allout-mode): Move this variable above any uses, or byte
17369         compilation will fail.
17370         (allout-resolve-xref): Remove use of personal file-reference function.
17371         (allout-toggle-current-subtree-encryption): Do the current (ie,
17372         visible containing) topic, rather than nearest around point.  Doc fix.
17373         (allout-toggle-subtree-encryption): New function, workhorse that
17374         works on nearest topic containing point.
17375         (allout-encrypt-string): Signal requirement for newer version of pgg.
17376         (allout-resumptions): Doc fix.
17378 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17380         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17382 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17384         * textmodes/flyspell.el (flyspell-external-point-words):
17385         Consider a misspelling as found in the string search if: (a) misspelling
17386         and found string lengths match, or (b) misspelling is found as
17387         element in a boundary-chars separated longer string, or (c)
17388         ispell-program-name is really ispell and misspelling is found as
17389         part of a TeX string.  After successful match move beginning of
17390         search region to end of match.  Warn about not found misspellings
17391         once the process is done.
17392         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17394 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17396         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17397         tool bar (removed inadvertently).
17399 2005-12-02  Juri Linkov  <juri@jurta.org>
17401         * log-view.el (log-view-diff): Clarify doc string.
17403 2005-12-01  Bill Wohler  <wohler@newt.com>
17405         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17406         triggers lm-verify errors.
17408 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17410         * simple.el (transient-mark-mode, line-number-mode)
17411         (column-number-mode, size-indication-mode): Remove `:require nil'.
17413 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17415         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17416         in the margin also.
17417         (gdb-breakpoints-mode-map): Use D instead of d for
17418         gdb-delete-breakpoint.
17419         (gdb-get-frame-number): Require a number to match on.
17420         (gdb-threads-mode-map): Add follow-link binding.
17422 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17424         * isearch.el (isearch-mode-map): Avoid exiting search on
17425         language-change event.
17427 2005-11-30  Romain Francoise  <romain@orebokech.com>
17429         * speedbar.el (speedbar-default-position): New defcustom.
17430         (speedbar-frame-reposition-smartly): Use it.
17432         * dframe.el (dframe-reposition-frame-emacs): Fix position
17433         computation for `left' location.
17434         Update copyright year.
17436 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17438         * help.el (help-map): Move initialization into declaration.
17440         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17442         * help-fns.el (help-argument-name): Don't autoload.
17443         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17444         to be re-loaded when customizing the `help' group.
17446 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17448         * help-fns.el (describe-function-1): Fill arglist output.
17450 2005-11-30  Kim F. Storm  <storm@cua.dk>
17452         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17453         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17454         after revert-buffer (or anything else which kills all local variables).
17456         * apropos.el (apropos-parse-pattern): Doc fix.
17457         Set apropos-regexp directly, rather than expecting callers to do so.
17458         (apropos-command, apropos, apropos-value, apropos-documentation):
17459         Simplify calls to apropos-parse-pattern.
17461 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17463         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17464         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17465         (hi-lock-write-interactive-patterns): Use comment-region.
17467         * longlines.el (longlines-mode): Add mail-setup-hook.
17469         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17471         * simple.el (sendmail-user-agent-compose, next-line):
17472         Conditionally use hard-newline.
17474 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17476         * international/latexenc.el (latex-inputenc-coding-alist):
17477         Reword doc string.
17479 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17481         * help.el (describe-key-briefly, describe-key): Recognize default
17482         bindings.
17484 2005-11-29  Romain Francoise  <romain@orebokech.com>
17486         * view.el (view-inhibit-help-message): New defcustom.
17487         (view-mode-enter): Use it.
17489 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17491         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17492         Preserve user position.
17494 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17496         * font-lock.el: Throw error if facemenu is not loaded to prevent
17497         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17499         * loadup.el: Add comment explaining why facemenu must be loaded
17500         before font-lock.
17502 2005-11-28  Jay Belanger  <belanger@truman.edu>
17504         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17505         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17507         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17509         * calc/calc-embed.el (calc-do-embedded): Update help message.
17511         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17513 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17517         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17518         called-interactively-p.
17519         (elp-profilable-p): Rename from elp-not-profilable-p.
17520         Invert result and take into account macros and autoloaded functions.
17521         (elp-instrument-function): Update call.
17522         (elp-instrument-package): Update call.  Add completion.
17523         (elp-pack-number): Use match-string.
17524         (elp-results-jump-to-definition-by-mouse): Merge into
17525         elp-results-jump-to-definition and then remove.
17526         (elp-output-insert-symname): Make help echo text single-line.
17528         * replace.el (query-replace-map): Move initialization into declaration.
17529         (occur-engine): Use with-current-buffer.
17530         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17531         (occur-mode-mouse-goto): Replace with an alias.
17533 2005-11-28  Juri Linkov  <juri@jurta.org>
17535         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17537         * term/w32-win.el: Bind [S-tab] to [backtab].
17539         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17540         `Info-find-file' to t.
17542         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17543         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17544         and same-window-regexps.
17545         (occur-next-error): Don't move point for arg 0.
17547 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17549         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17551 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17553         * log-edit.el (log-edit-changelog-use-first): New var.
17554         (log-edit-changelog-ours-p): Use it.
17555         (log-edit-insert-changelog): Set it with new arg `use-first'.
17556         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17557         (log-edit-hook): Add them to the list of suggested options.
17559         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17560         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17561         redundant work.
17562         (flyspell-mode-on): Use add-hook for after-change-functions.
17563         (flyspell-mode-off): Use remove-hook for after-change-functions.
17564         (flyspell-changes): Make it buffer-local.
17565         (flyspell-after-change-function): Make it non-interactive.  Use push.
17566         (flyspell-post-command-hook): Check input-pending-p while processing
17567         the potentially long list of buffer changes.
17569 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17571         * buff-menu.el (list-buffers-noselect): Display the selected
17572         frame's buffer list, not the global one.
17574 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17576         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17577         that (list last-input-event) works as in interactive spec.
17579 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17581         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17582         `facemenu-keymap' needs to be defined when font-lock is loaded.
17583         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17585 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17587         * completion.el: Remove useless leading * in defcustom docstrings.
17588         (save-completions-file-name): Use ~/.emacs.d if available.
17589         (completion-standard-syntax-table): Rename from
17590         cmpl-standard-syntax-table and fold initialization into declaration,
17591         thus removing cmpl-make-standard-completion-syntax-table.
17592         (completion-lisp-syntax-table, completion-c-syntax-table)
17593         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17594         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17595         (symbol-under-point, symbol-before-point)
17596         (symbol-under-or-before-point, symbol-before-point-for-complete)
17597         (add-completions-from-c-buffer): Use with-syntax-table.
17598         (make-completion): Don't return a list of completion entries.
17599         Update callers.
17600         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17601         (completion-initialize): Rename from initialize-completions.
17602         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17603         (kill-emacs-save-completions): Collect stats here.
17604         (save-completions-to-file, load-completions-from-file):
17605         Use with-current-buffer.
17606         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17607         into a function.  Move all calls to toplevel.
17608         (completion-lisp-mode-hook): New fun.
17609         (completion-c-mode-hook, completion-setup-fortran-mode):
17610         Set the syntax-table here.  Use local-set-key.
17611         (completion-saved-bindings): New var.
17612         (dynamic-completion-mode): Make it into a proper minor mode.
17613         (load-completions-from-file): Remove unused var `num-uses'.
17615         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17616         constructor if it is explicitly overridden.
17618         * complete.el (PC-completion-as-file-name-predicate):
17619         Use minibuffer-completing-file-name.
17620         (partial-completion-mode): Use find-file-not-found-functions.
17621         (PC-lisp-complete-symbol): Use with-syntax-table.
17622         (PC-look-for-include-file): Remove dead setq.
17623         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17624         (PC-complete): Use with-current-buffer.
17626         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17627         escape single quotes.
17629 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17631         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17632         of `if' whose condition always returned nil.  Doc fix.
17634         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17635         window's buffer the current buffer around the call to
17636         `list-buffers-noselect'.  This is necessary to mark that buffer
17637         with a `.' in the Buffer Menu when called from Lisp, for instance
17638         by Auto Revert Mode.
17640 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17642         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17643         attaching to it.
17644         (gdb-pre-prompt): Make sure gdb-error is reset.
17646         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17647         with a child process, detect it.
17648         (gud-speedbar-buttons): Match regexp more carefully.
17650 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17652         * mouse.el (mouse-drag-move-window-bottom):
17653         Use adjust-window-trailing-edge.
17655 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17657         * simple.el (blink-matching-open): Ignore
17658         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17659         (blink-matching-paren-on-screen): Update docstring.
17661         * paren.el (show-paren-mode): No longer change
17662         `blink-matching-paren-on-screen'.
17664 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17666         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17667         (gdb-threads-select, gdb-edit-register-value):
17668         Use `posn-set-point' instead of `mouse-set-point' because the
17669         latter is not fbound when configured without X.
17671 2005-11-27  Kim F. Storm  <storm@cua.dk>
17673         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17674         existing face when partially highlighting a TAB in a rectangle.
17676 2005-11-26  Kim F. Storm  <storm@cua.dk>
17678         * ido.el (ido-mode-map): Doc fix.
17679         (ido-mode-common-map, ido-mode-file-map)
17680         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17681         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17682         parent for ido-mode-map instead of building from scratch.
17683         (ido-init-mode-maps): New defun to initialize new maps.
17684         (ido-mode): Call it.
17685         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17686         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17688 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17690         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17691         `mouse-set-point' because the latter is not fbound when configured
17692         without X.
17694 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17696         * files.el (file-relative-name): Doc fix.
17698 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17700         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17701         non-empty string for secondary prompt PS2.
17703 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17705         * progmodes/compile.el (compilation-setup): Fix last change.
17707 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17709         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17710         (gdb-mouse-toggle-breakpoint-margin)
17711         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17712         Add gdb-server-prefix to keep out of command history.
17713         (gdb-edit-register-value): New function.
17714         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17715         (gdb-info-registers-custom): Use above map.
17717 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17719         * custom.el (enable-theme): Signal error if argument is not a
17720         theme.  Don't recalculate a face if it's not loaded yet.
17722         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17723         the `user' theme is in effect.
17725         * info.el (Info-on-current-buffer): Record actual filename in
17726         Info-current-file, instead of t, or a fake filename if a non-file
17727         buffer.  Make autoload.
17728         (Info-find-node, Info-revert-find-node): No need to check for
17729         Info-current-file nil.
17730         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17731         Info-current-file is now never `t'.
17732         (Info-fontify-node): Many simplifications due to Info-current-file
17733         always being valid.  Use Info-find-file to find node filename.
17735 2005-11-25  David Kastrup  <dak@gnu.org>
17737         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17738         new character, then delete" in order to preserve markers.
17740 2005-11-25  David Ponce  <david@dponce.com>
17742         * recentf.el (recentf-arrange-by-rule): Handle a special
17743         `auto-mode-alist'-like "strip suffix" rule.
17744         (recentf-build-mode-rules): Handle second level auto-mode entries.
17746 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17748         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17749         window modes.
17751         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17752         jde-javadoc-checker-report-mode.
17754         * ediff-wind (ediff-make-wide-display): Slight simplification.
17756         * ediff.el (ediff-date): Change the date of last update.
17758 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17760         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17761         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17762         (hi-lock-mode): New global minor mode.
17763         (turn-on-hi-lock-if-enabled): New function.
17764         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17765         Change arguments to regexp and face instead of a font-lock pattern.
17766         Directly set face property, instead of refontifying.
17767         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17768         (hi-lock-find-patterns): Use line-number-at-pos.
17770         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17771         arguments for hi-lock-set-pattern.
17772         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17773         Call font-lock-fontify-buffer.
17774         (hi-lock-find-file-hook, hi-lock-current-line)
17775         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17777         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17778         turned off.
17780         * progmodes/compile.el (compilation-setup): Don't fiddle with
17781         font-lock-defaults.
17783 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17785         * progmodes/gdb-ui.el (gdb-var-create-handler)
17786         (gdb-var-list-children-handler): Find values for all variable
17787         objects.  gud-speedbar-buttons decides whether to display them.
17789 2005-11-24  Romain Francoise  <romain@orebokech.com>
17791         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17792         buffer name with a space.
17794 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17796         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17797         `org-export-local-list-max-depth'.  Change default value to 3.
17798         (org-auto-renumber-ordered-lists)
17799         (org-plain-list-ordered-item-terminator): New options.
17800         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17801         (org-get-indentation, org-get-string-indentation)
17802         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17803         New functions.
17804         (org-move-item-down, org-move-item-up): New commands.
17805         (org-export-as-html): New classes for CSS support.  Bug fix in
17806         regular expression detecting fixed-width regions.  Respect
17807         `org-local-list-ordered-item-terminator'.
17808         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17809         also a list item.
17810         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17811         New item moving functions.
17813 2005-11-24  Juri Linkov  <juri@jurta.org>
17815         * isearch.el (isearch-repeat): With empty search ring set
17816         `isearch-error' to the error string instead of signaling error
17817         with the function `error'.
17819 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17821         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17823 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17825         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17826         and variable.
17827         (gdb-var-create-handler, gdb-var-list-children-handler):
17828         Don't match on "char **...".
17829         (gdb-var-update-handler): Find values for all variable objects.
17830         (gdb-info-frames-custom): Identify frames by leading "#".
17832         * progmodes/gud.el (gud-speedbar-menu-items): Add
17833         gdb-speedbar-auto-raise as radio button.
17834         (gud-speedbar-buttons): Raise speedbar if requested.
17835         Don't match on "char **...".
17836         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17837         Make it editable.
17839 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17841         * info.el (Info-fontify-node): Handle the case where
17842         Info-current-file is t.
17844 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17846         * simple.el (blink-matching-open): Fix off-by-one in last change.
17848 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17850         * term/mac-win.el: Don't change default directory.
17852 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17854         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17855         buffers correctly.  (It used to throw an error in such buffers.)
17856         Make it ask for confirmation in group buffers and other Custom
17857         buffers containing more than one customization item.
17859 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17861         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17862         property on mail and url overlays.
17863         (goto-address-at-point): Use `posn-set-point' instead of
17864         `mouse-set-point' because the latter is not fbound when configured
17865         without X.
17867 2005-11-22  Lars Hansen  <larsh@soem.dk>
17869         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17870         (ls-lisp-classify, ls-lisp-format): Delete call to
17871         ls-lisp-parse-symlink.
17872         (ls-lisp-handle-switches): Handle symlinks to directories as
17873         directories when ls-lisp-dirs-first in non-nil.
17875 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17877         * startup.el (command-line): Make sure that loaddefs.el is handled
17878         correctly in load-history.
17880 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17882         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17883         (gdb-struct-string, gdb-array-string): New constants.
17884         (gdb-info-locals-handler): Use them.
17885         (gdb-reset): Reset gdb-var-list to nil.
17887 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17889         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17890         in patterns.
17892 2005-11-21  Juri Linkov  <juri@jurta.org>
17894         * custom.el (defcustom): Update link types in docstring.
17896 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17898         * custom.el (defgroup): Add doc-string-elt info.
17900         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17902 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17904         * newcomment.el (comment-enter-backward): Fix last fix.
17906         * simple.el (blink-matching-open):
17907         * paren.el (show-paren-function): Allow new paren-class info.
17909 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17911         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17912         handled automagically.
17914 2005-11-20  Andreas Schwab  <schwab@suse.de>
17916         * descr-text.el (describe-char): When copying overlays put them
17917         over the full char description instead of just the first character
17918         of it.
17920 2005-11-20  Juri Linkov  <juri@jurta.org>
17922         * simple.el (what-cursor-position):
17923         * descr-text.el (describe-char): Use Lisp-readable syntax
17924         for octal and hex.  Reorder decimal, octal and hex values.
17925         Remove excess whitespace in the output.  Use `=' in `column='
17926         like in `point=' and `Hscroll='.
17928         * international/mule-cmds.el (encoded-string-description):
17929         Use Lisp-readable syntax for hex.
17931 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17933         * newcomment.el (comment-enter-backward): Handle the case where the
17934         comment is closed by EOB.
17936 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17938         * longlines.el (longlines-before-revert-hook)
17939         (longlines-after-revert-hook): New functions.
17940         (longlines-mode): Turn off longlines temporarily when reverting.
17941         Add a message-setup-hook.
17942         (longlines-decode-buffer): New function.
17943         (longlines-wrap-line): Preserve marker positions.
17945 2005-11-19  Andreas Schwab  <schwab@suse.de>
17947         * emacs-lisp/shadow.el: Handle compressed files.
17949 2005-11-19  Romain Francoise  <romain@orebokech.com>
17951         * net/browse-url.el (browse-url-default-browser): Signal an error
17952         if no usable browser can be found, rather than try to load w3.
17954 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17956         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17957         replacing existing properties.
17958         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17959         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17960         tty specs.
17961         (rcirc-server-prefix, rcirc-server): New faces.
17962         (rcirc-url-regexp): Generate with rx macro.
17963         (rcirc-last-server-message-time): New variable.
17964         (rcirc-filter): Record time of last message.
17965         (rcirc-keepalive): Kill processes that did not send a message
17966         since the last ping.
17967         (rcirc-mode): Give rcirc-topic a local binding here.
17969 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17971         * subr.el (read-passwd): Fontify the prompt as we do with other
17972         prompts.
17974 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17976         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17977         binding buffer-read-only to nil.
17979 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17981         * complete.el (partial-completion-mode):
17982         Mention completion-auto-help in the doc string.
17984         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17985         more Lisp-ish way.
17987 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17989         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17990         digits, not 8, to avoid misalignment for files larger than 100MB.
17992 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17994         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17995         Mention "keyboard shortcuts" in the help text.
17997 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17999         * startup.el (fancy-splash-default-action): Discard only
18000         mouse-down and succeeding mouse-up events in the splash screen
18001         window so that drag-n-drop event can be processed.
18003 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
18005         * longlines.el (longlines-mode): Add hacks for mail-mode and
18006         message-mode.
18008 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
18010         * textmodes/org.el (org-table-sort-lines): New command.
18011         (org-tbl-menu): Add entry for `org-table-sort-lines'.
18012         (org-add-file): Command removed, use `org-agenda-file-to-front'
18013         instead.
18014         (org-export-icalendar): Use `org-icalendar-combined-name'.
18015         (org-cycle-agenda-files, org-agenda-file-to-end)
18016         (org-agenda-file-to-front): New commands.
18017         (org-table-tab-jumps-over-hlines, org-export-html-style):
18018         New options.
18019         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18020         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18021         New functions.
18022         (org-fill-paragraph): Call `org-table-align' in tables.
18023         (org-mode): Call `org-set-autofill-regexps'.
18024         (org-export-as-html): Support for local handformatted lists.
18025         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
18026         (org-export-local-list-max-depth): New option.
18027         (org-html-expand): Use `org-html-protect'.
18029 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
18031         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18032         to "p".
18033         (gdb): Move definition of gud-pp to...
18035         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
18036         speedbar.
18037         (gdb-find-watch-expression): New function.
18039 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18041         * faces.el (face-attribute, set-face-attribute): Mention existence
18042         of `:ignore-defface' setting in docstring.
18044 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18046         * simple.el (completion-setup-function): Fix last change.
18048 2005-11-17  John Paul Wallington  <jpw@pobox.com>
18050         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18051         Use `posn-set-point' instead of `mouse-set-point' because the
18052         latter is not fbound when configured without X.
18054         * comint.el (comint-insert-input): Likewise.
18056 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18058         * simple.el (hard-newline): New variable.
18059         (sendmail-user-agent-compose, next-line): Use it.
18061         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18062         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18063         (mail-mail-reply-to, mail-mail-followup-to)
18064         (mail-position-on-field, mail-signature, mail-yank-original)
18065         (mail-attach-file): Likewise.
18067         * mail/mailheader.el (mail-header-format)
18068         (mail-header-format-function): Likewise.
18070         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18072 2005-11-17  Juri Linkov  <juri@jurta.org>
18074         * font-lock.el (font-lock-faces): Rename this defgroup from
18075         `font-lock-highlighting-faces'.
18076         (font-lock-comment-face, font-lock-comment-delimiter-face)
18077         (font-lock-string-face, font-lock-doc-face)
18078         (font-lock-keyword-face, font-lock-builtin-face)
18079         (font-lock-function-name-face, font-lock-variable-name-face)
18080         (font-lock-type-face, font-lock-constant-face)
18081         (font-lock-warning-face, font-lock-negation-char-face)
18082         (font-lock-preprocessor-face)
18083         (font-lock-regexp-grouping-backslash)
18084         (font-lock-regexp-grouping-construct): Rename :group from
18085         `font-lock-highlighting-faces' to `font-lock-faces'.
18087         * cus-edit.el (lisp, c, tex):
18088         * progmodes/ada-mode.el (ada):
18089         * progmodes/asm-mode.el (asm):
18090         * progmodes/cperl-mode.el (cperl-faces):
18091         * progmodes/cpp.el (cpp):
18092         * progmodes/dcl-mode.el (dcl):
18093         * progmodes/f90.el (f90):
18094         * progmodes/fortran.el (fortran):
18095         * progmodes/icon.el (icon):
18096         * progmodes/idlwave.el (idlwave-misc):
18097         * progmodes/m4-mode.el (m4):
18098         * progmodes/make-mode.el (makefile):
18099         * progmodes/meta-mode.el (meta-font):
18100         * progmodes/modula2.el (modula2):
18101         * progmodes/octave-mod.el (octave):
18102         * progmodes/pascal.el (pascal):
18103         * progmodes/perl-mode.el (perl):
18104         * progmodes/prolog.el (prolog):
18105         * progmodes/ps-mode.el (PostScript-edit):
18106         * progmodes/scheme.el (scheme):
18107         * progmodes/sh-script.el (sh-script):
18108         * progmodes/simula.el (simula):
18109         * progmodes/tcl.el (tcl):
18110         * textmodes/nroff-mode.el (nroff):
18111         * textmodes/reftex-vars.el (reftex-fontification-configurations):
18112         * textmodes/sgml-mode.el (sgml):
18113         * textmodes/texinfo.el (texinfo):
18114         Add :link (custom-group-link font-lock-faces) to defgroup.
18116         * hi-lock.el (hi-lock): Rename this defgroup from
18117         `hi-lock-interactive-text-highlighting'.  Change parent group from
18118         `faces' to `font-lock'.  Add link to the manual.
18119         (hi-lock-mode, hi-lock-file-patterns-range)
18120         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18121         `hi-lock-interactive-text-highlighting' to `hi-lock'.
18122         (hi-lock-faces): Add :group `faces'.
18124         * cus-edit.el (custom-variable-prompt): Clarify the code.
18126         * faces.el (face-read-string): Set the default value arg of
18127         completing-read.
18129 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
18131         * rfn-eshadow.el (file-name-shadow-properties)
18132         (file-name-shadow-tty-properties, file-name-shadow-mode):
18133         Remove autoloads, because the file is now preloaded.
18135 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18137         * printing.el (easy-menu-intern): Don't define.
18138         (pr-get-symbol): Use easy-menu-intern only if defined.
18140         * simple.el (blink-matching-open): Simplify a bit.
18141         (completion-setup-function): Fix the case of partial-completion-mode
18142         when the minibuffer's contents start with "-".
18143         Obey completion-base-size-function even when
18144         minibuffer-completing-file-name is non-nil.
18146 2005-11-16  Richard M. Stallman  <rms@gnu.org>
18148         * net/eudcb-ph.el (eudc-ph-open-session):
18149         Use set-process-query-on-exit-flag.
18151         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18153         * international/ucs-tables.el (ucs-set-table-for-input):
18154         Use make-local-variable, not make-variable-buffer-local.
18156         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18157         Improve warning message text.
18159         * savehist.el (savehist-save-hook): Add :group.
18161         * menu-bar.el (menu-bar-help-menu):
18162         Rename Find Extra Packages to External Packages.
18164         * cus-edit.el (Custom-reset-standard): Verify that
18165         :custom-standard-value prop exists before calling it.
18167         * apropos.el (apropos-calc-scores): Use apropos-pattern.
18169 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
18171         * wid-edit.el (color): Enclose %t in %{...%}.
18173         * cus-edit.el (face): Enclose %t in %{...%}.
18175 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
18177         * savehist.el (savehist-mode-hook): Re-add the var.
18178         (savehist-mode): Use it.
18180 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18182         * textmodes/flyspell.el: Fix commenting convention.
18183         Remove unnecessary leading * in custom docstrings.
18184         (flyspell-emacs): Remove unused var.
18185         (flyspell-delete-region-overlays): Use remove-overlays.
18186         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18187         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18188         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18189         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18190         (make-flyspell-overlay): Don't locally reuse a global name.
18191         (flyspell-highlight-incorrect-region)
18192         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18193         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18194         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18195         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18196         Wrap calls to accept-process-output inside with-local-quit since it's
18197         often called from a post-command-hook.
18198         (flyspell-correct-word, flyspell-auto-correct-word):
18199         Use ispell-send-string.
18200         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18202         * calendar/diary-lib.el (diary-list-entries): Also hide the
18203         terminating newline.
18205 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18207         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18208         window-system, to allow fonts on tty.
18210 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18212         * progmodes/gud.el (gud-speedbar-item-info): New function.
18213         (gud-install-speedbar-variables): Use it to display data type
18214         of watch expression as a tooltip in speedbar.
18216 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18218         * font-core.el (global-font-lock-mode): Add :version keyword,
18219         because default was changed.
18221         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18223         * startup.el (command-line): Use `custom-reevaluate-setting' for
18224         `file-name-shadow-mode'.
18226         * loadup.el: Preload rfn-eshadow.
18228         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18229         Add :version keyword.
18230         (file-name-shadow-properties, file-name-shadow-tty-properties)
18231         (file-name-shadow): Add :version keyword.
18233         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18234         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18235         in the custom-group property of the symbol frames and the fringe
18236         group got no link to its parent group frames.
18237         Doc fix.
18239 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18241         * progmodes/gud.el (gud-stop-subjob): New function.
18242         (gud-menu-map, gud-tool-bar-map): Use it.
18244 2005-11-16  Kim F. Storm  <storm@cua.dk>
18246         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18247         than kill it.
18248         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18249         to a more useful/logical place.
18251 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18253         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18254         go buttons complementary.
18256 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18259         (rfn-eshadow-sifn-equal): New function.
18260         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18262 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18264         * viper-utils.el (viper-non-word-characters-reformed-vi):
18265         Quote `-' in string.
18267         * viper.el (viper-emacs-state-mode-list): Ensure that
18268         rcirc-mode buffers come up in Emacs state.
18270         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18271         operation.
18273 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18275         * term.el (term-termcap-format): Fix typos.
18276         (term-down): Fix the negative argument case.
18278 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18280         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18281         2005-08-15.
18282         (gdb-ann3): New command gud-go.
18283         (menu): Accomodate gdb-mi.el.
18284         (gdb-assembler-custom): Make buffer of selected window current
18285         so that set-window-point works.
18287         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18288         buttons and include new ones.
18290 2005-11-16  Kim F. Storm  <storm@cua.dk>
18292         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18293         (gud-menu-map): Use it.
18295 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18297         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18298         that works correctly for Custom and that does not override a user
18299         who disables it.
18301         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18302         (help-xref-interned, help-follow): Make hyperlinks for variables
18303         that are unbound, but have a non-nil variable-documentation property.
18305         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18306         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18307         Use the `variable-documentation' property to give the mode hook a
18308         docstring and expand that docstring.
18310 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18312         * savehist.el (savehist-mode): Don't bother with
18313         `custom-set-minor-mode'.
18314         (savehist-coding-system): Check XEmacs version.
18315         (history-length): Declare also at run time.
18316         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18317         Don't set the customize state.
18318         (savehist-minibuffer-hook): Special case for when
18319         minibuffer-history-variable is equal to t.
18321 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18323         * files.el (write-file): Refresh VC status.
18325         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18326         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18327         than fundamental-mode to see if the mode was set.
18329 2005-11-14  Romain Francoise  <romain@orebokech.com>
18331         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18332         dummy function in `eval-when-compile' to avoid compiler warning.
18333         Require `man' at compile time.
18335 2005-11-14  Jay Belanger  <belanger@truman.edu>
18337         * calc-alg.el (calcFunc-write-out-power): Rename it to
18338         calcFunc-powerexpand.
18339         (math-write-out-power): Rename it to math-powerexpand; have it
18340         handle negative exponents.
18341         (calc-writeoutpower): Rename it to calc-powerexpand.
18343         * calc-ext.el: Change calcFunc-writeoutpower and
18344         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18345         autoloads.
18346         Add calcFunc-ldiv to autoloads.
18348         * calc-arith.el (calcFunc-ldiv): New function.
18350         * calc.el (calc-left-divide): New function.
18352 2005-11-14  Juri Linkov  <juri@jurta.org>
18354         * cus-edit.el (custom-variable-prompt): Set the default value arg
18355         of completing-read.
18357         * cus-dep.el (custom-make-dependencies): Reverse the list of
18358         found dependencies.
18360 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18362         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18363         Highlighting" entry, it is on by default now.
18364         (menu-bar-options-save): Do not save global-font-lock-mode.
18366 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18368         * textmodes/flyspell.el (flyspell-large-region):
18369         Call flyspell-accept-buffer-local-defs.
18371 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18373         * textmodes/flyspell.el (flyspell-notify-misspell):
18374         Fix misspelling of "Misspelling".
18375         (flyspell-process-localwords): New function.
18376         (flyspell-large-region): Call flyspell-process-localwords and
18377         flyspell-delete-region-overlays.
18378         (flyspell-delete-region-overlays): New function.
18379         (flyspell-delete-all-overlays): Call that.
18381 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18383         * help.el (help-for-help-internal): Improve doc of C-h a.
18384         (describe-key): Improve prompt; doc fix.
18386 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18388         * vc-svn.el (vc-svn-registered): Catch all errors.
18390         * cus-dep.el (custom-make-dependencies): Typo.
18392 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18394         * net/tramp-util.el (top): Fix compilation warning.
18396 2005-11-13  Kim F. Storm  <storm@cua.dk>
18398         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18400 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18402         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18403         (gud-speedbar-buttons): Match on "const char *" too.
18405         * progmodes/gdb-ui.el (gdb-var-create-handler)
18406         (gdb-var-list-children-handler): Match on "const char *" too.
18407         (gdb-var-evaluate-expression-handler): Match on empty string.
18408         (gdb-var-update-handler): Only call
18409         gdb-var-evaluate-expression-handler when required.
18411 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18413         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18414         selected window.  This still doesn't work for speedbar.
18415         (gud-speedbar-buttons): Handle string expressions properly.
18417         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18418         (gdb-var-create-handler): Handle string expressions properly.
18419         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18420         Handle string expressions properly.  Move "type" field into regexp.
18422 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18424         * bookmark.el (bookmark-maybe-message): New function to reduce
18425         code duplication: invokes `message' iff baud-rate is high enough.
18426         (bookmark-write-file): Use above instead of an inline conditional.
18427         (bookmark-load): Same.
18429 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18431         * bookmark.el (bookmark-write-file): Don't visit the destination
18432         file, just write the data to it using write-region.  This is
18433         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18434         change to avoid visiting the file in the first place.
18436 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18438         * hi-lock.el (hi-lock-mode): Set the default value of
18439         font-lock-defaults.
18441 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18443         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18444         arg to `file-attributes'.
18445         (find-lisp-format): The UID and GID can now be strings.
18447 2005-11-12  Kim F. Storm  <storm@cua.dk>
18449         * help.el (help-map): Bind C-h d to apropos-documentation.
18451         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18452         when point is at end-of-buffer.
18454         * apropos.el (apropos-match-face): Doc fix.
18455         (apropos-sort-by-scores): Add new choice `verbose'.
18456         (apropos-documentation-sort-by-scores): New defcustom.
18457         (apropos-pattern): Now contains the pattern entered by the user.
18458         (apropos-pattern-quoted): New defvar.
18459         (apropos-regexp): New defvar, containing the regexp corresponding
18460         to apropos-pattern.
18461         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18462         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18463         interactive calls; returns list of words for a word list, and
18464         string for a regexp.
18465         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18466         parses a list of words or regexp as returned by apropos-read-pattern.
18467         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18468         (apropos-score-doc): Return a very high score if the string
18469         entered by the user matches literally.
18470         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18471         (apropos-command): Doc fix.  Use apropos-read-pattern and
18472         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18473         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18474         apropos-parse-pattern.
18475         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18476         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18477         apropos-documentation-sort-by-scores.  Call apropos-print with
18478         nosubst=t.
18479         (apropos-documentation-internal): Pass doc string through
18480         substitute-key-definition before adding text properties.
18481         Highlight substring matching literal user input if possible.
18482         (apropos-documentation-check-doc-file): Remove locals beg and end.
18483         Fix calculation of score (as added twice).  Pass doc string through
18484         substitute-key-definition before adding text properties.
18485         (apropos-documentation-check-elc-file): Pass doc string through
18486         substitute-key-definition before adding text properties.
18487         Highlight substring matching literal user input if possible.
18488         (apropos-print): Add new arg NOSUBST; if set, command and variable
18489         doc strings have already been passed through substitute-key-definition.
18490         Add code to handle apropos-accumulator items without score element
18491         for backwards compatibility (e.g. with woman package).
18492         Only show scores if apropos-sort-by-scores is `verbose'.
18494 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18496         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18497         Add jka-compr-load-suffixes to load-suffixes.
18499         * jka-compr.el: Require jka-cmpr-hook.
18500         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18501         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18502         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18503         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18504         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18505         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18506         (jka-compr-uninstall): Remove entries from
18507         jka-compr-added-to-file-coding-system-alist after they are used.
18508         (jka-compr-error): Remove unused var `curbuf'.
18509         (jka-compr-file-local-copy): Remove unused var `notfound'.
18511 2005-11-10  Romain Francoise  <romain@orebokech.com>
18513         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18515 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18517         * progmodes/gud.el (gud-menu-map): Move parentheses.
18518         (gdb): New command gud-pv.
18520 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18522         * tar-mode.el: Remove spurious or unnecessary leading stars
18523         in docstrings.
18524         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18525         (tar-parse-octal-integer-safe): Use mapc.
18526         (tar-header-block-summarize): Remove unused var `ck'.
18527         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18528         cleared before.  Obey default-enable-multibyte-characters.
18529         Use mapconcat.  Simplify setting of tar-header-offset.
18530         (tar-mode-map): Move initialization inside delcaration.
18531         (tar-flag-deleted): Use `abs'.
18532         (tar-expunge-internal): Remove unused var `line'.
18533         (tar-expunge-internal): Don't hardcode point-min==1.
18534         (tar-expunge): Widen while doing set-buffer-multibyte.
18535         (tar-rename-entry): Use file-name-coding-system.
18536         (tar-alter-one-field): Don't hardcode point-min==1.
18537         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18538         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18540 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18542         * add-log.el (add-log-current-defun): Handle class::method
18543         notation of c++.  Fix incorrect comment.
18545 2005-11-10  Alan Mackenzie  <acm@muc.de>
18547         * help-fns.el (describe-variable): Make C-h v work when a variable
18548         has variable documentation yet is unbound.
18550 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18552         * man.el (Man-highlight-references): Set an empty
18553         string to `Man-arguments' if it is nil.
18554         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18556 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18558         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18559         commenting conventions.
18561         * cus-dep.el (custom-make-dependencies): Simplify.
18562         Better follow the commenting conventions.
18564 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18566         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18567         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18568         All uses changed.
18569         (apropos-rewrite-regexp): Doc fix.
18570         (apropos-variable, apropos-command, apropos, apropos-value):
18571         Change prompt; carry through the argument renaming.
18573 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18575         * find-lisp.el: Require dired.
18576         (find-lisp-find-dired-internal): Do not call
18577         `abbreviate-file-name' on DIR.
18579 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18581         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18583 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18585         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18586         when using the speedbar.
18587         (gdb): New command gud-pp.
18588         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18590 2005-11-09  Juri Linkov  <juri@jurta.org>
18592         * replace.el (occur-excluded-properties): New defcustom.
18593         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18595 2005-11-08  Jay Belanger  <belanger@truman.edu>
18597         * calc/calc-units.el (math-convert-units): Replace any composite
18598         unit by its definition.
18600 2005-11-08  Lars Hansen  <larsh@soem.dk>
18602         * emacs-lisp/autoload.el (update-directory-autoloads):
18603         Add obsolete function alias.
18605 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18607         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18608         comment-indent-function.
18609         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18611         * reveal.el (reveal-post-command): Rework the handling of
18612         reveal-open-spots, so as to be more reliable.  There were several
18613         tricky corner cases where an open spot might be lost, or where
18614         a closed spot might end up on the list of open spots.
18615         Only reveal text that's ellipsised.
18617 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18619         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18621 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18623         * ibuffer.el (ibuffer): Search iconified frames too when
18624         getting Ibuffer buffer's window.
18626 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18628         * progmodes/compile.el (compilation-internal-error-properties):
18629         save-excursion around the computation of MARKER.
18631 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18633         * textmodes/flyspell.el (flyspell-external-point-words):
18634         flyspell-get-word returns a list, not just a string.
18636 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18638         * ibuffer.el (ibuffer): Search all visible frames when getting
18639         Ibuffer buffer's window.
18641 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18643         * man.el (Man-reference-regexp): Accept spaces between
18644         `Man-name-regexp' and `Man-section-regexp'.
18645         (Man-apropos-regexp): New variable.
18646         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18647         if available.
18648         (Man-highlight-references, Man-highlight-references0):
18649         Handle the case when `Man-arguments' includes "-k".
18650         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18651         `TARGET'. `TARGET' can be a number, function or nil.
18653 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18655         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18656         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18657         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18658         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18659         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18660         (gdb-send-item): Use buffer-local-value and simplify.
18662 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18664         * startup.el (command-line): Use `custom-reevaluate-setting' for
18665         `global-font-lock-mode'.
18667         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18668         by default, except in batch mode or when the -D option is given.
18670         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18671         specified keyword args on to `define-minor-mode'.  Update docstring.
18673 2005-11-05  Romain Francoise  <romain@orebokech.com>
18675         * replace.el (occur-engine): Add marker at end of line, too.
18677 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18679         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18680         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18681         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18682         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18683         argument to all these routines, so the passphrase can be managed
18684         externally and passed in to the system.
18685         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18686         pgg-add-passphrase-to-cache function.
18688         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18689         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18690         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18691         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18692         argument to all these routines, so the passphrase can be managed
18693         externally and passed in to the system.
18694         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18695         function.
18697 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18699         * font-lock.el: Don't deal with font-lock-face-attributes here,
18700         move the code ...
18702         * startup.el (command-line): ... here.  Use face-spec-set instead
18703         of custom-declare-face.
18705         * faces.el (face-spec-set): Reset the face if spec is not nil.
18707 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18709         * newcomment.el (comment-region-internal): Box more tightly in the
18710         common case where there's no TAB in the boxed text.
18712 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18714         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18715         up-node.
18717 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18719         * newsticker.el: Commentary updated.  Code formatting changed.
18720         (newsticker-version): Change to "1.9".
18721         (newsticker, newsticker-feed): Doc fix.
18722         (newsticker-url-list): Doc fix.  Add option "Weekly".
18723         (newsticker-retrieval-interval): Add option "Weekly".
18724         (newsticker-headline-processing): Doc fix.
18725         (newsticker-auto-mark-filter): Remove.
18726         (newsticker-auto-mark-filter-list): New.
18727         (newsticker-layout, newsticker-sort-method): Doc fix.
18728         (newsticker-hide-old-items-in-newsticker-buffer)
18729         (newsticker-heading-format, newsticker-item-format)
18730         (newsticker-desc-format): Doc fix.
18731         (newsticker-show-all-rss-elements): Remove.
18732         (newsticker-show-all-news-elements): New.
18733         (newsticker-faces, newsticker-ticker): Doc fix.
18734         (remove-from-invisibility-spec): Code formatting.
18735         (newsticker--process-ids): New.
18736         (newsticker-mode): Doc fix.
18737         (newsticker-mode): Change mode-line-format.
18738         (newsticker-start): Remove debug output.
18739         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18740         (newsticker-w3m-show-inline-images): Code formatting.
18741         (newsticker-next-item): Call `force-mode-line-update'.
18742         (newsticker-previous-item): Call `force-mode-line-update'.
18743         (newsticker-next-feed): Call `force-mode-line-update'.
18744         (newsticker-previous-feed): Call `force-mode-line-update'.
18745         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18746         (newsticker-show-old-items): Do not show descs.
18747         (newsticker-hide-entry): Hide too much.
18748         (newsticker-hide-entry, newsticker-show-entry)
18749         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18750         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18751         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18752         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18753         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18754         (newsticker-get-news): Call `force-mode-line-update'.
18755         Collect process ids.
18756         (newsticker--sentinel): Change coding system handling.
18757         Move image retrieval to new functions newsticker--get-logo-url-*.
18758         Move feed parsing to new functions newsticker--parse-*.
18759         Update list of process ids.
18760         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18761         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18762         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18763         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18764         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18765         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18766         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18767         (newsticker--decode-coding-string): Remove.
18768         (newsticker--decode-numeric-entities): Check input.  Format code.
18769         (newsticker--remove-whitespace): Check input.
18770         (newsticker--do-forget-preformatted): Doc fix.
18771         (newsticker--decode-rfc822-date): Allow for missing time.
18772         (newsticker--update-process-ids): New.
18773         (newsticker--image-sentinel): Change comment.
18774         (newsticker--image-read): Change error message.
18775         (newsticker--imenu-goto): Doc fix.  Show headline title.
18776         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18777         (newsticker--buffer-do-insert-text): Clean whitespace in
18778         html-rendered headline title.  Code formatting.
18779         Call `newsticker--buffer-print-extra-elements'.
18780         (newsticker--buffer-print-extra-element): Remove.
18781         (newsticker--buffer-print-extra-elements): New.
18782         (newsticker--buffer-do-print-extra-element): New.
18783         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18784         large sizes.
18785         (newsticker--run-auto-mark-filter)
18786         (newsticker--do-run-auto-mark-filter):
18787         Use `newsticker-auto-mark-filter-list'.
18789 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18791         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18792         (rcirc-print): Force redisplay before running hooks.  Do long
18793         buffer truncation after making new text read-only.  Deal with nil
18794         text when decoding strings.  If TARGET is nil, use either the
18795         currently selected buffer, if it is an rcirc buffer and of the
18796         same process or the process buffer.
18797         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18798         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18799         (rcirc-short-buffer-name): Add variable.
18800         (rcirc-kill-buffer-hook): Recompute short buffer names.
18801         Remove nick from private channel.
18802         (rcirc-send-input): Send command text to current-buffer.
18803         Don't clear overlay arrow here.
18804         (rcirc-short-buffer-name): Return a short buffer name.
18805         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18806         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18807         buffer-name abbreviations.
18808         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18809         Do not touch nick-table when killing a parted channel.
18810         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18811         Clear arrow from current buffer if it is now hidden.
18812         (rcirc-current-buffer): Add variable.
18813         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18814         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18815         Remove -face from names.
18816         (rcirc-update-activity-string): Print "DND" when globally ignoring
18817         activity.
18818         (rcirc-ignore-buffer-activity-flag): Rename from
18819         rcirc-ignore-channel-activity.
18820         (rcirc-ignore-all-activity-flag): Doc fix.
18821         (rcirc-channels): Remove variable.
18822         (rcirc-kill-buffer-hook):
18823         (rcirc-get-buffer-create): Add nick to private channel.
18824         (rcirc-multiline-edit-submit): Remove tabs.
18825         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18826         folded.
18827         (rcirc-remove-nick-channel): Bug fix.
18828         (rcirc-toggle-ignore-buffer-activity): Rename from
18829         rcirc-toggle-ignore-channel-activity.
18830         (rcirc-record-activity): Add buffers to the front of the list.
18831         (rcirc-update-activity): Remove killed buffers from list.
18832         (rcirc-process-server-response-1): Remove last argument if it is
18833         null before calling handler.
18834         (rcirc): Add "rcirc" defcustom prefix.
18835         (rcirc-prompt): Simplify default prompt.
18836         Use custom-initialize-default.
18837         (rcirc-private-chats): Remove variable.
18838         (rcirc-prompt): Change initialization.
18839         (rcirc-version): Remove function.
18840         (rcirc-id-string): Add constant.
18841         (rcirc-last-buffer): Remove variable.
18842         (rcirc-buffer-alist): Add variable.
18843         (rcirc-connect): Update variable setup.
18844         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18845         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18846         default.
18847         (rcirc-handler-generic): Trigger activity.
18848         (rcirc-send-message): Create the buffor of the target.
18849         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18850         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18851         (rcirc-multiline-edit-cancel): Remove function.
18852         (rcirc-set-last-buffer): Remove function.
18853         (rcirc-get-any-buffer): Add function.
18854         (rcirc-join-channels): Don't print /join text.
18855         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18856         messages.
18857         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18858         (rcirc-handler-NOTICE): Recognize CTCP responses.
18859         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18860         constructing TOPIC string for buffers we are not JOINed.
18861         (rcirc-handler-CTCP-response): Add handler.
18862         (rcirc-multiline-edit-submit): Restore the window-configuration
18863         before adjusting point.
18864         (rcirc): Add customization group.
18865         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18866         (rcirc-user-full-name, rcirc-startup-channels-alist)
18867         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18868         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18869         (rcirc-input-ring-size, rcirc-read-only-flag)
18870         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18871         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18872         Change defvar to defcustom.
18873         (rcirc-update-prompt): Add optional ALL arg, which will update
18874         prompts in all rcirc buffers.  Regexp quote replacement text.
18875         (rcirc-fill-column): Accept frame-width as a value.
18876         (rcirc-set-changed): Add function.
18877         (rcirc-next-active-buffer): Write more meaningful messages.
18878         (rcirc-faces): Add customization group.
18879         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18880         (rcirc-nick-in-message-face, rcirc-prompt-face)
18881         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18882         (with-rcirc-process-buffer): Move before first usage.
18883         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18884         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18885         (rcirc-debug): Rename from `rcirc-log'.
18886         (rcirc-format-response-string): Do not print `-' chars for a
18887         NOTICE with no sender.  Simplify output of server responses.
18889 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18891         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18892         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18893         Make urls mouse and RET clickable.
18895 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18897         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18899 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18901         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18902         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18903         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18904         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18905         argument to all these routines, so the passphrase can be managed
18906         externally and passed in to the system.
18907         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18908         pgg-add-passphrase-to-cache function.
18910         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18911         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18912         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18913         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18914         argument to all these routines, so the passphrase can be managed
18915         externally and passed in to the system.
18916         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18917         function.
18919 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18921         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18922         from goto-address-url-regexp.
18924 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18926         * textmodes/org.el (org-read-date, org-goto-calendar)
18927         (org-recenter-calendar, org-agenda-goto-calendar):
18928         Temporarily clear `calendar-move-hook'.
18930 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18932         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18933         merging.
18935         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18936         have merge clashes.
18938 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18940         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18941         Undo previous change.
18943         * startup.el (command-line): Use `custom-reevaluate-setting' for
18944         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18945         tty-register-default-colors on Mac.
18947 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18949         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18950         (gdb-buffer-type): Make it automatically buffer local...
18951         (gdb-get-create-buffer): ...and set it accordingly.
18952         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18953         actually work.
18955 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18957         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18958         not red.
18960 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18962         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18963         case GUD buffer is not visible.
18964         (gdb-goto-breakpoint): Try to force display in source buffer.
18965         (gdb-frame-gdb-buffer): Copy other similar functions.
18966         (gdb-restore-windows): Don't display source if not asked for.
18967         (gdb-assembler-buffer-name): Don't capitalise.
18969 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18971         * wid-edit.el (key-sequence): New widget type.
18973         * simple.el (set-mark-command-repeat-pop): New variable.
18974         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18975         if set-mark-command-repeat-pop is true.
18977         * info.el (Info-fontify-node): Don't display extra "see" if there
18978         already is one here.
18980         * mouse.el: Fix special handling of DEL after dragging a region:
18981         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18982         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18984         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18986         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18987         not to assume it pertains to an affix.
18989         * textmodes/flyspell.el (flyspell-post-command-hook):
18990         Bind deactivate-mark to prevent deactivation.
18992 2005-11-03  Lars Hansen  <larsh@soem.dk>
18994         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18995         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18996         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18998 2005-11-03  Romain Francoise  <romain@orebokech.com>
19000         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
19001         Update copyright years.
19003 2005-11-03  Sam Steingold  <sds@gnu.org>
19005         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19006         Use system-type instead of window-system because window-system is not
19007         correctly defined during loadup.
19009 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
19011         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19012         (xml-parse-tag): Join strings separated by a comment properly.
19014 2005-11-02  Andreas Schwab  <schwab@suse.de>
19016         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19018 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19020         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19021         (byte-optimize-pure-func): Quote the eval'd value.
19023         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19024         Rename from perl-font-lock-syntactic-face-function.
19025         Change the calling convention so it can be used as a font-lock MATCHER.
19026         Do the parse-partial-sexp loop outselves.
19027         (perl-font-lock-syntactic-keywords): Use it.
19028         (perl-mode): Don't set font-lock-syntactic-face-function any more.
19030 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
19032         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19033         disassembly buffer too.
19034         (gdb-exited): Remove overlay arrows when execution has finished.
19035         (gdb-info-frames-custom, gdb-info-threads-custom)
19036         (gdb-info-registers-custom): Don't add inappropriate text
19037         properties if inferior is not active.
19039 2005-11-02  Glenn Morris  <rgm@gnu.org>
19041         * progmodes/fortran.el (fortran-blink-match):
19042         Use `blink-matching-delay'.
19044 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
19046         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19048 2005-11-02  Lars Hansen  <larsh@soem.dk>
19050         * net/tramp.el (tramp-action-out-of-band): Handle scp message
19051         "Permission denied".
19053 2005-11-01  Richard M. Stallman  <rms@gnu.org>
19055         * textmodes/flyspell.el (flyspell-external-point-words):
19056         Pass nil to flyspell-get-word.
19058 2005-11-02  Kim F. Storm  <storm@cua.dk>
19060         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19061         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19063 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19065         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19066         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19067         (calendar-mouse-print-dates): Add optional `event' argument.
19068         Update interactive-spec.
19069         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19070         Use `calendar-event-to-date' instead of `event'.
19072 2005-11-02  Masatake YAMATO  <jet@gyve.org>
19074         * progmodes/ld-script.el (ld-script-builtins):
19075         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19076         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19077         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19079 2005-11-01  Romain Francoise  <romain@orebokech.com>
19081         * vc-sccs.el: Update copyright year.
19082         * ezimage.el: Likewise.
19084 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
19086         * info.el (Info-fontify-node): Use `string-width' for fontifying
19087         underlined titles.
19089 2005-11-01  Juri Linkov  <juri@jurta.org>
19091         * info.el (Info-fontify-node): Downcase node header keywords Node,
19092         Prev, Next, Up before comparison.
19093         (Info-history): Insert absolute directory name, and put invisible
19094         property on it.
19096 2005-11-01  Juri Linkov  <juri@jurta.org>
19098         * info.el (Info-file-supports-index-cookies): New variable.
19099         (Info-find-node-2): Check makeinfo version for index cookie support.
19100         (Info-index-nodes): Search for nodes with index cookies only when
19101         Info-file-supports-index-cookies is t.  Otherwise, search nodes
19102         with "Index" in the node name.
19103         (Info-index-node): Search index cookie in the current node only when
19104         Info-file-supports-index-cookies is t.  Otherwise, check the word
19105         "Index" in the node name.
19106         (Info-find-emacs-command-nodes): Remove code that searches nodes
19107         with "Index" node name in the top menu.
19109 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19111         * progmodes/scheme.el (scheme-mode-variables): Use the default
19112         comment-indent-function.
19114         * faces.el (face-attribute): Handle the case where a face inherits from
19115         a non-existent face.
19117         * simple.el (eval-expression-print-format): Use lisp-readable syntax
19118         for octal and hexa output, and merge the char into the paren.
19119         (kill-new): Use push.
19120         (copy-to-buffer): Use with-current-buffer.
19121         (completion-setup-function): Move code in loop to remove redundancy.
19122         (minibuffer-local-must-match-map): Don't add bindings that duplicate
19123         those inherited from minibuffer-local-completion-map.
19125         * savehist.el (savehist-mode) <defcustom>:
19126         Use custom-set-minor-mode if available.
19127         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19128         and emit a message if applicable.
19130 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
19132         * savehist.el: Sync up to version 19.
19133         (savehist-mode): New minor mode.
19134         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19135         (savehist-length): Remove (use history-length instead).
19136         (savehist-file-modes): Rename from savehist-modes.
19137         (savehist-save-hook, savehist-loaded): New vars.
19138         (savehist-load): Use savehist-mode.  Try to smooth up transition from
19139         old format to new format.
19140         (savehist-install): Allow savehist-autosave-interval to be nil.
19141         (savehist-save): Run the new hook.  Be more careful to only trim the
19142         history variables.
19143         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
19144         (savehist-printable): Print into a buffer rather than char-by-char.
19146 2005-11-01  John Wiegley  <johnw@newartisans.com>
19148         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19149         toggle-ignore keybinding (C-a).  The author said it had been
19150         disabled much earlier due to a possible incompatibility, but after
19151         many months of usage I have encountered no problems (and it is a
19152         rather useful option, especially for switching to " *temp*").
19154         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19155         support for OS/X's AddressBook, by calling out to the open source
19156         program "contacts" (installable through Fink).
19158         * net/eudc.el (eudc-expand-inline): If the
19159         `eudc-multiple-match-handling-method' is set to `all', delete the
19160         query string before inserting the query result.
19162         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19163         flag, to prevent Eshell from using the system ls when
19164         `eshell-ls-insert-directory' is in used.
19165         (eshell-ls-insert-directory): Disable font-lock in directory
19166         buffer so that Eshell's own fontification is seen.  This broke
19167         recently due to changes in font-lock, so this goes back to version
19168         21 behavior.
19170 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
19172         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19173         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19174         (gdb-many-windows): Doc fix.
19176 2005-10-31  Romain Francoise  <romain@orebokech.com>
19178         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19180 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19182         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19183         that global-font-lock-mode can be enabled by default.
19185         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19186         (font-lock-add-keywords, font-lock-remove-keywords)
19187         (font-lock-fontify-buffer): Remove autoload cookies.
19189         * jit-lock.el (jit-lock-register): Likewise.
19191         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19193 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19195         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19196         intact if there is no gud-comint-buffer.
19198 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19200         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19201         old prompt comint-prompt-read-only is t and GDB commands are
19202         issued from tool bar etc.
19204 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19206         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19208 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19210         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19211         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19213 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19215         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19216         starting at beginning of line.  Fontification is messed up when
19217         `open-paren-in-column-0-is-defun-start' set to t.
19218         Reported by John Paul Wallington <jpw@pobox.com>.
19220 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19222         * comint.el (comint-send-input): Call `comint-update-fence' when
19223         `comint-process-echoes' and `comint-prompt-read-only' are both
19224         non-nil, to avoid leftover read-only newline.
19226 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19228         * textmodes/flyspell.el (flyspell-external-point-words):
19229         Detect when WORD can't be checked properly because
19230         flyspell-get-word finds just part of it, and move on.
19232         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19233         boundarychar for Polish.
19234         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19235         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19237 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19239         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19240         (gdb-registers-font-lock-keywords): Delete.
19241         (gdb-registers-mode): Don't fontify.
19242         (gdb-info-registers-custom): Use text properties instead as, in
19243         future, changed register values will use font-lock-warning-face.
19244         (gdb-local-font-lock-keywords): Rename to...
19245         (gdb-locals-font-lock-keywords): ...for consistency.
19247 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19249         * vc.el (vc-switch-backend): Better error message if the buffer is
19250         not visiting a file under version control.
19252         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19254 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19256         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19257         ~/.emacs.d/.emacs.
19259 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19261         * replace.el (occur-mode-mouse-goto): Always go to other window.
19262         (occur-mode-goto-occurrence): Always switch in same window.
19264         * simple.el (undo): Display message at end, not at start.
19266         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19267         New arg REUSE-CELL.
19268         (cancel-timer-internal): New function.
19269         (timer-event-handler): Use cancel-timer-internal,
19270         and pass the cell it returns to timer-activate...
19272         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19273         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19274         (jit-lock-after-change): Test memory-full.
19276 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19278         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19279         part of the decoded armor to find the key-identifier.
19280         (pgg-gpg-lookup-key-owner): New function to return the
19281         human-readable identifier of a key owner.
19282         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19283         key itself.
19284         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19285         the key value) if we have a key and can match it against a secret
19286         key.  Also, added a note pointing out fact that the prompt only
19287         indicates the first matching key.
19289         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19290         pgg-decrypt-region.
19291         (pgg-pending-timers): A new hash for tracking the passphrase cache
19292         timers, so that new ones supercede old ones.
19293         (pgg-add-passphrase-to-cache): Rename from
19294         `pgg-add-passphrase-cache' to reduce confusion (all callers
19295         changed).  Modified to cancel old timers when new ones are added.
19296         (pgg-remove-passphrase-from-cache): Rename from
19297         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19298         changed).  Modified to cancel old timers when their keys are
19299         removed from the cache.
19300         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19301         XEmacs, an indirection to delete-itimer.
19302         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19303         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19304         users can only check cache without risk of prompting.  Correct bug in
19305         notruncate behavior.
19306         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19307         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19308         Add informative docstrings.
19309         (pgg-decrypt): Convey provided passphrase in subordinate call to
19310         pgg-decrypt-region.
19312         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19313         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19314         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19315         `passphrase' argument, so the passphrase can be managed externally
19316         and then passed in to the system.
19318         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19319         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19320         so the passphrase cache can be used reliably with identifiers
19321         besides a pgp packet's key id.
19323         * pgg-gpg.el (pgg-pgp-encrypt-region)
19324         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19325         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19326         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19327         argument to all these routines, so the passphrase can be managed
19328         externally and passed in to the system.
19330         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19331         `notruncate' argument, so the passphrase cache can be used
19332         reliably with identifiers besides a pgp packet's key id.
19334 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19336         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19337         symmetric encryption.
19338         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19339         encrypted session key.
19340         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19341         message ask for the passphrase in a proper way.
19343         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19344         New user commands for symmetric encryption.
19346 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19348         * textmodes/conf-mode.el (conf-assignment-sign)
19349         (conf-assignment-regexp): Fix docstrings.
19350         (conf-mode-initialize): New function.
19351         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19352         recognize recursive calls.
19353         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19354         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19355         (conf-xdefaults-mode): Use define-derived-mode and
19356         conf-mode-initialize.
19358 2005-10-29  Romain Francoise  <romain@orebokech.com>
19360         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19362 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19364         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19365         part of the decoded armor to find the key-identifier.
19366         (pgg-gpg-lookup-key-owner): New function to return the
19367         human-readable identifier of a key owner.
19368         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19369         key itself.
19370         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19371         the key value) if we have a key and can match it against a secret
19372         key.  Also, added a note pointing out fact that the prompt only
19373         indicates the first matching key.
19375         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19376         pgg-decrypt-region.
19377         (pgg-pending-timers): A new hash for tracking the passphrase cache
19378         timers, so that new ones supercede old ones.
19379         (pgg-add-passphrase-to-cache): Rename from
19380         `pgg-add-passphrase-cache' to reduce confusion (all callers
19381         changed).  Modified to cancel old timers when new ones are added.
19382         (pgg-remove-passphrase-from-cache): Rename from
19383         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19384         changed).  Modified to cancel old timers when their keys are
19385         removed from the cache.
19386         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19387         XEmacs, an indirection to delete-itimer.
19388         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19389         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19390         users can only check cache without risk of prompting.  Correct bug in
19391         notruncate behavior.
19392         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19393         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19394         Add informative docstrings.
19395         (pgg-decrypt): Convey provided passphrase in subordinate call to
19396         pgg-decrypt-region.
19398 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19400         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19401         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19402         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19403         `passphrase' argument, so the passphrase can be managed externally
19404         and then passed in to the system.
19406         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19407         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19408         so the passphrase cache can be used reliably with identifiers
19409         besides a pgp packet's key id.
19411         * pgg-gpg.el (pgg-pgp-encrypt-region)
19412         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19413         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19414         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19415         argument to all these routines, so the passphrase can be managed
19416         externally and passed in to the system.
19418         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19419         `notruncate' argument, so the passphrase cache can be used
19420         reliably with identifiers besides a pgp packet's key id.
19422 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19424         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19425         symmetric encryption.
19426         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19427         encrypted session key.
19428         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19429         message ask for the passphrase in a proper way.
19431         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19432         New user commands for symmetric encryption.
19434 2005-10-28  Bill Wohler  <wohler@newt.com>
19436         * help-mode.el (help-url): New button type.  Calls browse-url.
19437         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19438         Similar to Info nodes: URL `url'.
19439         (help-make-xrefs): Create help-url buttons for
19440         help-xref-url-regexp matches.
19442 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19444         * tool-bar.el (tool-bar-add-item-from-menu)
19445         (tool-bar-local-item-from-menu): Fix doc strings.
19447 2005-10-28  Romain Francoise  <romain@orebokech.com>
19449         * ldefs-boot.el: Update.
19451         * subr.el (locate-library): Move from help-fns.el.
19452         * help-fns.el (locate-library): Move to subr.el.
19454 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19456         * net/tramp.el (tramp-completion-mode): defvar moved up.
19458         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19460         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19462         * files.el (find-file-noselect): Use %d to format large file size.
19464         * bindings.el (mode-line-format): Add %e.
19466         * loadup.el ("facemenu"): Load unconditionally.
19467         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19468         ("x-dnd"): Load, when appropriate.
19470         * startup.el (command-line): Call before-init-hook earlier.
19471         Warn about some bad characters in -u user name.
19473         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19474         (flyspell-external-point-words): Error if misspelled word is not found.
19475         Set flyspell-large-region-beg at end of word.
19477 2005-10-28  Andreas Schwab  <schwab@suse.de>
19479         * view.el (View-revert-buffer-scroll-page-forward):
19480         Use view-page-size-default.
19482 2005-10-28  Juri Linkov  <juri@jurta.org>
19484         * international/quail.el (quail-get-current-str): Translate last
19485         raw character for deterministic input methods.
19487 2005-10-27  Jay Belanger  <belanger@truman.edu>
19489         * calc/calc-ext.el: Add functions to autoloads.
19490         (math-identity-matrix-p, math-ident-row-p): New functions.
19492         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19493         multiplication by an identity matrix; don't turn multiplication by
19494         an inverse matrix into division.
19495         (math-div-symbol-fancy): Replace division by matrices with
19496         multiplication by inverse.
19498         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19500         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19501         (calc-writeoutpower): New functions.
19503 2005-10-27  Romain Francoise  <romain@orebokech.com>
19505         * replace.el (occur-engine): Include colon in mouse-face highlight.
19507         * dired-x.el: Change Maintainer field.
19509 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19511         * longlines.el (longlines-mode): Bind after-change-functions to
19512         nil during initial decoding and final encoding.
19514 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19516         * term.el (term-emulate-terminal, term-handle-colors-array)
19517         (term-handle-ansi-escape): Specify the terminfo capabilities
19518         implemented.
19520 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19522         * info.el (Info-fontify-node): Fix detection of sentence-break
19523         before *Note.
19525 2005-10-26  Romain Francoise  <romain@orebokech.com>
19527         * smerge-mode.el: Add `tools' to file keywords.
19529 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19531         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19532         when the fringe is not available.
19534         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19535         (def-gdb-auto-update-trigger): Simplify construction.
19536         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19537         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19538         defined explicitly.
19539         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19540         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19541         defined explicitly.
19542         (gdb-info-locals-custom): Remove as it's a no-op.
19544 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19546         * longlines.el (longlines-mode): Remove narrowing before
19547         performing the initial decoding or final encoding.
19549 2005-10-25  Romain Francoise  <romain@orebokech.com>
19551         * emacs-lisp/find-func.el (find-library-name): Also strip
19552         extension if library name ends in .el, to take advantage of
19553         `find-library-suffixes'.
19555 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19557         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19559 2005-10-25  Juri Linkov  <juri@jurta.org>
19561         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19562         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19564 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19566         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19567         (blackbox-redefine-key): Add argument `map'.
19569         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19570         regions when moving the jit-lock-context-unfontify-pos boundary.
19572 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19574         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19576 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19578         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19580 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19582         * play/blackbox.el (blackbox-redefine-key): New function.
19583         (blackbox-mode-map): Use it to remap existing bindings for cursor
19584         motion instead of binding literal keys.
19586 2005-10-25  Glenn Morris  <rgm@gnu.org>
19588         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19589         diary does not end in a newline.  Do not assume a blank line at
19590         the start of the diary file.
19592 2005-10-25  Kenichi Handa  <handa@m17n.org>
19594         * international/quail.el (quail-translate-key): If the input
19595         method is deterministic and failed to handle the last key, restart
19596         the key handling loop from an appropriate key.
19598 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19600         * vc.el (vc-dired-mode): Extend comment for binding of
19601         `directory-listing-before-filename-regexp'.
19603 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19605         * textmodes/texinfo.el (texinfo-mode):
19606         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19607         not to unnecessarily expose emacs-mule's internal char codes.
19609 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19611         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19612         Display hand pointer and help-echo on disabled icon too.
19613         (gdb-mouse-until): New function.
19614         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19616 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19618         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19619         with 2005-10-23 change to doctor.el.
19621         * finder.el (finder-mode-map): Add follow-link binding.
19623 2005-10-25  Kim F. Storm  <storm@cua.dk>
19625         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19626         to gdb-mouse-toggle-breakpoint-fringe.
19627         (gdb-mouse-toggle-breakpoint-margin): Rename from
19628         gdb-mouse-toggle-breakpoint.  Fix doc.
19629         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19630         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19631         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19632         string properties also for fringe breakpoint bitmaps.
19634 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19636         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19638 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19640         * simple.el (completion-common-substring):
19641         Use `completion-common-substring' prior to `completion-base-size'.
19643 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19645         * savehist.el: Require CL while compiling.
19646         (savehist-history-variables): Remove.
19647         (savehist-save-minibuffer-history, savehist-additional-variables)
19648         (savehist-minibuffer-history-variables): New vars.
19649         (savehist-save): Use them.
19650         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19651         (savehist-install): New fun, extracted from savehist-load.
19652         (savehist-load): Use them.
19654 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19656         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19657         a dummy doc-string-elt property.
19658         (defalias, defvaralias, define-category): Add a docstring property.
19660         * image.el (defimage):
19661         * widget.el (define-widget):
19662         * custom.el (defface, defcustom): Add `doc-string' declaration.
19664         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19665         (defadvice): Add `doc-string' declaration.
19667         * emacs-lisp/byte-run.el (macro-declaration-function):
19668         Handle `doc-string' declarations.
19669         (define-obsolete-function-alias, define-obsolete-variable-alias):
19670         Add `doc-string' declaration.
19672 2005-10-24  Kenichi Handa  <handa@m17n.org>
19674         * international/utf-7.el (utf-7): Add autoload cookie.
19676         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19678 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19680         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19681         list of directories passed to batch-update-autoloads.  Add "." to
19682         the list of the echoed directories.
19684         * pgg-def.el:
19685         * pgg-gpg.el:
19686         * pgg-parse.el:
19687         * pgg-pgp.el:
19688         * pgg-pgp5.el:
19689         * pgg.el: Moved here from the gnus subdirectory.
19691 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19693         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19694         in case comint-prompt-read-only is set to t.
19696         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19697         in case comint-prompt-read-only is set to t.
19699 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19701         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19702         Now a string.
19703         (icalendar-import-format): Handle CLASS, STATUS, URL.
19704         Rename `subject' to `summary'.
19705         (icalendar-import-format-summary): Rename from
19706         `icalendar-import-format-subject'.
19707         (icalendar-import-format-url, icalendar-import-format-status)
19708         (icalendar-import-format-class): New variables.
19709         (icalendar--rris): Take variable argument list.
19710         (icalendar--datestring-to-isodate): Remove unnecessary
19711         calendar-style check when converting dates with explicit month names.
19712         (icalendar-export-region): Change return type of conversion
19713         subroutines.  Bury current buffer unless error occurred.
19714         (icalendar--convert-to-ical)
19715         (icalendar--parse-summary-and-rest): New functions.
19716         (icalendar--convert-ordinary-to-ical)
19717         (icalendar--convert-weekly-to-ical)
19718         (icalendar--convert-yearly-to-ical)
19719         (icalendar--convert-block-to-ical)
19720         (icalendar--convert-cyclic-to-ical)
19721         (icalendar--convert-anniversary-to-ical): Change return type.
19722         Strip trailing blanks from subject.
19723         (icalendar--convert-sexp-to-ical): Change return type.
19724         Strip trailing blanks from subject.  Handle simple sexp
19725         entries as generated by icalendar.el.
19726         (icalendar--convert-float-to-ical)
19727         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19728         (icalendar-import-file): Doc fix.
19729         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19730         Correct call to icalendar--rris.
19731         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19732         `summary'.
19733         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19735 2005-10-24  Romain Francoise  <romain@orebokech.com>
19737         * server.el (server-sentinel): Set query-on-exit flag to nil on
19738         new client processes (it isn't inherited from the server process).
19740         * replace.el (occur-engine): Rearrange text properties.
19742 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19744         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19745         case-fold-search is nil.
19746         (debug-help-follow): Use help-xref-interned directly.
19748 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19750         * thumbs.el (thumbs-image-type): Add .pbm.
19752 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19754         * faces.el (inhibit-face-set-after-frame-default): New variable.
19755         (set-face-attribute): Bind it.
19756         (face-set-after-frame-default): Test it.
19758         * help-fns.el (describe-simplify-lib-file-name): New function.
19759         (describe-function-1, describe-variable): Use it.
19761         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19763         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19764         Eliminate nil as possible value.
19765         (tooltip-hide-delay): Reduce internal-border-width.
19767         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19768         (menu-bar-file-menu) <new-file>: Likewise.
19770         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19772         * international/mule.el (load-with-code-conversion):
19773         Pass full file name to `eval-buffer' unless preloading.
19775         * textmodes/flyspell.el (flyspell-large-region):
19776         Call ispell-check-version.
19778         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19779         Fix the make-variable-buffer-local call that was supposed
19780         to be for this variable.
19781         (ispell-aspell-supports-utf8): Doc fix.
19782         (ispell-find-aspell-dictionaries): Preserve elements of
19783         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19784         (ispell-aspell-find-dictionary): Return nil on error.
19786         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19787         (doctor-symptoms): Likewise.
19789         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19791 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19793         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19794         (custom-raised-buttons): Add :set spec.
19795         (custom-button-unraised, custom-button-pressed-unraised):
19796         New faces, so that custom-raised-buttons actually does something.
19797         (custom-mode): Use custom-button and custom-button-pressed.
19799         * wid-edit.el (widget-specify-button): Don't ignore
19800         widget-mouse-face on graphic terminals.
19801         (widget-move-and-invoke): Cleanup.
19803 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19805         * whitespace.el (whitespace-cleanup): Doc fix.
19807 2005-10-23  Romain Francoise  <romain@orebokech.com>
19809         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19810         `eval-after-load' to avoid evaluating their result.
19812 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19814         * files.el (directory-listing-before-filename-regexp):
19815         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19817         * dired.el (dired-move-to-filename-regexp): Remove.
19818         All occurences replaced by `directory-listing-before-filename-regexp'.
19820         * dired-x.el, locate.el, vc.el:
19821         Replace `dired-move-to-filename-regexp' by
19822         `directory-listing-before-filename-regexp'.  In vc.el it is
19823         overwritten locally; maybe this can be handled in files.el too.
19825         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19826         replaced by `directory-listing-before-filename-regexp'.
19828 2005-10-23  Andreas Schwab  <schwab@suse.de>
19830         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19831         and eval-next-after-load.
19833 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19835         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19836         exist, create it.
19838 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19840         * allout.el: Remove autoloads for mailcrypt and crypt++.
19841         Require pgg, pgg-gpg during compilation.
19842         (allout-version): Increment version number to 2.1, and use a literal
19843         rather than RCS Id.
19844         (allout-default-encryption-scheme): Remove.
19845         (allout-passphrase-verifier-handling)
19846         (allout-passphrase-verifier-string)
19847         (allout-file-passphrase-verifier-string)
19848         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19849         (allout-passphrase-hint-handling): Rename and simplify.
19850         (allout-init): Use `find-file-hook' if available, otherwise
19851         `find-file-hooks'.
19852         (allout-mode): Use `write-file-functions' if available, otherwise
19853         `local-write-file-hooks' and, instead of making auto-save-hook
19854         buffer local, make the write-file-hook activity contingent to
19855         allout-mode.
19856         (allout-mode): Use key-binding substitution in the docstring.
19857         (allout-kill-line): Spell-out kill ring data structure mutation
19858         instead of using byte-compiler-complaint-provoking `pop'.
19859         (allout-insert-listified): Use `insert' rather than `insert-string'
19860         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19861         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19862         (allout-encrypt-string): Totally revamped vis new underlying
19863         encryption facilities.
19864         (allout-mc-activate-passwd): Remove.
19865         (allout-obtain-passphrase): New, more or less replaces
19866         allout-mc-activate-passwd.
19867         (allout-encrypted-key-info): More or less replaces
19868         allout-encrypted-text-type.
19869         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19870         (my-mark-marker): Use `(featurep 'xemacs)'.
19872 2005-10-23  Lars Hansen  <larsh@soem.dk>
19874         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19875         (byte-compile-file-form-defmumble, byte-compile-defun)
19876         (byte-compile-defmacro): Use it.
19877         (byte-compile-form): Don't call byte-compile-set-symbol-position
19878         when a byte-compile handler is called.
19880 2005-10-22  Romain Francoise  <romain@orebokech.com>
19882         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19884         * subr.el (eval-after-load): Convert library name to an absolute
19885         file name using locate-library, since load-history no longer has
19886         library names in it.
19888 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19890         * files.el (make-temp-file): Move from subr.el.
19891         * subr.el (make-temp-file): Move to files.el.
19893         * window.el (get-buffer-window-list): Move from subr.el.
19894         * subr.el (get-buffer-window-list): Move to window.el.
19896         * image.el (image-load-path): Use eval-at-startup to initialize.
19898         * subr.el (eval-at-startup): New macro.
19900         * subr.el: Much rearrangement of functions and division
19901         into pages.  No code changes.
19903 2005-10-22  Kenichi Handa  <handa@m17n.org>
19905         * tar-mode.el (tar-extract): Be sure to call
19906         find-operation-coding-system if set-auto-coding doesn't find a
19907         coding system.
19909 2005-10-22  Kim F. Storm  <storm@cua.dk>
19911         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19912         Change users.
19913         (image-type-file-name-regexps): New defconst.
19914         (image-type-from-data): Simplify loop.
19915         (image-type-from-buffer): New defun.
19916         (image-type-from-file-header): Use it instead of image-type-from-data.
19917         Use image-search-load-path instead of only looking in data-directory.
19918         (image-type-from-file-name): New defun.
19919         (image-search-load-path): Change `pathname' to `filename'.
19920         Make PATH arg optional, default to image-load-path.
19922 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19924         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19926         * textmodes/paragraphs.el (sentence-end-base): New variable.
19927         (sentence-end): Use sentence-end-base.
19929 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19931         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19932         property independently from the font-lock-multiline variable.
19934 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19936         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19938         * startup.el (command-line): Convert library names
19939         in `load-history' to absolute file names.
19941         * subr.el (symbol-file): Doc fix.
19943         * loadhist.el (file-loadhist-lookup): Call locate-library
19944         instead of find-library-name.  Don't try converting
19945         abs file names to library names, since load-history no longer
19946         has library names in it.
19947         (file-dependents, file-provides, file-requires): Doc fixes.
19949 2005-10-21  Juri Linkov  <juri@jurta.org>
19951         * progmodes/etags.el (tags-table-mode): New function.
19952         (tags-verify-table): Replace initialize-new-tags-table with
19953         tags-table-mode.
19955         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19956         default value.
19957         (desktop-modes-not-to-save): Add tags-table-mode to the
19958         default value.
19960         * info.el (Info-index-next): Add total number of index
19961         alternatives to the message.
19963         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19964         backward only space (instead of space and period) before looking
19965         at sentence end.
19967         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19968         Add the old variable value as 4th default-value arg of read-string.
19970 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19972         * cus-face.el (custom-declare-face): Make face from X resources
19973         also on Mac.
19975         * disp-table.el (standard-display-g1, standard-display-graphic):
19976         Refuse to use string glyphs also on Mac.
19977         (standard-display-european): Don't set terminal coding system also
19978         on Mac.
19980         * frame.el (display-screens): Use x-display-screens also on Mac.
19982 2005-10-21  Romain Francoise  <romain@orebokech.com>
19984         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19986 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19988         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19989         and $? into sexps.
19991         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19992         warning face on open-paren-in-column-0.
19994         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19995         boundary case.  Fix typo.
19996         Suggested by Martin Rudalics <rudalics@gmx.at>.
19998 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
20000         * textmodes/org.el (org-combined-agenda-icalendar-file)
20001         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20002         (org-export-icalendar-this-file)
20003         (org-export-icalendar-all-agenda-files)
20004         (org-export-icalendar-combine-agenda-files): New commands.
20005         (org-export-icalendar, org-print-icalendar-entries)
20006         (org-start-icalendar-file, org-finish-icalendar-file)
20007         (org-ical-ts-to-string): New functions.
20008         (org-read-date, org-goto-calendar)
20009         (org-agenda-goto-calendar): Inhibit displaying diary entries by
20010         call to `calendar'.
20011         (orgtbl-setup): Remove the :keys arguments from the menu description.
20012         (org-after-save-iCalendar-file-hook): New variable.
20014 2005-10-21  Kenichi Handa  <handa@m17n.org>
20016         * language/vietnamese.el (tcvn-5712): Make it an alias of
20017         vietnamese-tcvn coding-system.
20019 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
20021         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20022         group id is given.
20024 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20026         * progmodes/sh-script.el (sh-escaped-line-re): New var.
20027         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20028         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20029         whose line is either continued or ends with a comment.
20031 2005-10-20  Romain Francoise  <romain@orebokech.com>
20033         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20035         * replace.el (occur-engine): Add follow-link property.
20037         * font-core.el (font-lock-mode): Doc fix.
20039 2005-10-20  Richard M. Stallman  <rms@gnu.org>
20041         * net/rcirc.el: New file.
20043 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
20045         * term.el (term-term-name): Initialize to "eterm-color".
20047 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
20049         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20050         for encryption functionality.
20051         Move allout customization subgroup from `editing' to `outlines' group.
20052         Fix commentary keywords to legitimate ones.
20053         Update author info (using my current email address, obscurified).
20054         (allout-encrypt-string, allout-encryption-produce-work-buffer)
20055         (allout-encrypted-topic-p, allout-encrypted-text-type)
20056         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20057         (allout-situate-encryption-key-verifier)
20058         (allout-get-encryption-key-verifier, allout-verify-key)
20059         (allout-next-topic-pending-encryption)
20060         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20061         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20062         (outline-key-verifier-handling, outline-key-hint-handling)
20063         (outline-encrypt-unencrypted-on-saves): New defcustoms.
20064         (allout-file-key-verifier-string, allout-encryption-scheme)
20065         (allout-key-verifier-string, allout-key-hint-string)
20066         (allout-after-save-decrypt): New variables.
20067         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20068         (allout-after-saves-handler): New hook functions.
20069         (allout-post-command-business): Do allout-after-save-decrypt.
20070         (allout-enable-file-variable-adjustment): Custom var to enable
20071         mechanism for adding and adjusting settings of Emacs file variables.
20072         (allout-adjust-file-variable, allout-file-vars-section-data):
20073         New functions, implement the mechanism.
20074         (outlineify-sticky): Use the file vars mechanism.
20075         (allout-inhibit-protection, allout-during-write-cue)
20076         (allout-override-protect, allout-before-change-protect): Remove.
20077         (allout-flag-region, allout-open-topic): Adjust read-only text.
20078         (allout-open-line-not-read-only): Add to facilitate read-only
20079         text based protection.
20080         (allout-kill-line): Revise to adjust read-only text, clue the
20081         user about the inhibition.
20082         (allout-unprotected): Use unwind-protect.
20083         (allout-shift-in, allout-shift-out): Disallow manually shifting a
20084         topic deeper than the offspring depth of the previous topic -
20085         avoiding confusing "containment discontinuities".
20086         (allout-reindent-bodies): Fix retention of body relative hanging
20087         indent during promotion of collapsed bodies.
20088         (allout-open-topic): Make it easy to open new topic with same
20089         bullet as current topic - topic creation functions provided with
20090         any universal argument provokes now prompt for bullet, defaulting
20091         to the bullet of the previous topic.
20092         (allout-plain-bullets-string, allout-distinctive-bullets-string):
20093         Plain bullet alternates `.' period and `,' comma only.  All other
20094         bullets are relegated to special status (but customizable).
20095         (allout-end-of-entry): Rename from allout-end-of-current-entry
20096         since it actually operates w.r.t. most immediately containing
20097         entry, visible or not.
20098         (allout-hide-current-entry, allout-show-current-entry): Use the
20099         revised version.
20100         (allout-old-expose-topic): Solidify deprecation.
20101         (allout-end-of-subtree): Add so we can span concealed as well
20102         as visible topics.
20103         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20104         (allout-end-of-current-heading): Tweak to just respect the first line.
20105         (allout-get-body-text): Add.
20106         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20107         when invoked interactively.
20108         (allout-up-current-level): Use `interactive-p'.
20109         (allout-mode, allout-init): Miscellaneous docstring and
20110         operational refinements, as well as hookups of new encryption stuff.
20111         (allout-beginning-of-current-entry): Now works as advertised.
20112         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20113         (allout-isearch-rectification): Refine condition for isearching.
20114         (allout-isearch-abort, allout-enwrap-isearch)
20115         (allout-flag-region, my-region-active-p): Relocate some macros.
20116         (allout-title): Fallback title is (buffer-name), not
20117         non-existing (current-buffer-name).
20118         (subst-char-in-string): Define if absent (for some XEmacs versions).
20120 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
20122         * mail/sendmail.el (mail-setup-hook, mail-aliases)
20123         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20124         (mail-citation-prefix-regexp, mail-signature-file)
20125         (mail-default-headers, mail-bury-selects-summary)
20126         (mail-send-nonascii): Add autoload cookies.
20128 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20130         * frame.el (blink-cursor-mode): Add `mac' to the list of
20131         window-system's that support blinking cursor.
20133 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
20135         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20137 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
20139         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20140         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20141         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20143 2005-10-20  Kim F. Storm  <storm@cua.dk>
20145         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20146         (ido-set-current-directory): Don't add / after final @.
20147         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20148         Explicitly handle ange-ftp completion oddities.
20149         (ido-make-file-list): Don't rotate list at tramp root to avoid
20150         triggering tramp file handler for expand-file-name via get-file-buffer.
20152 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20154         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20156 2005-10-19  Jay Belanger  <belanger@truman.edu>
20158         * calc/calc-units.el (math-standard-units): Add units, adjust
20159         symbols and update values.
20160         (math-unit-prefixes): Add more prefixes.
20162 2005-10-19  Romain Francoise  <romain@orebokech.com>
20164         * bookmark.el (bookmark-menu-heading): New face.
20165         (bookmark-bmenu-list): Use it.
20166         Don't fiddle with `baud-rate' at top-level.
20168 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
20170         * image.el (create-image, find-image): Mention max-image-size in
20171         docstring.
20173 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20175         * savehist.el (savehist-load): Revert to checking XEmacs.
20177         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20178         Various docstring and line-width fixups.
20179         (conf-mode): Use cond.
20180         Set font-lock-defaults.  Don't set comment-use-syntax.
20182 2005-10-18  David Ponce  <david@dponce.com>
20184         * tree-widget.el (tree-widget-button-click): New function.
20185         (tree-widget-button-keymap): Use it.
20187 2005-10-18  Romain Francoise  <romain@orebokech.com>
20189         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20190         (bookmark-bmenu-hide-filenames): Add follow-link property.
20191         Improve help-echo text.
20193         * ffap.el (find-file-at-point): Doc fix.
20195 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20197         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20199 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20201         Install to the CVS repository what I forgot to install in my
20202         2005-10-16 changes.
20204         * progmodes/python.el (python-complete-symbol): Pass the common
20205         prefix substring of completion to `display-completion-list'.
20207         * textmodes/org.el (org-complete): Ditto.
20209 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20211         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20213         * woman.el (WoMan-xref-man-page): New button type derived
20214         from `Man-abstract-xref-man-page'.
20215         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20217         * man.el (Man-abstract-xref-man-page): New button type.
20218         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20219         (Man-highlight-references): Add new optional argument `xref-man-type'.
20221 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20223         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20225 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20227         * cus-edit.el (Custom-move-and-invoke): Delete.
20228         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20230         * wid-edit.el (widget-move-and-invoke): New function, from
20231         Custom-move-and-invoke.
20233 2005-10-17  Bill Wohler  <wohler@newt.com>
20235         Move all remaining images from lisp/toolbar to etc/images, move
20236         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20237         the low resolution images in their own directory (low-color).
20239         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20240         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20241         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20242         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20243         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20244         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20245         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20247         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20248         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20249         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20250         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20251         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20252         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20253         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20254         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20255         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20256         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20257         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20258         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20259         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20260         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20261         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20263         To conform with convention, replace the underscore (_) in the
20264         following image names with dash (-) or (/) as appropriate.
20266         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20267         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20268         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20269         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20270         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20271         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20272         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20273         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20274         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20275         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20276         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20277         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20278         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20279         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20280         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20282         * info.el (info-tool-bar-map): Replace underscores in image names
20283         with dashes.
20285         * makefile.w32-in (WINS): Remove toolbar.
20287         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20289         * tool-bar.el: Move to lisp from toolbar.  Now that
20290         toolbar is empty, it should be deleted when folks run "cvs up -P".
20292 2005-10-18  Jay Belanger  <belanger@truman.edu>
20294         * calc/calc-store.el (calc-store-into): Get the proper variable name
20295         to display in message.
20297 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20299         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20300         expressions display in speedbar for all buffers when debugging.
20301         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20303         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20304         (speedbar-insert-button, speedbar-make-button):
20305         Use add-text-properties.
20306         (speedbar-update-localized-contents)
20307         (speedbar-update-directory-contents)
20308         (speedbar-update-special-contents): Use dolist.
20309         (speedbar-buffer-easymenu-definition): Add a menu separator.
20311 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20313         * makefile.w32-in: Use $(lisp) consistently.
20314         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20315         for shell specific generation of mh-autoloads.
20317 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20319         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20321 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20323         * jit-lock.el (jit-lock-fontify-now):
20324         Move jit-lock-context-unfontify-pos to avoid wasted work.
20326 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20328         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20329         `tramp-completion-mode' for checking if we are in completion mode.
20330         (tramp-completion-handle-file-name-all-completions): Reorder code
20331         in order to complete for file names only in case there are no
20332         method/user/host completions.  This is necessary for cooperation
20333         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20335 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20337         * longlines.el (longlines-search-forward)
20338         (longlines-search-backward): Match any number of spaces.
20340 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20342         * diff-mode.el (diff-mode): Doc fix.
20344 2005-10-16  David Reitter  <david.reitter@gmail.com>
20346         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20347         as default on darwin and windows systems.
20349 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20351         * arc-mode.el (archive-zip-extract): Doc fix.
20353 2005-10-16  Romain Francoise  <romain@orebokech.com>
20355         * mouse.el (mouse-1-click-follows-link): Doc fix.
20357 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20359         * savehist.el: Don't require CL at runtime.
20360         (savehist-xemacs): Remove.
20361         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20362         (savehist-no-conversion): Use (featurep 'xemacs).
20363         (savehist-load): Check existence of start-itimer rather than XEmacs.
20364         Use an idle timer.
20365         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20366         `delete-if-not'.
20368 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20370         * savehist.el: Newer version.
20371         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20372         (savehist-last-checksum, savehist-no-conversion): New vars.
20373         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20374         New functions.
20375         (savehist-load, savehist-save): Use them.
20376         (savehist-delimit): Remove.
20378 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20380         * progmodes/compile.el (compilation-goto-locus): Display the
20381         compilation buffer first and the source buffer second, in case they're
20382         in overlapping frames.  Don't raise the compilation frame if it was the
20383         selected window upon entry.  Pass the `other-window' arg to
20384         pop-to-buffer.
20386         * info.el (Info-fontify-node): Use dolist.
20387         Change add-text-properties to put-text-property.
20389 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20391         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20392         bound of search.
20394 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20396         * dabbrev.el (dabbrev-completion): Pass the common
20397         prefix substring of completion to `display-completion-list'.
20399         * filecache.el (file-cache-minibuffer-complete)
20400         (file-cache-complete): Ditto.
20402         * tempo.el (tempo-display-completions): Ditto.
20404         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20406         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20408         * eshell/em-hist.el (eshell-list-history): Ditto.
20410         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20412         * mail/mailalias.el (mail-complete): Ditto.
20414         * progmodes/etags.el (complete-tag): Ditto.
20416         * progmodes/make-mode.el (makefile-complete): Ditto.
20418         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20420         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20422         * progmodes/pascal.el (pascal-complete-word)
20423         (pascal-show-completions): Ditto.
20425         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20427         * simple.el (completion-common-substring): New variable.
20428         (completion-setup-function): Use `completion-common-substring'
20429         to put faces.
20431 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20433         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20434         (x-get-selection, mac-select-convert-to-string): Convert from/to
20435         UTF-16 clipboard data as in native byte order, no BOM.
20437 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20439         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20440         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20441         (gud-sentinel): Use speedbar-frame to check for speedbar.
20443 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20445         * savehist.el: New file.
20447 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20449         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20450         Fix bug in \bf fontification.
20452 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20454         * pcvs.el (cvs-edit-log-files): New var.
20455         (cvs-mode-edit-log): New arg `file'.
20456         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20457         Instead force the use of the original file and nothing else.
20458         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20459         the cvs-minor-wrap-function is set.
20460         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20462 2005-10-14  Bill Wohler  <wohler@newt.com>
20464         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20465         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20466         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20467         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20468         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20469         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20470         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20471         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20472         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20473         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20474         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20475         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20476         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20477         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20478         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20480         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20481         appropriately (for example, gud-break to gud/break).
20483 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20485         * longlines.el (longlinges-search-function)
20486         (longlines-search-forward, longlines-search-backward): New functions.
20487         (longlines-mode): Set isearch-search-fun-function to
20488         longlinges-search-function.
20490         * mouse.el (mouse-drag-region-1): Handle the case where a
20491         double-click event is bound to an arbitrary function.
20493 2005-10-14  David Ponce  <david@dponce.com>
20495         * recentf.el (recentf-track-opened-file)
20496         (recentf-track-closed-file, recentf-update-menu)
20497         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20498         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20499         mouse-1-click-follows-link.
20501 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20503         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20504         Gnome file-manager.png.  Suggested by
20505         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20507         * toolbar/README: Add diropen.xpm.
20509 2005-10-13  Bill Wohler  <wohler@newt.com>
20511         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20512         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20514 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20516         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20517         Don't waste the byte-compiler's time on constant data.
20519 2005-10-13  Kenichi Handa  <handa@m17n.org>
20521         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20522         byte with `escape-glyph' face.
20524         * international/fontset.el (ccl-encode-unicode-font):
20525         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20526         Handle the case that ucs-mule-to-mule-unicode translates a character to
20527         ASCII (usually for IPA characters).
20529 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20531         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20532         Don't hide the underline of titles if font-lock-mode is disabled.
20534 2005-10-12  Bill Wohler  <wohler@newt.com>
20536         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20537         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20538         files in MH-E-SRC have been updated.
20539         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20541 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20543         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20544         (mixal-mode-syntax-table): Add \n as end-comment.
20545         (mixal-operation-codes-alist): Immediately initialize to full value.
20546         (mixal-add-operation-code): Remove.
20547         (mixal-describe-operation-code): Make the arg non-optional.
20548         Use the interactive spec instead.
20549         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20550         (mixal-font-lock-keywords): Don't highlight comments here any more.
20551         (mixal-font-lock-syntactic-keywords): New var.
20552         (mixal-mode): Use it.  Fix comment-start-skip.
20554 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20556         * startup.el (command-line-x-option-alist): -nb => -nbi
20558 2005-10-12  Kim F. Storm  <storm@cua.dk>
20560         * startup.el (fancy-splash-default-action): Discard mouse click in
20561         the splash screen window, as it has no sensible meaning in the
20562         next window to be selected.  Fixes error reported by Jan D.
20564 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20566         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20568 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20570         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20571         Try to fix up minor layout issues like indentation, line break, etc...
20572         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20573         because it doesn't work.
20574         (mixal-operation-codes): Add some more codes.
20575         (mixal-font-lock-keywords): Process comments here.
20576         (mixal-mode): mixasm no longer needs -g option.
20578 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20580         * progmodes/sh-script.el (sh-tmp-file):
20581         Use mktemp -t.  Finish support for es and rc shells.
20583 2005-10-11  Jay Belanger  <belanger@truman.edu>
20585         * calc/calcalg2.el (calc-integral): With an argument, compute the
20586         definite integral.
20588 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20590         * mouse.el (mouse-drag-region-1): Don't try to catch a
20591         double-click when doing follow-link (it's overridden anyway).
20593 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20595         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20596         (autoload-print-form-outbuf): Add docstring.
20598 2005-10-11  Juri Linkov  <juri@jurta.org>
20600         * info.el (Info-mode-menu): Delete menu item "Edit".
20601         (Info-mode): Delete description of Info-edit from docstring,
20602         and rearrange descriptions of Info commands in the order
20603         they are documented in the Info manual.
20605 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20607         * calendar/appt.el (appt-check): Use diary-selective-display var.
20609 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20611         * net/newsticker.el (newsticker-start, newsticker-show-news):
20612         Add autoload cookies.
20614 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20616         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20618 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20620         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20622 2005-10-10  Jay Belanger  <belanger@truman.edu>
20624         * calc/calc-arith.el (math-check-known-scalarp)
20625         (math-check-known-matrixp): Check the values of arguments that are
20626         variables.
20627         (math-check-known-square-matrixp): New function.
20628         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20629         (math-super-types): Add sqmatrix type.
20631         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20632         mode name `square' to `sqmatrix'.
20634         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20635         mode name `square' to `sqmatrix'.
20637 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20639         * progmodes/etags.el (select-tags-table-mode): Don't use
20640         selective-display.
20641         (tags-select-tags-table): Pass `button' to the action function.
20642         (select-tags-table): Place the side-info on button properties rather
20643         than in hidden text.  Abbreviate file names.
20644         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20645         (select-tags-table-select): Add `button' argument.
20646         Get side-info from the button property rather than from hidden text.
20648 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20650         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20651         (gud-speedbar-buttons): Preserve point if possible.
20652         (gud-sentinel): Restore previous speedbar display type.
20654         * progmodes/gdb-ui.el (gdba): Improve diagram.
20655         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20656         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20657         Call get-buffer-window once.
20659 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20661         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20662         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20663         (pascal-indent-command): Remove unused var `ind'.
20664         (pascal-indent-case): Remove unused var `oldpos'.
20665         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20666         since it's now used as a proper minor mode map.
20667         (pascal-outline): Rename to pascal-outline-mode.
20668         (pascal-outline-mode): Use define-minor-mode.
20669         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20670         selective-display.
20672 2005-10-10  Andreas Schwab  <schwab@suse.de>
20674         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20675         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20677         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20678         outside source directory.
20680 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20682         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20683         C-x' as a prefix.
20684         (orgtbl-mode-map): Full keymap instead of sparse, because all
20685         `self-insert-command' keys are redefined in this map.
20686         (org-export-as-html): Specify charset for HTML file, by taking it
20687         from the coding system.
20689 2005-10-10  Kenichi Handa  <handa@m17n.org>
20691         * textmodes/flyspell.el (flyspell-check-word-p):
20692         If unread-command-events is non-empty, don't call sit-for.
20694 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20696         * font-lock.el (font-lock-syntactic-keywords)
20697         (font-lock-keywords): Doc fixes.
20699         * textmodes/flyspell.el (flyspell-external-point-words):
20700         Simplify logic, and don't try to check for consecutive appearances
20701         of one incorrect word.
20703 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20705         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20706         separator.
20708         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20709         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20710         (gud-expansion-speedbar-buttons): New function.
20711         (gud-speedbar-buttons): Check for gud-comint-buffer.
20713 2005-10-09  Bill Wohler  <wohler@newt.com>
20715         * Makefile.in (updates): Add mh-loaddefs dependency.
20717 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20719         * speedbar.el (speedbar-file-key-map): Fix typo.
20721 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20723         * cus-start.el (line-spacing): Add custom spec.
20725 2005-10-09  Romain Francoise  <romain@orebokech.com>
20727         * textmodes/ispell.el (ispell-check-version): Fix last change.
20729 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20731         * term/x-win.el: Remove -i, --icon-type from comment.
20733         * startup.el (command-line-x-option-alist): Remove options -i,
20734         -itype, --icon-type, added -nb, --no-bitmap-icon
20736 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20738         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20739         instead of :active.
20741 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20743         * textmodes/ispell.el (ispell-check-version):
20744         Ignore hyphen, and all that follows, in aspell's version text.
20746 2005-10-08  Jay Belanger  <belanger@truman.edu>
20748         * calc/calc-arith.el (math-known-square-matrixp): New function.
20749         (math-pow-fancy): Check for matrices before distributing exponent
20750         across products.
20752         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20753         fullscreen keypad.  Suggested by Luc Teirlinck.
20754         (calc-keypad-show-input): Add space for formatting.
20756         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20757         Add square matrix option.
20759         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20760         of checking calc-matrix-mode when deciding how to expand.
20762         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20764 2005-10-08  Lars Hansen  <larsh@soem.dk>
20766         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20767         Add error handling.
20768         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20770 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20772         Sync with Tramp 2.0.51.
20774         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20775         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20776         Insert special handling for `last-coding-system-used', again
20777         it still seems to be necessary (unlike stated before).
20778         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20779         (tramp-password-prompt-regexp): There might be other words before
20780         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20781         (tramp-chunksize): Improve docstring.
20782         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20783         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20784         Christian Joergensen <bugs@razor.dk>.
20786 2005-10-07  Glenn Morris  <rgm@gnu.org>
20788         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20789         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20790         precision'.
20792 2005-10-07  Romain Francoise  <romain@orebokech.com>
20794         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20795         (ibuffer-do-shell-command-pipe-replace)
20796         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20797         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20798         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20799         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20800         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20801         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20802         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20803         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20804         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20805         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20806         Autoload file sans suffix.
20808         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20810 2005-10-07  David Ponce  <david@dponce.com>
20812         * recentf.el (recentf-menu-open-all-flag): New option.
20813         (recentf-digit-shortcut-command-name): New function.
20814         (recentf--shortcuts-keymap): New variable.
20815         (recentf-menu-shortcuts): New variable.
20816         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20817         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20818         (recentf-menu-value-shortcut): New function.
20819         (recentf-make-menu-item): Use it.  No more in-lined.
20820         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20821         (recentf-open-most-recent-file): Rename from
20822         `recentf-open-file-with-key'.  Don't depend on key binding.
20823         (recentf-mode-map): New variable.
20824         (recentf-mode): Use it.
20826 2005-10-06  Bill Wohler  <wohler@newt.com>
20828         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20830         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20831         (MH-E-SRC): New.  Used by mh-autoloads.
20832         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20833         files in MH-E-SRC have been updated.
20834         (compile, recompile, bootstrap): Depend on mh-autoloads.
20836 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20838         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20839         gud-break and gud-remove icons when the fringe is not available.
20841         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20842         Typo.
20844 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20846         * play/zone.el (zone): Wrap body with save-window-excursion.
20848 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20850         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20851         Use the new `list-only' arg to diary-list-entries.
20853         * calendar/diary-lib.el: Use overlays rather than selective-display.
20854         (diary-selective-display): New var.
20855         (diary-header-line-format): Use it.
20856         (diary-list-entries): Add argument `list-only'.
20857         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20858         Replace \^M by invisible overlays.
20859         (diary-unhide-everything): Replace \^M by invisible overlays.
20860         (print-diary-entries): Look for overlays rather than \^M.
20861         Add a space to the temp buffer name.
20862         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20863         Put the buffer in diary-mode.
20864         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20865         (diary-anniversary): Make the year arg optional.
20866         (diary-time-regexp): New const.
20867         (diary-font-lock-keywords): Use it to accept a few more time formats.
20869         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20871 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20873         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20874         Fix bug introduced 2005-07-03: Use (car (last ...))
20875         to faithfully reproduce replaced artist-last.
20876         (artist-set-arrow-points-for-poly): Likewise.
20877         Suggested by Johan Bockg\e,Ae\e(Brd.
20879 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20881         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20882         * wid-edit.el (widget):
20883         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20884         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20886 2005-10-06  Kenichi Handa  <handa@m17n.org>
20888         * international/mule-cmds.el (set-language-environment):
20889         Fix setting up of case-table for unibyte mode.
20891         * simple.el (what-cursor-position): If the character is displayed
20892         by some `display' text property, show that.  Don't use
20893         single-key-description for eight-bit characters in multibyte mode.
20895 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20897         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20898         (gdb-ann3): Set it.
20899         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20900         (gdb-info-frames-custom): Use inverse-video for first five
20901         characters of selected frame only.
20902         (gdb-get-frame-number): Select frame even when point is on frame
20903         number.
20905 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20907         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20908         Put `font-lock-function-name-face'.
20909         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20910         and `font-lock-variable-name-face'
20911         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20912         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20913         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20914         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20915         (gdb-local-font-lock-keywords): New font lock keywords definition.
20916         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20917         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20918         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20920 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20922         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20923         (ediff-merge-region-is-non-clash-to-skip): Previously called
20924         ediff-merge-region-is-non-clash.
20926         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20927         Use insert-buffer-substring.
20929         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20930         selecting files to patch.  Also bug fixes.
20932         * ediff-util.el (ediff-setup): Bug fix.
20933         (ediff-next-difference): Never skip clashes that differ in white
20934         space only.
20936         * ediff-wind.el (ediff-setup-control-frame)
20937         (ediff-destroy-control-frame): Check the menubar feature.
20939         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20940         (viper-refresh-mode-line): Use make-local-variable to localize
20941         some vars instead of make-variable-buffer-local.  Suggested by
20942         Stefan Monnier.
20944         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20945         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20946         Use make-local-variable instead of make-variable-buffer-local.
20947         Suggested by Stefan Monnier.
20949         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20950         (viper-comint-mode-hook): Use make-local-variable on
20951         require-final-newline.
20952         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20954 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20956         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20957         also the second char of a comment-start sequence.
20958         (scheme-sexp-comment-syntax-table): New var.
20959         (lambda, define): Set their scheme-doc-string-elt property.
20960         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20961         Use lisp-font-lock-syntactic-face-function now that it properly
20962         handles |...| symbols.
20963         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20964         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20966         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20967         bit from # to |.
20968         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20970         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20971         (lisp-doc-string-elt-property): New var.
20972         (lisp-font-lock-syntactic-face-function): Use it.
20973         Rewrite to recognize docstrings even for forms not at toplevel.
20975         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20976         annotation on the | part of #| rather than on the # part.
20977         (scheme-font-lock-syntactic-face-function): New function, to
20978         distinguish strings from |...| symbols.
20979         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20980         syntax-table so that #|...|# is properly highlighted.
20982         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20983         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20985 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20987         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20988         and C-e.
20990         * emacs-lisp/eldoc.el: Move comments into docstrings.
20991         (eldoc-message-commands): Initialize in its declaration.
20992         Add move-beginning-of-line and move-end-of-line.
20993         (eldoc-add-command, eldoc-add-command-completions)
20994         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20996         * outline.el (outline-mark-subtree): Activate the mark.
20998         * calendar/appt.el (appt-time-regexp): New var.
20999         (appt-add, appt-make-list): Use it.
21000         (appt-convert-time): Clean up.
21002         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21003         Don't set any syntax-table property here.
21004         (tex-font-lock-verb): New function.  Do it here.
21005         (tex-font-lock-syntactic-keywords): Use it.
21007 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21009         * wid-edit.el (widget-file-complete): Get the widget start point
21010         the right way.  Default directory to `/' if file has none.
21012         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21014         * textmodes/flyspell.el (flyspell-mode-on):
21015         Call ispell-maybe-find-aspell-dictionaries.
21017         * textmodes/ispell.el (ispell-word, ispell-region):
21018         Call ispell-maybe-find-aspell-dictionaries.
21019         (ispell-accept-buffer-local-defs):
21020         Don't call ispell-maybe-find-aspell-dictionaries
21022 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21024         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21026 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
21028         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21029         instead of `fboundp' in order to allow for anonymous functions.
21031 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
21033         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21034         case the user clicks on the link while another window is selected.
21035         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21037         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21038         functionality.
21039         (dframe-help-echo): Save point in case mouse tracking is off.
21041 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
21043         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21045 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21047         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21048         not change the global value of those vars.
21050         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21051         make-local-variable which we do not need any more.
21053 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
21055         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21056         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21057         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21058         (speedbar-path-line): Define obsolete aliases.
21059         (speedbar-line-directory): Doc fix.
21061         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21062         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21063         instead of speedbar-line-path.
21065 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21067         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21068         to nil if dropping on a window.  Handle dropping on a minibuffer window
21069         like dropping on a non-window part of Emacs.
21071 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21073         * net/ange-ftp.el: Use with-current-buffer.
21074         (ange-ftp-insert-directory): Do not follow symlinks any more.
21076         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21077         Remove interactive spec.
21079 2005-10-03  Kim F. Storm  <storm@cua.dk>
21081         * ido.el (ido-mode): Use custom-initialize-set.
21083 2005-10-02  Richard M. Stallman  <rms@gnu.org>
21085         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21086         Use insert-buffer-substring.
21088         * net/tramp.el: Pacify byte compiler warnings in pacification code.
21089         (tramp-handle-file-local-copy): Use insert-buffer-substring.
21091 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21093         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21094         in last change.
21095         (ange-ftp-insert-directory): Fix up the search for the case where
21096         `file' is absolute.
21098 2005-10-02  Romain Francoise  <romain@orebokech.com>
21100         * progmodes/compile.el (compile-goto-error): Delete extra paren.
21102 2005-10-02  Andreas Schwab  <schwab@suse.de>
21104         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21105         directory component in the session info.
21107 2005-10-01  Richard M. Stallman  <rms@gnu.org>
21109         * comint.el (comint-redirect-subvert-readonly): Doc fix.
21111         * simple.el (next-error-internal): New function.
21113         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21114         (compilation-start): Pass new arg to compilation-buffer-name.
21115         (compile-goto-error): Use next-error-internal.
21117 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21119         * speedbar.el: Remove RCS tag.
21120         (speedbar-check-read-only): Handle non-existent files.
21122         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21124         * info.el (Info-speedbar-hierarchy-buttons)
21125         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21127 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21129         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21130         Do not match newline.
21131         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21132         (bibtex-summary): Remove unnecessary save-excursion.
21133         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21135 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21137         * term/mac-win.el: Add charset info for "iso10646-1".
21138         Modify default fontset to use ATSUI-compatible fonts for some charsets
21139         if available.
21141 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21143         * speedbar.el: Re-apply arch tag.
21144         (speedbar-version): Rename to version 1.0.  Suggested by Eric
21145         M. Ludlam.
21146         Reapply two changes from Emacs CVS' version of speedbar lost
21147         during the merge:
21148         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21149         (speedbar-frame-parameters): Improve customize type.
21151 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21153         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21154         (ange-ftp-file-directory-p): Fix the symlink case.
21155         (ange-ftp-insert-directory): When listing a single file, get a list of
21156         the parent buffer and extract the relevant line.  Inspired from a patch
21157         by Katsumi Yamaoka <yamaoka@jpl.org>.
21158         (ange-ftp-file-name-sans-versions): Simplify.
21160 2005-09-30  Bill Wohler  <wohler@newt.com>
21162         Move MH-E image files from toolbar and mail directories into
21163         etc/images.
21165         * mail/reply2.*: Move to etc/images/mail/reply*.
21167         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21168         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21169         etc/images.
21171         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21172         * toolbar/reply*: Move to etc/images/mail.
21174         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21176 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
21178         * speedbar.el: New version 1.0pre3.
21180         Frame management code (including timer, and mouse click specifics)
21181         moved to dframe.el:
21182         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21183         (speedbar-timer): Removed.  Use dframe-timer.
21184         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21185         (speedbar-activity-change-focus-flag): Removed.  Use
21186         dframe-activity-change-focus-flag.
21187         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21188         dframe-update-speed.
21190         (speedbar-current-frame): New macro.  Use this instead of the
21191         variable speedbar-frame.
21193         (speedbar-use-images, speedbar-expand-image-button-alist)
21194         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21196         (speedbar-find-image-on-load-path): Removed.  Replaced by
21197         defezimage in ezimage.el.
21198         (speedbar-expand-image-button-alist): Removed.  Replaced by
21199         ezimage-expand-image-button-alist in ezimage.el.
21201         (speedbar-ignored-directory-regexp)
21202         (speedbar-add-ignored-directory-regexp)
21203         (speedbar-ignored-directory-expressions)
21204         (speedbar-line-directory, speedbar-buffers-line-directory)
21205         (speedbar-directory-line, speedbar-buffers-line-directory):
21206         Renamed, replacing `path' with `directory'.
21208         (speedbar-create-directory, speedbar-expand-line-descendants)
21209         (speedbar-toggle-line-expansion)
21210         (speedbar-contract-line-descendants): New commands.
21212         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21213         (speedbar-use-tool-tips-flag): New options.
21215         (speedbar-check-read-only, speedbar-require-version)
21216         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21217         (speedbar-handle-delete-frame, speedbar-try-completion)
21218         (speedbar-update-localized-contents): New functions.
21220         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21221         (speedbar-object-read-only-indicator): New variables.
21223         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21224         New hooks.
21226         (speedbar-separator-face): New face.
21228         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21229         (speedbar-ignored-modes): Add fundamental-mode.
21230         (speedbar-directory-unshown-regexp): Add . directories.
21232         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21233         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21234         `]' for full expand/close.
21235         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21237         (speedbar-check-vc): Support hidden files.
21238         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21239         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21240         state is nil, it is not checked out.
21242         (speedbar-line-text, speedbar-line-token): Support expand buttons
21243         with no text.
21244         (speedbar-refresh): Universal argument acts as power-click.
21245         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21246         that buffer to get variable values.
21248         And many other bugfixes.
21250         * dframe.el, ezimage.el, sb-image.el: New files.
21252         * sb-*.xpm: Remove files.  New image files installed into
21253         etc/images/ezimage.
21255 2005-09-30  Kenichi Handa  <handa@m17n.org>
21257         * ps-mule.el (ps-mule-show-warning): If a character is in
21258         ps-print-translation-table, don't treat it as non-printable.
21260 2005-09-30  David Ponce  <david@dponce.com>
21262         * tree-widget.el (tree-widget-themes-load-path): New variable.
21263         (tree-widget-themes-directory): Doc fix.
21264         (tree-widget-image-formats) [Emacs]: Doc fix.
21265         (tree-widget--locate-sub-directory): New function.
21266         (tree-widget-themes-directory): Use it.
21268         * recentf.el (recentf-filename-handlers): Rename from
21269         `recentf-filename-handler'.  Allow a list of functions.
21270         (recentf-menu-items-for-commands): Fix :help strings.
21271         (recentf-apply-filename-handlers): New function.
21272         (recentf-expand-file-name): Use it.
21273         (recentf-cleanup): Remove duplicates too.
21275 2005-09-29  Juri Linkov  <juri@jurta.org>
21277         * faces.el: Rearrange face definitions to be in the same order as
21278         their face descriptions in "(emacs)Standard Faces".
21280         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21282         * tooltip.el (tooltip): Add group `basic-faces'.
21284         * buff-menu.el (Buffer-menu-buffer): Remove group
21285         `font-lock-highlighting-faces'.
21287         * progmodes/compile.el (compilation-error, compilation-warning)
21288         (compilation-info, compilation-line-number, compilation-column-number):
21289         Change group from `font-lock-highlighting-faces' to `compilation'.
21291         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21292         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21293         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21294         (vhdl-font-lock-reserved-words-face)
21295         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21296         `font-lock-highlighting-faces'.
21298         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21300 2005-09-28  Kim F. Storm  <storm@cua.dk>
21302         * emulation/cua-base.el: Set CUA move property on additional commands:
21303         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21304         forward-sexp, backward-sexp, forward-list, backward-list.
21306 2005-09-28  Romain Francoise  <romain@orebokech.com>
21308         * comint.el (comint-show-output): Really set point at the
21309         beginning of the output when not using `comint-use-prompt-regexp'.
21311 2005-09-27  Jay Belanger  <belanger@truman.edu>
21313         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21314         in TeX mode.
21316 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21318         * textmodes/org.el (org-table-sum): Fix format string.
21320         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21321         Quote face names.
21323 2005-09-26  Romain Francoise  <romain@orebokech.com>
21325         * isearch.el (isearch-forward-regexp): Close doc string.
21327 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21329         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21331         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21333         * progmodes/compile.el (compilation-error-properties):
21334         When getting the file from the previous error message,
21335         correctly decode the new data format.
21337         * progmodes/cc-cmds.el (c-electric-paren):
21338         Call old-blink-paren only for close-paren.
21340 2005-09-24  Andreas Schwab  <schwab@suse.de>
21342         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21343         condition.
21345 2005-09-25  Romain Francoise  <romain@orebokech.com>
21347         * dired-aux.el (dired-copy-file-recursive):
21348         * dired.el (dired-delete-file):
21349         * ediff-mult.el (ediff-dir-diff-copy-file):
21350         * ediff-util.el (ediff-test-save-region):
21351         * forms.el (forms-mode):
21352         * ido.el (ido-file-internal, ido-delete-file-at-head):
21353         * log-edit.el (log-edit-done):
21354         * ses.el (ses-yank-resize):
21355         * play/gomoku.el (gomoku-human-plays, gomoku)
21356         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21357         (gomoku-offer-a-draw):
21358         * play/landmark.el (lm-human-resigns, lm):
21359         * net/eudcb-ldap.el (eudc-ldap-check-base):
21360         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21361         * progmodes/ebrowse.el (ebrowse-find-pattern):
21362         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21363         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21364         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21366         * vc.el (vc-delete-file):
21367         * play/gomoku.el (gomoku-terminate-game, gomoku)
21368         (gomoku-prompt-for-move, gomoku-human-takes-back):
21369         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21370         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21372 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21374         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21375         color rxvt terminals by using the code xterm.el used to use before
21376         2005-04-09 in order to match the colors used by rxvt.
21378 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21380         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21381         colors rxvt-unicode terminals by using the same code as xterm.el.
21383 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21385         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21386         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21387         new symbol used for the tex-verbatim face.
21389 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21391         * woman.el (woman-file-name):
21392         * wid-edit.el (widget-file-prompt-value)
21393         (widget-coding-system-prompt-value):
21394         * w32-fns.el (set-w32-system-coding-system):
21395         * vc.el (vc-version-diff, vc-annotate):
21396         * textmodes/reftex-auc.el (reftex-arg-cite)
21397         (reftex-arg-index-tag):
21398         * textmodes/refer.el (refer-get-bib-files):
21399         * textmodes/artist.el (artist-figlet-choose-font):
21400         * terminal.el (terminal-emulator):
21401         * replace.el (occur-read-primary-args):
21402         * rect.el (string-rectangle, string-insert-rectangle):
21403         * ps-print.el (ps-print-preprint):
21404         * progmodes/pascal.el (pascal-goto-defun):
21405         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21406         * progmodes/compile.el (compilation-find-file):
21407         * printing.el (pr-interactive-n-up):
21408         * play/animate.el (animate-birthday-present):
21409         * net/rcompile.el (remote-compile):
21410         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21411         * mail/rmailsum.el (rmail-summary-search-backward)
21412         (rmail-summary-search):
21413         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21414         (rmail-output-read-file-name):
21415         * mail/rmail.el (rmail-search, rmail-search-backwards):
21416         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21417         * locate.el (locate):
21418         * international/quail.el (quail-show-keyboard-layout):
21419         * international/mule.el (set-buffer-file-coding-system)
21420         (revert-buffer-with-coding-system, set-file-name-coding-system)
21421         (set-terminal-coding-system, set-keyboard-coding-system)
21422         (set-next-selection-coding-system):
21423         * international/mule-diag.el (describe-coding-system)
21424         (describe-font, describe-fontset):
21425         * international/mule-cmds.el (universal-coding-system-argument)
21426         (search-unencodable-char, describe-input-method)
21427         (set-language-environment, describe-language-environment):
21428         * international/codepage.el (codepage-setup):
21429         * international/code-pages.el (codepage-setup):
21430         * info.el (Info-search, Info-follow-reference)
21431         (Info-search-backward):
21432         * emacs-lisp/advice.el (ad-read-advised-function)
21433         (ad-read-advice-class, ad-clear-cache, ad-activate)
21434         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21435         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21436         (ad-read-regexp):
21437         * ediff-util.el (ediff-toggle-regexp-match):
21438         * ediff-ptch.el (ediff-prompt-for-patch-file):
21439         * dired-aux.el (dired-diff):
21440         * diff.el (diff):
21441         * cus-edit.el (custom-variable-prompt):
21442         * calendar/timeclock.el (timeclock-ask-for-project):
21443         * calc/calcalg3.el (calc-get-fit-variables):
21444         * calc/calc-store.el (calc-edit-variable)
21445         (calc-permanent-variable):
21446         * vc-mcvs.el (vc-mcvs-register):
21447         * shadowfile.el (shadow-define-literal-group):
21448         * woman.el (woman-file-name):
21449         * vc.el (vc-version-diff, vc-merge):
21450         * textmodes/reftex-index.el (reftex-index-complete-tag):
21451         * format.el (format-decode-buffer, format-decode-region):
21452         * emulation/viper-cmd.el (viper-read-string-with-history):
21453         * emacs-lisp/debug.el (cancel-debug-on-entry):
21454         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21455         * ediff.el (ediff-merge-revisions)
21456         (ediff-merge-revisions-with-ancestor, ediff-revision):
21457         * completion.el (interactive-completion-string-reader):
21458         * calc/calc-prog.el (calc-user-define-formula):
21459         Follow convention for reading with the minibuffer.
21461 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21463         * progmodes/python.el (python-describe-symbol): Add globals() and
21464         locals() to the arguments of emacs.ehelp.
21466 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21468         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21469         New function, code extracted from ispell-valid-dictionary-list.
21470         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21471         Call it.
21473 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21475         * subr.el (version-regexp-alist): Extend valid syntax for version
21476         strings: allow any of the characters -,_,+ to separate the
21477         alpha/beta/rc part from the version part.  Doc fix.
21478         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21480 2005-09-23  David Reitter  <david.reitter@gmail.com>
21482         * mail/mailclient.el: New file.
21484 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21486         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21487         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21488         Doc fixes.
21490         * progmodes/cc-mode.el (c-font-lock-init):
21491         Specify font-lock-lines-before.
21493 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21495         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21496         whole conflict.
21498 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21500         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21501         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21502         of `remap' feature when available.  Additional key bindings for
21503         better tty support.
21504         (org-mode-restart, org-force-self-insert): New commands.
21505         (org-time-stamp-inactive): New command.
21506         (org-remap): New function.
21507         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21508         (org-enable-fixed-width-editor): Move to `org-structure'
21509         customization group.
21510         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21511         blank field after field motion commands.
21513 2005-09-23  Kenichi Handa  <handa@m17n.org>
21515         * international/mule-cmds.el (set-language-environment):
21516         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21517         have to call utf-translate-cjk-load-tables.
21519 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21521         * mouse.el (mouse-move-drag-overlay): Fix last change.
21523 2005-09-22  David Ponce  <david@dponce.com>
21525         * tree-widget.el (tree-widget-value-create): Fix previous change.
21527 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21529         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21531 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21533         * mouse.el (mouse-move-drag-overlay): New function.
21534         (mouse-drag-region-1): Use it.
21535         Try to simplify a bit the state handling.  Handle clicks on links
21536         inside intangible areas.
21537         (mouse-save-then-kill): Minor simplification.
21538         (mouse-secondary-overlay): Make it always non-nil instead of
21539         recreating it each time.
21540         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21541         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21542         Simplify accordingly.
21544 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21546         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21548 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21550         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21551         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21552         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21553         to patch.
21555         * ediff-util.el: Use insert-buffer-substring.
21557         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21559         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21560         field boundaries in the minibuffer.
21561         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21562         (viper-minibuffer-post-command-hook): New hook.
21563         (viper-line): Don't move cursor at bolp.
21565         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21567         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21568         avoid compiler warnings.
21570         * emulation/viper-macs.el (ex-map): Better messages.
21572         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21574         * emulation/viper.el: Replace make-variable-buffer-local with
21575         viper-make-variable-buffer-local everywhere, to avoid warnings.
21577 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21579         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21580         Delete unused var `old-selected-window'.
21581         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21582         (mouse-drag-secondary): Delete unused var `start-frame'.
21584 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21586         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21588 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21590         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21591         Re-indent within 80 columns.  Use inhibit-read-only.
21593 2005-09-19  Romain Francoise  <romain@orebokech.com>
21595         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21597 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21599         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21600         unconditionally, since the after-change-function already did it.
21602 2005-09-19  Miles Bader  <miles@gnu.org>
21604         * net/newsticker.el: Get rid of CVS keyword.
21606 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21608         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21609         The prompt is formatted later.
21611 2005-09-19  David Ponce  <david@dponce.com>
21613         * tree-widget.el (tree-widget-value-create): Save the converted
21614         tree :node widget.
21616 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21618         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21619         variable `message'.
21621 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21623         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21624         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21625         <slawomir.nowaczyk.847@student.lu.se>.
21627 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21629         * image.el (image-load-path): Use symbol `data-directory' instead
21630         of its value, for backward compatibility with packages that bind
21631         it during `find-image'.  Suggested by Katsumi Yamaoka.
21632         (image-search-load-path): Handle symbols whose values are strings.
21634 2005-09-18  Romain Francoise  <romain@orebokech.com>
21636         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21637         with-current-buffer form in save-excursion.
21639 2005-09-18  Deepak Goel  <deego@gnufans.org>
21641         * apropos.el (apropos-command): Fix `message' call: first arg
21642         should be a format spec.  In this and all other cases that appear
21643         below and elsewhere in the source code, I made a change only when
21644         two conditions were satisfied: [1] I can think of a possibility
21645         that the arguments would cause an error, for example, the code in
21646         question relies on external variables such as filenames.  [2] I
21647         was sure that the arg to `message' could not have been nil in the code.
21649         * textmodes/tildify.el (tildify-region): Ditto.
21651         * textmodes/reftex-index.el (reftex-index-change-entry)
21652         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21653         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21654         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21655         (org-priority, org-table-sum):
21656         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21657         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21658         (flyspell-word, flyspell-display-next-corrections):
21659         * textmodes/bibtex.el (bibtex-print-help-message):
21660         * textmodes/artist.el (artist-key-set-point-poly):
21661         * term/mac-win.el (mac-services-insert-text):
21662         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21663         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21664         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21665         (vhdl-compose-configuration):
21666         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21667         (sh-set-indent, sh-learn-line-indent):
21668         * progmodes/ps-mode.el (ps-mode-target-column):
21669         * progmodes/idlwave.el (idlwave-make-tags)
21670         (idlwave-scan-library-catalogs):
21671         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21672         * progmodes/gud.el (gud-jdb-analyze-source):
21673         * progmodes/flymake.el (flymake-log):
21674         * progmodes/ebnf2ps.el (ebnf-generate-region):
21675         * progmodes/cmacexp.el (c-macro-expansion):
21676         * progmodes/ada-xref.el (ada-treat-cmd-string):
21677         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21678         (ada-justified-indent-current, ada-batch-reformat):
21679         * play/zone.el (zone):
21680         * play/landmark.el (lm-move):
21681         * play/decipher.el (decipher-show-alphabet):
21682         * net/newsticker.el (newsticker--display-jump)
21683         (newsticker--display-scroll):
21684         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21685         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21686         * mail/feedmail.el (feedmail-dump-message-to-queue):
21687         * eshell/esh-proc.el (eshell-remove-process-entry):
21688         * emulation/ws-mode.el (ws-last-error):
21689         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21690         (viper-record-kbd-macro):
21691         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21692         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21693         * emacs-lisp/find-func.el (find-function-noselect):
21694         * calendar/timeclock.el (timeclock-status-string)
21695         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21696         (timeclock-when-to-leave-string):
21697         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21698         * calc/calc-units.el (calc-enter-units-table):
21699         * calc/calc-mode.el (calc-mode-record-mode):
21700         * woman.el (woman-mini-help):
21701         * wdired.el (wdired-change-to-wdired-mode):
21702         * vc.el (vc-retrieve-snapshot):
21703         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21704         * startup.el (display-startup-echo-area-message):
21705         * simple.el (set-goal-column):
21706         * ses.el (ses-command-hook, ses-recalculate-cell):
21707         * server.el (server-process-filter):
21708         * printing.el (pr-interface-txt-print, pr-interface-printify)
21709         (pr-interface-ps):
21710         * pcvs.el (cvs-help):
21711         * log-edit.el (log-edit, log-edit-mode-help):
21712         * iswitchb.el (iswitchb-possible-new-buffer):
21713         * isearch.el (isearch-edit-string):
21714         * image-mode.el (image-mode, image-minor-mode):
21715         * ibuf-macs.el (define-ibuffer-filter):
21716         * hi-lock.el (hi-lock-find-patterns):
21717         * files.el (toggle-read-only):
21718         * ediff-util.el (ediff-copy-diff)
21719         (ediff-write-merge-buffer-and-maybe-kill):
21720         * echistory.el (Electric-history-undefined):
21721         * dnd.el (dnd-insert-text):
21722         * dired-aux.el (dired-query):
21723         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21724         * bookmark.el (bookmark-bmenu-locate):
21725         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21726         Fix `message' calls to ensure first arg is a format string.
21727         The change was made only when these two conditions were satisfied:
21728         [1] when there is a possibility that the arguments would cause an error
21729         for example, if the code in question relies on external variables
21730         such as filenames, and
21731         [2] if the arg to `message' could not have been nil in the code.
21733         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21734         Not having a %s would be weird, though not technically wrong.
21736 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21738         * term/mac-win.el (mac-add-charset-info): Doc fix.
21740 2005-09-17  Romain Francoise  <romain@orebokech.com>
21742         * shell.el (shell-resync-dirs): Handle echoing processes more
21743         reliably.  Don't insert resync command if `comint-process-echoes'
21744         is non-nil.
21746 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21748         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21749         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21750         aspell versions >= 0.60.
21751         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21752         only if ispell-aspell-supports-utf8 is non-nil.
21754 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21756         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21757         buffer-local value to lisp-indent-function.
21759 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21761         * progmodes/glasses.el (glasses-make-readable): If
21762         glasses-separator differs from underscore, put appropriate
21763         overlays over underscore characters.
21764         (glasses-convert-to-unreadable): If glasses-separator differs from
21765         underscore, try to convert glasses-separator characters to
21766         underscores.
21768 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21770         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21771         Use with-syntax-table and dolist.
21773 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21775         * textmodes/reftex-auc.el:
21776         * textmodes/reftex-cite.el:
21777         * textmodes/reftex-dcr.el:
21778         * textmodes/reftex-global.el:
21779         * textmodes/reftex-parse.el:
21780         * textmodes/reftex-ref.el:
21781         * textmodes/reftex-sel.el:
21782         * textmodes/reftex-toc.el:
21783         * textmodes/reftex-vars.el:
21784         * textmodes/reftex.el: Small changes to remove compiler warnings.
21786         * textmodes/reftex-index.el: Likewise.
21787         (reftex-query-index-phrase): More efficient use of markers.
21789 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21791         * image.el (image-load-path): New variable.
21792         (image-search-load-path): New function.
21793         (find-image): Search for images in `image-load-path'.
21795 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21797         * follow.el: Change Maintainer field.
21799 2005-09-15  David Ponce  <david@dponce.com>
21801         * recentf.el (recentf-save-file-modes): New option.
21802         (recentf-save-list): Use it.
21804 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21806         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21807         (mode-line-mule-info, mode-line-modified): Move bindings from
21808         mouse-3 to mouse-1.
21810 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21812         * simple.el (sendmail-user-agent-compose): Revert last change.
21814 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21816         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21817         Use with-current-buffer.
21818         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21819         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21820         (ange-ftp-insert-directory): Remove unused var `short'.
21821         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21823         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21824         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21826         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21827         (check-calendar-holidays, diary-list-entries): Autoload.
21828         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21829         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21831         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21832         which mistakenly removed a call to display-buffer.
21834 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21836         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21838 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21840         * progmodes/hideshow.el
21841         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21842         (hs-allow-nesting): New user var.
21843         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21844         (hs-hide-block-at-point): When nesting allowed,
21845         if there is already an overlay in place, delete it.
21846         (hs-safety-is-job-n): Delete func; remove call sites.
21847         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21848         (hs-overlay-at): New func.
21849         (hs-already-hidden-p, hs-show-block): Use it.
21850         (hs-hide-all): Don't pre-clean if nesting allowed.
21851         (hs-show-all): Temporarily disallow
21852         nesting around call to `hs-discard-overlays'.
21854 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21856         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21857         Delete unused local var.
21859 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21861         * help-fns.el (describe-categories): "?\ " -> "?\s".
21862         (help-do-arg-highlight): Recognize also ARG-n, as in
21863         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21865         * international/codepage.el (dos-unsupported-char-glyph):
21866         * net/newsticker.el (tool-bar-map, w3-mode-map)
21867         (w3m-minor-mode-map):
21868         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21869         (ent-alist):
21870         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21872 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21874         * custom.el (custom-push-theme): Handle the case where a symbol is
21875         bound but face properties have not yet been assigned.
21877         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21878         Fix behavior if noerase is `t' and there is no mail buffer.
21880         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21881         if `continue' is nil, rather than signal an error.
21883 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21885         * font-lock.el (font-lock-keywords): Add autoload.
21887         * help-fns.el (describe-variable): Rearrange to put source link
21888         in a predictable place.
21890         * net/newsticker.el: New file.
21892 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21894         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21895         (calendar-basic-setup): Use the new nil arg.
21896         (number-of-diary-entries): Move to diary-lib.el.
21898         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21899         (diary-list-entries): Use with-syntax-table and dolist.
21900         Rename from list-diary-entries.
21901         Use number-of-diary-entries if `number' is nil.
21902         (diary, diary-view-entries): Use this new name and new nil arg value.
21903         (number-of-diary-entries): Move from calendar.el.
21904         (diary-unhide-everything): New function.
21905         (include-other-diary-files, fancy-diary-display)
21906         (diary-show-all-entries, make-diary-entry): Use it.
21907         (diary-mail-entries): Use buffer-string.
21908         (mark-diary-entries): Fix long standing paren typo.
21909         (diary-sexp-entry): Use count-lines.
21910         (make-diary-entry): Avoid `previous-line'.
21911         (diary-mode-map): New var.
21912         (diary-mode): Redraw cal after saving.  Setup header-line.
21913         (fancy-diary-display-mode): Use local-set-key.
21915         * startup.el (command-line): Try calling various terminal-init-foo-bar
21916         functions by stripping hyphenated suffixes from $TERM.
21918         * files.el (normal-mode): Check boundness of font-lock-keywords.
21920 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21922         * progmodes/compile.el: Don't decide a file's directory
21923         until the user actually tries to go there.
21924         (compilation-next-error-function):
21925         Pass compilation-find-file the directory from the file-struct.
21926         (compilation-internal-error-properties): Separate local FILE-STRUCT
21927         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21928         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21929         Expand it, and if nil, use default-directory.
21930         (compilation-get-file-structure): Don't mix specified directory
21931         with default directory.  Put specified directory into
21932         file-struct.  Don't make the file name absolute.
21934         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21935         (compile-command): Add autoload.
21936         (compilation-disable-input): Add autoload.
21938 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21940         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21941         strings of the variables it can override.
21942         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21943         %Q and %q, for fully-qualified domain name and unqualified host name.
21945 2005-09-11  Kim F. Storm  <storm@cua.dk>
21947         * emacs-lisp/authors.el (authors-aliases): Update list.
21948         (authors-fixed-entries): Update mldrag.el entry.
21950 2005-09-10  Alan Mackenzie  <acm@muc.de>
21952         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21953         from the region narrowed to.
21955 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21957         * textmodes/ispell.el (ispell-check-version): Signal an error if
21958         aspell version is less than 0.60.
21960 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21962         * progmodes/octave-inf.el (inferior-octave-startup):
21963         Resync current dir at the end.
21965 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21967         * woman.el (woman-topic-at-point-default):
21968         Rename to woman-use-topic-at-point-default.
21969         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21970         (woman-file-name): Reflect renames above.  Automatically use the
21971         word at point as topic if woman-use-topic-at-point is non-nil.
21972         Otherwise offer it as default but don't insert it in the
21973         minibuffer.  Also use `test-completion' instead of `assoc' as
21974         suggested by Stefan Monnier.
21976 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21978         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21979         the attempt to do it over Tramp.  This is not yet supported.
21981 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21983         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21984         (menu-bar-non-minibuffer-window-p): New functions.
21985         ("Split Window", "Save As..."): Use them.
21986         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21987         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21988         Use menu-bar-menu-frame-live-and-visible-p.
21989         ("Save Buffer", "Insert File", "Open Directory...")
21990         ("Open File...", "Visit New File..."):
21991         Use menu-bar-non-minibuffer-window-p.
21992         (kill-this-buffer-enabled-p, dired <menu-enable>):
21993         Use menu-bar-non-minibuffer-window-p.
21995 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21997         * cus-start.el (all): Don't complain about fringe-related
21998         built-ins if fringes are not supported.  Ditto about
21999         selection-related built-ins.  Fix the test for GTK-related built-ins.
22001         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22002         ("Postscript Print Buffer", "Print Region", "Save As...")
22003         ("Save", "Insert File...", "Open Directory...")
22004         ("Open File...", "Visit New File..."")
22005         ("Truncate Long Lines in this Buffer"): Don't look at
22006         menu-updating-frame if this display does not support multiple frames.
22008 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22010         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22012 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
22014         * woman.el: Format- and whitespace-related changes.
22016 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22018         * woman.el: Fix my email address.
22020 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22022         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22023         (sh-mode): Locally set skeleton-pair-default-alist.
22025         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22027         * progmodes/flymake.el: Require `compile' unconditionally.
22029         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22031         * woman.el (woman-file-name): Provide a default, not initial input.
22033         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22035         * font-lock.el (font-lock-support-mode): Doc fix.
22037         * descr-text.el (describe-property-list): Handle non-symbol prop names.
22039 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22041         * simple.el (blink-matching-open): Get rid of text props from
22042         the string shown in echo area.  Don't permanently set point.
22043         Some rearrangements.
22045 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22047         * recentf.el (recentf-filename-handler): Add custom choice
22048         `abbreviate-file-name'.
22050         * msb.el (msb--very-many-menus): Fix typo.
22052         * disp-table.el (standard-display-european): Don't set
22053         enable-multibyte-characters to nil.
22055 2005-09-08  David Ponce  <david@dponce.com>
22057         * recentf.el (recentf-show-file-shortcuts-flag): New option.
22058         (recentf-expand-file-name): Doc fix.
22059         (recentf-dialog-mode-map): Define digit shortcuts.
22060         (recentf--files-with-key): New variable.
22061         (recentf-show-digit-shortcut-filter): New function.
22062         (recentf-open-files-items): New function.
22063         (recentf-open-files): Use it.
22064         (recentf-open-file-with-key): New command.
22066 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
22068         * buff-menu.el (Buffer-menu-sort-by-column): New function.
22069         Suggested by Kim F. Storm.
22070         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22071         (Buffer-menu-make-sort-button): Use global keymap.
22073 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
22075         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22076         (Man-getpage-in-background-advice): Remove defadvice; it isn't
22077         necessary any longer with the remapped command.
22078         (Man-bgproc-sentinel-advice): Remove defadvice which counts
22079         formatting time only.
22081         * net/tramp.el (tramp-action-password)
22082         (tramp-multi-action-password): Compile the password prompt from
22083         `method', `user' and `host'.  Sometimes it isn't obvious which
22084         password to enter, for example with remote files offered by
22085         recentf.el, or with multiple steps.  Suggested by Robert Marshall
22086         <robert@chezmarshall.freeserve.co.uk>.
22088 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22090         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22091         Fix regexp for when "s///" is at the beginning of line.
22093 2005-09-07  Jay Belanger  <belanger@truman.edu>
22095         * calc/calc-poly.el (math-expand-term): Multiply out any powers
22096         when in matrix mode.
22098 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22100         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22101         non-anonymous functions.
22103 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
22105         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22106         when using a header line.  Otherwise, use mouse-1-click-follows-link.
22108         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22109         can't be moved; don't signal an error.
22111 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
22113         * cus-theme.el (custom-theme-write-faces): Save the current face
22114         spec, not the defface spec.
22116         * custom.el (custom-known-themes): Clarify meaning of "standard".
22117         (custom-push-theme): Save old values in the standard theme.
22118         (disable-theme): Correct typo.
22119         (custom-face-theme-value) Deleted unused function.
22120         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22122 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22124         * progmodes/compile.el (compilation-goto-locus): Take into account
22125         iconified frames when determining whether the buffer is
22126         already visible.
22127         Don't reset window height if the window already existed.
22129 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
22131         * custom.el (load-theme): Rename from require-theme.
22132         Add interactive spec.
22133         (enable-theme): Rename from custom-enable-theme.
22134         Add interactive spec.
22135         (disable-theme): Rename from custom-disable-theme.
22136         Add interactive spec.
22137         (custom-make-theme-feature): Doc fix.
22138         (custom-theme-directory): Doc fix.
22139         (provide-theme): Call enable-theme.
22141 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22143         * obsolete/lazy-lock.el (lazy-lock-mode):
22144         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22145         font-lock-mode if it's off.  Print a warning instead.
22147         * progmodes/compile.el (compilation-start): Ignore errors if the
22148         process died before we get to send-eof.
22150         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22151         Undo last change.  Enclosing the result in quotes broke things on Unix
22152         since tex-send-command passes it through shell-quote-argument.
22153         (tex-send-command): Pass `file' through convert-standard-filename
22154         when possible.
22155         (tex-uptodate-p): Handle the case where TeX hasn't put additional
22156         info in a transcript.
22158 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
22160         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22161         fix compilation warning.  Reorder the key definitions to group
22162         together keys emitted by the current version of xterm.
22164         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22165         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22166         Reorder predicates to correct min-color usage.
22168 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
22170         * longlines.el (longlines-mode): Inhibit read-only when encoding.
22171         Kill local variables when longlines-mode is turned off.
22173 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22175         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22177         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22179         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22181         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22182         (font-lock-lines-before): Change default to being inactive.
22183         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22184         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22186 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22188         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22189         Deactivate temporarily advice if active (not needed for Emacs 22,
22190         but for backwards compatibility).
22191         (tramp-exists-file-name-handler): Rewrite.  First implementation
22192         was too simple.
22193         (tramp-advice-make-auto-save-file-name):
22194         Call `tramp-handle-make-auto-save-file-name' (again, just for
22195         backwards compatibility).
22197 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22199         * progmodes/vhdl-mode.el
22200         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22201         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22202         (vhdl-set-default-project): New function (easier setting of default).
22203         (vhdl-port-copy): Handle extended identifiers for generics.
22204         (vhdl-compiler-alist): Better description for error message regexp.
22205         (vhdl-make): Query for target, use previous as default.
22206         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22207         (vhdl-font-lock-keywords-2): Fix fontification for record
22208         el. assign.
22209         (vhdl-speedbar-make-subpack-line): Add package body link.
22210         (vhdl-generate-makefile-1): Not include itself as dependency.
22211         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22212         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22213         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22214         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22215         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22216         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22217         (vhdl-import-project): Add string argument for `error'.
22218         (vhdl-compose-configuration)
22219         (vhdl-compose-configuration-architecture): Add configuration
22220         declaration generation.
22221         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22222         (vhdl-trailer-re): Add "record" keyword (better indentation).
22223         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22224         "[^ \t-\"]+".
22225         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22226         (vhdl-testbench-entity-file-name)
22227         (vhdl-testbench-architecture-file-name): Allow separate
22228         customization of testbench file names.
22229         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22230         (vhdl-get-visible-signals): Allow newline within alias declaration.
22231         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22232         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22233         (member-ignore-case): Alias for missing function in XEmacs.
22234         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22235         (vhdl-update-sensitivity-list): Ignore case on read signals.
22236         (vhdl-replace-string): Adjust case only for file names.
22237         (vhdl-update-sensitivity-list): Fix search for read signals.
22238         (vhdl-update-sensitivity-list): Exclude formal parameters.
22239         (vhdl-get-visible-signals): Include aliases of signals.
22240         (vhdl-get-visible-signals): Fix signal name searching.
22241         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22242         (vhdl-fixup-whitespace-region): Fix for character
22243         literals (e.g. `:').
22245 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22247         * ansi-color.el (comint-last-output-start):
22248         * bs.el (font-lock-verbose):
22249         * diff-mode.el (add-log-buffer-file-name-function):
22250         * dired-x.el (vm-folder-directory):
22251         * faces.el (help-xref-stack-item):
22252         * files.el (font-lock-keywords):
22253         * find-lisp.el (dired-buffers, dired-subdir-alist):
22254         * ido.el (cua-inhibit-cua-keys):
22255         * log-view.el (cvs-minor-wrap-function):
22256         * outline.el (font-lock-warning-face):
22257         * simple.el (compilation-current-error):
22258         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22259         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22260         * tooltip.el (comint-prompt-regexp):
22261         * w32-fns.el (explicit-shell-file-name):
22262         * term/mac-win.el (mac-charset-info-alist)
22263         (mac-services-selection, mac-system-script-code):
22264         * term/tty-colors.el (msdos-color-values):
22265         * term/w32-win.el (xlfd-regexp-registry-subnum):
22266         * term/x-win.el (x-keysym-table, x-selection-timeout)
22267         (x-session-id, x-session-previous-id):
22268         * textmodes/ispell.el (mail-yank-prefix):
22269         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22270         * textmodes/org.el (calc-embedded-close-formula)
22271         (calc-embedded-open-formula)
22272         (font-lock-unfontify-region-function):
22273         * textmodes/reftex-global.el (isearch-next-buffer-function)
22274         (TeX-master):
22275         * textmodes/reftex.el (font-lock-keywords):
22276         * textmodes/tex-mode.el (font-lock-comment-face)
22277         (font-lock-doc-face):
22278         * textmodes/texinfo.el (outline-heading-alist):
22279         Add defvars.
22281         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22282         (artist-spray-chars, artist-mode-init, artist-replace-string)
22283         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22284         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22285         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22287         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22288         (conf-align-assignments): "?\ " -> "?\s".
22290         * textmodes/reftex-index.el (TeX-master): Add defvar.
22291         (reftex-index-phrases-marker): Move up defvar.
22293         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22294         (reftex-toc-include-labels-indicator)
22295         (reftex-toc-include-index-indicator)
22296         (reftex-toc-max-level-indicator): Move up declarations.
22298         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22299         of args to `tramp-run-real-handler', even if it's empty in this case.
22301 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22303         * dired.el (dired-move-to-filename-regexp): Add date format for
22304         Mac OS X 10.3 in East Asian locales.
22306 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22308         * files.el (make-auto-save-file-name): Add file name handler call
22309         if applicable.
22311         * net/tramp.el (tramp-file-name-handler-alist)
22312         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22313         (tramp-handle-make-auto-save-file-name): Rename from
22314         `tramp-make-auto-save-file-name'.
22315         (tramp-exists-file-name-handler): New defun.
22316         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22317         `make-auto-save-file-name' is not a magic file name operation.
22319 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22321         * files.el (risky-local-variable-p):
22322         Match `-predicates' and `-commands.
22324         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22325         (custom-save-all): Visit the file if necessary;
22326         kill the buffer if we created it.
22327         (custom-save-delete): Don't visit file or kill buffer here.
22329 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22331         * textmodes/org.el (org-special-keyword): New face.
22332         (org-table-copy-down, org-table-eval-formula)
22333         (org-table-recalculate, org-init-section-numbers):
22334         Use `string-to-number' instead of `string-to-int'.
22335         (org-get-location): Use `insert-buffer-substring' instead of
22336         `insert-buffer'.
22337         (org-modify-diary-entry-string): New function.
22338         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22339         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22340         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22341         active region.
22342         (org-export-as-html): Handle QUOTE keyword.
22343         (org-quote-string): New option.
22344         (org-bookmark-jump-unhide): New function, used for
22345         `bookmark-after-jump-hook'.
22346         (org-diary-default-entry): Apply only when not called through
22347         `org-agenda'.
22349 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22351         * net/eudc.el (mode-popup-menu):
22352         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22353         * progmodes/ada-mode.el (compile-auto-highlight)
22354         (skeleton-further-elements):
22355         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22356         * progmodes/cmacexp.el (msdos-shells):
22357         * progmodes/compile.el (font-lock-extra-managed-props)
22358         (font-lock-keywords, font-lock-maximum-size)
22359         (font-lock-support-mode):
22360         * progmodes/grep.el (font-lock-lines-before):
22361         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22362         * progmodes/mixal-mode.el (compile-command):
22363         * progmodes/perl-mode.el (font-lock-comment-face)
22364         (font-lock-doc-face, font-lock-string-face):
22365         * progmodes/prolog.el (comint-prompt-regexp):
22366         * progmodes/sh-script.el (font-lock-comment-face)
22367         (font-lock-set-defaults, font-lock-string-face):
22368         * progmodes/sql.el (font-lock-keyword-face)
22369         (font-lock-set-defaults, font-lock-string-face):
22370         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22371         (itimer-version, lazy-lock-defer-contextually)
22372         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22373         Add defvars.
22375         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22376         (cperl-electric-keyword, cperl-electric-pod)
22377         (cperl-electric-backspace, cperl-forward-re)
22378         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22379         (vc-rcs-header, vc-sccs-header): Add defvars.
22381         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22382         (font-lock-syntactic-keywords, gud-find-expr-function):
22383         Add defvars.
22385         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22386         (gdb-frame-parameters): Declare before use.
22388         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22389         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22390         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22391         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22393         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22394         (idlwave-help-with-source): Use `insert-buffer-substring', not
22395         `insert-buffer'.
22397 2005-08-29  Juri Linkov  <juri@jurta.org>
22399         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22400         Put outline-back-to-heading function call inside save-excursion.
22402 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22404         * man.el (Man-init-defvars, Man-translate-references)
22405         (Man-support-local-filenames, Man-highlight-references):
22406         * progmodes/sql.el (sql-interactive-mode):
22407         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22409         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22410         (compilation-mode-font-lock-keywords): Add defvars.
22411         (checkdoc-interactive-loop): "?\ " -> "?\s".
22413         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22414         (font-lock-doc-face, font-lock-string-face)
22415         (font-lock-keywords-case-fold-search): Add defvars.
22416         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22418         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22419         Don't pass X and Y (they are ignored anyway).
22420         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22421         (mouse-delete-window): Make arguments optional.
22423         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22424         (caesar-translate-table, minor-modes, news-buffer-save)
22425         (news-group-name, news-minor-modes): Add defvars.
22427         * emacs-lisp/lselect.el (mouse-highlight-priority)
22428         (x-lost-selection-functions, zmacs-regions):
22429         * emacs-lisp/pp.el (font-lock-verbose):
22430         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22431         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22432         (ses-mode-map):
22433         * emacs-lisp/tcover-unsafep.el (safe-functions):
22434         * international/mule-cmds.el (mac-system-coding-system)
22435         (mac-system-locale):
22436         * language/ethio-util.el (rmail-current-message)
22437         (rmail-message-vector):
22438         * language/thai-util.el (thai-auto-composition-mode):
22439         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22440         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22441         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22442         (vm-primary-inbox, vm-spool-files):
22443         * mail/rmail.el (deleted-head, font-lock-fontified)
22444         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22445         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22446         (total-messages):
22447         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22448         (rmail-summary-mode-map):
22449         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22450         (rmail-last-label, rmail-last-multi-labels)
22451         (rmail-summary-vector, rmail-total-messages):
22452         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22453         * mail/rmailsum.el (msgnum):
22454         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22455         (rmail-current-message):
22456         * obsolete/fast-lock.el (font-lock-face-list):
22457         * obsolete/rnewspost.el (mail-reply-buffer):
22458         * obsolete/scribe.el (compile-command):
22459         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22461 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22463         * ibuf-ext.el (ibuffer-auto-update-changed):
22464         Use `frame-or-buffer-changed-p' to check whether we need to update.
22465         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22466         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22467         as a `frame-or-buffer-changed-p' state vector instead.
22469 2005-08-27  Romain Francoise  <romain@orebokech.com>
22471         * textmodes/makeinfo.el (makeinfo-compile):
22472         Use `compilation-start'.  Set `next-error-function' according to
22473         `disable-errors'.
22474         (makeinfo-next-error): New function.
22475         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22476         (makeinfo-buffer): Likewise.
22478         * progmodes/compile.el (compilation-start): Add autoload cookie.
22480         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22481         * textmodes/sgml-mode.el: Likewise.
22482         * progmodes/python.el: Likewise.
22484 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22486         * simple.el (blink-matching-paren-distance): Document the meaning
22487         of nil value, and allow to customize to nil.
22489         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22490         command.com, not command.exe.
22492 2005-08-26  John Wiegley  <johnw@newartisans.com>
22494         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22495         code around a bit so that an extraneous nil argument is not added
22496         to a command when no args are given.
22498         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22499         double-quoted argument resolves to nil, return it as an empty
22500         string rather than as nil.  This made it impossible to pass "" to
22501         a shell script as a null string argument.
22503 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22505         * outline.el (outline-invent-heading): New fun.
22506         (outline-promote, outline-demote): Use it.
22507         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22508         (outline-end-of-subtree): Remove unused var `opoint'.
22510 2005-08-26  David Reitter  <david.reitter@gmail.com>
22512         * menu-bar.el (truncate-lines, write-file, print-buffer)
22513         (ps-print-buffer-faces, ps-print-buffer, split-window):
22514         Disable menu items when the frame they refer to is invisible, or when
22515         they refer to a buffer and the minibuffer is selected.
22517 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22519         * progmodes/flymake.el (flymake-highlight-err-lines):
22520         Use save-excursion around flymake-highlight-line to preserve point.
22522 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22524         * progmodes/octave-mod.el: Change Author and Maintainer address.
22525         (octave-maintainer-address): Change Kurt's email address.
22526         * progmodes/octave-inf.el: Change Author and Maintainer address.
22527         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22529 2005-08-26  Kim F. Storm  <storm@cua.dk>
22531         * subr.el (version-list-<, version-list-<=, version-list-=):
22532         Rename from integer-list-*.
22533         (version-list-not-zero): Likewise.  Fix while loop.
22534         (version=): Use version-list-= instead of string-equal.
22536 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22538         * outline.el (outline-promote): Try shortening the heading.
22539         As last resort, read the heading to use.
22540         (outline-demote): As last resort, read the heading to use.
22542 2005-08-26  Romain Francoise  <romain@orebokech.com>
22544         * progmodes/compile.el (compilation-start): Doc fix.
22546         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22547         (antlr-font-lock-additional-keywords): Fix reference to
22548         `antlr-font-lock-literal-regexp' erroneously changed during the
22549         mass face rename.
22550         (antlr-run-tool): Use `compilation-start'.
22552         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22553         instead of the obsolete `compile-internal'.
22555 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22557         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22558         (number, original-date):
22559         * calendar/cal-china.el (date):
22560         * calendar/cal-coptic.el (date):
22561         * calendar/cal-french.el (date):
22562         * calendar/cal-hebrew.el (date, entry, number, original-date):
22563         * calendar/cal-islam.el (date, number, original-date):
22564         * calendar/cal-iso.el (date):
22565         * calendar/cal-julian.el (date):
22566         * calendar/cal-mayan.el (date):
22567         * calendar/cal-menu.el (date, event):
22568         * calendar/cal-persia.el (date):
22569         * calendar/lunar.el (date):
22570         * calendar/solar.el (date): Add defvars.
22572         * emerge.el:
22573         * ibuffer.el:
22574         * info-xref.el:
22575         * obsolete/bg-mouse.el:
22576         * obsolete/sun-curs.el:
22577         * obsolete/swedish.el: Move the `defvar's to the top level.
22579         * smerge-mode.el (smerge-refined-change): Add :group.
22581 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22583         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22584         (smerge-keep-n): Remove props.
22585         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22586         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22587         now that it's done in smerge-keep-n.
22588         (smerge-refined-change): New face.
22589         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22590         (smerge-refine): New funs.
22591         (smerge-basic-map): Bind smerge-refine.
22593 2005-08-25  Juri Linkov  <juri@jurta.org>
22595         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22596         compilation-process-setup-function and compilation-disable-input
22597         in grep-mode instead of let-bindings in grep.
22599         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22600         Delete "Automatic File De/compression" (auto-compression-mode).
22602 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22604         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22605         Silence warning about non-existent variable.
22607 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22609         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22610         Rename "Describe Key" to "Describe Key or Mouse Operation".
22612         * mail/mailalias.el (build-mail-aliases): Delete comments
22613         from the contents before processing them.
22615         * isearch.el (isearch-edit-string): Erase the Search prompt
22616         if user enters an empty string and there is no default.
22618         * comint.el (comint-file-name-prefix): Add autoload.
22620 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22622         * subr.el (play-sound): Rearrange to avoid warning.
22624 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22626         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22627         New hook.
22628         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22630 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22632         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22634         * custom.el (custom-theme-set-variables): Sort minor modes last.
22636 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22638         * subr.el (version-separator, version-regexp-alist): New vars used by
22639         version comparison funs.
22640         (integer-list-<, integer-list-=, integer-list-<=)
22641         (integer-list-not-zero): New funs for integer list comparison.
22642         (version-to-list, version=, version<, version<=): New funs for version
22643         comparison.
22645 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22647         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22648         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22649         time to silence the byte-compiler.
22651         * ibuffer.el (ibuffer-compile-make-eliding-form)
22652         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22653         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22654         so it's silly to get warnings for it).
22655         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22656         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22657         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22658         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22659         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22660         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22661         Defvar at compile time.
22662         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22663         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22664         Declare them before use.
22666         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22667         (info-xref-good, info-xref-bad): Defvar at compile time.
22669         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22670         Use `let*' instead of `let'.
22672         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22673         (*mouse-y*, menu, char): Defvar at compile time.
22674         (sc::menu): Declare it before use.
22675         (sc::pack-one-line): Use `let', not `let*'.
22677         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22678         (mail-send-hook): Defvar at compile time.
22680         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22681         Defvar at compile time.
22683         * term/sun-mouse.el (current-global-mousemap)
22684         (current-local-mousemap): Declare them before use.
22686 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22688         * bookmark.el (bookmark-after-jump-hook): New hook.
22689         (bookmark-jump): Run `bookmark-after-jump-hook'.
22691 2005-08-23  Juri Linkov  <juri@jurta.org>
22693         * faces.el (minibuffer-prompt): Doc fix.
22695 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22697         * progmodes/xscheme.el: Trivial changes to silence warnings.
22698         (xscheme-previous-mode, xscheme-previous-process-state):
22699         Add defvars.
22700         (xscheme-last-input-end, xscheme-process-command-line)
22701         (xscheme-process-name, xscheme-buffer-name)
22702         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22703         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22704         (xscheme-control-g-synchronization-p)
22705         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22706         (default-xscheme-runlight, xscheme-runlight)
22707         (xscheme-runlight-string, xscheme-process-filter-state)
22708         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22709         Move to beginning of file.
22710         (scheme-interaction-mode-commands-alist)
22711         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22712         Declare them before use.  Note: the initialization code for the
22713         variables has not been moved because it uses functions that reference
22714         the variables.
22715         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22716         (xscheme-prompt-for-expression-map): Declare them before use.
22717         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22719 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22721         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22723 2005-08-22  Juri Linkov  <juri@jurta.org>
22725         * faces.el (set-face-underline): Delete this duplicate function
22726         and make an obsolete alias to set-face-underline-p.
22727         (set-face-underline-p): Use docstring of set-face-underline.
22728         (describe-face): Create hyperlink to parent face.
22730         * info.el (Info-insert-dir): Use save-excursion around
22731         insert-buffer-substring.
22732         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22733         (Info-escape-percent): Delete function.
22734         (Info-fontify-node): Replace Info-escape-percent by
22735         replace-regexp-in-string with REP arg set to lambda that
22736         duplicates `%' and preserves text properties.
22738         * progmodes/compile.el (compilation-disable-input): Doc fix.
22739         (define-compilation-mode): Doc fix and refill.
22740         (kill-compilation): Use `mode-name' in the error message.
22741         (compilation-find-file): Use `compilation-error' in the
22742         read-file-name's prompt.
22744 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22746         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22747         (smerge-auto-leave): Make undo re-enable the mode.
22748         (debug-ignored-errors): Add the user-error of impossible resolution.
22749         (smerge-resolve): Move things around a bit, in preparation for later.
22750         (smerge-diff): Don't fail if the buffer has no associated file.
22751         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22752         (smerge-conflict-overlay): New function.
22753         (smerge-match-conflict): Don't add text properties here.
22754         (smerge-find-conflict): Instead, add an overlay here.
22755         Also check for the case where we're inside a conflict already, so as to
22756         obviate the need for font-lock-multiline, which is unbearably slow with
22757         large conflicts and ciomplex font-lock patterns.
22758         (smerge-remove-props): Remove overlay rather than text-properties.
22759         (smerge-mode): Don't set font-lock-multiline.
22760         Remove overlays when turned off.
22762 2005-08-21  Kim F. Storm  <storm@cua.dk>
22764         * ido.el (ido-ignore-item-p): Use save-match-data.
22765         Bind case-fold-search to ido-case-fold locally.
22767 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22769         * files.el (normal-mode): If font lock is on, turn it off and on.
22771         * subr.el (replace-regexp-in-string): Doc fix.
22773         * startup.el (command-line-1): Don't suppress startup screen
22774         due to existing processes.
22776         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22778         * progmodes/compile.el (compilation-disable-input): Default to nil.
22780 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22782         * progmodes/compile.el (compilation-disable-input): New defcustom.
22783         (compilation-start): If compilation-disable-input is non-nil, send
22784         EOF to the compilation process.
22786 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22788         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22789         Run the argument of tex-shell-cd-command through
22790         convert-standard-filename, to get the correct style of slashes on
22791         Windows, and enclose the result in quotes, in case the file name
22792         includes whitespace or other special characters.
22794 2005-08-19  Andreas Schwab  <schwab@suse.de>
22796         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22797         process.
22799 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22801         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22803 2005-08-18  Kim F. Storm  <storm@cua.dk>
22805         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22807 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22809         * scroll-lock.el: New file.
22811 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22813         * dired.el (dired-move-to-end-of-filename):
22814         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22816 2005-08-18  Kim F. Storm  <storm@cua.dk>
22818         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22819         rather than toggle mode when custom value is nil.
22820         (ido-everywhere): Fix defun doc string.
22822 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22824         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22825         as tag instead of "Inviolable".
22827 2005-08-17  Kim F. Storm  <storm@cua.dk>
22829         * windmove.el (windmove-coordinates-of-position): Remove.
22830         (windmove-coordinates-of-window-position): Remove.
22831         (windmove-reference-loc): Use posn-at-point instead.
22833         * subr.el (insert-for-yank-1): Doc fix.
22835         * ido.el (ido-enter-matching-directory): Rename from
22836         ido-enter-single-matching-directory.  Change `slash' choice to
22837         `only'.  Add `first' choice.
22838         (ido-exhibit): Adapt to above changes.
22840 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22842         * Makefile.in: Expand comment about building loaddefs.el.
22844 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22846         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22847         Comment use of defadvice.
22849         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22851 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22853         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22854         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22855         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22856         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22857         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22858         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22859         for backward compatibility for faces that did not appear in the
22860         previous Emacs release.
22862         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22864 2005-08-15  Kim F. Storm  <storm@cua.dk>
22866         * emulation/cua-base.el (cua-delete-region): Return t if
22867         deleted region was non-empty.
22868         (cua-replace-region): Inhibit overwrite-mode for
22869         self-insert-command if replaced region was non-empty.
22870         (cua--explicit-region-start, cua--status-string): Make them
22871         buffer-local at top-level...
22872         (cua-mode): ...rather than when mode is enabled.
22874 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22876         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22877         Set t for Emacs 21, 22, and so on.
22879 2005-08-15  David Ponce  <david@dponce.com>
22881         * tree-widget.el: Update Commentary header.
22882         (tree-widget-theme): Doc fix.
22883         (tree-widget-space-width): New option.
22884         (tree-widget-image-properties): Look up in the default theme too.
22885         (tree-widget--cursors): Only for images with arrow pointer shape.
22886         (tree-widget-lookup-image): Pointer shape is hand by default.
22887         (tree-widget-icon): Rename generic icon widget from
22888         `tree-widget-control'.
22889         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22890         derive from `tree-widget-icon'.
22891         (tree-widget-handle): Improve default look and feel of the text
22892         representation.
22893         (tree-widget): Rename :*-control properties to :*-icon properties.
22894         Add :action and :help-echo properties.
22895         (tree-widget-after-toggle-functions): Move.
22896         (tree-widget-close-node, tree-widget-open-node): Remove.
22897         (tree-widget-before-create-icon-functions): New hook.
22898         (tree-widget-value-create): Update to allow customization of icons
22899         and nodes at run-time via that new hook.
22900         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22901         (tree-widget-icon-action, tree-widget-icon-help-echo)
22902         (tree-widget-action, tree-widget-help-echo): New functions.
22904 2005-08-15  Kim F. Storm  <storm@cua.dk>
22906         * ido.el (ido-buffer-internal): Use with-no-warnings.
22907         (ido-make-merged-file-list): Use while-no-input.
22909 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22911         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22912         (flyspell-large-region): Fix doc and custom type.
22914 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22916         * files.el (interpreter-mode-alist): Doc fix.
22918         * mail/rmail.el (rmail-nonignored-headers): New variable.
22919         (rmail-clear-headers): Use it.
22920         (rmail-reply): Better handling of mail-followup-to header.
22922         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22923         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22924         don't try to refer to executable-font-lock-keywords.
22925         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22926         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22927         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22928         (sh-mode): Set comment-start-skip, local-abbrev-table,
22929         imenu-case-fold-search.
22930         (sh-set-shell): Don't set them here.
22931         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22932         Don't cache the results in the original alist; don't ever modify
22933         that alist.
22935         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22937         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22938         empty.
22940 2005-08-15  Andreas Schwab  <schwab@suse.de>
22942         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22944         * dired.el, info.el, mail/rmail.el: Revert last change.
22946 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22948         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22949         modification in `eval-after-load' form.
22950         * info.el: Likewise.
22951         * mail/rmail.el: Likewise.
22953 2005-08-14  Juri Linkov  <juri@jurta.org>
22955         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22956         Remove highlighting of "Compilation started".  Highlight only
22957         the word "finished" in "Compilation finished".  Add highlighting
22958         of "interrupt", "killed", "terminated" and the exit code.
22959         (compilation-start): Add newline after header.  Use exactly the
22960         same time stamp format as the finishing message.
22961         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22963         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22964         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22965         Add highlighting of "interrupt", "killed", "terminated".
22967         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22968         enabled and the current command is self-insert-command, call it
22969         explicitly with overwrite-mode bound to nil, to not allow it
22970         to delete the character after the selected region.
22972 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22974         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22975         move-end-of-line, end-of-line, and beginning-of-line to the list
22976         of commands after which the echo area is updated.
22978 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22980         * cus-edit.el (custom-save-all, custom-save-delete):
22981         Bind recentf-exclude to exclude custom-file.
22983 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22985         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22986         to go to the bottom of the mail message.  Added to
22987         `rmail-summary-mode-map' with key "/".
22988         (rmail-summary-show-message): New (internal) function for use by
22989         both `rmail-summary-beginning/end-of-message'.
22990         (rmail-summary-beginning-of-message): Change to use
22991         rmail-summary-show-message.
22993         * mail/rmail.el (rmail-end-of-message): New command to go to the
22994         end of the current message.  Added to `rmail-mode-map' with key "/".
22995         (rmail-beginning-of-message): Fix to work as documented.
22996         (rmail-mode): Change documentation.
22998         * progmodes/compile.el (compilation-start): Add the line
22999         "Compilation started" with compilation start time.
23000         (compilation-mode-font-lock-keywords): Add `started' to keywords.
23002 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
23004         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23005         of menu items.
23007 2005-08-11  Richard M. Stallman  <rms@gnu.org>
23009         * simple.el (pop-global-mark): Reverse test of widen-automatically.
23011         * battery.el (battery-status-function): Don't use ignore-errors.
23013 2005-08-11  Lute Kamstra  <lute@gnu.org>
23015         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23016         define-obsolete-variable-alias.
23018 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23020         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23021         (ange-ftp-send-cmd): Revert last change, and expand
23022         the comment explaining the problem.
23024 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
23026         * ldefs-boot.el: Update.
23028         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23029         item to "Time, Load and Mail".  Change help echo text.
23031         * time.el (display-time-use-mail-icon, display-time-format)
23032         (display-time-string-forms): Shorten first line of docstrings.
23034 2005-08-10  Lars Hansen  <larsh@soem.dk>
23036         * desktop.el (desktop-buffer-mode-handlers):
23037         Make non-customizable.  Add autoload cookie.  Change initial value to
23038         nil; add elements in respective modules instead.  Fix doc string.
23039         (desktop-load-file): New function.
23040         (desktop-minor-mode-handlers): New autoloaded variable.
23041         (desktop-create-buffer): Call minor mode handlers.
23042         Use desktop-load-file to load major and minor mode modules prior to
23043         checking for a handler.
23044         (desktop-save): Don't add nil to desktop-minor-modes for minor
23045         modes with nil function in desktop-minor-mode-table.  Don't delete
23046         desktop file before rewriting it.
23047         (desktop-locals-to-save): Add autoload cookie.  Don't make
23048         automatically buffer-local.  Add variables column-number-mode,
23049         size-indication-mode, indent-tabs-mode,
23050         indicate-buffer-boundaries, indicate-empty-lines and
23051         show-trailing-whitespace.
23052         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23053         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
23054         (desktop-clear-preserve-buffers-regexp): Delete.
23055         (desktop-clear-preserve-buffers): Update initial value and docstring.
23056         (desktop-save-buffer): Fix doc string.
23058         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23059         (hilit-chg-desktop-restore): New function.
23060         (highlight-changes-mode): Add highlight-changes-mode to
23061         desktop-locals-to-save.
23063         * dired.el: Add handler to desktop-buffer-mode-handlers.
23064         (dired-restore-desktop-buffer): Remove autoload cookie.
23065         (dired-mode): Add autoload cookie.
23067         * info.el: Add handler to desktop-buffer-mode-handlers.
23068         (Info-restore-desktop-buffer): Remove autoload cookie.
23069         (Info-mode): Add autoload cookie.
23071         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23072         (mh-restore-desktop-buffer): Remove autoload cookie.
23073         (mh-folder-mode): Add autoload cookie.
23075         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23076         (rmail-restore-desktop-buffer): Remove autoload cookie.
23078 2005-08-11  Masatake YAMATO  <jet@gyve.org>
23080         * hexl.el (hexl-address-region):
23081         (hexl-ascii-region, hexl-font-lock-keywords):
23082         (hexl-highlight-line-range): Use the term "region"
23083         instead of "area" for consistency with the other symbols
23084         defined in hexl.el.
23086 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
23088         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23089         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23090         out by Juri Linkov).  Add `display-battery-mode'.
23092 2005-08-09  Juri Linkov  <juri@jurta.org>
23094         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23095         Remove `-text' from face variable names.
23096         (compilation-error-file-name, compilation-warning-file-name)
23097         (compilation-info-file-name): Delete faces.
23098         (compilation-line-number, compilation-column-number):
23099         Remove face underlining.
23100         (compilation-message-face): Set to `underline' value by default.
23101         (compilation-error-face, compilation-warning-face)
23102         (compilation-info-face): Remove `-file-name' from face names.
23103         (compilation-error-text-face, compilation-warning-text-face)
23104         (compilation-info-text-face): Delete face variables.
23105         (compilation-text-face): Delete function.
23107         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23108         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23109         (grep-error-face): Set to `compilation-error' instead of
23110         `compilation-error-face' (which is redefined to `grep-hit-face' in
23111         grep buffers).
23112         (grep-mode-font-lock-keywords): Remove `-text' from face variable
23113         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
23115         * dired-aux.el (dired-do-query-replace-regexp):
23116         Use `query-replace-read-args'.
23118         * replace.el (query-replace-read-from, query-replace-read-to)
23119         (query-replace-read-args): Rename arg `string' to `prompt'.
23121         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23123 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
23125         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23126         uploading files.
23127         (ange-ftp-canonize-filename): Handle file names beginning with ~
23128         correctly.
23130 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23132         * textmodes/fill.el (canonically-space-region)
23133         (fill-context-prefix, fill-french-nobreak-p)
23134         (fill-delete-newlines, fill-comment-paragraph)
23135         (justify-current-line): "?\ " -> "?\s".
23137 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
23139         * textmodes/fill.el (fill-nonuniform-paragraphs):
23140         Improve argument/docstring consistency.
23142 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23144         * textmodes/ispell.el (ispell-word): More fboundp checks.
23146         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23147         (find-file-noselect-1): Call it here, only if RAWFILE.
23148         (normal-mode): Always set some major mode.
23149         (save-some-buffers-action-alist): Change some explanation strings.
23150         (file-name-non-special): In the `quote' method, use unwind-protect.
23152 2005-08-09  Magnus Henoch  <mange@freemail.hu>
23154         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23155         (ispell-have-aspell-dictionaries): New variable.
23156         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23157         (ispell-get-aspell-config-value): New function.
23158         (ispell-aspell-find-dictionary): New function.
23159         (ispell-aspell-add-aliases): New function.
23160         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23161         appropriate.  Don't look for ispell dictionaries if we use aspell.
23162         (ispell-menu-map): Don't build a submenu of dictionaries.
23164 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23166         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23167         (sql-read-passwd): Use read-passwd.
23169         * progmodes/idlw-toolbar.el (idlwave-toolbar)
23170         (idlwave-toolbar-is-possible): Add defvars.
23172         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23173         Avoid warnings.
23175         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23176         (idlwave-system-class-info, idlwave-executive-commands-alist):
23177         Use defvar.
23179         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23181         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23182         Avoid warnings.
23184         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23185         and content-type: headers.
23187         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23189         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23190         and rename some of them to be more self-explanatory.
23192         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23194         * startup.el (command-line-1): Implement -scriptload.
23196         * replace.el (occur-engine): Initial *Occur* output not undoable.
23198         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23199         and improve help strings.
23201         * isearch.el (isearch-repeat): When changing direction,
23202         mark search successful.
23204         * ediff-init.el: Use (featurep 'xemacs).
23206         * comint.el (send-invisible): Identify buffer, if not selected.
23208         * align.el: Delete autoload for c-guess-basic-syntax.
23210 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23212         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23213         Improve argument/docstring consistency.  Doc fixes.
23214         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23215         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23216         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23217         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23218         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23219         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23220         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23221         Defvar at compile time.
23223 2005-08-09  Juri Linkov  <juri@jurta.org>
23225         * info.el: Replace `info' with upper-case `Info' where appropriate.
23226         (info-title-1, info-title-2, info-title-3, info-title-4)
23227         (info-menu-header): Move up face definitions.
23228         (info-menu-star): Rename from `info-menu-5'.
23229         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23230         (Info-fontify-visited-nodes): Fix docstring.
23231         (Info-hide-note-references): Fix docstring.
23232         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23233         menu items in the same way as on cross-references.
23234         (info-apropos): Fix sorting order and formatting to be like in the
23235         stand-alone Info browser.  Display error messages for 1 sec.
23236         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23237         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23238         from the menu bar.
23239         (Info-insert-dir): Restore point after calling
23240         `insert-buffer-substring'.
23242 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23244         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23245         (recompute-lucid-menubar): Add defvars.
23247         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23249         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23251         * net/net-utils.el (run-dig): Rename from `dig'.
23253         * play/gametree.el (gametree-mode): Use make-local-variable,
23254         not make-variable-buffer-local.
23256         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23258         * ansi-color.el (ansi-color-make-extent)
23259         (ansi-color-set-extent-face): Use fboundp, not functionp.
23261         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23262         not make-variable-buffer-local.
23264         * bookmark.el (Info-current-file): Add defvar.
23265         (bookmark-jump-noselect): Use with-no-warnings.
23267         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23269         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23271         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23273         * find-file.el (ada-procedure-start-regexp)
23274         (ada-package-start-regexp): Add defvars.
23276         * info.el (Info-insert-dir): Use insert-buffer-substring.
23278         * xml.el (xml-att-def-re): Add defvar.
23280         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23281         calling convention.
23283         * subr.el (while-no-input): Return t if there is input.
23285 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23287         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23289 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23291         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23292         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23294 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23296         * cmuscheme.el (scheme-start-file): Replace reference to
23297         `user-emacs-directory' by "~/.emacs.d/".
23299 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23301         * info.el (Info-dir-remove-duplicates): Avoid case folding
23302         in loop; instead, keep downcased strings for comparison.
23303         Suggested by Helmut Eller.
23305 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23307         Sync with Tramp 2.0.50.
23309         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23310         XEmacs case; not necessary anymore.
23311         (tramp-user-regexp): Allow "@" as part of user name.
23312         (tramp-handle-set-visited-file-modtime)
23313         (tramp-handle-insert-file-contents)
23314         (tramp-handle-write-region): No special handling for
23315         `last-coding-system-used, because this is done in
23316         `tramp-accept-process-output' now.
23317         (tramp-accept-process-output): New defun.
23318         (tramp-process-one-action, tramp-process-one-multi-action)
23319         (tramp-wait-for-regexp, tramp-wait-for-output)
23320         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23321         Howells <dhowells@redhat.com>.
23322         (clear-visited-file-modtime): Defadvice removed.  The check for
23323         unset buffer's modtime does not need to be based on
23324         `tramp-buffer-file-attributes'.  Suggested by RMS.
23325         (tramp-message): Insert "\n" if not being at beginning of line.
23326         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23327         sequence with same logic.
23328         (tramp-completion-handle-expand-file-name): Discard call of
23329         `tramp-drop-volume-letter'.  It is not necessary, and there have
23330         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23331         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23332         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23333         should always be visible.
23334         (tramp-handle-insert-directory, tramp-setup-complete)
23335         (tramp-set-process-query-on-exit-flag)
23336         (tramp-append-tramp-buffers): Pacify byte-compiler.
23337         (tramp-bug): Delete non-existing variables from list.
23338         Apply `tramp-load-report-modules' as pre-hook.
23339         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23340         `shell-prompt-pattern' because of non-7bit characters.
23341         Reported by Sebastian Luque <sluque@mun.ca>.
23342         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23343         (tramp-match-string-list): Remove function.
23344         (tramp-wait-for-regexp): Remove call of that function.
23345         Suggested by Kim F. Storm <storm@cua.dk>.
23346         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23347         instead of octal character code ?\600.  The latter resulted in a
23348         syntax error with XEmacs.
23350         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23351         XEmacs case; not necessary anymore.
23352         (tramp-smb-handle-write-region): No special handling for
23353         `last-coding-system-used, because this is done in
23354         `tramp-accept-process-output' now.
23355         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23357 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23359         * wid-edit.el (widget-choice-value-create):
23360         Unconditionally respect user choice.  Set :explicit-choice back to nil
23361         when no longer needed.
23362         (widget-choice-action): Unconditionally respect user choice.
23363         Eliminate :explicit-choice-value.
23365         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23367         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23368         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23369         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23370         running new function `toggle-indicate-empty-lines'.
23371         Rename "Customize" item to "Customize fringe".
23372         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23373         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23374         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23375         Delete "Empty lines only" item.
23376         (menu-bar-showhide-fringe-ind-customize): New function.
23377         (menu-bar-showhide-fringe-ind-mixed)
23378         (menu-bar-showhide-fringe-ind-box)
23379         (menu-bar-showhide-fringe-ind-right)
23380         (menu-bar-showhide-fringe-ind-left)
23381         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23382         instead of `fringe-indicators'.
23384 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23386         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23387         Change the date of last update.
23389 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23391         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23392         (viper-exec-yank, viper-put-back): Don't display modification msg
23393         if in the minibuffer.
23395         * viper-init.el (viper-replace-overlay-cursor-color)
23396         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23397         Make variables frame local.
23399         * viper-util.el (viper-append-filter-alist): Use append instead of
23400         nconc.
23402         * viper.el (viper-vi-state-mode-list)
23403         (viper-emacs-state-mode-list): Move help-mode and
23404         completion-list-mode from the first list to the second.
23405         (viper-mode): Docstring.
23406         (viper-go-away, viper-non-hook-settings): Don't localize
23407         minor-mode-alist in newer Emacsen.  Add advice to
23408         set-cursor-color.  Don't bind "\C-c\\".
23410 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23412         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23413         (scheme-macro-expand-command): New user options.
23414         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23415         (scheme-form-at-point, scheme-start-file)
23416         (scheme-interactively-start-process): New functions.
23417         (scheme-get-process): New function, extracted from `scheme-proc'.
23418         (run-scheme): Call `scheme-start-file' to get start file, and pass
23419         it to `make-comint'.
23420         (switch-to-scheme, scheme-proc):
23421         Call `scheme-interactively-start-process' if no Scheme buffer/process
23422         is available.
23424 2005-08-06  Juri Linkov  <juri@jurta.org>
23426         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23427         Use `compilation-text-face', `compilation-info-text-face' and
23428         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23429         (compilation-error): New face.
23430         (compilation-error-file-name): Inherit from
23431         `compilation-error' instead of `font-lock-warning-face'.
23432         (compilation-warning-file-name): Inherit from
23433         `compilation-warning' instead of `font-lock-warning-face'.
23434         (compilation-info, compilation-error-file-name)
23435         (compilation-warning-file-name, compilation-info-file-name)
23436         (compilation-line-number, compilation-column-number): Doc fix.
23437         (compilation-error-text-face, compilation-warning-text-face)
23438         (compilation-info-text-face): New face variables.
23439         (compilation-line-face, compilation-column-face)
23440         (compilation-enter-directory-face)
23441         (compilation-leave-directory-face): Doc fix.
23442         (compilation-text-face): New function.
23444         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23445         instead of 1 to display binary file names as info file links.
23446         (grep-error-face): Use `compilation-error-face' instead of
23447         `font-lock-keyword-face'.
23448         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23449         and `compilation-warning-text-face' instead of
23450         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23451         instead of `grep-error-face'.
23453 2005-08-05  Kenichi Handa  <handa@m17n.org>
23455         * international/code-pages.el: Add autoload cookies for all coding
23456         systems.
23458 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23460         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23462 2005-08-04  Juri Linkov  <juri@jurta.org>
23464         * progmodes/compile.el (compilation-mode-map):
23465         * progmodes/grep.el (grep-mode-map):
23466         Bind TAB to `compilation-next-error' and [backtab] to
23467         `compilation-previous-error'.
23469         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23470         matching line numbers, column numbers and their ranges with regexp
23471         matching only line numbers.
23472         (grep-context-face): New face variable.
23473         (grep-mode-font-lock-keywords): Use it.
23475         * faces.el (read-face-name): Delete duplicate faces.
23477 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23479         * thumbs.el (thumbs-find-image): Don't make variables
23480         automatically buffer local.
23481         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23482         (thumbs-image-num): Make automatically buffer local.
23483         (thumbs-show-thumbs-list): Use `make-local-variable', not
23484         `make-variable-buffer-local'.
23485         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23487         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23488         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23489         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23490         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23491         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23492         (feelings-about, foullst, found, hello, history, howareyoulst)
23493         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23494         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23495         (neglst, obj, object, owner, please, problems, qlist)
23496         (random-adjective, relation, remlst, repetitive-shortness)
23497         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23498         (shortlst, something, sportslst, stallmanlst, states, subj)
23499         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23500         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23501         Defvar at compile time.
23503         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23504         not `make-variable-buffer-local'.
23506 2005-08-02  Kim F. Storm  <storm@cua.dk>
23508         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23509         rectangle overlay in selected window.
23511 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23513         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23514         instead of display group.  Make `indicate-buffer-boundaries'
23515         customizable through Custom.
23517 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23519         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23520         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23521         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23522         (gdb-put-string): Fix typos in docstrings.
23524 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23526         Update copyright notices of files in progmodes directory for
23527         release of Emacs 22.1.
23529         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23531         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23532         Don't barf if the GUD buffer has been killed.
23534 2005-08-01  Kim F. Storm  <storm@cua.dk>
23536         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23538 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23540         * simple.el (next-error-follow-minor-mode):
23541         make-variable-buffer-local -> make-local-variable.
23543         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23545         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23546         (byte-compile-form-make-variable-buffer-local): New functions to warn
23547         about misuses of make-variable-buffer-local where make-local-variable
23548         was meant.
23550 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23552         * bs.el (bs-attributes-list): Doc fix.
23553         (bs): Update url-link.
23555         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23556         (desktop-load-default): Simplify.
23558         * ibuffer.el (ibuffer-columnize-and-insert-list)
23559         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23560         (ibuffer-unmark-all, ibuffer-toggle-marks)
23561         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23562         (ibuffer-compile-make-format-form, ibuffer-format-column)
23563         (ibuffer-current-buffers-with-marks)
23564         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23565         (ibuffer): Doc fix.
23566         (ibuffer-mode): Fix typo in docstring.
23567         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23568         with `define-obsolete-variable-alias'.
23569         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23571 2005-07-29  Kenichi Handa  <handa@m17n.org>
23573         * international/mule-cmds.el (select-message-coding-system):
23574         Be sure to use LF for end-of-line.  If no coding system is decided,
23575         return iso-8859-1-unix.
23577 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23579         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23580         (ange-ftp-pending-error-line): New vars.
23581         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23582         to handle the non-fatal no-route-to-host messages.
23583         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23585 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23587         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23588         (isearch-quote-char, isearch-printing-char)
23589         (isearch-text-char-description): "?\ " -> "?\s".
23590         (isearch-lazy-highlight-cleanup)
23591         (isearch-lazy-highlight-initial-delay)
23592         (isearch-lazy-highlight-interval)
23593         (isearch-lazy-highlight-max-at-a-time)
23594         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23595         Declare with define-obsolete-*-alias macros.
23596         (isearch-forward): Fix typo in docstring.
23597         (search-invisible, search-ring-yank-pointer)
23598         (regexp-search-ring-yank-pointer): Doc fixes.
23600         * recentf.el (recentf-menu-append-commands-p): Declare with
23601         `define-obsolete-variable-alias'.
23602         (recentf-max-saved-items, recentf-menu-filter)
23603         (recentf-arrange-by-rule-subfilter): Doc fixes.
23604         (recentf-menu-append-commands-flag)
23605         (recentf-initialize-file-name-history, recentf-expand-file-name)
23606         (recentf-clear-data): Fix typos in docstrings.
23608 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23610         * progmodes/gdb-ui.el: Smarten comments.
23611         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23613 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23615         * term/apollo.el (terminal-init-apollo): New function containing
23616         all former top level forms in the file.
23617         * term/bobcat.el (terminal-init-bobcat):
23618         * term/cygwin.el (terminal-init-cygwin):
23619         * term/iris-ansi.el (terminal-init-iris-ansi):
23620         * term/linux.el (terminal-init-linux):
23621         * term/news.el (terminal-init-news):
23622         * term/rxvt.el (terminal-init-rxvt):
23623         * term/sun.el (terminal-init-sun):
23624         * term/tvi970.el (terminal-init-tvi970):
23625         * term/vt100.el (terminal-init-vt100):
23626         * term/vt102.el (terminal-init-vt102):
23627         * term/vt125.el (terminal-init-vt125):
23628         * term/vt200.el (terminal-init-vt200):
23629         * term/vt201.el (terminal-init-vt201):
23630         * term/vt220.el (terminal-init-vt220):
23631         * term/vt240.el (terminal-init-vt240):
23632         * term/vt300.el (terminal-init-vt300):
23633         * term/vt320.el (terminal-init-vt320):
23634         * term/vt400.el (terminal-init-vt400):
23635         * term/vt420.el (terminal-init-vt420):
23636         * term/wyse50.el (terminal-init-wyse50):
23637         * term/xterm.el (terminal-init-xterm): Likewise.
23639         * term/README: Describe the terminal-init-* functionality.
23641         * startup.el (command-line): After loading the terminal initialization
23642         file call the corresponding terminal initialization function.
23644 2005-07-27  Kenichi Handa  <handa@m17n.org>
23646         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23647         negative.
23649         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23650         (ps-mule-composition-prologue): Fix for the case that
23651         RelativeCompose is false.
23653 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23655         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23657         * descr-text.el (describe-char): Handle the case where the list of
23658         chars is displayed in a separate frame.
23659         Be a bit more discriminating when looking for the char.
23661 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23663         * bookmark.el (bookmark-automatically-show-annotations)
23664         (bookmark-read-annotation-text-func): Doc fixes.
23665         (bookmark-save): Improve argument/docstring consistency.
23666         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23667         (bookmark-alist-from-buffer)
23668         (bookmark-upgrade-file-format-from-0)
23669         (bookmark-grok-file-format-version)
23670         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23671         (bookmark-read-annotation-mode)
23672         (bookmark-insert-current-bookmark, bookmark-jump)
23673         (bookmark-exit-hook): Fix typos in docstrings.
23674         (bookmark-exit-hooks): Define as obsolete alias.
23675         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23676         not `bookmark-exit-hooks'.  Fix docstring.
23677         (bookmark-bmenu-select): "?\ " -> "?\s".
23679 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23681         * startup.el (command-line): Fix typo.
23683 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23685         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23686         not emacs-quick-startup.
23688 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23690         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23691         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23692         instead of `reb-with-current-window'.
23693         (reb-prev-match): Likewise.  Also, don't move left if the search
23694         was unsuccessful.
23695         (reb-initialize-buffer): New function.
23696         (re-builder, reb-change-syntax): Use it.
23698         * man.el (Man-goto-page): Make second argument NOERROR optional.
23700 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23702         * man.el (Man-bgproc-sentinel): Check here for failure to find
23703         any man page in the output, and report the error here.
23704         (Man-arguments): Make it permanent local.
23705         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23706         (Man-mode): Pass t for NOERROR.
23708         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23709         (grep-mode-font-lock-keywords):
23710         Don't use compilation-...-face for messages that are not file names.
23712         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23713         Don't use compilation-...-face for messages that are not file names.
23715 2005-07-22  Juri Linkov  <juri@jurta.org>
23717         * startup.el (normal-splash-screen): Update menu name.
23719         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23721 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23723         * term/xterm.el: Load term/rxvt if the terminal is actually an
23724         rxvt terminal.
23725         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23727         * term/rxvt.el (function-key-map): Use substitute-key-definition
23728         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23730         * term/cygwin.el: New file.
23732 2005-07-22  Kim F. Storm  <storm@cua.dk>
23734         * image-file.el (insert-image-file, image-file-yank-handler):
23735         Fix last change to maintain a (unique) yank-handler on yanked images.
23737 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23739         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23740         of the file size (as in "177B" for 177 bytes).  This happens with
23741         "ls -lh" on FreeBSD.
23743 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23745         * hilit-chg.el (highlight-changes-global-initial-state)
23746         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23747         (hilit-chg-fixup, highlight-changes-mode):
23748         Fix typos in docstrings.
23749         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23750         Doc fixes.
23752 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23754         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23755         mode function using `eval-after-load'.
23757 2005-07-21  Kim F. Storm  <storm@cua.dk>
23759         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23760         included when reporting an Emacs crash, and tell about the DEBUG file.
23762         * image-file.el (insert-image-file): Add yank-handler.
23763         (image-file-yank-handler): Yank handler to make unique copies of
23764         images when they are yanked into a buffer next to each other.
23766 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23768         * comint.el (comint-use-prompt-regexp, comint-send-input)
23769         (comint-source-default, comint-extract-string)
23770         (comint-get-source, comint-word, comint-completion)
23771         (comint-source, comint-prompt-read-only, comint-update-fence):
23772         Fix typos in docstrings.
23773         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23774         Declare with define-obsolete-*-alias macros.
23775         (comint-previous-matching-input-from-input)
23776         (comint-next-matching-input-from-input)
23777         (comint-previous-matching-input, comint-next-matching-input)
23778         (comint-forward-matching-input):
23779         Improve argument/docstring consistency.
23781         * desktop.el (desktop-clear-preserve-buffers-regexp):
23782         Also preserve the *server* buffer.
23784         * simple.el (clone-indirect-buffer): Doc fix.
23785         (fixup-whitespace, just-one-space)
23786         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23787         (next-error, next-error-highlight)
23788         (next-error-highlight-no-select, next-error-last-buffer)
23789         (next-error-buffer-p, next-error-find-buffer, next-error)
23790         (previous-error, next-error-no-select, previous-error-no-select)
23791         (open-line, split-line, minibuffer-prompt-width, kill-new)
23792         (binary-overwrite-mode): Fix typos in docstrings.
23793         (set-fill-column): Fix typo in message.
23795         * skeleton.el (skeleton-proxy-new): Doc fix.
23797         * strokes.el (strokes-load-hook): Doc fix.
23798         (strokes-grid-resolution, strokes-get-grid-position)
23799         (strokes-renormalize-to-grid, strokes-read-stroke)
23800         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23801         (strokes-global-map): Fix typos in docstrings.
23802         (strokes-help): Doc fix.  Fix help message and pass it through
23803         `substitute-command-keys'.
23805         * tempo.el (tempo-insert-prompt, tempo-interactive)
23806         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23807         (tempo-insert-string-functions, tempo-local-tags)
23808         (tempo-define-template, tempo-insert-template)
23809         (tempo-insert-prompt-compat, tempo-is-user-element)
23810         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23811         Fix typos in docstrings.
23813         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23814         (vcursor-key-bindings, vcursor-use-vcursor-map)
23815         (vcursor-find-window, vcursor-scroll-down)
23816         (vcursor-disable, vcursor-beginning-of-buffer)
23817         (vcursor-end-of-buffer): Fix typos in docstrings.
23818         (vcursor-relative-move, vcursor-get-char-count):
23819         Improve argument/docstring consistency.
23821         * version.el: "?\ " -> "?\s".
23823         * wid-edit.el (widget-default-create, widget-after-change)
23824         (widget-default-format-handler, widget-checklist-add-item)
23825         (widget-radio-add-item, widget-choose, widget-specify-secret)
23826         (widget-field-value-create, widget-field-value-get)
23827         (widget-editable-list-format-handler)
23828         (widget-editable-list-entry-create, widget-group-value-create)
23829         (widget-documentation-link-add)
23830         (widget-documentation-string-value-create): "?\ " -> "?\s".
23831         (widget-convert-text): Doc fix.
23832         (widget-narrow-to-field, widget-field-find)
23833         (widget-url-link-action, widget-emacs-library-link-action)
23834         (widget-color-notify): Fix typos in docstrings.
23836         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23837         (x-select-text, set-w32-system-coding-system)
23838         (w32-add-charset-info): Fix typos in docstrings.
23840         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23841         (cua-enable-cua-keys, cua-use-hyper-key)
23842         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23843         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23845         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23847         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23848         `defalias' instead of faking it.
23850         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23851         (eshell-ls-missing, eshell-ls-dired-initial-args)
23852         (eshell-ls-use-in-dired): Fix typos in docstrings.
23854 2005-07-20  Kim F. Storm  <storm@cua.dk>
23856         * emulation/cua-base.el (cua-mode): Improve doc string.
23858 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23860         * abbrev.el (expand-region-abbrevs): Doc fix.
23861         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23862         Improve argument/docstring consistency.
23864         * arc-mode.el (archive-get-descr, archive-alternate-display):
23865         Doc fixes.
23866         (archive-l-e): Improve argument/docstring consistency.
23867         (archive-tmpdir, archive-unixdate, archive-unixtime)
23868         (archive-chmod-entry): Fix typos in docstrings.
23869         (archive-unflag, archive-unflag-backwards)
23870         (archive-unmark-all-files): "?\ " -> "?\s".
23872         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23873         (Buffer-menu-not-modified, Buffer-menu-execute)
23874         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23875         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23877         * composite.el (compose-string, encode-composition-rule)
23878         (compose-last-chars): Fix typos in docstrings.
23880         * desktop.el (desktop-enable, desktop-basefilename):
23881         Declare with `define-obsolete-variable-alias'.
23882         (desktop-internal-v2s): Don't quote keywords.
23883         (desktop-clear): "?\ " -> "?\s".
23885         * dired.el (dired-align-file, dired-flag-backup-files)
23886         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23887         (dired-listing-switches, dired-ls-F-marks-symlinks)
23888         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23889         (dired-directory, dired-faces, dired, dired-revert)
23890         (dired-mode, dired-summary, dired-view-file)
23891         (dired-copy-filename-as-kill, dired-delete-file)
23892         (dired-no-confirm, dired-unmark-all-marks)
23893         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23894         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23895         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23896         Fix typos in message strings.
23898         * dired-x.el (virtual-dired): Declare with `defalias'.
23899         (dired-mark-unmarked-files, dired-local-variables-file)
23900         (dired-omit-here-always): Doc fix.
23901         (dired-omit-mode, dired-find-subdir)
23902         (dired-enable-local-variables, dired-clean-up-buffers-too)
23903         (dired-extra-startup, dired-mark-extension, dired-jump)
23904         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23905         (dired-smart-shell-command, dired-guess-shell-alist-user)
23906         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23907         (dired-x-bind-find-file, dired-x-submit-report):
23908         Fix typos in docstrings.
23909         (dired-mark-unmarked-files): "?\ " -> "?\s".
23911         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23913         * faces.el (describe-face): "?\ " -> "?\s".
23914         (read-all-face-attributes, read-face-font, modify-face)
23915         (face-attr-construct, italic): Fix typos in docstrings.
23916         (frame-update-face-colors): Declare with
23917         `define-obsolete-function-alias'.
23919         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23920         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23921         (magic-mode-alist, buffer-file-numbers-unique)
23922         (write-file-functions, get-free-disk-space):
23923         Fix typos in docstrings.
23924         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23925         (write-contents-hooks, write-file-hooks):
23926         Declare with `define-obsolete-variable-alias'.
23928         * forms-d2.el (arch-rj): Fix typo in docstrings.
23929         (arch-tocol): Likewise.  "?\ " -> "?\s".
23931         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23932         Fix typo in docstring.
23933         (set-screen-width, set-screen-height): Delete redundant info in
23934         doctrings.
23935         (new-frame, screen-height, screen-width): Declare with
23936         `define-obsolete-function-alias'.
23937         (delete-frame-hook, blink-cursor): Declare with
23938         `define-obsolete-variable-alias'.
23940         * paths.el (prune-directory-list): Fix typos in docstring.
23942         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23943         (cvs-prefix-get): Fix typos in docstrings.
23945         * ps-print.el (ps-extend-face-list, ps-extend-face)
23946         (ps-print-background-image): Fix typos in docstrings.
23947         (ps-default-fg, ps-default-bg): Doc fixes.
23949         * s-region.el (s-region-bind): Doc fix.
23950         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23952         * textmodes/org.el (org-table-formula-substitute-names)
23953         (org-table-get-vertical-vector): Doc fixes.
23954         (org-table-recalculate): Remove unused argument to `message'.
23956 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23958         * textmodes/org.el (org-table-column-names)
23959         (org-table-column-name-regexp)
23960         (org-table-named-field-locations): New variables.
23961         (org-archive-subtree): Protect `this-command' when calling
23962         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23963         the kill buffer.
23964         (org-complete): Remove fixed-formula completion.
23965         (org-edit-formulas-map): New variable.
23966         (org-table-edit-formulas): New command.
23967         (org-finish-edit-formulas, org-abort-edit-formulas)
23968         (org-show-variable, org-table-get-vertical-vector): New functions.
23969         (org-table-maybe-eval-formula): Handle `:=' fields.
23970         (org-table-get-stored-formulas, org-table-store-formulas)
23971         (org-table-get-formula, org-table-modify-formulas)
23972         (org-table-replace-in-formulas): Handle named field formulas.
23973         (org-table-get-specials): Store locations of named fields.
23975 2005-07-19  Juri Linkov  <juri@jurta.org>
23977         * progmodes/grep.el (grep-regexp-alist)
23978         (grep-mode-font-lock-keywords, grep-process-setup):
23979         Use default GNU grep match color "01;31m" instead of "01;41m".
23980         (grep-regexp-alist, grep-mode-font-lock-keywords):
23981         Use `\\[[0-9]*m' instead of `\\[00m'.
23982         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23983         sgr_start where its handling is more important.  Use the real
23984         length of sgr_start instead of constant 8.
23985         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23986         specially.  Delete all remaining escape sequences.
23987         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23988         (grep-regexp-alist): Make hyperlink only for binary file name
23989         instead of the whole line.
23990         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23991         (grep-mode): Add autoload.
23993         * emacs-lisp/find-func.el (find-function-regexp):
23994         Add `define-compilation-mode'.
23996 2005-07-19  Juri Linkov  <juri@jurta.org>
23998         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23999         (compare-windows-sync-string-size, compare-windows-recenter)
24000         (compare-windows-highlight, compare-windows): Add version 22.1.
24001         (compare-windows) <defface>: Inherit from lazy-highlight instead
24002         of duplicating its default value.
24004         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24005         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24007         * descr-text.el (describe-char): Create link buttons for `charset'
24008         and `code point'.  Add the current input method name with a link
24009         button to `to input' field.  Print face names of display table
24010         characters in `The display table entry is displayed by' section
24011         instead of printing face-id in the `display' field.
24012         Guess hardcoded faces and create a link button for them.
24013         Skip empty fields when calculating max-width.
24014         Treat `widget-create' specially while inserting strings from the
24015         collected field list.
24016         (describe-char-after): Made obsolete in version 22.1, not 21.5.
24018         * diff-mode.el (diff-file-header): Change foreground color from
24019         yellow to green on light backgrounds.
24020         (diff-context): Inherit from `shadow' only for color/grayscale
24021         with more than 88 colors.
24022         (diff-indicator-removed, diff-indicator-added)
24023         (diff-indicator-changed): New faces.
24024         (diff-font-lock-keywords): Use new faces.  Regroup rules.
24025         Add "^---$" for `normal' diff format.  Fontify `#' lines with
24026         font-lock-comment-delimiter-face and font-lock-comment-face.
24027         Add `#' to ^[^...] in the rule for `diff-context-face'.
24029         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24030         a button-like box.  Inherit from `highlight' on low colors.
24031         (shadow): Use shades of gray only for color/grayscale with
24032         more than 88 colors.  Use green for light backgrounds with
24033         8 colors, and yellow for dark backgrounds with 8 colors.
24035         * font-lock.el (font-lock-regexp-grouping-backslash):
24036         Don't inherit from escape-glyph (use bold for all cases).
24038         * info.el (info-xref-visited): Use light foreground color `violet'
24039         for dark backgrounds instead of dark color `magenta3'.
24040         (info-title-1): Use `yellow' color for dark backgrounds.
24042         * isearch.el (isearch): Use not-too-dark magenta3 instead of
24043         too-light magenta2.
24045         * replace.el (match): Use slightly more light RoyalBlue3 instead
24046         of dark RoyalBlue4.
24048         * wid-edit.el (widget-inactive): Inherit from `shadow'.
24050 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
24052         * novice.el (disabled-command-hook): Declare it with
24053         `define-obsolete-variable-alias'.
24055         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24056         (desktop-buffer-misc-functions, desktop-buffer-handlers)
24057         (desktop-load-default): Add release to obsolescence info.
24058         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24059         (desktop-append-buffer-args, desktop-read):
24060         Fix typos in docstrings.
24061         (desktop-kill): Fix typo in message.
24062         (desktop-save): Doc fix.
24064 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24066         * viper-cmd.el (viper-escape-to-state): Bug fix.
24067         (viper-envelop-ESC-key): Change the definition of fast
24068         keysequence so it'll work with keyboard macros.
24070         * ediff.el (ediff-patch-buffer): Change the docstring.
24072 2005-07-19  Kenichi Handa  <handa@m17n.org>
24074         * international/mule-cmds.el (select-safe-coding-system): Try to
24075         use an auto-coding (if any) before anything else.  If the found
24076         auto-coding is invalid, show a warning message.
24078         * international/mule.el (find-auto-coding): New function created
24079         by modifying the body of set-auto-coding.
24080         (set-auto-coding): Use find-auto-coding to find a coding.
24082 2005-07-18  Richard M. Stallman  <rms@gnu.org>
24084         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24085         not isearch-mode-end-hook-error.
24086         (allout-before-change-protect): Fix error message.
24088 2005-07-18  Juri Linkov  <juri@jurta.org>
24090         * allout.el (allout-mode):
24091         * calculator.el (calculator-copy):
24092         * custom.el (custom-known-themes):
24093         * dired.el (dired-desktop-buffer-misc-data)
24094         (dired-restore-desktop-buffer):
24095         * dired-x.el (dired-omit-marker-char):
24096         * files.el (basic-save-buffer):
24097         * font-core.el (font-lock-mode):
24098         * calendar/calendar.el (calendar-goto-hebrew-date)
24099         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24100         (calendar-goto-persian-date):
24101         * language/ethio-util.el (ethio-sera-to-fidel-region):
24102         * textmodes/picture.el (picture-mode):
24103         Delete duplicate duplicate words.
24105 2005-07-18  Juri Linkov  <juri@jurta.org>
24107         * isearch.el (isearch-mode-map): Remove key bindings for regexp
24108         chars * ? } |.
24109         (isearch-fallback): Don't call `isearch-process-search-char'.
24110         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24111         (isearch-process-search-char): Call `isearch-fallback' for regexp
24112         chars * ? } |.
24113         (isearch-return-char): Make obsolete with `make-obsolete' instead
24114         of simply documenting it as obsolete in the docstring.
24115         (isearch-fallback): Refill docstring.
24117         * international/isearch-x.el
24118         (isearch-process-search-multibyte-characters): Remove unneeded
24119         `concat'.  Add intermediate values to `junk-hist' instead of
24120         `minibuffer-history'.  Test the length of `str'.
24122 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
24124         * allout.el (allout-resolve-xref): Fix typos in error strings.
24125         (allout-before-change-protect): Remove unneeded `concat'.
24127         * array.el (array-mode, array-reconfigure-rows)
24128         (untabify-backward): Fix typos in docstrings.
24129         (array-reconfigure-rows): Use `insert-buffer-substring', not
24130         `insert-buffer'.
24132         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24133         * progmodes/ada-mode.el (ada-make-body):
24134         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24136         * dired.el (dired-log):
24137         * tar-mode.el (tar-subfile-save-buffer):
24138         * play/zone.el (zone-pgm-stress-destress):
24139         Use `insert-buffer-substring', not `insert-buffer'.
24141 2005-07-17  Simon Josefsson  <jas@extundo.com>
24143         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24145 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
24147         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24148         Add plain auth method.
24149         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24151 2005-07-17  Kim F. Storm  <storm@cua.dk>
24153         * ido.el (dired-other-window): Add ido property.
24155 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
24157         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24158         Fix typo in docstring.
24159         (byte-compile-interactive-only-functions): Add `insert-buffer' and
24160         `insert-file-literally'.
24162         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24163         info and delete redundant message.  Doc fix.
24164         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24165         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24167 2005-07-16  Richard M. Stallman  <rms@gnu.org>
24169         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24170         (byte-compile-and): Use byte-compile-and-recursion.
24171         (byte-compile-or-recursion): New function.
24172         (byte-compile-or): Use that.
24173         (byte-compile-if): Guard the else-clause too.
24174         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24176         * isearch.el (isearch-mode-end-hook-quit): New variable.
24177         (isearch-done): Bind it.
24178         (isearch-mode-end-hook): Doc fix.
24180         * allout.el (allout-isearch-did-quit): Variable deleted.
24181         (allout-real-isearch-abort): Function name no longer used.
24182         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24183         (allout-isearch-rectification): isearch-mode always exists.
24184         Don't set allout-isearch-did-quit.
24185         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24186         allout-isearch-did-quit.
24187         (allout-enwrap-isearch): Just add the hook.
24188         (allout-isearch-abort): Function deleted.
24189         (allout-pre-command-business): Avoid warning.
24191         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24192         Correctly avoid warnings.
24193         (pascal-outline): Likewise.
24195         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24197         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24199         * play/tetris.el (tetris-mode): Avoid warning.
24201         * play/snake.el (snake-mode): Avoid warning.
24203         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24204         (gamegrid-set-display-table): Avoid warning.
24205         (gamegrid-set-timer): Likewise.
24206         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24207         (gamegrid-add-score-with-update-game-score-1): Take FILE
24208         as argument.
24209         (gamegrid-add-score-with-update-game-score): Pass that argument.
24210         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24212         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24214         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24215         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24217         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24218         and insert-file.
24220         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24221         (sc-ask): Avoid warnings.
24223         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24224         (eshell-hist-initialize): Use that var the natural way.
24226         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24228         * emacs-lisp/re-builder.el (reb-cook-regexp):
24229         Avoid warning calling lre-compile-string.
24230         (reb-color-display-p): Avoid warning.
24232         * calculator.el (calculator-last-input): Guard uses
24233         of event-key and key-press-event-p.
24234         (event-key, key-press-event-p): Delete definitions.
24236         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24237         (find-gc-source-directory, find-gc-subrs-callers)
24238         (find-gc-noreturn-list, find-gc-source-files)
24239         (find-gc-subrs-called): Vars renamed and defvar'd.
24241         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24242         (checkdoc-overlay-put, checkdoc-delete-overlay)
24243         (checkdoc-overlay-start, checkdoc-overlay-end)
24244         (checkdoc-mode-line-update, checkdoc-char=):
24245         Define such that compiler knows they are defined.
24246         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24247         (checkdoc-read-event): Delete.  Use read-event directly.
24249         * whitespace.el (whitespace-make-overlay)
24250         (whitespace-overlay-put, whitespace-delete-overlay)
24251         (whitespace-overlay-start, whitespace-overlay-end):
24252         Define such that compiler knows they are defined.
24253         (whitespace): Move conditional inside.
24255         * tempo.el (tempo-insert-template): Suppress warning.
24257         * ediff-diff.el (longlines-mode): Add defvar.
24259 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24261         * server.el: Bind "C-x #" in a way that works even if C-x is
24262         redefined to a command key, not a prefix key.
24264 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24266         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24267         cl-make-type-test till execution time.
24269 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24271         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24272         arg ARG and use it.
24274 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24276         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24278 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24280         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24281         a defcustom with two :set or :type keywords.
24283 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24285         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24286         Don't give ^M comment-end syntax.
24288 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24290         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24291         Don't consider gdbmi (gdb-mi.el has its own update functions).
24292         (gdb-var-delete): Make it work for gdbmi as well.
24293         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24295         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24296         (gud-speedbar-menu-items): Correct logic for enabling items.
24298 2005-07-15  Kim F. Storm  <storm@cua.dk>
24300         * ido.el: Fix commentary.
24301         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24302         Use with-no-warnings around ffap-guesser.
24303         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24304         Let bind minibuffer-completing-file-name to t.
24306 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24308         * startup.el (site-run-file, keyboard-type): Doc fixes.
24309         (command-line): Check for "--basic-display" argument; also for
24310         "--quick", not "--bare-bones" (which was renamed).
24311         (fancy-splash-text): Add missing item "Getting New Versions".
24312         (normal-splash-screen): Fix typos and improve consistency with
24313         `fancy-splash-text'.  Update copyright year.
24315         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24316         valid binding for `help-char'.
24318         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24320 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24322         * term.el (term-mode): Disable cua-mode for term buffers.
24324 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24326         * add-log.el (add-log-mailing-address, change-log-merge):
24327         Doc fixes.
24328         (change-log-get-method-definition): Fix typo in docstring.
24330 2005-07-14  Kim F. Storm  <storm@cua.dk>
24332         * emulation/cua-base.el:
24333         (cua--pre-command-handler-1, cua--pre-command-handler)
24334         (cua--post-command-handler-1, cua--post-command-handler):
24335         Split in two.  Check (buffer local) value of cua-mode.
24336         (cua-selection-mode): New command.
24338 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24340         * custom.el (custom-initialize-safe-set)
24341         (custom-initialize-safe-default): Doc fixes.
24343         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24344         and simplify :init-value again.
24346         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24347         and simplify :init-value again.  Delete autoload.
24349         * startup.el (command-line): Use `custom-reevaluate-setting' again
24350         for tooltip-mode.
24352         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24353         a defcustom with two :initialize keywords.
24355 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24357         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24358         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24359         (allout-post-command-business, allout-flag-region)
24360         (isearch-reenable-font-lock, allout-yank)
24361         (allout-insert-latex-header, allout-insert-latex-trailer)
24362         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24363         (allout-latex-verb-quote): Fix typos in docstrings.
24364         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24365         (allout-unprotected, allout-prefix-data):
24366         Improve argument/docstring consistency.
24367         (allout-chart-subtree): Fix argument spec.
24368         (allout-open-topic): Rename `use_sib_bullet' argument to
24369         `use-sib-bullet'.  Doc fix.
24371         * whitespace.el (whitespace-check-buffer-leading)
24372         (whitespace-check-buffer-trailing)
24373         (whitespace-check-buffer-indent)
24374         (whitespace-check-buffer-spacetab)
24375         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24376         (whitespace-check-leading-whitespace)
24377         (whitespace-check-trailing-whitespace)
24378         (whitespace-check-spacetab-whitespace)
24379         (whitespace-check-indent-whitespace)
24380         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24381         (whitespace-modes): Fix typos in docstrings.
24382         (defgroup, defcustom): Doc fixes.
24384         * winner.el (winner-mode, winner-boring-buffers)
24385         (winner-pending-undo-ring): Doc fixes.
24386         (winner-ring): Remove unneeded `progn'.
24387         (winner-equal): `defsubst' it.
24388         (winner-redo): Fix message.
24390 2005-07-13  Kim F. Storm  <storm@cua.dk>
24392         * simple.el (line-move-1): Always use vertical-motion to
24393         do the last (or only) line move to ensure some movement.
24394         Undo 2005-06-23 change--don't check for overlays.
24396 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24398         * term/mac-win.el (ccl-encode-mac-roman-font)
24399         (ccl-encode-mac-centraleurroman-font)
24400         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24401         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24402         Change charset-id boundary of dimension to ?\xef.
24403         (mac-char-fontspec-list): New constant.
24404         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24405         argument.  Nil uses itself as family in font-spec.  Previous
24406         behavior for nil is now provided by non-nil non-string argument.
24407         All callers changed.  Add font-specs for Mac fonts to
24408         "fontset-default" unless iso8859-1 fonts are installed.
24410 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24412         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24413         a continuation line if the \ is preceded by SPC or TAB.
24414         (sh-get-indent-info): Simplify.
24415         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24416         Use with-current-buffer.
24418         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24419         when the matched text is empty.
24421 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24423         * startup.el (command-line): Revert to previous handling of
24424         tooltip-mode.  Explain in comment why the complexity is needed.
24426         * tooltip.el (tooltip-mode): Revert to previous implementation of
24427         its defcustom.
24429         * frame.el (blink-cursor-mode): Revert to previous implementation
24430         of its defcustom.  Update comment.
24432 2005-07-12  Lars Hansen  <larsh@soem.dk>
24434         * desktop.el: Update e-mail address.
24436 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24438         * term/mac-win.el (mac-services-mail-selection)
24439         (mac-services-mail-to): New functions.
24440         (mac-application-menu-map): Bind them.
24442 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24444         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24446 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24448         * custom.el (custom-reevaluate-setting): Doc fix.
24450 2005-07-11  Jay Belanger  <belanger@truman.edu>
24452         * calc/calc.el (calc-embedded-announce-formula-alist)
24453         (calc-embedded-open-close-plain-alist)
24454         (calc-embedded-open-close-mode-alist): Add checks for additional
24455         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24457 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24459         * custom.el (custom-enable-theme): Don't add theme to
24460         `custom-enabled-themes' with `push' because there is no
24461         setf-method for `delq'.
24463 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24465         * custom.el (custom-declare-variable): Doc fix.
24467         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24468         from the alists.
24470         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24471         Do nothing if edebug-active.
24473         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24474         (edebug-display): Do it here instead.
24476 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24478         * cus-face.el (custom-theme-set-faces): Make it work.
24479         (custom-reset-faces): Doc fix.
24480         (custom-theme-reset-internal-face, custom-theme-face-value):
24481         Functions deleted.
24483         * custom.el (custom-push-theme): Maintain list of the settings
24484         of a given theme in its theme-settings property.
24485         Maintain position of old settings in the theme-value
24486         or theme-face property.
24487         (custom-enabled-themes): New variable.
24488         (custom-theme-enabled-p): New function.
24489         (provide-theme): Update custom-enabled-themes.
24490         Disable and reenable the `user' theme.
24491         (require-theme): Doc fix.
24492         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24493         (custom-theme-value, custom-theme-variable-value): Likewise.
24494         (custom-theme-reset-internal): Likewise.
24495         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24496         (custom-enable-theme, custom-disable-theme): New functions.
24497         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24498         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24499         (custom-theme-reset-variables): Simplify.
24500         (deftheme, custom-declare-theme, custom-make-theme-feature):
24501         Definitions moved.
24503 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24505         * longlines.el (longlines-show-region)
24506         (longlines-unshow-hard-newlines): Recognize hard newlines by
24507         non-nil hard property, instead of t.
24509 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24511         * viper-cmd.el (viper--key-maps): New variable.
24512         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24513         emulation-mode-map-alists.
24514         (viper-envelop-ESC-key): Use viper-subseq.
24515         (viper-search-forward/backward/next): Disable debug-on-error.
24517         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24518         (viper-ESC-key): New defcustoms.
24520         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24522         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24523         (viper-subseq): Copy of subseq from cl.el.
24525         * viper.el (viper-go-away, viper-set-hooks): Use
24526         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24528         * viper-mous.el (viper-current-frame-saved): Use defvar.
24530         * viper-init.el: Get rid of -face in face names.
24532         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24533         Make it work with longlines mode
24535         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24537         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24539         * ediff-init.el: Get rid of -face in face names.
24541 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24543         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24544         and with-timeout-unsuspend.
24546         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24547         and with-timeout-unsuspend.
24549         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24550         (with-timeout): Bind that variable to record timers.
24551         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24553         * emacs-lisp/debug.el (debug-help-follow): New function.
24554         (debugger-mode-map): Use that instead of help-follow.
24555         (debugger-setup-buffer): Use eval-buffer-list
24556         to handle eval-buffer frames.
24558 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24560         * timezone.el (timezone-parse-date): Change first regexp
24561         so it will not mistakenly match dates with no time zone.
24563 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24565         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24567 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24569         * custom.el (custom-initialize-safe-set)
24570         (custom-initialize-safe-default): New functions.
24572         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24573         and simplify :init-value.
24575         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24576         and simplify :init-value.  Delete obsolete comment.
24578         * startup.el (command-line): Use `custom-reevaluate-setting' to
24579         handle `tooltip-mode'.  Delete obsolete comment.
24581         * files.el (set-visited-file-name): Avoid calling
24582         `file-name-nondirectory' with a nil argument.
24584 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24586         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24587         was called with nil for the buffer, handle the read position right.
24588         Handle read position for eval-region, too.
24590 2005-07-09  Juri Linkov  <juri@jurta.org>
24592         * fringe.el (fringe-mode): Add period in docstring.
24593         (fringe-query-style): Build prompt depending on `all-frames' arg.
24595         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24596         to not create links to unrelated functions in the Help buffer.
24598         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24599         Doc fix.
24601         * simple.el (next-error-hook): New variable.
24602         (next-error): Use it.  Doc fix.
24604         * textmodes/ispell.el (ispell-command-loop): Add current
24605         dictionary name and program name to mode-line-format.
24606         (ispell-region, ispell-process-line): Add current dictionary name
24607         and program name to messages.
24609 2005-07-08  Jay Belanger  <belanger@truman.edu>
24611         * calc/calc.el (calc-embedded-announce-formula-alist)
24612         (calc-embedded-open-close-formula-alist)
24613         (calc-embedded-open-close-word-alist)
24614         (calc-embedded-open-close-plain-alist)
24615         (calc-embedded-open-close-new-formula-alist)
24616         (calc-embedded-open-close-mode-alist)
24617         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24618         (calc-embedded-mode-hook): New variables.
24620         * calc/calc-embed.el (calc-embedded-firsttime)
24621         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24622         New variables.
24623         (calc-do-embedded): Use calc-embedded-firsttime,
24624         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24625         determine whether or not to run hooks.
24626         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24627         calc-embedded-firsttime-formula appropriately.
24628         Set calc-embedded delimiter variables according to mode.
24630 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24632         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24633         Check for "emacs", etc., as entire symbol, not just as word.
24634         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24636         * files.el (set-visited-file-name): Report the error
24637         for "empty filename" earlier.
24638         (kill-some-buffers): Ignore buffers already dead.
24640         * fringe.el (fringe-mode): Doc fix.
24642         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24643         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24644         Use unwind-protect to ensure byte-compile-unresolved-functions
24645         is updated.
24647         * whitespace.el (whitespace-buffer-leading-cleanup):
24648         Simplify w/ skip-chars-forward.
24649         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24651         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24652         Unconditionally try to leave point at the same old place.
24654 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24656         * comint.el (comint-postoutput-scroll-to-bottom)
24657         (comint-show-maximum-output): Take scroll-margin into consideration.
24659 2005-07-08  Kim F. Storm  <storm@cua.dk>
24661         * ido.el (ido-use-filename-at-point): New choice `guess'.
24662         (ido-file-internal): Try ffap-guesser if selected.
24664         * ido.el (ido-before-fallback-functions): New hook.
24665         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24666         (ido-read-file-name): Run it.
24668 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24670         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24671         strings rather than a list of symbols to the completion function.
24673 2005-07-07  Jay Belanger  <belanger@truman.edu>
24675         * calc/calc-units.el (math-apply-units): Change the places in
24676         which units are simplified.
24678 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24680         * cus-edit.el (customize-option, customize-option-other-window):
24681         Make them handle aliases.
24683         * custom.el (custom-variable-p): Make it recursively follow
24684         aliases.  Mention that in the docstring.
24686 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24688         * cus-start.el (exec-path): Use `directory' instead of `file'.
24689         Fix tag for nil.
24691 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24693         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24694         when called non-interactively.  Doc fix.
24696 2005-07-07  Lute Kamstra  <lute@gnu.org>
24698         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24699         new address as well.
24701 2005-07-07  Kenichi Handa  <handa@m17n.org>
24703         * international/mule.el (make-coding-system):
24704         Describe `ascii-incompatible' property in the docstring.
24705         (set-file-name-coding-system): Signal an error if coding-system is
24706         ascii-incompatible.
24707         (set-keyboard-coding-system): Likewise.
24709         * international/mule-cmds.el (set-default-coding-systems):
24710         Don't set default-file-name-coding-system and
24711         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24713         * international/utf-16.el: Declare that all UTF-16-based coding
24714         systems are ASCII-incompatible.
24716 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24718         * progmodes/gud.el: Require font-lock for displaying errors.
24719         Used by gdb-ui.el.
24721 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24723         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24724         values for the pattern lists which are `read'able but not
24725         `append'able (like symbols).
24727 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24729         * progmodes/flymake.el (flymake-float-time): Instead of
24730         with-no-warnings, test for XEmacs.
24731         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24732         to avoid warning.
24734 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24736         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24738 2005-07-05  Lute Kamstra  <lute@gnu.org>
24740         * battery.el: Add support for Darwin (with much debugging help
24741         from Samuel Lauber <sam124@operamail.com>).
24742         (battery-status-function, battery-echo-area-format)
24743         (battery-mode-line-format): Add support for pmset on Darwin.
24744         (battery-load-low, battery-load-critical): New user options.
24745         (battery-pmset): New function.
24747 2005-07-05  Lute Kamstra  <lute@gnu.org>
24749         Update FSF's address in GPL notices.
24751         * textmodes/page-ext.el: Update FSF's address.
24753 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24755         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24756         filling from using prefix when filling a single-line docstring.
24758         * progmodes/flymake.el: Remove useless eval-when-compile.
24760         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24762 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24764         * textmodes/org.el (org-file-apps-defaults-gnu):
24765         Rename from org-file-apps-defaults-linux.
24766         (org-default-apps): Don't test system-type for `linux'.
24767         (org-file-apps): Doc fix.
24769 2005-07-04  David Ponce  <david@dponce.com>
24771         * tree-widget.el: Improve header Commentary section.
24772         (tree-widget) [defgroup]
24773         (tree-widget-image-enable, tree-widget-themes-directory)
24774         (tree-widget-theme, tree-widget-image-properties-emacs)
24775         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24776         (tree-widget-image-formats, tree-widget-control)
24777         (tree-widget-empty-control, tree-widget-leaf-control
24778         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24779         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24780         (tree-widget-keep, tree-widget-after-toggle-functions)
24781         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24782         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24783         :help-echo message.
24784         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24785         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24786         (tree-widget--cursors): New constant.
24787         (tree-widget-lookup-image): New function split from
24788         `tree-widget-find-image'.  Clearer implementation.
24789         (tree-widget-find-image): Use it.
24790         (tree-widget-button-keymap): Use `set-keymap-parent'.
24791         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24792         Define the sub-widgets here.
24793         (tree-widget-node): Check that :node is not a tree-widget.
24794         (tree-widget-get-super, tree-widget-open-control)
24795         (tree-widget-close-control, tree-widget-empty-control)
24796         (tree-widget-leaf-control, tree-widget-guide)
24797         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24798         (tree-widget-no-handle, tree-widget-value-delete)
24799         (tree-widget-map): Remove.
24800         (tree-widget-children-value-save): Doc fix.  Simplified.
24801         (tree-widget-value-create): Update according to previous changes.
24803 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24805         * textmodes/org.el: Leading space replaced by TABS.
24806         (org-recalc-marks, org-table-rotate-recalc-marks)
24807         (org-table-get-specials): Treat "^" and "_" marks.
24808         (org-table-justify-field-maybe): Optional argument NEW.
24809         (org-table-eval-formula): Parsing of the format simplified.
24810         New modes C,I.  Honor the %= parameter in the current table.
24811         Avoid unnecessary re-align by using the NEW argument to
24812         `org-table-justify-field-maybe'.
24813         (org-calc-default-modes): Default for date-format mimicks org-mode.
24814         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24816 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24818         * cus-face.el (custom-theme-set-faces): Make it handle face
24819         aliases whose alias declarations are pre- or autoloaded.
24821 2005-07-04  Juri Linkov  <juri@jurta.org>
24823         * faces.el (read-face-name): Put the code for getting a face name
24824         from the buffer before adding the faces from the `face' property.
24825         Use `completing-read-multiple' instead of `completing-read'.
24826         Require `crm'.  Add default value and post-process the returned
24827         list of faces.
24829         * emacs-lisp/crm.el (crm-find-current-element)
24830         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24832         * emacs-lisp/lisp-mode.el (eval-defun-1):
24833         * emacs-lisp/edebug.el (edebug-eval-defun):
24834         Remove unnecessary quotes.
24836 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24838         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24839         (prolog-indent-level): Fix typo in docstring.
24841         * info.el (Info-history, Info-history-forward)
24842         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24844         * add-log.el (add-change-log-entry):
24845         * comint.el (comint-dynamic-list-input-ring)
24846         (comint-dynamic-list-completions):
24847         * dabbrev.el (dabbrev-expand):
24848         * delim-col.el (delimit-columns-rectangle-line):
24849         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24850         (diff-unified->context):
24851         * ediff-init.el (ediff-abbrev-jobname):
24852         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24853         (ediff-replace-session-activity-marker-in-meta-buffer):
24854         * info.el (Info-summary):
24855         * lpr.el (printify-region):
24856         * printing.el (pr-create-interface):
24857         * ps-print.el (ps-print-quote):
24858         * ses.el (ses-column-widths, ses-print-cell)
24859         (ses-adjust-print-width, ses-center):
24860         * shell.el (shell-file-name-quote-list):
24861         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24862         (strokes-fill-current-buffer-with-whitespace)
24863         (strokes-xpm-for-stroke, strokes-list-strokes)
24864         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24865         * term.el (term-dynamic-list-input-ring)
24866         (term-dynamic-list-completions):
24867         * calc/calc.el (math-format-stack-value):
24868         * emacs-lisp/edebug.el (edebug-display-freq-count):
24869         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24870         (delphi-new-comment-line):
24871         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24872         * progmodes/executable.el (executable-set-magic):
24873         * progmodes/python.el (inferior-python-mode):
24874         * progmodes/scheme.el (scheme-mode-syntax-table):
24875         * progmodes/sh-script.el (sh-maybe-here-document):
24876         * progmodes/sql.el (sql-copy-column):
24877         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24878         * textmodes/bibtex.el (bibtex-mode):
24879         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24880         (sgml-auto-attributes):
24881         * textmodes/table.el (table-insert, table-shorten-cell)
24882         (table--generate-source-scan-lines, table-delete-row)
24883         (*table--cell-delete-char, table--spacify-frame)
24884         (table--horizontally-shift-above-and-below)
24885         (table--cell-insert-char, table--cell-blank-str)
24886         (table--fill-region-strictly):
24887         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24888         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24890         * add-log.el (change-log):
24891         * apropos.el (apropos):
24892         * comint.el (comint-completion, comint-source):
24893         * dabbrev.el (dabbrev):
24894         * delim-col.el (columns):
24895         * diff-mode.el (diff-mode):
24896         * ediff.el (ediff):
24897         * ediff-diff.el (ediff-diff):
24898         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24899         * ediff-mult.el (ediff-mult):
24900         * ediff-ptch.el (ediff-ptch):
24901         * ediff-wind.el (ediff-window):
24902         * facemenu.el (facemenu):
24903         * indent.el (indent):
24904         * info.el (info):
24905         * jka-cmpr-hook.el (compression, jka-compr):
24906         * lpr.el (lpr):
24907         * outline.el (outlines):
24908         * pcmpl-cvs.el (pcmpl-cvs):
24909         * pcmpl-rpm.el (pcmpl-rpm):
24910         * printing.el (printing):
24911         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24912         (ps-print-vertical, ps-print-headers, ps-print-font)
24913         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24914         (ps-print-background, ps-print-printer, ps-print-page)
24915         (ps-print-miscellany):
24916         * ses.el (ses):
24917         * shell.el (shell, shell-directories, shell-faces):
24918         * startup.el (initialization):
24919         * strokes.el (strokes):
24920         * term.el (term):
24921         * uniquify.el (uniquify):
24922         * w32-vars.el (w32):
24923         * calc/calc.el (calc):
24924         * emacs-lisp/bytecomp.el (bytecomp):
24925         * emacs-lisp/cl-indent.el (lisp-indent):
24926         * emacs-lisp/edebug.el (edebug):
24927         * emacs-lisp/elp.el (elp):
24928         * emacs-lisp/testcover.el (testcover):
24929         * emacs-lisp/trace.el (trace):
24930         * emulation/viper-ex.el (viper-ex):
24931         * emulation/viper-mous.el (viper-mouse):
24932         * mail/mailalias.el (mailalias):
24933         * mail/supercite.el (supercite, supercite-frames)
24934         (supercite-attr, supercite-cite, supercite-hooks):
24935         * net/rcompile.el (remote-compile):
24936         * net/rlogin.el (rlogin):
24937         * obsolete/ooutline.el (outlines):
24938         * progmodes/delphi.el (delphi):
24939         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24940         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24941         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24942         (ebnf-optimization):
24943         * progmodes/etags.el (etags):
24944         * progmodes/executable.el (executable):
24945         * progmodes/idlwave.el (idlwave):
24946         * progmodes/pascal.el (pascal):
24947         * progmodes/prolog.el (prolog):
24948         * progmodes/python.el (python):
24949         * progmodes/scheme.el (scheme):
24950         * progmodes/sh-script.el (sh, sh-script):
24951         * progmodes/sql.el (SQL):
24952         * progmodes/tcl.el (tcl):
24953         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24954         * textmodes/enriched.el (enriched):
24955         * textmodes/makeinfo.el (makeinfo):
24956         * textmodes/sgml-mode.el (sgml):
24957         * textmodes/table.el (table-hooks):
24958         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24959         * textmodes/texinfo.el (texinfo):
24960         * textmodes/two-column.el (two-column):
24961         Finish `defgroup' description with period.
24963         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24964         * eshell/esh-var.el (eshell-var):
24965         * progmodes/vhdl-mode.el (vhdl-testbench):
24966         * textmodes/org.el (org): Fix typos in docstrings.
24968         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24969         consistency.
24971         * progmodes/flymake.el (flymake-find-file): Remove.
24972         (flymake-float-time): Use `with-no-warnings'.
24973         (flymake-check-start-time, flymake-check-was-interrupted)
24974         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24975         (flymake-new-err-info): `defvar' at compile time.
24977 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24979         * replace.el (occur-hook): Doc fix.
24980         (occur-1): Don't call `occur-hook' if there are no matches.
24982 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24984         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24985         global-map, save the same map.
24986         (global-map): Don't alter it at top level.
24987         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24988         Then alter it here instead.
24989         (tpu-edt-off): Set global-map to the saved one.
24991         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24992         All references simplified.
24993         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24994         (zmacs-regions): Add defvar.
24995         (repeat-complex-command-map): Everything about that deleted.
24997         * textmodes/artist.el (artist-key-is-drawing)
24998         (artist-key-endpoint1, artist-key-poly-point-list)
24999         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25000         (artist-key-compl-table, artist-rb-save-data)
25001         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25002         Don't put them in eval-when-compile.
25003         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25005         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25006         Use with-no-warnings.
25008         * net/browse-url.el (dos-windows-version): Add defvar.
25010         * mail/supercite.el (filladapt-prefix-table): Add defvar.
25012         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25013         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25014         (rmail-new-summary-line-count): Rename from new-summary-line-count.
25015         Add defvar.
25016         (rmail-summary-beginning-of-message): Use with-no-warnings.
25017         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25019         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25020         Use with-no-warnings.
25022         * emulation/vi.el (vi-mark-region): Use c-mark-function.
25023         (c-mark-function): Add point-moving-unit property.
25024         (vi-goto-line): Use with-no-warnings.
25026         * emulation/edt.el (edt-last-copied-word): Add defvar.
25027         (zmacs-region-stays): Likewise.
25028         (edt-mark-section-wisely): Use c-mark-function for C.
25029         Use makr-defun for Fortran.
25030         (time-string): defvar deleted.
25031         (edt-display-the-time): Don't set time-string.
25033         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25035         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25036         Don't warn when name is not constant
25037         or for defining the group `emacs'.
25039         * tooltip.el (gud-tooltip-mode): Add defvar.
25041         * startup.el (default-frame-background-mode): Add defvar.
25043         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25045         * info.el (tool-bar-map): Add defvar.
25047         * dired.el (dnd-protocol-alist): Add defvar.
25049         * dired-aux.el (dired-query): Display question with answer, when
25050         the user answers.
25052         * custom.el (custom-add-option): Doc fix.
25054         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25056 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
25058         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25059         bogus name from the last change.
25061 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
25063         * custom.el (custom-declare-variable): Fix typos in comment.
25064         (custom-known-themes): Doc fix.
25065         (custom-theme-directory): New defcustom.
25066         (require-theme): Make it check `custom-theme-directory'.
25068         * cus-theme.el (custom-new-theme-mode): New function.
25069         (custom-theme-name, custom-theme-variables, custom-theme-faces)
25070         (custom-theme-description): Add compiler defvars.
25071         (customize-create-theme): Add doc to the "*New Custom Theme*"
25072         buffer.  Use `custom-new-theme-mode'.
25073         (custom-theme-write): Put the created buffer in emacs-lisp-mode
25074         and save it to the `custom-theme-directory'.  Make this the
25075         default directory of the buffer.
25077 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
25079         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25080         Fix unbalanced parentheses.
25082 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25084         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25085         into flymake-mode and delegate to flymake-mode.
25087         * find-file.el (ff-which-function-are-we-in): Clean up.
25089 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
25091         * replace.el (occur-rename-buffer): Fix docstring.
25093         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25094         (edt-last-copied-word, edt-learn-macro-count)
25095         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25096         (edt-rect-start-point, edt-user-global-map, rect-start-point)
25097         (time-string, zmacs-region-stays):
25098         * emulation/edt-mapper.el (edt-save-function-key-map)
25099         (EDT-key-name): `defvar' to silence the byte-compiler.
25101 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
25103         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25104         font-lock-regexp-backslash.  Doc fix.
25105         (font-lock-regexp-backslash-grouping-construct): Rename from
25106         font-lock-regexp-backslash-construct.  Doc fix.
25107         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25108         grouping constructs.
25110 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
25112         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25113         updating all the prerequisites.
25115 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
25117         * textmodes/org.el (org-agenda-start-on-weekday)
25118         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25119         (org-agenda-use-time-grid, org-archive-location)
25120         (org-allow-space-in-links, org-usenet-links-prefer-google)
25121         (org-enable-table-editor, org-export-default-language)
25122         (org-export-html-show-new-buffer, org-fill-paragraph)
25123         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25124         (org-goto-quit, org-occur, org-eval-in-calendar)
25125         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25126         (org-agenda-diary-entry, org-remember-help)
25127         (org-table-convert-region, org-at-table-p)
25128         (org-table-move-row-down, org-table-move-row-up)
25129         (org-table-copy-region, org-table-toggle-vline-visibility)
25130         (org-table-get-stored-formulas, org-table-get-specials)
25131         (org-recalc-commands, org-table-eval-formula)
25132         (org-table-formula-substitute-names, orgtbl-make-binding)
25133         (org-format-org-table-html, org-format-table-table-html)
25134         (org-format-table-table-html-using-table-generate-source)
25135         (org-customize): Fix typos in docstrings.
25136         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25137         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25138         (org-back-to-heading): Doc fixes.
25139         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25140         (org-agenda-change-all-lines, org-get-header):
25141         Improve argument/docstring consistency.
25142         (orgtbl-error): Fix error message.
25144         * progmodes/flymake.el (flymake-find-possible-master-files)
25145         (flymake-master-file-compare, flymake-get-line-err-count)
25146         (flymake-highlight-line, flymake-gui-warnings-enabled):
25147         Fix typos in docstrings.
25148         (flymake-parse-line, flymake-get-project-include-dirs-function)
25149         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25150         Doc fixes.
25151         (flymake-get-project-include-dirs-function)
25152         (flymake-make-err-menu-data):
25153         Improve argument/docstring consistency.
25155 2005-07-01  Lute Kamstra  <lute@gnu.org>
25157         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25158         Catch errors with ignore-errors.  Use temporary buffer.
25159         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
25161         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25162         background color faces.
25163         (facemenu-set-foreground, facemenu-set-background):
25164         Use facemenu-set-face-from-menu.
25165         (facemenu-set-face-from-menu): Treat face names that start with
25166         "fg:" or "bg:" as special.
25167         (facemenu-add-new-color): Don't create faces.  Simplify.
25169 2005-06-30  Richard M. Stallman  <rms@gnu.org>
25171         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25172         (crm-find-current-element): Likewise.
25174 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25176         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25178 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25180         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25181         (archive-mouse-extract): Make it an obsolete alias.
25182         (archive-mode-map): Don't use archive-mouse-extract any more.
25183         (archive-mode, archive-extract): write-contents-hooks ->
25184         write-contents-functions.
25185         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25186         first arg.
25187         (archive-rename-entry): Update the call.
25188         (archive-zip-summarize): Remove unused var `method'.
25189         (archive-lzh-summarize): Remove unused var `creator'.
25191         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25192         dedicated frame upon exit.
25194         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25195         (archive-zip-extract, archive-zip-expunge)
25196         (archive-zip-update, archive-zip-update-case): Use executable-find.
25197         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25198         Use restore-buffer-modified-p.
25199         (archive-extract, archive-add-new-member, archive-write-file-member):
25200         Use with-current-buffer.
25201         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25203 2005-06-30  Andreas Schwab  <schwab@suse.de>
25205         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25207 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25209         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25211 2005-06-30  Juri Linkov  <juri@jurta.org>
25213         * faces.el (vertical-border): Inherit from mode-line-inactive
25214         only on tty.
25216 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25218         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25219         example, -NLINES in the `occur' docstring).
25221         * replace.el (occur-1): When no matches are found, do not set the
25222         `buffer-read-only' and modified flags for the occur buffer,
25223         because it is deleted.
25225         * emulation/cua-base.el (cua-check-pending-input)
25226         (cua-repeat-replace-region, cua-mode, cua-debug)
25227         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25228         Fix typos in docstrings.
25230         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25231         (cua-cut-region-to-global-mark)
25232         (cua--cut-rectangle-to-global-mark):
25233         Remove period from end of messages.
25235         * emulation/cua-rect.el (cua-do-rectangle-padding):
25236         Remove period from end of messages.
25237         (cua--rectangle-seq-format): Fix typo in docstring.
25238         (cua-sequence-rectangle, cua-fill-char-rectangle):
25239         Improve argument/docstring consistency.
25241 2005-06-29  Juri Linkov  <juri@jurta.org>
25243         * faces.el (default-frame-background-mode): New internal variable.
25244         (frame-set-background-mode): Use it.
25246         * startup.el (normal-top-level): Set default-frame-background-mode
25247         instead of frame-background-mode.  Before setting it, test for its
25248         nil value.  Remove tests for frame-background-mode and frame
25249         parameter `reverse'.  Add test for "unspecified-fg".
25251         * term/xterm.el (xterm-rxvt-set-background-mode):
25252         * term/rxvt.el (rxvt-set-background-mode):
25253         Set default-frame-background-mode instead of frame-background-mode.
25255 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25257         * simple.el (set-variable): Warn about obsolete user variables.
25259         * imenu.el (imenu--completion-buffer):
25260         * mouse.el (mouse-buffer-menu-alist):
25261         * msb.el (msb-invisible-buffer-p):
25262         * calendar/diary-lib.el (diary-header-line-format):
25263         * emacs-lisp/pp.el (pp-buffer):
25264         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25265         * textmodes/picture.el (picture-replace-match):
25266         Change space constants followed by a sexp to "?\s ".
25268         * play/decipher.el (decipher-loop-with-breaks):
25269         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25270         constants "protected" from end of line by a comment to "?\s".
25272 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25274         * font-lock.el (save-buffer-state): Use `declare'.
25276         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25277         reset the syntax-table to cperl-mode-syntax-table.
25278         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25279         "foo_print_bar" is not matched as a reserved keyword.
25281 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25283         * textmodes/org.el (orgtbl-setup): New function, for delayed
25284         setup for the orgtbl commands.
25285         (org-calc-default-modes): New option.
25286         (orgtbl-make-binding): Use `defun' to get better help display.
25287         (org-diary): Call `org-compile-prefix-format'.
25288         (org-table-formula-substitute-names): New function.
25289         (org-agenda-day-view, org-agenda-week-view): New commands.
25290         (org-agenda-toggle-week-view): Command removed.
25291         (org-tbl-menu): Split off from org-org-menu.
25292         (org-mode): Move removal of outline-mode menus to here.
25293         (org-table-formula-debug): New option.
25294         (org-table-insert-row): Keep first field if just "#" or "*".
25295         (org-mode): Paragraph regexps fixed.
25296         (org-table-recalculate-regexp): New constant.
25297         (org-table-justify-field-maybe): Avoid replace if not necessary.
25298         (org-copy-special, org-cut-special): Use `call-interactively'.
25299         (org-table-copy-region): Take region from `interactive' call.
25300         (org-trim): Return string even if no match.
25301         (org-formula): New face.
25302         (org-set-font-lock-defaults): No longer highlight "FIXME".
25303         But highlight formula-related fields in table.
25304         (org-table-p): Use regexp, not fontification.
25305         (org-table-align): Handle white space at end of line.
25306         (org-table-formula-evaluate-inline): New option.
25307         (org-mode): Auto-wrapping in comment lines turned off.
25308         (org-table-copy-down): Evaluate only in copied field, not in
25309         destination.
25310         (org-table-current-formula): Variable removed.
25311         (org-table-store-formulas, org-table-get-stored-formulas)
25312         (org-table-modify-formulas, org-table-replace-in-formulas)
25313         (org-table-maybe-eval-formula): New functions.
25314         (org-table-get-formula): Modify to use stored formulas.
25315         (org-table-insert-column, org-table-delete-column)
25316         (org-table-move-column): Call `org-table-modify-formulas'.
25317         (org-complete): Add completion for keyword formulas.
25318         (orgtbl-mode): Pull orgtbl-mode-map to start of
25319         minor-mode-map-alist.
25321 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25323         * progmodes/python.el (python-check): Require `compile' before
25324         modifying its variables.
25326         * newcomment.el (comment-indent-default): Don't get fooled by an early
25327         end of buffer.
25329 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25331         * ps-print.el (ps-print-version): Fix version number.
25333 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25335         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25337 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25339         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25340         (flyspell-local-mouse-map): Declaration deleted.
25341         (flyspell-mouse-map): Bind only mouse-2.
25342         (flyspell-mode-map): Don't test flyspell-use-local-map.
25343         (flyspell-overlay-keymap-property-name): Var deleted.
25344         (flyspell-mode-on): Don't make local bindings for
25345         flyspell-mouse-map and flyspell-mode-map.
25346         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25348         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25350         * progmodes/compile.el (compilation-next-error-function):
25351         Don't switch buffers; operate on the current buffer.
25353         * progmodes/compile.el (compilation-error-file-name)
25354         (compilation-warning-file-name, compilation-info-file-name)
25355         (compilation-line-number, compilation-column-number): New faces.
25356         (compilation-error-face, compilation-warning-face)
25357         (compilation-info-face, compilation-line-face)
25358         (compilation-column-face): Use them.
25360         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25362         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25364         * bindings.el (global-map): Bind insertchar and its variants.
25366 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25368         * textmodes/artist.el (artist-text-overwrite)
25369         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25371 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25373         * ps-print.el: It was not working the page selection for printing.
25374         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25375         (ps-print-version): New version 6.6.7.
25376         (ps-end-sheet): New fun.
25377         (ps-header-sheet, ps-end-job): Call it.
25379 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25381         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25383 2005-06-27  Lute Kamstra  <lute@gnu.org>
25385         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25386         background color faces.
25387         (facemenu-get-face): Delete function.
25388         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25389         (facemenu-add-new-color): Make second argument mandatory.
25390         Create the appropriate face and return it.  Simplify.
25391         (facemenu-set-foreground, facemenu-set-background): Don't check if
25392         color is defined.  Use return value of facemenu-add-new-color.
25394 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25396         * progmodes/gud.el (gud-filter): Add missing argument to
25397         with-selected-window.
25399 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25401         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25402         a :require to the defcustom.
25404         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25405         defcustoms corresponding to minor modes.
25407 2005-06-26  David Ponce  <david@dponce.com>
25409         * recentf.el: Require tree-widget instead of wid-edit.
25410         (recentf-filename-handler): Fix widget :type.
25411         (recentf-cancel-dialog, recentf-open-more-files)
25412         (recentf-open-files-action): Doc fix.
25413         (recentf-dialog-goto-first): New function.
25414         (recentf-dialog-mode-map): Set parent keymap first.
25415         (recentf-dialog-mode): Define with define-derived-mode.
25416         Don't display continuation lines in dialogs.
25417         (recentf-edit-list): Rename from recentf-edit-selected-items.
25418         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25419         Simplify.
25420         (recentf-edit-list-validate): New function.
25421         (recentf-edit-list): Update accordingly.
25422         (recentf-open-files-item-shift): Remove.
25423         (recentf-open-files-item): Convert menu elements into tree and
25424         link widgets.  Don't create the widgets.
25425         (recentf-open-files): Update accordingly.
25426         (recentf-save-list): Untabify.
25428 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25430         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25431         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25432         partially contained in the active region.  Do not take active
25433         region into account when called from Lisp, unless INTERACTIVE arg
25434         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25435         avoid trouble with fields.  Make marker point nowhere when no
25436         longer used.  Always return nil.  Doc fix.
25437         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25438         into account when called from Lisp, unless INTERACTIVE arg is
25439         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25440         avoid trouble with fields.  Make marker point nowhere when no
25441         longer used.  Always return nil.  Doc fix.
25442         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25443         interchangeable.  Do not take active region into account when
25444         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25445         message in echo area when called from Lisp, unless INTERACTIVE arg
25446         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25447         Return the number of matches.  Doc fix.
25448         (occur): Doc fix.
25449         (perform-replace): Make comment follow double space convention for
25450         the sake of `outline-minor-mode'.
25452         * faces.el (facep): Doc fix.
25454 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25456         * facemenu.el (facemenu-enable-faces-p): New function.
25457         (facemenu-background-menu, facemenu-foreground-menu)
25458         (facemenu-face-menu): Add menu-enable property.
25460         * jka-compr.el (jka-compr-insert-file-contents):
25461         Special handling if cannot find the uncompression program.
25463         * cus-face.el (custom-face-attributes): Add autoload.
25465         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25466         Bind comment-indent-function locally.
25468         * window.el (save-selected-window): Use save-current-buffer.
25470         * subr.el (with-selected-window): Use save-current-buffer.
25472         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25473         and with-current-buffer.
25475 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25477         * simple.el (line-move-1): Fix previous change.
25479 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25481         * replace.el (occur-1): Set `buffer-read-only' and the
25482         buffer-modified flag before running `occur-hook' to protect
25483         against unintentional buffer switches that can lead to data loss.
25485 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25487         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25488         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25489         initial error.
25491         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25492         after fresh input.
25493         (gdb-var-create-handler): Put name of expression in quotes.
25495 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25497         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25498         elements of RING in order, and without bogus nil elements.
25500 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25502         * simple.el (set-variable): Args renamed; doc fix.
25503         (line-move-1): When there are overlays around, use vertical-motion.
25505         * faces.el (escape-glyph): Use brown against light background.
25506         (nobreak-space): Rename from no-break-space.
25507         Fix previous change.
25509         * dired-aux.el (dired-do-copy): Fix arg prompt.
25511         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25513 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25515         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25516         rather than "Distributor".
25518 2005-06-23  Lute Kamstra  <lute@gnu.org>
25520         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25521         (debug-on-entry): Use it.  New interactive declaration that uses
25522         function-called-at-point.
25524 2005-06-23  Kim F. Storm  <storm@cua.dk>
25526         * subr.el (save-match-data): Add comment about using evaporate arg
25527         to set-match-data.
25529 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25531         * cus-edit.el (customize-face)
25532         (customize-face-other-window): Handle face aliases.
25534         * faces.el (face-documentation, set-face-attribute)
25535         (face-spec-set): Handle face aliases.
25537 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25539         * help-mode.el (help-make-xrefs): If a symbol representing a face
25540         name is not followed by the word "face", it could still be a
25541         function or variable name, so don't bypass other checks.
25543 2005-06-22  Juri Linkov  <juri@jurta.org>
25545         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25546         Replace aliased functions with calls where second arg `inherit' is t.
25548 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25550         * progmodes/gdb-ui.el (gdb-error): New variable.
25551         (gdb-error): New function.
25552         (gdb-annotation-rules): Act on error-begin and error annotations.
25553         (gdb-concat-output): Use font-lock-warning-face for errors.
25555 2005-06-22  Miles Bader  <miles@gnu.org>
25557         * bindings.el (propertized-buffer-identification): Use renamed
25558         `Buffer-menu-buffer' face.
25560         * faces.el (vertical-border): Rename from `vertical-divider'.
25561         (escape-glyph): Change dark-background color back to `cyan'.
25563 2005-06-21  Juri Linkov  <juri@jurta.org>
25565         * faces.el (face-user-default-spec): Try getting `customized-face'
25566         prior to `saved-face'.
25567         (frame-background-mode): Refill docstring.
25569         * emacs-lisp/lisp-mode.el (eval-defun-1):
25570         * emacs-lisp/edebug.el (edebug-eval-defun):
25571         Set `saved-face' temporarily to nil before calling form.
25572         Set `customized-face' to the new spec after that.
25574 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25576         * subr.el (1value, lambda, key-substitution-in-progress):
25577         Doc fixes.
25579         * autoinsert.el (auto-insert-alist):
25580         * ses.el (ses-call-printer):
25581         * subr.el (noreturn):
25582         * emacs-lisp/lisp.el (check-parens):
25583         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25584         * net/browse-url.el (browse-url-mosaic):
25585         * progmodes/cc-defs.el (c-safe-scan-lists):
25586         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25587         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25588         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25589         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25590         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25591         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25593 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25595         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25597 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25599         * calendar/appt.el (appt-make-list): Activate the package, if
25600         not already active (for backwards compatibility).
25602 2005-06-20  Kim F. Storm  <storm@cua.dk>
25604         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25606 2005-06-20  Miles Bader  <miles@gnu.org>
25608         * faces.el (vertical-divider): New face.
25610 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25612         * simple.el (kill-whole-line): Doc fix.
25613         (next-error-buffer-p, next-error-find-buffer)
25614         (clone-indirect-buffer): Fix typos in docstrings.
25615         (comment-line-break-function): Doc fix: don't say variable
25616         is automatically buffer-local (it isn't).
25618 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25620         * net/tramp-ftp.el (top):
25621         * net/tramp-smb.el (top):
25622         * net/tramp-util.el (top):
25623         * net/tramp-uu.el (top):
25624         * net/tramp-vc.el (top):
25625         * net/tramp.el (top): Revert copyright years back to original
25626         ones.  Tramp has a life outside GNU Emacs.
25628 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25630         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25632 2005-06-18  Juri Linkov  <juri@jurta.org>
25634         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25635         end of first regexp to limit the match to the position between
25636         line number and source line with same separator character as used
25637         between file name and line number.  In the second regexp limit
25638         mouse-face area to file name and line number by adding new group
25639         for them and referring it in HYPERLINK arg.
25640         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25641         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25642         previous line where grep markers may be already removed.
25644 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25646         * progmodes/ps-mode.el: Update version and maintainer's email address.
25648 2005-06-18  Steve Youngs  <steve@xemacs.org>
25650         * net/browse-url.el (browse-url-browser-function)
25651         (browse-url-default-browser): Add firefox.
25652         (browse-url-firefox-program, browse-url-firefox-arguments)
25653         (browse-url-firefox-startup-arguments)
25654         (browse-url-firefox-new-window-is-tab): New defcustoms.
25655         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25657 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25659         * startup.el (command-line): Warn if specified user name has
25660         no home directory.
25662         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25663         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25665         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25666         Doc fixes.
25668         * faces.el (underline): Try bold if terminal doesn't support underline.
25670         * mail/sendmail.el (mail-setup-with-from): New variable.
25671         (mail-insert-from-field): New function.
25672         (sendmail-send-it): Call it.
25673         (mail-setup): Optionally call it here.
25675         * term/linux.el: Call tty-no-underline.
25677 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25679         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25681 2005-06-17  Miles Bader  <miles@gnu.org>
25683         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25684         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25685         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25686         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25687         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25688         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25689         Remove "-face" suffix from face names.
25690         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25691         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25692         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25693         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25694         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25695         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25696         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25697         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25698         New backward-compatibility aliases for renamed faces.
25699         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25700         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25701         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25702         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25703         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25704         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25705         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25706         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25707         Use renamed ediff faces.
25709         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25710         Remove "-face" suffix from face names.
25711         (eshell-test-ok-face, eshell-test-failed-face):
25712         New backward-compatibility aliases for renamed faces.
25713         (eshell-run-test): Use renamed eshell-test faces.
25715         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25716         face name.
25717         (eshell-prompt-face): New backward-compatibility alias for renamed
25718         face.
25719         (eshell-emit-prompt): Use renamed eshell-prompt face.
25721         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25722         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25723         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25724         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25725         Remove "-face" suffix from face names.
25726         (eshell-ls-directory-face, eshell-ls-symlink-face)
25727         (eshell-ls-executable-face, eshell-ls-readonly-face)
25728         (eshell-ls-unreadable-face, eshell-ls-special-face)
25729         (eshell-ls-missing-face, eshell-ls-archive-face)
25730         (eshell-ls-backup-face, eshell-ls-product-face)
25731         (eshell-ls-clutter-face):
25732         New backward-compatibility aliases for renamed faces.
25733         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25735         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25736         Remove "-face" suffix from face name.
25737         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25738         instead of literal face.
25740 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25742         * emacs-lisp/warnings.el (display-warning, lwarn)
25743         (warning-minimum-log-level): Doc fixes.
25744         (warning-minimum-level, warning-minimum-log-level):
25745         Add :debug to :type choices.
25747         * progmodes/ada-mode.el (ada-format-paramlist)
25748         (ada-get-indent-case, ada-check-matching-start)
25749         (ada-check-defun-name, ada-goto-matching-decl-start)
25750         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25751         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25752         (ada-make-subprogram-body): Follow error conventions.
25753         (ada-case-exception-file, ada-indent-comment-as-code)
25754         (ada-indent-handle-comment-special, ada-indent-renames)
25755         (ada-indent-return, ada-search-directories-internal)
25756         (ada-tab-policy, ada-case-exception-substring)
25757         (ada-other-file-alist, ada-matching-start-re)
25758         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25759         (ada-imenu-generic-expression, ada-compile-goto-error)
25760         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25761         (ada-popup-menu, ada-add-extensions, ada-mode)
25762         (ada-region-selected, ada-create-case-exception)
25763         (ada-create-case-exception-substring, ada-after-keyword-p)
25764         (ada-activate-keys-for-case, ada-adjust-case-region)
25765         (ada-adjust-case-buffer, ada-format-paramlist)
25766         (ada-scan-paramlist, ada-insert-paramlist)
25767         (ada-indent-newline-indent)
25768         (ada-indent-newline-indent-conditional)
25769         (ada-justified-indent-current, ada-goto-previous-word)
25770         (ada-indent-current, ada-get-indent-open-paren)
25771         (ada-get-indent-paramlist, ada-get-indent-end)
25772         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25773         (ada-get-indent-block-start, ada-get-indent-subprog)
25774         (ada-get-indent-noindent, ada-get-indent-label)
25775         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25776         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25777         (ada-goto-stmt-end, ada-goto-next-word)
25778         (ada-check-matching-start, ada-check-defun-name)
25779         (ada-goto-matching-decl-start, ada-goto-matching-start)
25780         (ada-goto-matching-end, ada-search-ignore-string-comment)
25781         (ada-in-decl-p, ada-looking-at-semi-or)
25782         (ada-looking-at-semi-private, ada-in-paramlist-p)
25783         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25784         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25785         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25786         (ada-previous-package, ada-create-menu)
25787         (ada-fill-comment-paragraph-justify)
25788         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25789         (ada-other-file-name, ada-last-which-function-line)
25790         (ada-last-which-function-subprog, ada-which-function)
25791         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25792         (ada-gen-treat-proc, ada-check-emacs-version)
25793         (ada-continuation-indent, ada-align-region-separate):
25794         Fix typos in docstrings.
25795         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25797 2005-06-16  Lute Kamstra  <lute@gnu.org>
25799         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25800         conditionally.
25802 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25804         * comint.el (comint-replace-by-expanded-filename)
25805         (comint-prompt-regexp, comint-delimiter-argument-list)
25806         (comint-preinput-scroll-to-bottom):
25807         * info.el (Info-hide-cookies-node):
25808         * ls-lisp.el (ls-lisp-classify):
25809         * find-file.el (ff-search-directories, ff-special-constructs)
25810         (ff-find-other-file):
25811         * font-lock.el (font-lock-keywords):
25812         * shell.el (shell-prompt-pattern)
25813         (shell-dynamic-complete-functions, shell-mode)
25814         (shell-delimiter-argument-list):
25815         * term.el (term-replace-by-expanded-filename)
25816         (term-prompt-regexp, term-delimiter-argument-list):
25817         * woman.el (woman-ignore, woman0-if):
25818         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25819         * emacs-lisp/elint.el (elint-init-env):
25820         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25821         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25822         * language/ethio-util.el (ethio-tilde-escape)
25823         (ethio-use-three-dot-question):
25824         * net/zone-mode.el (zone-mode-load-time-setup):
25825         * progmodes/cc-align.el (c-lineup-argcont):
25826         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25827         * progmodes/cperl-mode.el (cperl-set-style-back):
25828         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25829         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25830         Fix spellings in docstrings.
25832         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25833         * progmodes/modula2.el (m2-for): Fix spellings.
25835         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25837         * simple.el (undo-more): Don't use `format' on `error' arguments.
25838         Improve argument/docstring consistency.
25839         (pending-undo-list): Doc fix.
25841         * smerge-mode.el (smerge-ensure-match):
25842         * emulation/vip.el (vip-ex):
25843         * net/zone-mode.el (zone-mode-update-serial):
25844         * progmodes/idlwave.el (idlwave-complete):
25845         * progmodes/vhdl-mode.el (vhdl-visit-file)
25846         (vhdl-compose-wire-components):
25847         Don't use `format' on `error' arguments.
25849         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25850         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25851         (tooltip-help-tips): Fix typos in docstrings.
25853 2005-06-16  David Ponce  <david@dponce.com>
25855         * tree-widget.el (tree-widget-value-create): Simplify last change.
25857 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25859         * ido.el (ido-incomplete-regexp): New variable.
25860         (ido-set-matches-1): Handle invalid-regexp error and set
25861         ido-incomplete-regexp.
25862         (ido-incomplete-regexp): New face.
25863         (ido-completions): Use it.
25864         (ido-complete, ido-exit-minibuffer, ido-completions):
25865         Handle incomplete regexps.
25866         (ido-completions): Add check for complete match when entering a regexp.
25868 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25870         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25872 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25874         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25875         by field delimiters.
25877 2005-06-15  David Ponce  <david@dponce.com>
25879         * tree-widget.el: eval-and-compile inlined functions so they will
25880         be available at run-time too.
25881         (tree-widget-super-format-handler)
25882         (tree-widget-format-handler): Remove.
25883         (tree-widget-value-create): Handle the :indent property.
25885 2005-06-15  Miles Bader  <miles@gnu.org>
25887         * progmodes/which-func.el (which-func): Only inherit
25888         `font-lock-function-name-face' when that makes sense against the
25889         default mode-line face, otherwise set the face color explicitly.
25891         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25892         faces instead of (non-existent) variables.
25894 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25896         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25897         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25899 2005-06-14  Miles Bader  <miles@gnu.org>
25901         * progmodes/ld-script.el (ld-script-location-counter):
25902         Remove "-face" suffix from face name.
25903         (ld-script-location-counter-face):
25904         New backward-compatibility alias for renamed face.
25905         (ld-script-location-counter-face): Use renamed face.
25907         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25908         (cperl-hash): Remove "-face" suffix from face names.
25909         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25910         New backward-compatibility aliases for renamed faces.
25911         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25912         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25914         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25915         name.
25916         (which-func-face): New backward-compatibility alias for renamed face.
25917         (which-func-format): Use renamed which-func face.
25919         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25920         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25921         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25922         names.
25923         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25924         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25925         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25926         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25927         (vhdl-speedbar-architecture-selected)
25928         (vhdl-speedbar-configuration-selected)
25929         (vhdl-speedbar-package-selected)
25930         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25931         names.
25932         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25933         Use renamed faces.
25934         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25935         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25936         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25937         Use renamed faces.
25938         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25939         names.
25940         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25941         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25942         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25943         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25944         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25945         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25947         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25948         face name.
25949         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25950         (sh-heredoc-face): Use renamed sh-heredoc face.
25952         * progmodes/idlw-help.el (idlwave-help-link):
25953         Remove "-face" suffix from face name.
25954         (idlwave-help-link-face):
25955         New backward-compatibility alias for renamed face.
25956         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25958         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25959         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25960         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25961         New backward-compatibility aliases for renamed faces.
25962         (idlwave-shell-disabled-breakpoint-face)
25963         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25965         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25966         Remove "-face" suffix from face names.
25967         (flymake-errline-face, flymake-warnline-face):
25968         New backward-compatibility aliases for renamed faces.
25969         (flymake-highlight-line): Use renamed flymake faces.
25971         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25972         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25973         (ebrowse-member-class, ebrowse-progress):
25974         Remove "-face" suffix from face names.
25975         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25976         (ebrowse-file-name-face, ebrowse-default-face)
25977         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25978         (ebrowse-progress-face):
25979         New backward-compatibility aliases for renamed faces.
25980         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25981         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25982         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25983         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25985         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25986         antlr-syntax)
25987         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25988         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25989         names.
25990         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25991         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25992         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25993         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25994         backward-compatibility aliases for renamed faces.
25995         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25996         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25997         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25998         remove "font-lock-".  Use renamed antlr-mode faces.
25999         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
26000         literal face-names with face variable references.
26002         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26003         face name.
26004         (Buffer-menu-buffer-face): New backward-compatibility alias for
26005         renamed face.
26006         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26008 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
26010         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26011         Eliminate "-face" suffix.
26012         (makefile-targets): Inherit from font-lock-function-name-face and
26013         eliminate "-face" suffix.
26014         (makefile-shell): Remove attributes and eliminate "-face" suffix.
26015         (makefile-*-font-lock-keywords): Append makefile-targets in rule
26016         actions, instead of prepending, to make it less visible.
26017         (makefile-previous-dependency, makefile-match-dependency):
26018         Don't match a target on a continuation line.
26020         * files.el (auto-mode-alist): Put Makefile in gmake mode.
26022 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
26024         * progmodes/gdb-ui.el (menu): Re-order menu items.
26025         (gdb-tooltip-print): Respect tooltip-use-echo-area.
26027         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26028         Define in tooltip.el.
26029         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26030         (gud-tooltip-tips): Respect tooltip-use-echo-area and
26031         gud-tooltip-echo-area.
26033         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26034         backward compatibility and make obsolete.
26035         (tooltip-help-tips): Use tooltip-use-echo-area.
26036         (tooltip-show-help-function): Rename to...
26037         (tooltip-show-help): ...this, because it is a function.
26038         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26040 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
26042         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26043         (edebug-print-length, edebug-print-level, edebug-print-circle)
26044         (edebug-modify-breakpoint, edebug-eval-last-sexp)
26045         (edebug-eval-print-last-sexp): Doc fixes.
26047 2005-06-14  Kim F. Storm  <storm@cua.dk>
26049         * ido.el (ido-mode): Make a new keymap every time we enable ido,
26050         as the coverage buffer/file/both may change.
26052 2005-06-14  Lute Kamstra  <lute@gnu.org>
26054         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26055         and run-mode-hooks.  Simplify.
26057         * mail/rmailedit.el (rmail-edit-mode):
26058         * progmodes/octave-inf.el (inferior-octave-mode):
26059         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26061         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26062         and run-mode-hooks.
26063         (recentf-edit-list, recentf-open-files): Don't call
26064         kill-all-local-variables directly.
26066         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26068 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
26070         * emacs-lisp/byte-run.el (make-obsolete)
26071         (define-obsolete-function-alias): Rename arguments FUNCTION and
26072         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26073         (make-obsolete-variable, define-obsolete-variable-alias):
26074         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26075         respectively.
26077         * isearchb.el (isearchb-activate):
26078         * pcvs.el (cvs-mode):
26079         * ses.el (ses-load):
26080         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26081         * net/tramp.el (tramp-find-file-exists-command)
26082         (tramp-find-shell):
26083         * progmodes/ada-mode.el (ada-create-case-exception)
26084         (ada-create-case-exception-substring, ada-make-subprogram-body):
26085         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26086         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26087         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26088         * textmodes/org.el (org-promote, org-evaluate-time-range)
26089         (org-agenda-next-date-line, org-agenda-previous-date-line)
26090         (org-agenda-error, org-open-at-point, org-table-move-row)
26091         (org-format-table-table-html-using-table-generate-source)
26092         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26093         * textmodes/reftex.el (reftex-access-scan-info):
26094         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26095         (reftex-toc-promote-prepare): Follow error conventions.
26097         * diff-mode.el (diff-mode): Fix typo in docstring.
26099         * forms.el (forms--intuit-from-file): Fix reference to
26100         `forms-number-of-fields' in error message.
26101         (forms-print): Fix quoting in error message.
26103         * forms.el (forms-mode):
26104         * emulation/vi.el (vi-goto-insert-state):
26105         * progmodes/flymake.el (flymake-new-err-info)
26106         (flymake-start-syntax-check-for-current-buffer)
26107         (flymake-simple-cleanup):
26108         * eshell/esh-var.el (eshell/export):
26109         * progmodes/gud.el (xdb):
26110         * textmodes/flyspell.el (flyspell-incorrect-hook)
26111         (flyspell-maybe-correct-transposition)
26112         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26114 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
26116         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26117         minibuffer prompt.
26119 2005-06-13  Kim F. Storm  <storm@cua.dk>
26121         * subr.el (add-to-ordered-list): New defun.
26123         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26124         add cua--keymap-alist to emulation-mode-map-alists.
26126 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26128         * subr.el (complete-in-turn): New macro.
26129         (dynamic-completion-table, lazy-completion-table): Add debug info.
26131         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26132         in preference to face aliases.
26134         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26135         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26136         Remove unused vars `start' and `firstline'.
26137         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26138         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26140 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
26142         * cus-start.el (all): Don't complain about missing GTK-related
26143         variables, unless either `gtk' is boundp or this isn't a
26144         `windows-nt' build.
26146 2005-06-13  Lute Kamstra  <lute@gnu.org>
26148         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26149         run-mode-hooks.
26151         * ediff-mult.el (ediff-meta-mode):
26152         * ediff-util.el (ediff-mode): Use run-mode-hooks.
26154         * ledit.el (ledit-mode): Use delay-mode-hooks.
26156         * woman.el (woman-mode-line-format): Delete constant.
26157         (woman-mode-map): Initialize it properly.
26158         (woman-mode): Set mode-class property to special.
26159         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
26160         Set major-mode and mode-name.  Don't set mode-line-format directly.
26161         (Man-getpage-in-background): Don't reference woman-mode-line-format.
26163         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26164         string argument obsolete.
26166 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
26168         * textmodes/org.el (org-CUA-compatible): New option.
26169         (org-disputed-keys): New variable.
26170         (org-key): New function.
26171         (orgtbl-make-binding): Add docstring to the created function.
26172         (org-mode): Set paragraph start/separate regexps.
26173         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26174         (org-archive-location, org-archive-mark-done)
26175         (org-archive-stamp-time): New options.
26176         (org-archive-subtree): New command.
26177         (org-fill-paragraph): New function.
26178         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26179         (org-fake-empty-table-line): Function removed.
26180         (org-format-org-table-html): Do not create empty table lines at
26181         separator lines.  Improved table header treatment.
26182         (org-link-format): New option.
26183         (org-make-link): New function.
26184         (org-insert-link, org-store-link): Use org-make-link.
26185         (org-open-file): Quote file name for shell command, to allow
26186         spaces in file names.
26187         (org-link-regexp): Fix bug with mailto link.
26188         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26189         New constants.
26190         (org-export-as-html): Deal with the optional angles around a link.
26191         Better treatment of file: links.
26192         (org-open-at-point): Replace @{ and @} with < and >.
26193         (org-run-mode-hooks): Function removed.
26194         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26196 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26198         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26199         MI command -data-list-register-values.
26200         (gdb-post-prompt): Indent properly.
26202 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26204         * hilit-chg.el (highlight-changes-colors): Rename from
26205         `highlight-changes-colours'.
26206         (highlight-changes-colours): Keep as obsolete alias.
26207         (highlight-changes-face-list): Doc fix.
26208         (hilit-chg-make-list): Use `highlight-changes-colors'.
26210 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26212         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26213         defun-prompt-regexp.
26215 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26217         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26218         and cygwin.
26220         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26221         Don't use an old loaddefs.el, as in Makefile.in.
26223 2005-06-12  Lute Kamstra  <lute@gnu.org>
26225         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26227         * man.el (Man-mode-map): Initialize it properly.
26228         (Man-mode): Set mode-class property to special.
26230         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26232 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26234         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26235         A newline is needed in the docstring there.
26237         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26238         Doc fixes.
26240 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26242         * printing.el: Doc fix.  The menubar is no more changed when printing
26243         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26244         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26245         (pr-version): New version number (6.8.4).
26246         (pr-menu-bind): New command.
26247         (pr-update-menus): Docstring and code fix.
26248         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26249         Docstring fix.
26250         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26251         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26253 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26255         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26256         "Returns" to "return", document useful return values, etc.
26258 2005-06-11  Alan Mackenzie  <acm@muc.de>
26260         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26261         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26262         (adaptive-file-function): Minor amendment to doc-string.
26264 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26266         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26267         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26268         Fix :type--it is `integer', not `string'.
26270         * faces.el (modeline-highlight): Rename from (the erroneous)
26271         `modeline-higilight'.
26273 2005-06-11  Lute Kamstra  <lute@gnu.org>
26275         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26276         lisp-interaction-mode-map but make it the parent.
26277         (edebug-eval-mode): Use define-derived-mode.
26279 2005-06-11  Andreas Schwab  <schwab@suse.de>
26281         * bindings.el: Add binding of `ESC functionkey' for every
26282         `M-functionkey'.
26283         * hexl.el (hexl-mode-map): Likewise.
26285 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26287         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26288         [msft]: update regexp for newer msft compilers.
26290 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26292         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26293         ATTLIST portions of included DTDs.
26294         (xml-parse-dtd): Eliminate use of inefficient match-data.
26296 2005-06-10  Miles Bader  <miles@gnu.org>
26298         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26299         (mpuz-text): Remove "-face" suffix from face names.
26300         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26301         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26302         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26304         * play/gomoku.el (gomoku-O, gomoku-X):
26305         Remove "-face" suffix from face names.
26306         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26307         New backward-compatibility aliases for renamed faces.
26308         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26310 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26312         * thumbs.el: Fixes for changes of 2005-06-09.
26313         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26314         as a directory.
26315         (thumbs-thumbname): Remove directory separator from format string;
26316         `thumbs-thumbsdir' now returns a valid directory name.
26317         (thumbs-temp-dir): New defsubst.
26318         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26319         Use it.
26321         * cus-edit.el (minibuffer):
26322         * files.el (make-backup-file-name-function):
26323         * filesets.el (filesets-external-viewers):
26324         * hilit-chg.el (highlight-changes-colours)
26325         (highlight-changes-face-list, highlight-changes-rotate-faces):
26326         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26327         * kmacro.el (kmacro-call-macro):
26328         * log-edit.el (log-edit-changelog-full-paragraphs):
26329         * mouse.el (mouse-1-click-follows-link):
26330         * skeleton.el (skeleton-autowrap):
26331         * subr.el (insert-for-yank-1):
26332         * tempo.el (tempo-insert-region):
26333         * terminal.el (terminal-emulator):
26334         * time.el (display-time-mail-face):
26335         * vc.el (vc-annotate):
26336         * vcursor.el (vcursor-copy-line):
26337         * woman.el (woman-bold-headings, woman-ignore)
26338         (woman-default-faces, woman-monochrome-faces):
26339         * calendar/todo-mode.el (todo-insert-threshold):
26340         * emulation/pc-select.el (pc-select-selection-keys-only)
26341         (pc-selection-mode):
26342         * emulation/vip.el (vip-find-char-forward):
26343         * emulation/viper-cmd.el (viper-find-char-forward):
26344         * international/mule-cmds.el
26345         (select-safe-coding-system-accept-default-p)
26346         (input-method-exit-on-invalid-key):
26347         * international/mule-diag.el (describe-coding-system):
26348         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26349         * net/browse-url.el (browse-url-xterm-program):
26350         * obsolete/lazy-lock.el (lazy-lock-mode):
26351         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26352         (cperl-mode):
26353         * progmodes/cpp.el (cpp-face-light-name-list)
26354         (cpp-face-dark-name-list):
26355         * progmodes/delphi.el (delphi-newline-always-indents):
26356         Fix spellings in docstrings.
26358         * ido.el (ido-mode, ido-file-extensions-order)
26359         (ido-default-file-method, ido-default-buffer-method)
26360         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26361         (ido-decorations, ido-read-file-name-as-directory-commands)
26362         (ido-read-file-name-non-ido, ido-work-directory-list)
26363         (ido-ignore-item-temp-list, ido-current-directory)
26364         (ido-magic-forward-char, ido-enter-find-file)
26365         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26366         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26368 2005-06-10  Lute Kamstra  <lute@gnu.org>
26370         * play/dunnet.el (dun-mode): Use define-derived-mode.
26371         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26372         obsolete alias.
26374         * play/doctor.el (doctor-mode-map): Remove defvar.
26375         (doctor-mode): Use define-derived-mode.
26377         * mail/mspools.el (mspools-mode):
26378         * net/eudc-hotlist.el (eudc-hotlist-mode):
26379         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26381 2005-06-10  Miles Bader  <miles@gnu.org>
26383         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26384         Remove "-face" suffix from face names.
26385         (flyspell-incorrect-face, flyspell-duplicate-face):
26386         New backward-compatibility aliases for renamed faces.
26387         (flyspell-mode-on, make-flyspell-overlay)
26388         (flyspell-highlight-incorrect-region)
26389         (flyspell-highlight-duplicate-region)
26390         (flyspell-display-next-corrections)
26391         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26393         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26394         from face name.
26395         (texinfo-heading-face): New backward-compatibility alias for
26396         renamed face.
26397         (texinfo-heading-face): Use renamed texinfo-heading face.
26399         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26400         suffix from face names.
26401         (tex-math-face, tex-verbatim-face):
26402         New backward-compatibility aliases for renamed faces.
26403         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26404         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26405         literal face name.
26407         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26408         name.
26409         (table-cell-face): New backward-compatibility alias for renamed face.
26410         (table--put-cell-face-property, table--update-cell-face):
26411         Use renamed table-cell face.
26413         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26414         from face name.
26415         (sgml-namespace-face): New backward-compatibility alias for
26416         renamed face.
26417         (sgml-namespace-face): Use renamed sgml-namespace face.
26419         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26420         (org-level-4, org-level-5, org-level-6, org-level-7)
26421         (org-level-8, org-warning, org-headline-done)
26422         (org-deadline-announce, org-scheduled-today)
26423         (org-scheduled-previously, org-link, org-done, org-table)
26424         (org-time-grid): Remove "-face" suffix from face names.
26425         (org-level-1-face, org-level-2-face, org-level-3-face)
26426         (org-level-4-face, org-level-5-face, org-level-6-face)
26427         (org-level-7-face, org-level-8-face, org-warning-face)
26428         (org-headline-done-face, org-deadline-announce-face)
26429         (org-scheduled-today-face, org-scheduled-previously-face)
26430         (org-link-face, org-done-face, org-table-face)
26431         (org-time-grid-face):
26432         New backward-compatibility aliases for renamed faces.
26433         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26434         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26435         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26436         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26438         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26439         (viper-minibuffer-emacs, viper-minibuffer-insert)
26440         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26441         (viper-search-face, viper-replace-overlay-face)
26442         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26443         (viper-minibuffer-vi-face):
26444         New backward-compatibility aliases for renamed faces.
26445         (viper-search-face, viper-replace-overlay-face)
26446         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26447         (viper-minibuffer-vi-face): Use renamed viper faces.
26449         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26450         Remove "-face" suffix from face names.
26451         (testcover-nohits-face, testcover-1value-face):
26452         New backward-compatibility aliases for renamed faces.
26453         (testcover-mark): Use renamed testcover faces.
26455         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26456         face name.
26457         (diary-button-face): New backward-compatibility alias for renamed face.
26458         (diary-entry): Use renamed diary-button face.
26460         * calendar/calendar.el (diary, calendar-today, holiday)
26461         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26462         (diary-face, calendar-today-face, holiday-face):
26463         New backward-compatibility aliases for renamed faces.
26464         (eval-after-load "facemenu", diary-entry-marker)
26465         (calendar-today-marker, calendar-holiday-marker, diary-face):
26466         Use renamed calendar faces.
26468         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26469         (compare-windows-face): New backward-compatibility alias for
26470         renamed face.
26471         (compare-windows-highlight): Use renamed compare-windows face.
26473         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26474         (strokes-char-face): New backward-compatibility alias for renamed face.
26475         (strokes-encode-buffer): Use renamed strokes-char face.
26477         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26478         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26479         Remove "-face" suffix from face names.
26480         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26481         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26482         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26483         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26484         Use renamed pcvs faces.
26485         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26486         * pcvs-defs.el (cvs-mode-map): Likewise.
26487         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26489         * info.el (info-title-1, info-title-2, info-title-3)
26490         (info-title-4): Remove "-face" suffix from and downcase face names.
26491         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26492         (Info-title-4-face):
26493         New backward-compatibility aliases for renamed faces.
26494         (Info-fontify-node): Use renamed info faces.
26496         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26497         Remove "-face" suffix from face names.
26498         (highlight-changes-face, highlight-changes-delete-face):
26499         New backward-compatibility aliases for renamed faces.
26500         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26501         (hilit-chg-make-list): Use renamed highlight-changes faces.
26503         * generic-x.el (show-tabs-tab, show-tabs-space):
26504         Remove "-face" suffix from face names.
26505         (show-tabs-tab-face, show-tabs-space-face):
26506         New backward-compatibility aliases for renamed faces.
26507         (show-tabs-generic-mode-font-lock-defaults-1)
26508         (show-tabs-generic-mode-font-lock-defaults-2):
26509         Use renamed show-tabs faces.
26511         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26512         (smerge-markers): Remove "-face" suffix from face names.
26513         (smerge-mine-face, smerge-other-face, smerge-base-face)
26514         (smerge-markers-face):
26515         New backward-compatibility aliases for renamed faces.
26516         (smerge-mine-face, smerge-other-face, smerge-base-face)
26517         (smerge-markers-face): Use renamed smerge faces.
26519         * log-view.el (log-view-file, log-view-message): Remove "-face"
26520         suffix from face names.
26521         (log-view-file-face, log-view-message-face):
26522         New backward-compatibility aliases for renamed faces.
26523         (log-view-file-face, log-view-message-face): Use renamed log-view
26524         faces.
26526         * paren.el (show-paren-match, show-paren-mismatch):
26527         Remove "-face" suffix from face names.
26528         (show-paren-match-face, show-paren-mismatch-face):
26529         New backward-compatibility aliases for renamed faces.
26530         (show-paren-function): Use renamed show-paren faces.
26532         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26533         (ruler-mode-margins, ruler-mode-fringes)
26534         (ruler-mode-column-number, ruler-mode-fill-column)
26535         (ruler-mode-comment-column, ruler-mode-goal-column)
26536         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26537         suffix from face names.
26538         (ruler-mode-default-face, ruler-mode-pad-face)
26539         (ruler-mode-margins-face, ruler-mode-fringes-face)
26540         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26541         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26542         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26543         New backward-compatibility aliases for renamed faces.
26544         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26545         (ruler-mode-column-number, ruler-mode-fill-column)
26546         (ruler-mode-comment-column, ruler-mode-goal-column)
26547         (ruler-mode-tab-stop, ruler-mode-current-column)
26548         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26549         faces.
26551         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26552         face name.
26553         (whitespace-highlight-the-space): Use renamed face.
26554         (whitespace-highlight-face): New backward-compatibility alias for
26555         renamed face.
26557         * woman.el (woman-italic, woman-bold, woman-unknown)
26558         (woman-addition, woman-symbol-face):
26559         Remove "-face" suffix from face names.
26560         (woman-italic-face, woman-bold-face, woman-unknown-face)
26561         (woman-addition-face):
26562         New backward-compatibility aliases for renamed faces.
26563         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26564         (woman-decode-region, woman-replace-match)
26565         (woman-display-extended-fonts, woman-special-characters)
26566         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26567         Use renamed woman faces.
26569         * longlines.el (longlines-visible-face): Face removed.
26571         * diff-mode.el (diff-header, diff-file-header, diff-index)
26572         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26573         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26574         suffix from face names.
26575         (diff-header-face, diff-file-header-face, diff-index-face)
26576         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26577         (diff-changed-face, diff-function-face, diff-context-face)
26578         (diff-nonexistent-face): New backward-compatibility aliases for
26579         renamed faces.
26580         (diff-header-face, diff-file-header-face)
26581         (diff-index, diff-index-face, diff-hunk-header)
26582         (diff-hunk-header-face, diff-removed, diff-removed-face)
26583         (diff-added, diff-added-face, diff-changed-face, diff-function)
26584         (diff-function-face, diff-context-face, diff-nonexistent)
26585         (diff-nonexistent-face): Use renamed diff-mode faces.
26587         * progmodes/compile.el (compilation-warning-face)
26588         (compilation-info-face): Remove "-face" suffix from face names.
26589         (compilation-warning-face, compilation-info-face):
26590         New backward-compatibility aliases for renamed faces.
26591         (compilation-warning-face, compilation-info-face):
26592         Use renamed compilation faces.
26594         * add-log.el (change-log-date, change-log-name)
26595         (change-log-email, change-log-file, change-log-list)
26596         (change-log-conditionals, change-log-function)
26597         (change-log-acknowledgement): Remove "-face" suffix from face names.
26598         (change-log-date-face, change-log-name-face)
26599         (change-log-email-face, change-log-file-face)
26600         (change-log-list-face, change-log-conditionals-face)
26601         (change-log-function-face, change-log-acknowledgement-face):
26602         New backward-compatibility aliases for renamed faces.
26603         (change-log-font-lock-keywords): Use renamed change-log faces.
26605         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26606         (custom-set, custom-changed, custom-saved, custom-button)
26607         (custom-button-pressed, custom-documentation, custom-state)
26608         (custom-comment, custom-comment-tag, custom-variable-tag)
26609         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26610         (custom-group-tag): Remove "-face" suffix from face names.
26611         (custom-magic-alist, custom-magic-value-create)
26612         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26613         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26614         (custom-set-face, custom-changed-face, custom-saved-face)
26615         (custom-button-face, custom-button-pressed-face)
26616         (custom-documentation-face, custom-state-face)
26617         (custom-comment-face, custom-comment-tag-face)
26618         (custom-variable-tag-face, custom-variable-button-face)
26619         (custom-face-tag-face, custom-group-tag-face-1)
26620         (custom-group-tag-face):
26621         New backward-compatibility aliases for renamed faces.
26623         * wid-edit.el (widget-documentation, widget-button)
26624         (widget-field, widget-single-line-field, widget-inactive)
26625         (widget-button-pressed): "-face" suffix removed from face names.
26626         (widget-documentation-face, widget-button-face)
26627         (widget-field-face, widget-single-line-field-face)
26628         (widget-inactive-face, widget-button-pressed-face):
26629         New backward-compatibility aliases for renamed faces.
26630         (widget-documentation-face, widget-button-face)
26631         (widget-button-pressed-face, widget-specify-field)
26632         (widget-specify-inactive): Use renamed widget faces.
26634 2005-06-10  Kenichi Handa  <handa@m17n.org>
26636         * term/x-win.el (x-clipboard-yank): Remove condition-case
26637         wrapping.
26639 2005-06-11  Kenichi Handa  <handa@m17n.org>
26641         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26642         date lines stricter.
26644 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26646         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26647         of x-get-selection.
26649 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26651         * comint.el (comint-mode, comint-snapshot-last-prompt):
26652         * frame.el (frame-current-scroll-bars):
26653         * term.el (term-mode, term-check-proc, term-input-sender)
26654         (term-simple-send, term-extract-string, term-word)
26655         (term-match-partial-filename):
26656         * window.el (window-current-scroll-bars):
26657         * emulation/cua-base.el (cua-normal-cursor-color)
26658         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26659         (cua-global-mark-cursor-color):
26660         * mail/undigest.el (rmail-forward-separator-regex):
26661         Fix typos in docstrings.
26663         * comint.el (comint-check-proc, make-comint-in-buffer)
26664         (comint-source-default): Doc fixes.
26666         * term.el (term-send-string): Improve argument/docstring consistency.
26668 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26670         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26671         call to `delete-region'.
26672         (comint-mode-hook): Do not enable Font Lock by default.
26674 2005-06-09  Lute Kamstra  <lute@gnu.org>
26676         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26677         could be void.
26679 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26681         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26682         (debug): Use it.
26683         (debugger-step-through, debugger-continue, debugger-jump)
26684         (debugger-return-value): Set it when needed.
26685         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26686         Use inhibit-read-only.
26688 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26690         * window.el (shrink-window-if-larger-than-buffer)
26691         (window-size-fixed): Fix typo in docstring.
26693         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26694         thumbnails directory on loading.
26695         (thumbs-conversion-program): Use `eq' to check the system type,
26696         not `equal'.
26697         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26698         not "/tmp".  Fix docstring.
26699         (thumbs-thumbsdir): New function to return the thumbnails
26700         directory, creating it if needed.
26701         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26702         (thumbs-temp-file): Delete variable and make it into a function.
26703         (thumbs-resize-image, thumbs-modify-image): Use it.
26704         (thumbs-kill-buffer): Simplify.
26705         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26706         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26707         docstrings.
26709 2005-06-09  Kim F. Storm  <storm@cua.dk>
26711         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26712         set-match-data to free markers in match-data.
26714         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26715         match-data to unchain markers in match-data.
26717 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26719         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26720         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26721         unnecessary now.
26723 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26725         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26726         give the variable a doc string that doesn't say don't set it directly.
26728         * textmodes/ispell.el (ispell-check-version):
26729         Use match-string-no-properties.
26730         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26731         (ispell-buffer-local-words): Likewise.
26733         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26734         except on terminals with enough colors to really display it.
26735         (makefile-dependency-regex): Delete spurious `bb'.
26737         * faces.el (escape-glyph): Use blue once again in last case.
26738         (no-break-space): Redefine so that it isn't invisible on a tty.
26740 2005-06-08  Kim F. Storm  <storm@cua.dk>
26742         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26743         also when reading directory name.
26745 2005-06-08  Lute Kamstra  <lute@gnu.org>
26747         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26748         (flyspell-mode-line-string): Remove autoload cookie.
26749         (flyspell-mode): Remove defvar.
26751 2005-06-07  Lute Kamstra  <lute@gnu.org>
26753         * textmodes/org.el (org-run-mode-hooks): New function.
26754         (org-agenda-mode): Use it.
26756 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26758         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26760 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26762         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26764 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26766         * font-lock.el (font-lock-add-keywords): Doc fix.
26768 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26770         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26771         (tex-compile-default): In the absence of any history, use the order in
26772         tex-compile-alist to choose the preferred command.
26773         (tex-compile-commands): Reorder a bit.
26775         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26776         (flyspell-incorrect-face, flyspell-duplicate-face):
26777         Use (X)Emacs-agnostic code.
26778         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26779         redundant with the subsequent add-minor-mode.  Merge Emacs and
26780         XEmacs code.
26781         (flyspell-word): Minor simplification.
26782         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26783         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26784         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26785         Merge the corresponding Emacs code.
26786         (flyspell-correct-word, flyspell-xemacs-popup):
26787         Use flyspell-do-correct.
26789         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26790         a dedicated window.
26792         * international/latexenc.el (latexenc-find-file-coding-system):
26793         Undo part of last patch, to turn off a compiler warning.
26795 2005-06-06  Juri Linkov  <juri@jurta.org>
26797         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26798         Rename `tmm-inactive-face' to `tmm-inactive'.
26800 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26802         * iswitchb.el: Rename faces.
26804 2005-06-06  Kim F. Storm  <storm@cua.dk>
26806         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26807         (cua-global-mark): Remove -face suffix from face names.
26809         * emulation/cua-gmrk.el (cua--init-global-mark):
26810         Remove cua-global-mark face setup.
26812 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26814         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26815         just like other allowed characters.
26816         (makefile-match-dependency): Exclude leading and training whitespace
26817         from the range of regexp subexp 1.
26818         (makefile-macroassign-regex): Don't try to match the body,
26819         just the name of the macro being defined.
26821         * info.el (Info-read-node-name-2): New function.
26822         (Info-read-node-name-1): Use that.
26823         Add a completion-base-size-function property.
26825         * simple.el (completion-setup-function): Look for
26826         completion-base-size-function property of minibuffer-completion-table.
26828         * files.el (locate-file-completion): Doc fix.
26830         * printing.el: Don't call pr-update-menus; user must do that.
26832         * emacs-lisp/debug.el (debugger-window): New variable.
26833         (debug): Use debugger-window if it is set and still alive.
26834         Record debugger-window for next entry.
26836         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26838 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26840         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26841         (hack-one-local-variable, hack-local-variables)
26842         (hack-local-variables-prop-line): Pass that arg.
26844 2005-06-06  Kim F. Storm  <storm@cua.dk>
26846         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26847         (ido-indicator): Remove -face suffix from face names.
26849 2005-06-06  Juri Linkov  <juri@jurta.org>
26851         * font-lock.el (font-lock-regexp-backslash)
26852         (font-lock-regexp-backslash-construct): New faces.
26853         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26854         after `('.  Add `while-no-input' to control structures.
26856         * faces.el (no-break-space, shadow): New faces.
26857         (escape-glyph): Use less loud colors pink2 and red4.
26859         * diff-mode.el (diff-context-face)
26860         * dired.el (dired-ignored)
26861         * rfn-eshadow.el (file-name-shadow)
26862         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26864         * info.el (Info-title-1-face): Use green instead of yellow because
26865         bold yellow is not readable on light backgrounds.
26867         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26868         before selecting the desired mode to not spend time fontifying
26869         old contents.
26871 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26873         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26874         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26876         * ps-print.el (ps-default-fg, ps-default-bg):
26877         Fix typos in docstrings.
26879         * isearchb.el (isearchb): Don't pass a spurious second argument to
26880         `iswitchb-completions'.
26882 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26884         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26885         to preserve point.
26886         (gdb-find-file-hook): Add doc string.
26888         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26889         C dereferenced pointer expression.
26890         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26892         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26894         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26895         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26896         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26897         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26898         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26899         Make background transparent.
26901 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26903         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26904         (font-lock-remove-keywords): Doc fix.
26905         (font-lock-mode-major-mode): Compiler defvar.
26906         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26908         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26909         (font-lock-mode): Update `font-lock-mode-major-mode'.
26910         (font-lock-set-defaults): Compiler defvar.
26911         (font-lock-default-function): Take `font-lock-mode-major-mode'
26912         into account.
26914         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26915         keep track of which major mode it enabled the minor mode for.
26916         Use find-file-hook again.  Update docstring.
26918         * simple.el (eval-expression-print-level)
26919         (eval-expression-print-length, eval-expression-debug-on-error):
26920         Doc fixes.
26922 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26924         * iswitchb.el (iswitchb-single-match-face)
26925         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26926         (iswitchb-invalid-regexp-face): New faces.
26927         (iswitchb-completions): Use them.
26928         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26929         now marked as an obsolete alias.
26930         (iswitchb-read-buffer): Remove check for bound font variables.
26931         (iswitchb-invalid-regexp): New free variable.
26932         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26933         set iswitchb-invalid-regexp.
26934         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26935         invalid regexps.
26936         (iswitchb-completions): Add check for complete match when entering
26937         a regexp.
26938         (iswitchb-completions): Remove require-match argument.
26939         (iswitchb-exhibit): Fix caller.
26940         (iswitchb-common-match-inserted): New variable.
26941         (iswitchb-complete, iswitchb-completion-help): Use it.
26943 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26945         * url-http.el (url-http-chunked-encoding-after-change-function):
26946         Use `url-http-debug' instead of `message'.
26948 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26950         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26951         callback argument.
26953 2005-06-04  Kim F. Storm  <storm@cua.dk>
26955         * simple.el (line-move): Only call sit-for when moving backwards.
26957         * ido.el (ido-make-merged-file-list-1): New defun split from
26958         ido-make-merged-file-list.
26959         (ido-make-merged-file-list): Bind throw-on-input around call to
26960         ido-make-merged-file-list-1.  Return input-pending-p if
26961         interrupted by more input available.
26962         (ido-read-internal): Handle input-pending-p return value from
26963         ido-make-merged-file-list.
26965 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26967         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26968         compatibility code.
26970         * international/latexenc.el (latexenc-find-file-coding-system):
26971         Don't inherit the EOL part of the coding-system from the
26972         tex-main buffer.  Fit within 80 columns.
26974 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26976         * tmm.el (tmm-inactive-face): New face.
26977         (tmm-remove-inactive-mouse-face): New function.
26978         (tmm-prompt, tmm-add-one-shortcut)
26979         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26980         but not selectable.
26982 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26984         * faces.el (face-equal): Improve argument/docstring consistency.
26986 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26988         * progmodes/make-mode.el (makefile-targets-face)
26989         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26990         (makefile-bsdmake-dependency-regex)
26991         (makefile-makepp-rule-action-regex)
26992         (makefile-bsdmake-rule-action-regex): New constants.
26993         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26995         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26996         Allow (...) within `...' for makepp messages.
26998 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
27000         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27002         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27003         "." files are deleted from all file lists before comparison.
27005         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27006         (viper-ESC-key): Made them customizable.
27008         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27010 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
27012         * autorevert.el (auto-revert-buffers): Use save-match-data.
27014 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27016         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27017         menu items with a nil command binding.
27019 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
27021         * emacs-lisp/cl-macs.el (defsetf):
27022         Improve argument/docstring consistency.
27024         * faces.el (list-faces-display): Improve the formatting by
27025         computing the maximum length required for any face-name (reworked
27026         patch of 1999-01-11, accidentally deleted on 1999-07-21).
27027         (internal-find-face): Remove redundant info in docstring.
27029 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
27031         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27032         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27033         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27034         (gdb-assembler-custom): Improve regexps.
27035         (def-gdb-auto-update-handler): Use window point to preserve point.
27037 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27039         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27041 2005-05-31  Jay Belanger  <belanger@truman.edu>
27043         * calc/calc-embed.el (calc-embedded-word): Change argument passed
27044         to calc-embedded.
27045         (calc-embedded-make-info): Have plain prefix argument select
27046         entire line.
27048 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
27050         * faces.el (list-faces-display): Signal error if passed a regexp
27051         that matches no face name.
27053         * simple.el (filter-buffer-substring): Fix typo in docstring.
27055 2005-05-31  Richard M. Stallman  <rms@gnu.org>
27057         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27058         (vhdl-emacs-21): Doc fix.
27059         (vhdl-mode): Unconditionally set comment-padding.
27060         (vhdl-fixup-whitespace-region): Insert spaces only where
27061         there are none.
27062         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27064 2005-05-30  John Wiegley  <johnw@newartisans.com>
27066         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27067         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27068         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27069         `directory-sep-char' to ?/, and all uses of `string-to-int' to
27070         `string-to-number'.
27072 2005-05-30  Jay Belanger  <belanger@truman.edu>
27074         * calc/calc.el (calc-bug-address): Fix docstring.
27075         (calc-window-hook, calc-trail-window-hook): New variables.
27076         (calc-trail-display): Restore use of calc-trail-window-hook.
27077         (calc): Restore use of calc-window-hook.
27079 2005-05-31  Masatake YAMATO  <jet@gyve.org>
27081         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27083         * help-fns.el (help-C-file-name): Add autoload mark for
27084         `find-function-noselect'.
27086 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27088         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27089         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27091 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27093         * calendar/diary-lib.el (mark-included-diary-files): Only kill
27094         included diary buffer if it was not already being visited.
27095         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27097         * calendar/icalendar.el (top-level): Do not require appt.
27099         * mail/supercite.el (sc-select-attribution): Only use a list
27100         element from sc-attrib-selection-list if it returns a string.
27101         Reported by Davide G. M. Salvetti <salve@debian.org>.
27103 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
27105         * thumbs.el (thumbs-thumbname): The resulting thumbname now
27106         includes a hash value to improve its uniqueness, and has a ".jpg"
27107         extension.  Also, it is now a valid filename on all systems.
27108         (thumbs-make-thumb): Use `let', not `let*'.
27109         (thumbs-show-thumbs-list): Check for JPEG availability.
27111 2005-05-30  Richard M. Stallman  <rms@gnu.org>
27113         * filesets.el (filesets-menu-ensure-use-cached):
27114         Prevent warning when emacs-version>= is undefined.
27116         * printing.el (pr-interactive-n-up): Use string-to-number.
27118         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27120         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27121         Warn only when name to be defined is quoted.
27123 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
27125         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27126         Make regexp more robust.
27127         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27128         Force regeneration of disassembly.
27130 2005-05-29  Jay Belanger  <belanger@truman.edu>
27132         * calc/calc.el (calc-user-invocation): Check if
27133         calc-invocation-macro is non-nil.
27135 2005-05-29  Juri Linkov  <juri@jurta.org>
27137         * add-log.el (change-log-font-lock-keywords):
27138         Add `+' to e-mail regexp to accept mail address with keywords.
27140         * man.el (Man-name-regexp): Add `:' to accept qualified names.
27142 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
27144         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27146         * ielm.el (inferior-emacs-lisp-mode): Ditto.
27148 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27150         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27151         Undo the change that moves to end of the current word.
27153 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27155         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27156         Throw error when count <= 0 to ensure input is a number.
27157         (gdb-read-memory-custom): Pick up address from buffer.
27158         (gdb-memory-mode): Allow user to increment and decrement
27159         memory address from header line.
27161 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27163         * flyspell.el (flyspell-version): Function deleted.
27164         (flyspell-auto-correct-previous-hook): Doc fix.
27166         * jit-lock.el (jit-lock-function, jit-lock-after-change):
27167         Do nothing if memory is full.
27169         * font-lock.el (font-lock-fontify-syntactically-region):
27170         Pass t for GREEDY to looking-back.
27172         * saveplace.el (save-place-alist-to-file): Write the file
27173         using write-region.
27175         * subr.el (looking-back): New argument GREEDY.
27177         * progmodes/compile.el (compilation-start): Set the mode
27178         before inserting the initial text.
27180         * progmodes/which-func.el (which-func-update-1): Turn the mode
27181         off in case of error by setting which-func-mode.
27183 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27185         * flyspell.el (flyspell-auto-correct-previous-word):
27186         Narrow down to what's on the screen, and recenter overlays
27187         at the end of the next word.
27189 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27191         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27192         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27193         (flyspell-abbrev-p): Default to nil.
27194         (flyspell-use-global-abbrev-table-p): Doc fix.
27195         (flyspell-large-region): Allow nil as value.
27196         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27198         (mail-mode-flyspell-verify): More robust handling
27199         of `mail-header-separator'.  More efficient signature detection.
27200         Allow for regexp metacharacters in message-header-separator.
27201         Adding `To' not to be checked in mail-mode-flyspell-verify.
27203         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27204         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27205         Bind flyspell-auto-correct-binding.
27206         Bind C-. and C-, .
27207         (flyspell-mode-map): Likewise.
27208         (flyspell-mode): Doc fix.
27209         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27210         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27211         (flyspell-word-cache-result): New var, always local.
27212         (flyspell-check-pre-word-p): Doc fix.
27213         (flyspell-check-changed-word-p): Handle spc like newline.
27214         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27215         (flyspell-word-search-backward, flyspell-word-search-forward):
27216         New functions.
27217         (flyspell-word): Return t if nothing to check.
27218         When parsing TeX code, check for after } or \.
27219         Use flyspell-word-search-backward to find previous word.
27220         Return nil if duplicated word.
27221         For word already checked, return same value as last time.
27222         Set flyspell-word-cache-result after checking.
27223         Don't clobber the return value.
27224         (flyspell-get-word): Major rewrite.
27225         (flyspell-external-point-words): New locals pword, pcount.
27226         Fix size used in progress message.
27227         Find the proper corresponding word in flyspell-large-region-buffer.
27228         (flyspell-region): Check for flyspell-large-region = nil.
27229         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27230         (flyspell-auto-correct-word): Check that WORD is a cons.
27231         (flyspell-correct-word): Likewise.
27233 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27235         * progmodes/make-mode.el (makefile-rule-action-regex)
27236         (makefile-macroassign-regex, makefile-makepp-mode)
27237         (makefile-bsdmake-mode): Continuation lines may be empty.
27238         Reported by Joshua Varner.
27239         (makefile-makepp-font-lock-keywords): Add $(stem).
27241 2005-05-28  Karl Berry  <karl@gnu.org>
27243         * textmodes/tex-mode.el: Now that tex-send-command calls
27244         shell-quote-argument (2005-03-31 change), remove all calls to
27245         shell-quote-argument; they all end up invoking tex-send-command.
27246         The double quoting loses on filenames with non-safe characters,
27247         such as "@".  Reported by Frederik Fouvry.
27249 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27251         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27252         about preserving point.
27254 2005-05-27  Jay Belanger  <belanger@truman.edu>
27256         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27257         Info-goto-node.
27259         * calc/calc-embed.el (calc-embed-arg): New variable.
27260         (calc-do-embedded-activate, calc-embedded-activate-formula)
27261         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27262         variable by new variable.
27263         (calc-embedded-make-info): Replace undeclared variable by new
27264         variable.  When selecting region with positive prefix
27265         argument, use end of previous line instead of beginning of line.
27267         * calc/calc-aent.el (calc-arg-values): Declare it.
27269         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27270         Declare them.
27272         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27274         * calc/calc.el (calc-alg-map): Declare it.
27276         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27278 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27280         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27281         (gdb-registers-buffer, toggle-gdb-all-registers):
27282         Toggle display of floating point registers.
27283         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27285         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27286         (toggle-gud-tooltip-dereference):
27287         Rename from gud-toggle-tooltip-dereference.
27289 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27291         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27293 2005-05-27  Jay Belanger  <belanger@truman.edu>
27295         * calc/calc-prog.el (calc-kbd-report): Remove.
27296         (calc-kbd-query): Rewrite.
27298 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27300         * image.el (image-library-alist): Move to image.c.
27301         (image-type-available-p): Doc fix.
27303 2005-05-27  Lute Kamstra  <lute@gnu.org>
27305         * calc/calc.el (calc):
27306         * outline.el (outline-1, outline-2, outline-3, outline-4)
27307         (outline-5, outline-6, outline-7, outline-8):
27308         * textmodes/dns-mode.el (dns-mode):
27309         * textmodes/sgml-mode.el (sgml-namespace-face):
27310         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27311         (tex-verbatim-face, tex-use-reftex):
27312         * textmodes/texinfo.el (texinfo-heading-face):
27313         Specify customization group.
27315         * longlines.el: Don't require easy-mmode.
27316         (longlines-visible-face): Specify customization group.
27318 2005-05-27  Kenichi Handa  <handa@m17n.org>
27320         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27321         encoding table of windows-1251.
27323         * international/ucs-tables.el (ucs-set-table-for-input):
27324         If translation-table-for-input of a coding system is a symbol, get
27325         its translation-table property.
27327         * international/code-pages.el: Don't register a coding system into
27328         non-iso-charset-alist more than once.
27329         (cp-make-coding-system): Likewise.
27331 2005-05-26  John Wiegley  <johnw@newartisans.com>
27333         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27334         `eshell-resume-eval' is wrapped in a list, it indicates that the
27335         command was run asynchronously.  In that case, unwrap the value
27336         before checking the delimiter value.
27338         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27339         character before a space at the end of a line is \, assume the space
27340         is part of the last argument rather than a final argument separator.
27342         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27343         is in use, and the target is `t' or `nil' (which are the most common
27344         values), don't assume that the symbol target is a buffer.
27346 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27348         * calendar/calendar.el (calendar-mode-line-format):
27349         Use mode-line-highlight as mouse-face.
27351         * time.el (display-time-string-forms, display-time-update):
27352         Use mode-line-highlight as mouse-face.
27354 2005-05-26  Jay Belanger  <belanger@truman.edu>
27356         * calc/calc.el (calc-language-alist): Remove extra defvar.
27358 2005-05-26  Lute Kamstra  <lute@gnu.org>
27360         * arc-mode.el (archive-mode):
27361         * bookmark.el (bookmark-read-annotation-mode)
27362         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27363         * bs.el (bs-mode):
27364         * calc/calc-yank.el (calc-edit-mode):
27365         * calc/calc.el (calc-mode, calc-trail-mode):
27366         * calculator.el (calculator-mode):
27367         * chistory.el (command-history-mode):
27368         * comint.el:
27369         * cus-edit.el (custom-mode):
27370         * descr-text.el (describe-text-mode):
27371         * ebuff-menu.el (Electric-buffer-menu-mode):
27372         * ediff-util.el (ediff-mode):
27373         * emacs-lisp/re-builder.el (reb-mode):
27374         * emulation/vi.el (vi-mode-setup):
27375         * emulation/ws-mode.el (wordstar-mode):
27376         * eshell/esh-mode.el (eshell-mode):
27377         * forms.el (forms-mode):
27378         * help-mode.el (help-mode):
27379         * hexl.el (hexl-mode):
27380         * ibuffer.el (ibuffer-mode):
27381         * ielm.el (inferior-emacs-lisp-mode):
27382         * info.el (Info-mode, Info-edit-mode):
27383         * international/swedish.el:
27384         * ledit.el (ledit-from-lisp-mode):
27385         * locate.el (locate-mode):
27386         * mail/rmail.el (rmail-mode):
27387         * mail/rmailedit.el (rmail-edit-mode):
27388         * mail/rmailsum.el (rmail-summary-mode):
27389         * mail/supercite.el (sc-electric-mode):
27390         * net/eudc.el (eudc-mode):
27391         * net/quickurl.el (quickurl-list-mode):
27392         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27393         * obsolete/ooutline.el (outline-mode):
27394         * obsolete/options.el (Edit-options-mode):
27395         * obsolete/rnews.el (news-mode):
27396         * obsolete/rnewspost.el (news-reply-mode):
27397         * play/5x5.el (5x5-mode):
27398         * play/decipher.el (decipher-mode, decipher-stats-mode):
27399         * play/gomoku.el (gomoku-mode):
27400         * play/snake.el (snake-mode):
27401         * play/solitaire.el (solitaire-mode):
27402         * play/tetris.el (tetris-mode):
27403         * progmodes/ada-mode.el (ada-mode):
27404         * progmodes/antlr-mode.el (antlr-mode):
27405         * progmodes/autoconf.el (autoconf-mode):
27406         * progmodes/dcl-mode.el (dcl-mode):
27407         * progmodes/delphi.el (delphi-mode):
27408         * progmodes/ebrowse.el (ebrowse-tree-mode)
27409         (ebrowse-electric-list-mode, ebrowse-member-mode)
27410         (ebrowse-electric-position-mode):
27411         * progmodes/f90.el (f90-mode):
27412         * progmodes/fortran.el (fortran-mode):
27413         * progmodes/icon.el (icon-mode):
27414         * progmodes/idlw-help.el (idlwave-help-mode):
27415         * progmodes/idlw-shell.el (idlwave-shell-mode):
27416         * progmodes/idlwave.el (idlwave-mode):
27417         * progmodes/inf-lisp.el (inferior-lisp-mode):
27418         * progmodes/m4-mode.el (m4-mode):
27419         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27420         * progmodes/modula2.el (modula-2-mode):
27421         * progmodes/octave-inf.el (inferior-octave-mode):
27422         * progmodes/octave-mod.el (octave-mode):
27423         * progmodes/pascal.el (pascal-mode):
27424         * progmodes/sh-script.el (sh-mode):
27425         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27426         * progmodes/vhdl-mode.el (vhdl-mode):
27427         * progmodes/xscheme.el (scheme-interaction-mode):
27428         * replace.el (occur-mode):
27429         * ses.el (ses-mode):
27430         * simple.el (completion-list-mode):
27431         * skeleton.el:
27432         * speedbar.el (speedbar-mode):
27433         * term.el (term-mode):
27434         * terminal.el (terminal-edit-mode):
27435         * textmodes/reftex-index.el (reftex-index-mode)
27436         (reftex-index-phrases-mode):
27437         * textmodes/reftex-sel.el (reftex-select-label-mode)
27438         (reftex-select-bib-mode):
27439         * textmodes/reftex-toc.el (reftex-toc-mode):
27440         * wdired.el (wdired-change-to-wdired-mode):
27441         * wid-browse.el (widget-browse-mode):
27442         Use run-mode-hooks.
27444         * array.el (array-mode):
27445         * calendar/todo-mode.el (todo-mode):
27446         * man.el (Man-mode):
27447         * play/landmark.el (lm-mode):
27448         * play/mpuz.el (mpuz-mode):
27449         Use kill-all-local-variables and run-mode-hooks.
27451         * subr.el (delay-mode-hooks): Specify indentation.
27453 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27455         * xml.el (xml-substitute-special): Don't die for undefined xml
27456         entities.
27458 2005-05-26  Jay Belanger  <belanger@truman.edu>
27460         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27461         of nil.
27463 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27465         * progmodes/gdb-ui.el (gdb-frame-address):
27466         Rename from gdb-current-address.
27467         (gdb-previous-frame-address): Rename from gdb-previous-address.
27468         (gdb-selected-frame): Rename from gdb-current-frame.
27469         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27470         (gdb-frame-number): Rename from gdb-current-stack-level.
27471         (gdb-ann3): Match new mode-name for disassembly buffer.
27472         Extend initialization of variables.
27473         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27474         (gdb-memory-mode): Use mouse-face in header line.
27475         (gdb-assembler-buffer-name): Call it disassembly and give frame
27476         in mode line.
27477         (gdb-source-spec-regexp, gdb-assembler-custom)
27478         (gdb-invalidate-assembler, gdb-frame-handler):
27479         Make robust to leading zeroes in address format.
27481 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27483         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27484         define `org-mode'.
27485         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27487 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27489         * log-edit.el (log-edit-changelog-entries): Distinguish between
27490         filenames like xfns.c and fns.c.
27492 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27494         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27495         point after reverting.
27496         (Buffer-menu-make-sort-button): Handle the case where
27497         `Buffer-menu-use-header-line' is nil.
27499 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27501         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27502         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27503         and `:' to them.
27505 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27507         * startup.el (normal-top-level): Allow modification of load-path while
27508         we're iterating over it.
27510 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27512         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27513         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27514         (thumbs-resize-interactive, thumbs-insert-image)
27515         (thumbs-insert-thumb, thumbs-dired-show-marked)
27516         (thumbs-find-image-at-point, thumbs-delete-images)
27517         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27518         (thumbs-increment-image-size, thumbs-decrement-image-size):
27519         Fix typos in docstrings.
27521 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27523         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27524         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27525         (cperl-mode): Use them.
27527 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27529         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27530         Doc fixes.
27532 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27534         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27535         Bind C-d to gdb-inferior-io-eof.
27537         * dired.el (dired-dnd-popup-notice): Use message-box.
27539 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27541         * bindings.el (mode-line-major-mode-keymap):
27542         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27544         * faces.el (mode-line-highlight): New face.
27546         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27547         as mouse-face.
27549         * bindings.el (top-level, help-echo, mode-line-modified)
27550         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27551         as mouse-face.
27553 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27555         * progmodes/cc-engine.el (c-guess-basic-syntax):
27556         Remove spurious call to `zerop'.
27558         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27560 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27562         CC Mode update to 5.30.10:
27564         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27565         could go past the limit in decoration level 2, thereby causing
27566         errors during interactive fontification.
27568         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27569         the file is evaluated interactively.
27571         * cc-engine.el (c-guess-basic-syntax): Handle operator
27572         declarations somewhat better in C++.
27574         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27575         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27576         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27577         (awk-mode): Use it.
27578         (make-local-hook): Suppress warning about obsoleteness.
27580         * cc-engine.el, cc-align.el, cc-cmds.el
27581         (c-append-backslashes-forward, c-delete-backslashes-forward)
27582         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27583         Compensate for return value from `forward-line' when it has moved
27584         but not to a different line due to eob.
27586         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27587         `objc-method-intro' and `objc-method-args-cont'.
27589 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27591         CC Mode update to 5.30.10:
27593         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27594         in the copyright statement.  Incidentally, change "along with GNU
27595         Emacs" to "along with this program" where it occurs.
27597         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27598         so that it is interactive, hence can be found by M-x awk-mode
27599         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27600         <gmorris+emacs@ast.cam.ac.uk>.
27602         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27603         Mode's regexps.
27605 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27607         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27608         c-parse-state, to avoid a lisp error (on bad code).
27610 2005-05-23  Lute Kamstra  <lute@gnu.org>
27612         * subr.el (font-lock-defaults): Remove defvar as it's already
27613         defined in font-core.el.
27615         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27617 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27619         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27620         more general and work when GDB variable "print pretty" is on,
27621         as with Emacs, for example.
27623 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27625         * font-core.el: Update comment.
27627         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27628         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27630         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27632 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27634         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27635         and `yank-handler' in the doc strings.
27637 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27639         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27641 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27643         * help.el (describe-key): Move print-help-return-message call
27644         out of conditional.
27646         * progmodes/etags.el (list-tags): Use with-no-warnings.
27648         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27649         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27650         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27652         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27654         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27655         Add defvar.
27657         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27658         Use defvar, not defconst.
27660         * hexl.el (hexl-follow-line): Use with-no-warnings.
27662         * emulation/tpu-extras.el: Use write-file-functions instead of
27663         write-file-hooks.
27665         * dired.el (dired-font-lock-keywords): Fontify files with junk
27666         extensions even if marked by -F.
27668 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27670         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27671         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27672         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27673         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27674         (concatenate, list-length, get*, getf, cl-remprop):
27675         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27676         (etypecase, progv, lexical-let, lexical-let*)
27677         (multiple-value-bind, multiple-value-setq, shiftf):
27678         Improve argument/docstring consistency.
27680         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27682 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27684         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27685         doesn't exist.
27687         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27688         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27690 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27692         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27693         already deleted variables: auto-fill-hook, blink-paren-hook,
27694         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27695         suspend-hooks, comment-indent-hook, meta-flag,
27696         before-change-function, after-change-function,
27697         font-lock-doc-string-face.
27699 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27701         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27703 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27705         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27706         rmail-dont-reply-to.
27708 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27710         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27711         literal blank when splitting new-header-values.
27713 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27715         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27716         string so that tmm doesn't create a completion entry for it.
27718         * textmodes/table.el (table-disable-menu): Ditto.
27720 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27722         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27724         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27726         * net/rcompile.el (remote-compile): Use compilation-start.
27728         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27730 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27732         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27733         Default to makefile-bsdmake-mode on BSD systems.
27735         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27736         REGEXP may also be a search function now.  The part of doc-string
27737         for describing the structure was 95% identical to that of
27738         `imenu--generic-function'.  Unify it there.
27740         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27741         Use function to find dependencies, because regexp alone is so complex,
27742         it easily goes into an endless loop.
27743         (makefile-makepp-mode): Also add submenu for Perl functions
27744         defined in the makefile.
27745         (makefile-bsdmake-mode): Special imenu-generic-expression no
27746         longer needed, due to function call.
27747         (makefile-match-dependency): Take BOUND into account when checking
27748         if we're through.
27750 2005-05-20  Jay Belanger  <belanger@truman.edu>
27752         * calc/calc-units.el (calc-invalidate-units-table):
27753         Use inhibit-read-only.
27754         (math-build-units-table-buffer): Use view-mode.
27756 2005-05-20  David Kastrup  <dak@gnu.org>
27758         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27759         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27761 2005-05-20  Lute Kamstra  <lute@gnu.org>
27763         * diff-mode.el (diff-header-face, diff-file-header-face)
27764         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27765         (diff-added-face, diff-changed-face, diff-function-face)
27766         (diff-context-face, diff-nonexistent-face): Put them in the
27767         diff-mode customization group.
27769 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27771         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27773         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27775         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27776         Minor regexp-optimization.
27778 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27780         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27781         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27782         (org-agenda-add-time-grid-maybe): New function.
27783         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27784         (org-table-create): `dotimes' instead of `mapcar'.
27785         (org-xor): Simplify implementation.
27786         (org-agenda): `inhibit-redisplay' turned on.
27787         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27788         a consistent line after a state change.
27789         (org-agenda-remove-times-when-in-prefix): New option.
27790         (org-prefix-has-time): New variable.
27791         (org-parse-time-string): Optional argument NODEFAULT.
27792         (org-format-agenda-item): Parse items for time-of-day
27793         specifications and move these into the prefix if possible.
27794         (org-agenda-priority): Get current heading, not previous heading
27795         during agenda remote editing.
27797 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27799         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27800         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27801         (remove-duplicates, delete-duplicates, substitute)
27802         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27803         (nsubstitute-if-not, find, find-if, find-if-not, position)
27804         (position-if, position-if-not, count, count-if, count-if-not)
27805         (mismatch, search, sort*, stable-sort, merge, member*)
27806         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27807         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27808         (intersection, nintersection, set-difference, nset-difference)
27809         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27810         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27811         (nsublis, tree-equal): Improve argument/docstring consistency.
27813         * subr.el (send-string, send-region): Remove obsolescence declaration.
27814         (window-dot, set-window-dot, read-input, show-buffer)
27815         (eval-current-buffer, string-to-int):
27816         Add release number to obsolescence declarations.
27818 2005-05-19  Kim F. Storm  <storm@cua.dk>
27820         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27821         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27823 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27825         * faces.el (list-faces-display): Make back button respect optional
27826         regexp arg.
27828 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27830         * calculator.el (calculator-radix-grouping-mode)
27831         (calculator-radix-grouping-digits, calculator-displayer)
27832         (calculator-radix-grouping-separator, calculator-copy-displayer):
27833         * dabbrev.el (dabbrev-search-these-buffers-only):
27834         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27835         (diff-advance-after-apply-hunk, diff-mode-hook)
27836         (diff-minor-mode-prefix):
27837         * imenu.el (imenu-use-popup-menu):
27838         * jit-lock.el (jit-lock-context-time):
27839         * newcomment.el (comment-fill-column, comment-column)
27840         (comment-style, comment-padding, comment-multi-line)
27841         (comment-empty-lines, comment-auto-fill-only-comments):
27842         * reveal.el (reveal-around-mark):
27843         * uniquify.el (uniquify-buffer-name-style)
27844         (uniquify-after-kill-buffer-p)
27845         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27846         (uniquify-min-dir-content, uniquify-separator)
27847         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27848         * w32-vars.el (w32-fixed-font-alist):
27849         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27850         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27851         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27852         * progmodes/perl-mode.el (perl-indent-level)
27853         (perl-continued-statement-offset, perl-continued-brace-offset)
27854         (perl-brace-offset, perl-brace-imaginary-offset)
27855         (perl-label-offset, perl-indent-continued-arguments)
27856         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27857         * progmodes/tcl.el (tcl-indent-level)
27858         (tcl-continued-indent-level, tcl-auto-newline)
27859         (tcl-tab-always-indent, tcl-electric-hash-style)
27860         (tcl-help-directory-list, tcl-use-smart-word-finder)
27861         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27862         (inferior-tcl-source-command):
27863         * textmodes/fill.el (enable-kinsoku):
27864         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27865         * textmodes/table.el (table-yank-handler):
27866         Specify missing group (and type, if simple) in defcustom.
27868 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27870         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27872 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27874         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27876         * subr.el (event-basic-type): Don't get an error.
27877         (left-fringe-p): Function deleted.
27879         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27880         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27882         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27883         in recursive copy.
27885         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27887         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27889         * emacs-lisp/bytecomp.el
27890         (byte-compile-file-form-custom-declare-variable):
27891         Call byte-compile-nogroup-warn if appropriate.
27893         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27894         (compilation-set-window): Don't call left-fringe-p; do it directly.
27896 2005-05-19  Jay Belanger  <belanger@truman.edu>
27898         * calc/calc-graph.el (calc-graph-format-data): Make sure
27899         var-PlotRejects is bound before trying to check its value.
27901 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27903         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27904         definition of this variable from reftex-global.el to reftex.el,
27905         because it is needed in the menu.
27907 2005-05-19  Lute Kamstra  <lute@gnu.org>
27909         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27910         years are fixed.  Don't insert a space after a dash.
27912 2005-05-19  Kim F. Storm  <storm@cua.dk>
27914         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27916 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27918         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27919         strings, because (eq ... ?\\) is fairly frequent.
27921         * progmodes/make-mode.el (makefile-add-this-line-targets):
27922         Simplify and integrate into `makefile-pickup-targets'.
27923         (makefile-add-this-line-macro): Simplify and integrate into
27924         `makefile-pickup-macros.
27925         (makefile-pickup-filenames-as-targets): Simplify.
27926         (makefile-previous-dependency, makefile-match-dependency):
27927         Don't stumble over `::'.
27929 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27931         * subr.el (post-command-idle-hook, post-command-idle-delay):
27932         Remove obsoletion of post-command-idle-hook and
27933         post-command-idle-delay.
27935         * faces.el (list-faces-display): Provide button when describe-face
27936         is called to take user back to the list of faces.
27938         * help-fns.el (describe-variable): Remove hyperlinks in a
27939         variable's value as these are quite frequently inappropriate.
27941         * follow.el (follow-submit-feedback, follow-mode):
27942         Remove references to post-command-idle-hook.
27944 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27946         * progmodes/make-mode.el (makefile-previous-dependency)
27947         (makefile-match-dependency): Check for := (and in bsd mode also
27948         !=) to give a better result, even when font-lock is not on.
27950 2005-05-18  Jay Belanger  <belanger@truman.edu>
27952         * calc/calc-help.el (calc-s-prefix-help):
27953         Add `calc-copy-special-constant' to help string.
27955 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27957         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27959 2005-05-18  Jay Belanger  <belanger@truman.edu>
27961         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27962         in linear factors are in proper order.
27964 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27966         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27967         Support for jurabib.
27969         * textmodes/reftex.el (featurep): Define aliases for overlay
27970         commands, for XEmacs compatibility, and use these aliases in
27971         overlay initializations.
27972         (reftex-highlight): Use `reftex-move-overlay'.
27973         (reftex-unhighlight): Use `reftex-delete-overlay'.
27974         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27975         (reftex-access-search-path): Use `reftex-uniquify' instead of
27976         `reftex-uniq'
27978         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27979         `before-string' property modification enables for Emacs as well.
27980         (reftex-select-item): Use `reftex-delete-overlay'.
27981         (reftex-select-mark): Use `reftex-make-overlay' and
27982         `reftex-overlay-put'.
27983         (reftex-select-unmark): Use `reftex-delete-overlay' and
27984         `reftex-overlay-put'.
27986 2005-05-18  Lute Kamstra  <lute@gnu.org>
27988         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27990 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27992         * add-log.el (add-change-log-entry):
27993         * array.el (array-make-template, array-reconfigure-rows)
27994         (array-init-max-row, array-init-max-column)
27995         (array-init-columns-per-line, array-init-field-width):
27996         * replace.el (replace-match-maybe-edit, perform-replace):
27997         * textmodes/spell.el (spell-region):
27998         Replace `read-input' by `read-string'.
28000         * forms.el (forms-mode):
28001         * finder.el (finder-compile-keywords):
28002         * shadowfile.el (shadow-read-files):
28003         Replace `eval-current-buffer' by `eval-buffer'.
28005         * terminal.el (te-pass-through):
28006         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28007         (ange-ftp-raw-send-cmd):
28008         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28009         (send-process-next-char, telnet-initial-filter, telnet):
28010         Replace `send-string' by `process-send-string'.
28012         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28013         (prolog-consult-region): Replace `send-string' by
28014         `process-send-string'; replace `send-region' by `process-send-region'.
28016         * progmodes/delphi.el (delphi-log-msg):
28017         Replace `set-window-dot' by `set-window-point'.
28019         * subr.el (window-dot, set-window-dot, read-input, send-string)
28020         (send-region, show-buffer, eval-current-buffer):
28021         Make really obsolete, as the comment says.
28023 2005-05-17  Kim F. Storm  <storm@cua.dk>
28025         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28026         (cua--init-keymaps): Bind C-return instead of S-return to set
28027         rectangle mark.
28029         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28030         instead of S-return to toggle/clear rectangle mark.
28032 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
28034         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28035         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28036         Also fontify plain strings assigned to variables, mostly so that a
28037         colon has a face and is thus not taken as a dependency separator.
28038         (makefile-previous-dependency): Inline the new matcher, because it
28039         is too complex to work in both directions.
28040         (makefile-match-dependency): Eliminate `backward' arg (see above).
28041         Completely reimplemented so as to not sometimes go into an endless
28042         loop.  It should also be more efficient, because first it only
28043         searches for `:', instead of applying the very complex regexp.
28044         (makefile-mode): Cancel `font-lock-support-mode', because blocks
28045         to be fontified in one piece can be too long for JIT.
28046         Makefiles are never *that* big.
28048 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
28050         * dired.el (dired-mode): Simplify.
28052 2005-05-17  Lute Kamstra  <lute@gnu.org>
28054         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28055         defcustom for the mode hook variable.
28057         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28058         Emacs Lisp Reference Manual.
28060 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
28062         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28063         (evenp, list*):
28064         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28065         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28067         * net/tramp-smb.el (tramp-smb-open-connection):
28068         Pass `tramp-chunksize' as fifth (required) argument.
28070 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
28072         * font-lock.el (lisp-font-lock-keywords-1):
28073         Set `font-lock-negation-char-face' for [^...] char group.
28074         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28076         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28077         a var, and refine it to mask one more level of nested vars.
28078         (makefile-rule-action-regex): Turn it into a var, and refine it so
28079         it recognizes backslashed continuation lines as belonging to the
28080         same command.
28081         (makefile-macroassign-regex): Refine it so it recognizes
28082         backslashed continuation lines as belonging to the same command.
28083         (makefile-var-use-regex): Don't look at the next char, because it
28084         might be the same one to be skipped by the initial [^$], leading
28085         to an overlooked variable use.
28086         (makefile-make-font-lock-keywords): Remove two parameters, which
28087         are now variables that some of the modes set locally.
28088         Handle dependency and rule action matching through functions, because
28089         regexps alone match too often.  Dependency matching now comes
28090         last, so it can check, whether a colon already matched something else.
28091         (makefile-mode): Inform that font-lock improves makefile parsing
28092         capabilities.
28093         (makefile-match-dependency, makefile-match-action): New functions.
28095 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
28097         * emacs-lisp/cl-extra.el (equalp): Doc fix.
28099         * align.el (align-regexp):
28100         * ansi-color.el (ansi-color-get-face):
28101         * array.el (array-reconfigure-rows, array-init-max-row)
28102         (array-init-max-column, array-init-columns-per-line)
28103         (array-init-field-width):
28104         * dired-aux.el (dired-trample-file-versions):
28105         * dired-x.el (dired-mark-sexp):
28106         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28107         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28108         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28109         * faces.el (face-read-integer):
28110         * files.el (backup-extract-version, insert-directory):
28111         * hexl.el (hexl-insert-decimal-char):
28112         * server.el (server-process-filter):
28113         * shell.el (shell-extract-num):
28114         * startup.el (command-line-1):
28115         * term.el (term-command-hook):
28116         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28117         (time-stamp-do-number):
28118         * time.el (display-time-update):
28119         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28120         (timezone-fix-time):
28121         * vms-patch.el (vms-suspend-resume-hook):
28122         * calendar/appt.el (appt-convert-time):
28123         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28124         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28125         * calendar/cal-islam.el (mark-islamic-diary-entries):
28126         * calendar/calendar.el (calendar-cursor-to-date)
28127         (calendar-star-date):
28128         * calendar/diary-lib.el (diary-attrtype-convert)
28129         (mark-diary-entries, diary-entry-time):
28130         * calendar/solar.el (solar-get-number):
28131         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28132         * emacs-lisp/re-builder.el (reb-display-subexp):
28133         * emulation/edt.el (edt-set-scroll-margins):
28134         * emulation/tpu-extras.el (tpu-set-scroll-margins):
28135         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28136         (vip-get-ex-count):
28137         * emulation/viper-ex.el (viper-get-ex-token)
28138         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28139         * international/fontset.el (fontset-plain-name):
28140         * mail/feedmail.el (feedmail-look-at-queue-directory):
28141         * mail/mailalias.el (mail-get-names):
28142         * mail/rmail.el (rmail-convert-to-babyl-format):
28143         * mail/rmailsum.el (rmail-make-basic-summary-line)
28144         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28145         (rmail-summary-goto-msg):
28146         * mail/smtpmail.el (smtpmail-read-response):
28147         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28148         (ange-ftp-vms-add-file-entry):
28149         * play/gametree.el (gametree-looking-at-ply)
28150         (gametree-current-branch-score):
28151         * progmodes/ada-xref.el (ada-prj-find-prj-file)
28152         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28153         * progmodes/cperl-mode.el (condition-case):
28154         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28155         (ebrowse-set-member-buffer-column-width)
28156         (ebrowse-select-1st-to-9nth):
28157         * progmodes/etags.el (etags-snarf-tag):
28158         * progmodes/flymake.el (flymake-parse-line):
28159         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28160         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28161         (idlwave-shell-menu-def):
28162         * progmodes/ps-mode.el (ps-run-goto-error):
28163         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28164         (vhdl-speedbar-contract-level):
28165         * term/mac-win.el (x-handle-numeric-switch):
28166         * term/sun-mouse.el (sun-get-frame-data):
28167         * term/w32-win.el (x-handle-numeric-switch):
28168         * term/x-win.el (x-handle-numeric-switch):
28169         * textmodes/ispell.el (ispell-parse-output):
28170         * textmodes/nroff-mode.el (nroff-outline-level):
28171         * textmodes/reftex-cite.el (reftex-bib-sort-year)
28172         (reftex-bib-sort-year-reverse, reftex-format-citation):
28173         * textmodes/reftex-parse.el (reftex-init-section-numbers)
28174         (reftex-section-number):
28175         * textmodes/texinfmt.el (texinfo-paragraphindent):
28176         Replace `string-to-int' by `string-to-number'.
28178         * international/latexenc.el: Add page marker to force the "Local
28179         Variables:" string out of the last page.
28181 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28183         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28184         tooltip-change-major-mode.
28185         (gud-tooltip-print-command): Remove case where gud-minor-mode
28186         is gdb ("--fullname").
28187         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28188         explain to user.
28190 2005-05-16  Jay Belanger  <belanger@truman.edu>
28192         * calc/calc-store.el (calc-copy-special-constant): New function.
28194         * calc/calc-ext.el (calc-init-extensions): Add binding for
28195         `calc-copy-special-constant'.
28197         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28198         for the `calc-copy-special-constant' command.
28200 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28202         * subr.el (left-fringe-p): New function.
28204         * progmodes/compile.el (compilation-setup): Set local value of
28205         overlay-arrow-string to "" always.
28206         (compilation-set-window): Left fringe then don't scroll.
28207         No left fringe then no arrow and scroll message to top.
28208         (compilation-context-lines): Adjust doc string accordingly.
28210 2005-05-16  Kim F. Storm  <storm@cua.dk>
28212         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28213         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28214         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28215         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28216         (ido-read-file-name): Handle commands with ido property value
28217         equal to find-file as reading a file name, to allow C-d to enter dired.
28218         (ibuffer-find-file): Add ido property with value find-file.
28220 2005-05-15  Kim F. Storm  <storm@cua.dk>
28222         * subr.el (open-network-stream-nowait): Remove.
28223         (open-network-stream-server): Remove.
28225 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28227         * faces.el (describe-face): Output a definition link button.
28229         * help-mode.el (help-face-def): New button type.
28231         * emacs-lisp/copyright.el (copyright-fix-years):
28232         Match properly if the first year is 2-digit.
28233         Don't mess up the whitespace after the years by filling.
28235         * dired-aux.el (dired-mark-confirm):
28236         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28238         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28239         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28240         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28242         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28243         Set font-lock-comment-start-skip.
28245         * font-lock.el (font-lock-comment-start-skip): New variable.
28246         (font-lock-comment-end-skip): New variable.
28247         (font-lock-fontify-syntactically-region): Use them if non-nil.
28249 2005-05-15  Jay Belanger  <belanger@truman.edu>
28251         * calc/calc-store.el (calc-store-value): Return a string rather
28252         than display it as a message.
28253         Use calc-var-name for variable name.
28254         (calc-store-into): Add the result of calc-store-value to message.
28255         (calc-copy-variable): Add a message.
28256         (calc-store-exchange): Improve error messages.
28257         (calc-store-binary, calc-store-map): Don't reset the values of
28258         special constants.
28260 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28262         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28263         manual to docstring.
28265         * files.el (hack-local-variables-confirm): Add STRING argument.
28266         Make the function handle non file visiting buffers correctly.
28267         (hack-local-variables-prop-line, hack-local-variables)
28268         (hack-one-local-variable): Use STRING arg of
28269         `hack-local-variables-confirm'.
28271 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28273         Sync with Tramp 2.0.49.
28275         * net/tramp.el (tramp-handle-dired-call-process)
28276         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28277         because the contents of the Tramp buffer is changed before
28278         insertion (`expand-file' and alike).
28279         (tramp-handle-insert-directory): If `localname' has an empty
28280         nondirectory name, it must not be quoted.
28281         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28282         variable `tramp-chunksize'.  Change callees.
28283         (tramp-open-connection-setup-interactive-shell): Check remote host
28284         for buggy `send-process-string' implementation.
28285         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28286         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28287         (tramp-handle-shell-command): `insert-buffer' cannot be used
28288         because the contents of the Tramp buffer is changed before
28289         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28290         <frederic.bothamy@free.fr>.
28291         (tramp-set-auto-save): Actions should be done for Tramp file name
28292         handler only.  Ange-FTP has its own auto-save mechanism.
28293         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28294         (tramp-set-auto-save-file-modes): Set file modes of
28295         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28296         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28297         (tramp-bug): Remove obsolete variable.
28298         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28299         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28301 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28303         * ibuf-ext.el (define-ibuffer-filter filename):
28304         If `dired-directory' is a list, use its car.
28306 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28308         * ibuffer.el (define-ibuffer-column filename):
28309         If `dired-directory' is a list, use its car.
28311 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28313         * subr.el (symbol-file): Doc fix.
28315         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28316         (byte-compile-form): Call byte-compile-nogroup-warn.
28317         (byte-compile-warning-types): Doc fix.
28319         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28321         * progmodes/cc-engine.el (c-literal-faces):
28322         Add font-lock-comment-delimiter-face.
28324         * net/net-utils.el (dig): Use with-no-warnings.
28326         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28327         (sc-recite-frame-alist, sc-default-cite-frame)
28328         (sc-default-uncite-frame, sc-default-recite-frame)
28329         (sc-attrib-selection-list, sc-rewrite-header-list):
28330         Mark as risky-local-variable.
28332         * international/ogonek.el (ogonek-jak, ogonek-how):
28333         Don't use beginning-of-buffer.
28335         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28337         * calendar/solar.el (solar-data-list): Move definition up.
28339         * dnd.el (dnd-protocol-alist): Add autoload.
28341         * progmodes/sh-script.el: Many doc usage fixes.
28342         (sh-indent-after-do): Change default to match common styles.
28344 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28346         * files.el (interpreter-mode-alist)
28347         (auto-mode-interpreter-regexp): Doc fixes.
28349 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28351         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28353         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28355 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28357         * dired.el (dired-mode): make-variable-buffer-local =>
28358         make-local-variable.
28360 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28362         * term/mac-win.el (mac-select-convert-to-string): Try coding
28363         systems in mac-script-code-coding-systems if specified one cannot
28364         encode string for `com.apple.traditional-mac-plain-text'.
28366 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28368         * progmodes/make-mode.el (makefile-targets-face)
28369         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28370         (makefile-dependency-regex): Fix it to not make the colon in
28371         $(var:a=b) special.
28372         (makefile-rule-action-regex): New regexp for highlighting embedded
28373         Shell strings.
28374         (makefile-macroassign-regex): Handle != for highlighting as
28375         embedded Shell strings.
28376         (makefile-var-use-regex): New const.
28377         (makefile-statements, makefile-automake-statements)
28378         (makefile-gmake-statements, makefile-makepp-statements)
28379         (makefile-bsdmake-statements): New consts.
28380         (makefile-make-font-lock-keywords): New function.
28381         (makefile-automake-font-lock-keywords)
28382         (makefile-gmake-font-lock-keywords)
28383         (makefile-makepp-font-lock-keywords)
28384         (makefile-bsdmake-font-lock-keywords): New consts.
28385         (makefile-mode-map): Add switchers between the various submodes.
28386         (makefile-mode): Document the availability of the variants.
28387         (makefile-automake-mode, makefile-gmake-mode)
28388         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28390         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28391         new variants of makefile-mode.
28393 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28395         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28396         the inheritance.
28398 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28400         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28401         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28403         * files.el (normal-mode): Extend the scope of the
28404         `enable-local-variables' binding to include the `set-auto-mode' call.
28405         (magic-mode-alist): Doc fix.
28407 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28409         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28410         font-lock-comment-face rather than copying its setting.
28412 2005-05-12  Andreas Schwab  <schwab@suse.de>
28414         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28416 2005-05-12  Lute Kamstra  <lute@gnu.org>
28418         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28419         defcustom for the mode hook variable.  Delete the last argument.
28420         * generic-x.el: Fix callers of define-generic-mode.
28421         (generic-x-modes): Delete group.
28422         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28423         generic-x customization group.
28425 2005-05-12  Kim F. Storm  <storm@cua.dk>
28427         * font-lock.el (font-lock-negation-char-face): Default to "off".
28429         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28430         font-lock-negation-char-face to ! in !=.
28432 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28434         * add-log.el (find-change-log): Fix typos in the docstring
28435         of function.
28437 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28439         * international/latexenc.el (latexenc-find-file-coding-system):
28440         Avoid `re-search-forward' when looking for input encoding because
28441         of speed and safety.  Better regular expressions for recognizing
28442         input encoding.  Limit a search for TeX-master/tex-main-file to
28443         the local variable section.
28445 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28447         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28448         syntax of $ to "'" (quote).
28450 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28452         * dnd.el (dnd-protocol-alist): Improve custom type.
28454         * dired.el (dired-dnd-protocol-alist): New variable.
28455         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28456         `dired-mode-hook' to the end.
28458 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28460         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28461         comment-end if comment-start-skip is not set.
28462         Obey the font-lock-comment-delimiter-face variables.
28464 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28466         * files.el (executable-find): Move from executable.el.  Use
28467         locate-file.
28468         * progmodes/executable.el (executable-find): Move to files.el.
28470         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28471         when trying to ensure forward progress.
28473 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28475         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28476         (mouse-select, mouse-select-internal, mouse-extend-internal):
28477         Use it to implement mouse-1-click-follows-link functionality.
28479 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28481         * font-lock.el (font-lock-fontify-syntactically-region):
28482         Use font-lock-comment-delimiter-face for comment delimiters.
28484 2005-05-10  Jay Belanger  <belanger@truman.edu>
28486         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28487         preserving embedded modes.
28489 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28491         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28493         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28494         Move from ada-stmt.el.
28495         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28497         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28498         Move to ada-mode.el.
28499         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28501         * cus-edit.el (custom-file): Call file-chase-links.
28503         * files.el (read-directory-name): Fix previous change.
28504         (hack-local-variables-confirm): New function.
28505         (hack-local-variables-prop-line, hack-local-variables)
28506         (hack-one-local-variable): Use it.
28508 2005-05-10  Lute Kamstra  <lute@gnu.org>
28510         * font-lock.el (font-lock-keywords-alist)
28511         (font-lock-removed-keywords-alist): Clarify docstrings.
28513 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28515         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28516         (gdb-source-info): Check for preprocessor info.
28517         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28518         a macro for a function.
28519         (gdb-info-breakpoints-custom): Try to find file again if not already
28520         found (user might have used GDB dir command).
28521         (gdb-get-location): Update gdb-location-alist correctly for change
28522         to gdb-info-breakpoints-custom.
28524         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28525         (gud-tooltip-print-command): Add gdbmi case.
28526         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28527         preprocessor info.
28529 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28531         * startup.el (fancy-splash-insert): Fix typo in doc string.
28533 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28535         * obsolete/float.el (string-to-float):
28536         * obsolete/hilit19.el (hilit-add-pattern):
28537         * obsolete/rnews.el (news-parse-range, news-select-message)
28538         (news-get-pruned-list-of-files): Replace `string-to-int' by
28539         `string-to-number'.
28541         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28542         `find-file-not-found-hooks'; use `add-hook'.
28543         (uncompress-while-visiting): Set `write-file-functions', not
28544         `write-file-hooks'; use `add-hook'.
28546 2005-05-09  Kim F. Storm  <storm@cua.dk>
28548         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28549         (cua-paste): Handle clipboard action.
28550         (cua--init-keymaps): Remap clipboard-kill-region and
28551         clipboard-kill-ring-save.
28553 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28555         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28556         Improve commentary.
28558         * simple.el (next-error-overlay-arrow-position): Revert the change
28559         made on 2005-04-30.
28561 2005-05-07  Jay Belanger  <belanger@truman.edu>
28563         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28564         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28565         `calc-sel-reselect'.
28567         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28568         Calc is in embedded mode.
28570 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28572         * progmodes/compile.el (compilation-setup):
28573         Set overlay-arrow-string to an empty string on text terminals.
28575         * textmodes/ispell.el (ispell-program-name): Try looking for
28576         "aspell" along exec-path, and if found, use it as the default
28577         speller program.
28579 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28581         * international/mule.el (sgml-xml-auto-coding-function):
28582         Recognize encoding='FOO' in single quotes as well as in double quotes.
28584 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28586         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28587         as well as `interactive', so that defmacro* would recognize
28588         `declare' forms.
28590 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28592         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28593         Explain more about the LIGHTER arg's usage in the doc string.
28594         Add commentary to clarify what the code does.  Fix the regexp that
28595         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28596         since it could have characters special to regular expressions.
28598 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28600         * replace.el (occur-1): Bind inhibit-read-only so that
28601         erase-buffer doesn't barf on read-only text properties (likewise
28602         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28603         (occur-engine): Don't set buffer-read-only here.
28605 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28607         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28608         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28609         sometimes mistakenly reused as a *cvs* buffer.
28611 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28613         * tooltip.el: Move code for GUD tooltips into gud.el.
28614         (require): CL no longer needed to compile case.
28615         (tooltip-mode): Do not toggle functions for GUD tooltips.
28616         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28617         gud-tooltip-mode in gud.el.
28618         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28619         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28620         tooltip-gud prefix with gud-tooltip and obsolete.
28621         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28622         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28623         (tooltip-mouse-motion): Mouse movement functions/variable.
28624         Rename in gud.el by adding gud prefix.
28625         (tooltip-gud-original-filter, tooltip-gud-dereference)
28626         (tooltip-gud-event, tooltip-toggle-gud-tips)
28627         (tooltip-gud-process-output, tooltip-gud-print-command)
28628         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28629         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28630         (gdb-tooltip-print): Move to gdb-ui.el.
28632         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28633         (require): CL needed to compile case.
28634         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28635         tooltip-gud-tips-p.  Make it a minor-mode.
28636         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28637         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28638         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28639         (gud-tooltip-change-major-mode)
28640         (gud-tooltip-activate-mouse-motions-if-enabled)
28641         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28642         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28643         (gud-tooltip-original-filter, gud-tooltip-dereference)
28644         (gud-tooltip-event, tooltip-toggle-gud-tips)
28645         (gud-tooltip-process-output, gud-tooltip-print-command)
28646         (gud-tooltip-tips): Move from tooltip.el.
28648         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28649         (gdb-cpp-define-alist-flags): Doc fix.
28650         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28651         gud-tooltip-mode is t.
28653 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28655         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28656         evaporate if their text is deleted.
28657         (goto-address-at-point): Make it work as a mouse binding as well.
28658         (goto-address-at-mouse): Obsolete it.  Update users.
28660 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28662         * calendar/appt.el (top-level): No longer activate on load.
28664 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28666         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28667         * net/webjump.el (webjump):
28668         * progmodes/idlw-help.el (idlwave-do-context-help1)
28669         (idlwave-highlight-linked-completions):
28670         * textmodes/po.el (po-find-file-coding-system-guts):
28671         Replace `assoc-ignore-case' by `assoc-string'.
28673 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28675         * files.el (locate-file): Doc fix.
28677         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28678         Remove the redundant test for ms-dos.
28680         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28681         look for the preprocessor with exec-suffixes.  If not found in
28682         standard places, look in exec-path.  Remove most of the tests that
28683         used system-type.
28685         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28687         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28689         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28690         file-name clash with jka-compr.el on 8+3 filesystems.
28692 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28694         * term/mac-win.el: Don't define or bind scroll bar functions if
28695         x-toolkit-scroll-bars is t.
28696         (x-select-text, x-get-selection-value): Clear
28697         x-last-selected-text-clipboard if x-select-enable-clipboard is
28698         nil.
28699         (PRIMARY): Put mac-scrap-name property.
28700         (mac-select-convert-to-file-url): New function.
28701         (public.file-url): New selection target type.  Add to
28702         selection-converter-alist.
28703         (x-get-selection, x-selection-value): Handle it.
28704         (x-cut-buffer-or-selection-value): New alias.
28706 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28708         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28709         entry to avoid calling bibtex-find-entry with arg global
28710         being t.  Remove arg key.
28711         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28712         (bibtex-copy-summary-as-kill): Change accordingly.
28714 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28716         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28717         (org-agenda-date-later): Use with-current-buffer.
28719 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28721         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28722         (define-obsolete-variable-alias): Doc Fixes.
28724 2005-05-06  Kim F. Storm  <storm@cua.dk>
28726         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28727         vertical-motion when selective-display is active.
28729         * ido.el (ido-setup-hook): New hook.
28730         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28731         (ido-input-stack): New var.
28732         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28733         ido-next-work-file binding to M-O.
28734         Bind M-f to ido-wide-find-file-or-pop-dir.
28735         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28736         (ido-read-internal): Run ido-setup-hook.
28737         Catch quit in read-file-name and read-string to cancel edit.
28738         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28739         Automatically pop-all when completing a directory name (RET).
28740         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28741         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28742         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28743         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28744         New functions for M-b/M-f to move among the directory components.
28745         (ido-make-merged-file-list): Catch quit to cancel merge.
28746         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28747         (ido-completion-help): No warnings for ido-completion-buffer-full.
28749 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28751         * font-lock.el (font-lock-negation-char-face): New face and variable.
28752         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28753         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28754         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28755         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28757 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28759         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28760         Fix typo in docstring.
28762         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28763         (ebrowse-print-statistics-line)
28764         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28766         * term/w32-win.el (image-library-alist): Add additional name for
28767         Xpm library.
28769 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28771         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28772         use gcc instead of cpp.
28774         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28775         (gdb-create-define-alist): Use it.
28776         (gdb-cpp-define-alist-program): Update for MS-DOS.
28778 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28780         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28782 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28784         * help.el (describe-key): No error when UNTRANSLATED is nil.
28786         * simple.el (line-move-1): Fix previous change to signal errors
28787         appropriately.
28789 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28791         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28792         (icalendar-duration-correction): Remove.
28793         (icalendar--get-event-properties): Split result at commas.
28794         (icalendar--decode-isoduration): New optional argument
28795         DURATION-CORRECTION.
28796         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28797         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28798         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28799         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28800         (icalendar--convert-anniversary-to-ical): New functions, extracted
28801         from icalendar-export-region, with bug fixes.
28802         (icalendar-export-region): Use the above functions.
28803         (icalendar-import-buffer): Check before saving diary file.
28804         (icalendar--convert-recurring-to-diary)
28805         (icalendar--convert-non-recurring-all-day-to-diary)
28806         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28807         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28808         (icalendar--convert-ical-to-diary): Use the above functions.
28810 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28812         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28813         Remove these recent additions.
28814         (c-mode): Restore to before 2005-04-28.
28816         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28817         recent addition.
28819         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28820         (gdb-define-alist): New variables.
28821         (gdb-create-define-alist): New function.
28822         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28823         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28824         with string-to-number.
28825         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28827         * progmodes/gud.el: Replace string-to-int with string-to-number.
28828         (gud-find-file): Handle gdb-define-alist.
28830         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28832 2005-05-02  Jay Belanger  <belanger@truman.edu>
28834         * calc/calc-aent.el (math-read-token):
28835         * calc/calc-bin.el (calc-word-size):
28836         * calc/calc-ext.el (calc-read-number-fancy):
28837         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28838         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28839         * calc/calc-frac.el (calc-over-notation):
28840         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28841         (calc-graph-num-points, calc-graph-init):
28842         * calc/calc-prog.el (calc-read-parse-table-part)
28843         (calc-edit-macro-repeats):
28844         * calc/calc-yank.el (calc-do-grab-rectangle):
28845         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28846         Replace `string-to-int' by `string-to-number'.
28848 2005-05-02  Kim F. Storm  <storm@cua.dk>
28850         * kmacro.el: Use executing-kbd-macro-index variable.
28852 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28854         * net/rlogin.el (rlogin-parse-words): Delete func.
28855         (rlogin): Use split-string, not rlogin-parse-words.
28856         Also, if there are option-like elements in the parsed args,
28857         take the host to be the first arg immediately following them.
28858         Suggested by Michael Mauger.
28860 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28862         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28864 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28866         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28867         (cc-mode-cpp-program): Rename to cc-define-list-program and
28868         move to cc-vars.el.
28870         * progmodes/cc-vars.el (cc-define-list-program):
28871         Change to "gcc -E -dM -".  Make customizable.
28873 2005-05-02  Kim F. Storm  <storm@cua.dk>
28875         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28877 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28879         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28881         * international/mule-util.el (truncate-string): Remove alias and
28882         obsolete declaration.
28884         * international/mule-cmds.el (update-iso-coding-systems):
28885         Remove alias and obsolete declaration.
28887         * international/mule.el (coding-system-parent): Remove alias and
28888         obsolete declaration.
28890         * subr.el (define-function, sref): Remove aliases and obsolete
28891         declarations.
28892         (chars-in-region): Remove obsolete declaration.
28894 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28896         * info.el (Info-mode): Set widen-automatically to nil, locally.
28898         * simple.el (widen-automatically): New variable.
28899         (pop-global-mark): Obey widen-automatically.
28901 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28903         * term/xterm.el (function-key-map): Call substitute-key-definition
28904         before the keymap size is increased by a lot of define-key calls.
28906 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28908         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28909         Rename ARG to ELEMENT.  Doc fix.
28911 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28913         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28914         Remove references to allout-exposure/change to allout-new-exposure.
28916         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28917         bytecode symbols.
28919         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28920         (compiled-function-p, focus-frame, unfocus-frame):
28921         Remove aliases and obsolete declarations.
28922         Back out inadvertent changes from previous commit.
28924 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28926         * files.el (require-final-newline): Make Custom tags consistent
28927         with mode-require-final-newline.
28928         (mode-require-final-newline): Doc fix.
28930 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28932         * international/latexenc.el (latexenc-find-file-coding-system):
28933         Fix regular expressions.
28935 2005-05-01  David Kastrup  <dak@gnu.org>
28937         * international/latexenc.el (latexenc-find-file-coding-system):
28938         Fix regular expressions.
28940 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28942         * subr.el (string-to-int): Make obsolete.
28944 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28946         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28948         * loadup.el: load jka-comp-hook.
28950         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28951         (jka-compr-handler): Add autoload.  `put' calls moved
28952         to jka-comp-hook.el.
28953         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28954         (jka-compr-inhibit): Autoload.
28956         * jka-comp-hook.el: New file.
28957         Enable the mode by default.
28959         * files.el (backup-buffer-copy): Use copy-file instead
28960         of write-region, and put back the 'excl.
28962 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28964         * progmodes/flymake.el (flymake-split-string)
28965         (flymake-split-string, flymake-log, flymake-pid-to-names)
28966         (flymake-reg-names, flymake-get-source-buffer-name)
28967         (flymake-unreg-names, flymake-add-line-err-info)
28968         (flymake-add-err-info): Clarify docstrings.
28969         (flymake-popup-menu, flymake-make-emacs-menu)
28970         (flymake-make-xemacs-menu): Add docstrings.
28971         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28972         Set variables directly throughout.
28974 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28976         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28977         exists.  Initialize cc-define-alist.
28978         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28979         If there is no file (Macroexpansion) don't create an alist.
28981 2005-04-29  Sam Steingold  <sds@gnu.org>
28983         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28984         (cc-create-define-alist): Use it instead of the hard-coded string.
28986 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28988         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28989         for latexenc.
28991 2005-04-29  Lute Kamstra  <lute@gnu.org>
28993         * emacs-lisp/generic.el: Improve commentary section.
28994         (define-generic-mode): Improve docstring.
28996 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28998         * textmodes/org.el (many places): Change to quiet the byte compiler.
28999         (org-prefix-format-compiled): New variable.
29000         (org-compile-prefix-format): New function.
29001         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29002         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29003         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29004         (org-get-entries-from-diary): Use `org-get-time-of-day' for
29005         consistency with entries from `org-mode' files.
29006         (org-get-time-of-day): Fix bug with partial matches early in a line.
29007         (org-non-link-chars): New constant.
29008         (org-link-regexp): Respect `org-non-link-chars'.
29009         (org-agenda-day-view): Remove command.
29010         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29011         (org-follow-bbdb-link, org-store-link): Search also company field.
29012         (org-highlight-overlay): New variable.
29013         (org-highlight, org-unhighlight): New functions.
29014         (org-agenda-mode): Add pre-command-hook to remove highlight.
29015         (org-evaluate-time-range): Behavior depends upon whether time stamp
29016         contains a time or not.
29017         (org-show-subtree, org-show-entry): New functions.
29018         (org-agenda-cleanup-fancy-diary): Remove empty lines.
29020 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
29022         * comint.el (comint-output-filter-functions): Add autoload cookie.
29024 2005-04-28  Kim F. Storm  <storm@cua.dk>
29026         * ido.el (ido-everywhere): Fix last change.
29028 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29030         * international/latexenc.el: New file.
29031         * international/mule-conf.el (file-coding-system-alist): For .tex,
29032         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29034 2005-04-28  Lute Kamstra  <lute@gnu.org>
29036         * font-lock.el (font-lock-add-keywords)
29037         (font-lock-remove-keywords): Clarify docstring.
29038         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29039         Don't start docstrings with a `*'.
29040         (font-lock-update-removed-keyword-alist): Give it a docstring.
29042         * generic-x.el: Update commentary section.
29043         Only require font-lock when compiling.
29044         Define all modes conditionally.
29045         Place all generic modes in the generic-x-modes customization group.
29046         (generic-x-modes): New customization group.
29047         (generic-default-modes, generic-mswindows-modes)
29048         (generic-unix-modes, generic-other-modes): New constants.
29049         (generic-define-mswindows-modes, generic-define-unix-modes):
29050         Update docstrings.  Make them obsolete.
29051         (generic-extras-enable-list): New default value.  Update docstring.
29052         Improve :type.  Change :set function.
29053         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29054         Fix docstring.
29056         * emacs-lisp/generic.el (generic-mode-internal):
29057         Simplify font-lock-defaults.
29058         (define-generic-mode): Fix docstring.
29060 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29062         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29063         font-lock-face property to highlight matches.
29065 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
29067         * progmodes/cc-mode.el (cc-create-define-alist): New function.
29068         (cc-define-alist): New variable.
29069         (c-mode): Make it local and initialize it.
29071         * progmodes/gdb-ui.el (gdb-active-process): New variable.
29072         (gdb-exited): New function.
29073         (gdb-annotation-rules): Use it.
29074         (gdb-starting): Set gdb-active-process to t.
29075         (gdb-stopping): Amend doc string.
29076         (gdb-reset): Set gdb-active-process to nil.
29078         * tooltip.el (tooltip-gud-tips): Show the associated #define
29079         directives when a C program under GDB is not executing.
29081 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29083         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29084         font-lock-fontify-syntactic-keywords.
29086         * font-lock.el (font-lock-default-fontify-region): Don't force
29087         parse-sexp-lookup-properties to nil.
29089 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
29091         * man.el (man-mode-syntax-table): Set up `:' to have
29092         word-constituent syntax.
29094 2005-04-27  Lute Kamstra  <lute@gnu.org>
29096         * novice.el (disable-command): Don't add spurious newlines to the
29097         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
29099 2005-04-26  Jay Belanger  <belanger@truman.edu>
29101         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29102         than one window before deleting window.
29104 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
29106         * shell.el (shell-prompt-pattern): Doc fix.
29107         (shell-mode): Set paragraph-separate buffer locally to "\\'".
29109         * comint.el (comint-prompt-regexp, comint-get-old-input)
29110         (comint-use-prompt-regexp)
29111         (comint-use-prompt-regexp-instead-of-fields)
29112         (comint-replace-by-expanded-history, comint-send-input)
29113         (comint-output-filter, comint-get-old-input-default)
29114         (comint-line-beginning-position, comint-bol, comint-show-output)
29115         (comint-backward-matching-input, comint-forward-matching-input)
29116         (comint-next-prompt, comint-previous-prompt):
29117         Rename `comint-use-prompt-regexp-instead-of-fields' to
29118         `comint-use-prompt-regexp'.  Keep old name as alias and declare
29119         obsolete.
29120         (comint-use-prompt-regexp): Shorten first line of doc string.
29122         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29123         Set paragraph-separate buffer locally to "\\'".
29125         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29126         Adapt to above name change.
29128         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29129         (smbclient-prompt-regexp): Ditto.
29131         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29133 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
29135         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29136         gdb-location-list.
29137         Break lines that are over 80 characters wide.
29139 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29141         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29142         New fun and var, to preserve compatibility.
29144         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29146 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
29148         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29149         name to file-newer-than-file-p.
29151 2005-04-26  Richard M. Stallman  <rms@gnu.org>
29153         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29155         * progmodes/python.el (python-mode):
29156         Use new name eldoc-documentation-function.
29158         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29160         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29161         (eldoc-documentation-function):
29162         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
29164 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
29166         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29168 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29170         * term/xterm.el (function-key-map): Fix strings for
29171         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
29172         {C,S,A,C-S}-{f1-f12}.
29174 2005-04-26  Kenichi Handa  <handa@m17n.org>
29176         * international/mule-cmds.el (select-safe-coding-system):
29177         Fix previous change.
29179 2005-04-26  Lute Kamstra  <lute@gnu.org>
29181         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29183         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29184         (font-lock-comment-delimiter-face): Ditto.
29186         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29188 2005-04-25  Jay Belanger  <belanger@truman.edu>
29190         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29191         to t while inserting information; use help-mode.
29193 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29195         * term.el (ansi-term-color-vector): Use the xterm colors.
29196         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29198 2005-04-25  Lute Kamstra  <lute@gnu.org>
29200         * font-core.el (font-lock-defaults): Fix docstring.
29202         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29204 2005-04-25  Kenichi Handa  <handa@m17n.org>
29206         * international/mule-cmds.el (select-safe-coding-system):
29207         Don't check consistency with coding: spec, etc if raw-text or
29208         no-conversion was found to be safe.
29210 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29212         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29213         citation markers at start of each line.
29215         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29216         citation markers at start of each line.
29218         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29220         * files.el (mode-require-final-newline): Fix previous change.
29221         (require-final-newline): Fix type label.
29223 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29225         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29226         statement in buffer (broken by 2004-11-24 change).
29228 2005-04-24  Kim F. Storm  <storm@cua.dk>
29230         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29231         and read-file-name-function values.  Don't overwrite existing
29232         non-nil values if ido-mode is enabled without ido-everywhere.
29234 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29236         * files.el (mode-require-final-newline): Minor doc fix.
29238 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29240         * subr.el (syntax-after): Doc fix.
29241         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29242         bits, not 8 bits.
29244         * files.el (mode-require-final-newline): Doc fix.
29245         (backup-buffer-copy): Fix last change.
29247 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29249         * term/mac-win.el: Require select.  Set selection-coding-system to
29250         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29251         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29252         (x-select-enable-clipboard): New variables.
29253         (x-select-text, x-get-selection, x-selection-value)
29254         (x-get-selection-value, mac-select-convert-to-string)
29255         (mac-services-open-file, mac-services-open-selection)
29256         (mac-services-insert-text): New functions.
29257         (CLIPBOARD, FIND): Put mac-scrap-name property.
29258         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29259         (public.tiff): Put mac-ostype property.
29260         (selection-converter-alist): Add entries for them.
29261         (mac-application-menu-map): New keymap.
29262         (interprogram-cut-function, interprogram-paste-function): Set to
29263         x-select-text and x-get-selection-value, respectively.
29264         (split-window-keep-point): Set to t.
29266 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29268         * files.el (read-directory-name): Always pass non-nil
29269         DEFAULT-FILENAME arg to read-file-name.
29270         (backup-buffer-copy, basic-save-buffer-2): Take care against
29271         writing thru an unexpected existing symlink.
29272         (revert-buffer): In indirect buffer, revert the base buffer.
29273         (magic-mode-alist): Doc fix.
29274         (buffer-stale-function): Doc fix.
29275         (minibuffer-with-setup-hook): Avoid warning.
29276         (mode-require-final-newline): Doc and custom fix.
29278         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29280         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29281         use the default appearance.
29282         (font-lock-comment-delimiter-face): New face, new variable.
29284         * imenu.el (imenu--generic-function): The official position of a
29285         definition is the start of the line that BEG is in.
29287         * midnight.el (midnight-timer): Move defvar up.
29289         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29291         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29293         * startup.el (command-line): Use with-no-warnings.
29295         * window.el (window-size-fixed): New defvar.
29297         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29299         * mail/rmail.el (rmail-font-lock-keywords):
29300         Use font-lock-comment-delimiter-face.
29302         * mail/sendmail.el (mail-font-lock-keywords):
29303         Use font-lock-comment-delimiter-face.
29305         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29307 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29309         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29310         Specify t for LAXMATCH when matching directories.
29311         Save match data around compilation-compat-error-properties form.
29313 2005-04-23  David Kastrup  <dak@gnu.org>
29315         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29316         Mention that the autoloaded aliases should be kept for AUCTeX.
29318 2005-04-23  Andreas Schwab  <schwab@suse.de>
29320         * isearch.el (isearch-forward): Doc fix.
29322 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29324         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29325         (jit-lock-stealth-nice): Change default value to 0.5.
29327 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29329         * abbrev.el (write-abbrev-file): Write table entries in
29330         alphabetical order by table name.
29332 2005-04-22  Kim F. Storm  <storm@cua.dk>
29334         * ido.el (ido-read-internal): Fix `list' completion.
29336 2005-04-22  Kenichi Handa  <handa@m17n.org>
29338         * recentf.el (recentf-save-file-coding-system): New variable.
29339         (recentf-save-list): Encode the file by
29340         recentf-save-file-coding-system and add coding: tag.
29342 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29344         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29346 2005-04-21  Lute Kamstra  <lute@gnu.org>
29348         * loadhist.el (unload-feature): Don't remove a function from hooks
29349         if it is about to be restored to an autoload .  Remove functions
29350         that will become unbound from auto-mode-alist.  Simplify the code.
29352         * subr.el (assq-delete-all): New implementation that is linear,
29353         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29354         (rassq-delete-all): New function.
29356         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29357         Add size-indication-mode.
29359 2005-04-21  Kenichi Handa  <handa@m17n.org>
29361         * international/mule-cmds.el: Add autoload for widget-value in
29362         eval-when-compile.
29364 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29366         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29367         Add tooltip-mode.
29369         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29371 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29373         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29374         (inferior-lisp-filter-regexp, inferior-lisp-program)
29375         (inferior-lisp-load-command, inferior-lisp-prompt)
29376         (inferior-lisp-mode-hook, lisp-source-modes)
29377         (inferior-lisp-load-hook): defvar->defcustom.
29378         (inferior-lisp-program, inferior-lisp-prompt)
29379         (inferior-lisp-load-hook): Doc fixes.
29380         (inferior-lisp-install-letter-bindings): Small change in
29381         introductory comment.
29383 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29385         * vc.el (vc-annotate-color-map): Change some colors so that text
29386         using them as foreground is readable on both white and black
29387         backgrounds.
29389 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29391         * international/mule-conf.el (translation-table-for-input):
29392         Remove redundant declaration.
29394 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29396         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29398         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29399         (tooltip-toggle-gud-tips): New function.
29401 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29403         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29404         right angle brackets.
29406 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29408         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29410 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29412         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29413         Remove.  Update callers to use expand-file-name instead.
29415         * subr.el (syntax-class): New function.
29417         * simple.el (blink-matching-open): Use it.
29419         * paren.el (show-paren-function): Use it to recognize parens that are
29420         also used in 2-char comment markers.
29422 2005-04-19  Lute Kamstra  <lute@gnu.org>
29424         * loadhist.el (unload-feature): Update for new format of
29425         load-history.  Simplify the code.
29427 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29429         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29430         (mac-add-charset-info): New function.  Initialize variable
29431         mac-charset-info-alist using it.
29432         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29433         for translation.
29434         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29435         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29436         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29437         New CCL programs.
29439 2005-04-19  Kim F. Storm  <storm@cua.dk>
29441         * simple.el (next-buffer, prev-buffer, next-error)
29442         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29443         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29445         * bindings.el (next-buffer, prev-buffer, next-error)
29446         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29447         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29448         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29449         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29451 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29453         * isearch.el (isearch-edit-string): Make the search-ring available for
29454         minibuffer history commands.
29455         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29456         the default history commands now work just as well.
29457         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29459 2005-04-18  Kim F. Storm  <storm@cua.dk>
29461         * emulation/cua-base.el (cua--pre-command-handler): Add more
29462         elaborate check for shift modifier on non-window systems.
29464 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29466         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29468 2005-04-18  Kim F. Storm  <storm@cua.dk>
29470         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29471         and make it optional.  Don't test tooltip-gud-echo-area here.
29472         (tooltip-gud-process-output, gdb-tooltip-print):
29473         Pass tooltip-gud-echo-area to tooltip-show.
29474         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29476 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29478         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29479         `display-graphic-p' may not be bound yet.
29481 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29483         * startup.el (command-line): No longer enable Xterm Mouse mode by
29484         default in terminals compatible with xterm.
29486         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29488 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29490         * tooltip.el (tooltip-gud-echo-area): Rename from
29491         tooltip-use-echo-area.
29492         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29493         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29494         area independently of where help tooltips are displayed.
29496 2005-04-17  David Kastrup  <dak@gnu.org>
29498         * cus-theme.el (custom-theme-write-variables): Quote variables
29499         where necessary.
29501 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29503         * simple.el (yank-excluded-properties): Add follow-link to value.
29505         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29507         * startup.el (fancy-splash-max-time): Just 30 seconds.
29508         (fancy-splash-delay): Just 7.
29509         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29511         * loadhist.el (unload-feature): Update for new format of load-history.
29512         Simplify the code.
29514         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29515         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29517         * mail/sendmail.el (mail-font-lock-keywords):
29518         Don't fontify subject text.
29519         Don't fontify the text of a citation.
29521 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29523         * comint.el (comint-output-filter): Run comint-output-filter-functions
29524         with point where the user had it.
29526 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29528         * international/ucs-tables.el (ucs-set-table-for-input):
29529         Disable when using unify-on-decoding.
29531 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29533         * emulation/cua-base.el (cua-global-mark-face): Add special case
29534         for displays supporting a high number of colors.
29536 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29538         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29540 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29542         * filesets.el (filesets-add-buffer): If user supplies a name of a
29543         non-existing fileset, create a new fileset.
29545 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29547         * textmodes/org.el (org-up-heading-all): Fix bug with
29548         `outline-up-heading-all'.
29550 2005-04-16  Andreas Schwab  <schwab@suse.de>
29552         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29553         /etc/permissions.d/* and /etc/aliases.d/*.
29555 2005-04-16  Kenichi Handa  <handa@m17n.org>
29557         * international/code-pages.el (cp-make-coding-system):
29558         Set `translation-table-for-input' property value to the symbol
29559         ucs-mule-to-mule-unicode, not to that value.
29560         (pt154): Escape guillemet by `\'.
29562 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29564         * loadup.el: Load tooltip if x-show-tip is fboundp.
29566         * startup.el (command-line): Add comment.
29568         * tooltip.el (tooltip-mode): Specify correct standard value for
29569         Custom in init-value.
29571 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29573         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29574         possible.
29576 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29578         * textmodes/org.el (org-agenda-date-prompt): Rename from
29579         `org-agenda-date-today'.
29580         (org-evaluate-time-range): Insert at point instead of directly
29581         after time range.
29582         (org-first-headline-recenter, org-subtree-end-visible-p)
29583         (org-optimize-window-after-visibility-change): New functions
29584         (org-agenda-post-command-hook): Don't allow point at end of line,
29585         to make sure it always hits the text properties.
29586         (org-agenda-next-date-line, org-agenda-previous-date-line):
29587         New commands.
29588         (org-set-regexps-and-options): Category may contain white space.
29589         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29590         Improve marker positions.
29591         (org-agenda-new-marker): Argument POS made optional.
29592         (org-agenda-get-timestamps): Deadlines which are done are listed
29593         in org-done-face now.
29594         (org-agenda-get-todos, org-agenda-get-timestamps)
29595         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29596         Set `undone-face' and `done-face' properties.
29597         (org-last-todo-state-is-todo): New variable.
29598         (org-todo): Set `org-last-todo-state-is-todo'.
29599         (org-agenda-todo): Change face according to
29600         `org-last-todo-state-is-todo'.  And change other lines referring to
29601         the same entry.
29602         (org-calendar-goto-agenda): New command.
29603         (org-calendar-to-agenda-key): New option.
29604         (org-startup-folded): New allowed value `content'.
29605         (org-set-regexps-and-options): Accept new value `content' for
29606         `org-startup-folded'.
29607         (org-get-current-options): Handle new value `content' for
29608         `org-startup-folded'.
29609         (org-insert-todo-heading): New command.
29610         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29611         interactively in empty file and option
29612         `org-insert-mode-line-in-empty-file' has been set.
29613         (org-agenda-todo, org-agenda-priority): Modify to use
29614         `org-agenda-change-all-lines'.
29615         (org-warning-face): Change color on dark background
29617 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29619         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29620         use preferences AppleLocale and AppleLanguages, and variable
29621         mac-system-locale for default locale.  On Mac OS Classic, use
29622         mac-system-coding-system for default coding systems.
29624         * term/mac-win.el: Don't set file-name-coding-system.
29625         Decode variables system-name, emacs-build-system, user-login-name, and
29626         user-full-name by mac-system-coding-system on Mac OS Classic.
29627         (mac-system-coding-system): New variable.
29629 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29631         * startup.el (command-line): Handle `xterm-mouse-mode' before
29632         reading init file.
29634         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29636 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29638         * progmodes/sh-script.el (sh-here-document-word): Make it a
29639         defcustom.  Doc fix.
29640         (sh-add): Bash uses $(( )) for arithmetic.
29641         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29642         (sh-maybe-here-document): Remove quotes and leading whitespace
29643         from heredoc word when closing.  Indent heredoc with tabs if word
29644         starts with "-".
29646 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29648         * simple.el (undo): Fix previous change.
29650         * custom.el (defface): Doc fix.
29652 2005-04-13  Lute Kamstra  <lute@gnu.org>
29654         * Makefile.in (DONTCOMPILE): Remove list.
29655         (compile, compile-always): Don't use DONTCOMPILE.
29656         (update-authors): Load the library in which batch-update-authors
29657         is defined.
29658         * makefile.w32-in (DONTCOMPILE): Remove list.
29659         (compile, compile-always): Fix comments.
29660         (update-authors): Load the library in which batch-update-authors
29661         is defined.
29663         * generic-x.el (generic-mode-ini-file-find-file-hook):
29664         Rename to ini-generic-mode-find-file-hook.
29665         Keep generic-mode-ini-file-find-file-hook as an alias.
29666         (ini-generic-mode-find-file-hook): Rename from
29667         generic-mode-ini-file-find-file-hook.  Fix docstring.
29668         (ini-generic-mode): Docstring change.
29669         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29671         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29672         called from lisp.
29674         * generic.el: Move to the emacs-lisp subdir.
29676 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29678         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29679         and C-S- function and cursor motion keys.
29681 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29683         * startup.el (command-line): Enable Xterm Mouse mode by default.
29684         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29685         for Custom.  No longer show "Mouse" in mode line when enabled.
29686         Doc fix.
29688 2005-04-12  Kim F. Storm  <storm@cua.dk>
29690         * emulation/cua-base.el (cua-rectangle-face)
29691         (cua-rectangle-noselect-face): Define face attributes here.
29693         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29695 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29697         * startup.el (command-line): Turn off blinking cursor if
29698         cursorBlink in resources is off or false.
29700 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29702         * term/mac-win.el (dnd): Require dnd.
29703         (mac-drag-n-drop): Call dnd-handle-one-url.
29704         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29705         (kTextEncodingISOLatin2): Remove constants.
29706         (mac-script-code-coding-systems): New constant.
29707         (mac-handle-language-change): New function.
29708         (special-event-map): Bind it to `language-change' event.
29709         (mac-centraleurroman, mac-cyrillic): New coding systems.
29710         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29711         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29712         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29713         encode-mac-cyrillic, respectively.
29715 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29717         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29718         Don't set overlay-arrow-string to "=>" as this is done
29719         globally in C now.
29721 2005-04-12  Lute Kamstra  <lute@gnu.org>
29723         * generic-x.el (rc-generic-mode, rul-generic-mode):
29724         Fix auto-mode-alist entries.
29725         (etc-fstab-generic-mode): Tweak fontification.
29727         * generic.el (generic-make-keywords-list): Fix docstring.
29728         (generic-mode-internal): Simplify generic-font-lock-keywords.
29730 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29732         * whitespace.el (whitespace-buffer-leading)
29733         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29734         However, fix the highlight area for the leading and
29735         trailing whitespaces to show space.
29737 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29739         * whitespace.el (whitespace-version): Bump to 3.5
29741         (whitespace-buffer-leading, whitespace-buffer-trailing):
29742         Invert sense of the test to highlight the whitespace.
29744 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29746         * progmodes/gud.el (gud-display-line): GUD uses its own
29747         overlay arrow now so don't set overlay-arrow-string.
29748         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29750 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29752         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29753         (term-ansi-current-reverse, term-ansi-current-invisible)
29754         (term-ansi-face-already-done): Change to boolean.
29755         (term-reset-terminal, term-handle-colors-array): Handle the above
29756         vars accordingly.
29757         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29758         (term-emulate-terminal): Use the new name.
29760         * faces.el (secondary-selection): Use yellow1, not yellow.
29761         (trailing-whitespace): Use red1, not red.
29763 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29765         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29766         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29767         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29769         * cus-edit.el (dnd): New group.
29771         * term/w32-win.el (dnd): Require dnd
29772         (w32-drag-n-drop): Call dnd-handle-one-url.
29774         * x-dnd.el: Require dnd.
29775         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29776         Call dnd-handle-one-url.
29777         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29778         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29779         to dnd-insert-text.
29780         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29781         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29782         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29783         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29785         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29787 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29789         * wdired.el: Doc fixes.
29790         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29791         (wdired-use-dired-vertical-movement): Rename from
29792         wdired-always-move-to-filename-beginning.
29793         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29794         (wdired-change-to-wdired-mode): Change mode name.
29795         (wdired-newline): Delete.
29797 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29799         * whitespace.el (whitespace-highlight-the-space):
29800         Don't call whitespace-unhighlight-the-space here.
29802         * simple.el (undo): Record t in undo-equiv-table
29803         for the redo record made by an undo-in-region.
29805 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29807         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29808         (gdb-frame-inferior-io-buffer): New Functions to control
29809         display of separate IO buffer.
29810         (menu): Add them to menu-bar.
29811         (gdb-display-buffer): Check for buffer another frame.
29812         Protect GUD buffer.
29813         (gdb-setup-windows): Create IO buffer if not already there.
29814         (gdb-memory-mode): Remove purecopy noops.
29816 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29818         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29819         and pass to self-insert-command.
29821 2005-04-11  Lute Kamstra  <lute@gnu.org>
29823         * generic.el: Commentary section cleanup.
29824         (generic): Delete.
29825         (generic-use-find-file-hook, generic-lines-to-scan)
29826         (generic-find-file-regexp, generic-ignore-files-regexp)
29827         (default-generic-mode, generic-mode-find-file-hook)
29828         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29829         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29830         (generic-use-find-file-hook, generic-lines-to-scan)
29831         (generic-find-file-regexp, generic-ignore-files-regexp)
29832         (default-generic-mode, generic-mode-find-file-hook)
29833         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29835 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29837         * bookmark.el (bookmark-write-file): Catch errors writing file.
29838         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29840 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29842         * startup.el (fancy-splash-tail): Update copyright year.
29843         (command-line): Split part of -Q into -D.
29844         (emacs-basic-display): New defvar.
29845         (fancy-splash-text): Correct name of menu item.
29847         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29849         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29850         lines in one node.
29852         * comint.el (comint-send-input): New arg ARTIFICIAL.
29853         Callers in this file changed.
29855         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29857         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29859 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29861         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29862         `ldap-search-internal'.
29864 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29866         * files.el (set-auto-mode-1): Use line-end-position.
29868         * international/latin-1.el:
29869         * international/latin-2.el:
29870         * international/latin-3.el:
29871         * international/latin-4.el:
29872         * international/latin-5.el:
29873         * international/latin-8.el:
29874         * international/latin-9.el: Give punctuation syntax to NBSP.
29876         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29877         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29878         Use char-classes to accept non-ascii letters, accepted in some recent
29879         bibtex implementations.
29881 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29883         * custom.el (custom-set-minor-mode): Any non-nil value for the
29884         variable should enable the mode when set through Custom.
29886 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29888         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29889         TAB binding so tab-always-indent is obeyed.
29890         (vhdl-minibuffer-local-map): Move initialization into declaration.
29891         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29892         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29893         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29894         (vhdl-current-line): Use line-beginning-position.
29895         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29896         with-output-to-temp-buffer, so the current position can be recorded.
29898 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29900         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29901         Add regexp for gcov.
29903 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29905         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29906         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29907         syntax which Emacs 20 doesn't support.
29909 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29911         * help.el (describe-key-briefly, describe-key):
29912         Replace strings as event types with "(any string)".
29914 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29916         * arc-mode.el (archive-mode-map): Move initialization into
29917         the declaration.  Override *all* bindings of `undo'.
29918         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29920 2005-04-09  Jay Belanger  <belanger@truman.edu>
29922         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29924 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29926         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29927         (xterm-register-default-colors): Update color values computation
29928         to match xterm-200.
29930 2005-04-09  Kenichi Handa  <handa@m17n.org>
29932         * international/code-pages.el (iso-latin-7): Fix the map.
29934 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29936         * emacs-lisp/lisp.el (defun-prompt-regexp)
29937         (parens-require-spaces, buffer-end, end-of-defun)
29938         (insert-parentheses): Doc fixes.
29940 2005-04-08  Kim F. Storm  <storm@cua.dk>
29942         * comint.el (comint-highlight-prompt): Fix face spec.
29943         * hi-lock.el (hi-green): Likewise.
29945 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29947         * cus-edit.el (custom-modified-face):
29948         * comint.el (comint-highlight-input): Fix previous changes.
29949         * term.el (term-handle-ansi-escape): Add a comment.
29951 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29953         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29954         in the buffer and in whitespace-highlighted-space.
29955         (whitespace-unhighlight-the-space): Simplify.
29956         (whitespace-buffer): Simplify.
29958 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29960         * textmodes/table.el (table-cell-face): Add special case for
29961         displays supporting a high number of colors.
29962         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29963         (vhdl-font-lock-reserved-words-face)
29964         (vhdl-speedbar-architecture-face)
29965         (vhdl-speedbar-instantiation-face)
29966         (vhdl-speedbar-architecture-selected-face)
29967         (vhdl-speedbar-instantiation-selected-face): Likewise.
29968         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29969         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29970         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29971         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29972         (ebrowse-progress-face): Likewise.
29973         * progmodes/compile.el (compilation-info-face): Likewise.
29974         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29975         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29976         * calendar/calendar.el (diary-face): Likewise.
29977         * woman.el (woman-italic-face, woman-bold-face)
29978         (woman-unknown-face): Likewise.
29979         * wid-edit.el (widget-button-pressed-face): Likewise.
29980         * whitespace.el (whitespace-highlight-face): Likewise.
29981         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29982         * pcvs-info.el (cvs-marked-face): Likewise.
29983         * info.el (info-xref): Likewise.
29984         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29985         * hilit-chg.el (highlight-changes-face)
29986         (highlight-changes-delete-face): Likewise.
29987         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29988         (hi-red-b): Likewise.
29989         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29990         * font-lock.el (font-lock-keyword-face)
29991         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29992         * cus-edit.el (custom-invalid-face, custom-modified-face)
29993         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29994         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29995         * comint.el (comint-highlight-prompt): Likewise.
29997 2005-04-08  Lute Kamstra  <lute@gnu.org>
29999         * font-lock.el (font-lock-keywords): Docstring fixes.
30001 2005-04-08  Kenichi Handa  <handa@m17n.org>
30003         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30004         chars are more than a limit, print " and more..." at the tail.
30006 2005-04-08  Kim F. Storm  <storm@cua.dk>
30008         * emacs-lisp/authors.el (authors-aliases): Update list.
30009         (authors-ignored-files): New list.
30010         (authors-fixed-entries): Fix typo.
30011         (authors-renamed-files-alist): Update list.
30012         (authors-add): Check authors-ignored-files.
30014 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
30016         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30017         optional, to ensure backward compatibility.
30019 2005-04-08  Stephen Eglen  <stephen@gnu.org>
30021         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30023 2005-04-08  Kim F. Storm  <storm@cua.dk>
30025         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30027         * mouse.el (mouse-on-link-p): Doc fix.
30029 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
30031         * ielm.el (ielm-prompt-read-only): Doc fix.
30033         * comint.el (comint-prompt-read-only): Doc fix.
30035 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
30037         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30038         ensure dired always handles wildcards passed to ffap.
30039         (find-file-at-point): Use it.
30040         (ffap-dired-wildcards): Doc fix.
30042 2005-04-07  Juri Linkov  <juri@jurta.org>
30044         * simple.el (next-error-overlay-arrow-position): New defvar.
30045         Put "=>" on its property `overlay-arrow-string'.  Add it to
30046         `overlay-arrow-variable-list'.
30048         * progmodes/compile.el (compilation-setup):
30049         Set `next-error-overlay-arrow-position' to nil.  Also set it to
30050         nil in the local hook `kill-buffer-hook'.  Make local variable
30051         `overlay-arrow-string' and set it to "=>".
30052         (compilation-goto-locus): Set BOL position to
30053         `next-error-overlay-arrow-position' instead of
30054         `overlay-arrow-position'.
30056         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30057         locally instead of adding it to the global hook.
30058         (Info-kill-buffer): Move up.
30060 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
30062         * term/xterm.el (xterm-standard-colors): Update color values from
30063         xterm-200.
30065 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30067         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30069         * fast-lock.el:
30070         * lazy-lock.el: Move them to the obsolete subdir.
30072 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30074         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30075         (wdired-add-replace-advice): Remove.
30076         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30078 2005-04-06  Kim F. Storm  <storm@cua.dk>
30080         * startup.el (command-line): Add --bare-bones alias for -Q.
30082 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30084         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30085         create the startup fontset if a font specification ends with
30086         `mac-roman'.
30088 2005-04-06  Lute Kamstra  <lute@gnu.org>
30090         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30091         change.
30093         * emacs-lisp/copyright.el (copyright-update-year): Replace the
30094         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
30096 2005-04-05  Lute Kamstra  <lute@gnu.org>
30098         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30099         (define-generic-mode): Ditto.  Fix debug declaration.
30101         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30102         Put them in the generic-x group.
30104         * calendar/timeclock.el (timeclock): Doc fix.
30106         * generic.el (define-generic-mode): Don't use custom-current-group.
30107         Document default :group value.
30108         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30109         (define-global-minor-mode): Don't use custom-current-group.
30111 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
30113         * startup.el (command-line-1): Display startup-echo-area-message
30114         when fancy splash screen is in use.
30116         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30117         (sh-escaped-newline): New face.
30118         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30119         newline, and use sh-escaped-newline face.
30121         * progmodes/tcl.el (tcl-escaped-newline): New face.
30122         (tcl-builtin-list): New variable.
30123         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30124         newlines.  Fix keywords subexpression number.
30126 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
30128         * textmodes/org.el (org-diary-default-entry): Fix call to
30129         `add-to-diary-entry'.
30131 2005-04-05  Kim F. Storm  <storm@cua.dk>
30133         * ediff-init.el: Use (featurep 'xemacs).
30135 2005-04-05  David Ponce  <david@dponce.com>
30137         * cus-edit.el (face): Derive from symbol widget.  Display sample
30138         of the current face on the fly.
30139         (widget-face-sample-face-get, widget-face-notify): New functions.
30140         (widget-face-value-create): Remove.
30142         * wid-edit.el (widget-field-end): Temporarily remove field
30143         narrowing before to call `get-char-property'.
30145 2005-04-04  Jay Belanger  <belanger@truman.edu>
30147         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30148         (math-read-subscripts): New variable.
30149         (math-read-preprocess-string): Process subscripts.
30151 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
30153         * comint.el (comint-prompt-read-only): Doc fix.
30155         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30156         `-1'.  Doc fix.
30158 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
30160         * textmodes/org.el (org-insert-mode-line-in-empty-file):
30161         Change default value to nil.
30163 2005-04-04  Lute Kamstra  <lute@gnu.org>
30165         * autorevert.el (auto-revert-mode): Specify :group.
30166         * battery.el (display-battery-mode): Specify :group.
30167         * diff-mode.el (diff-minor-mode): Specify :group.
30168         * font-core.el (font-lock-mode): Specify :group.
30169         * hl-line.el (hl-line-mode): Specify :group.
30170         * iimage.el (iimage): New customization group.
30171         (iimage-mode): Specify :group.
30172         * longlines.el (longlines-mode): Specify :group.
30173         * master.el: Don't require easy-mmode.
30174         (master): New customization group.
30175         (master-mode): Specify :group.
30176         * msb.el (msb-mode): Specify :group.
30177         * reveal.el (reveal-mode): Specify :group.
30178         * simple.el (next-error-follow-minor-mode): Specify :group.
30179         * smerge-mode.el (smerge-mode): Specify :group.
30180         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30181         * emulation/cua-base.el (cua-mode): Specify :group.
30182         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30183         * language/thai-util.el (thai-auto-composition-mode)
30184         (thai-word-mode): Specify :group.
30185         * mail/supercite.el (sc-minor-mode): Specify :group.
30186         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30187         * progmodes/flymake.el (flymake-mode): Specify :group.
30188         * progmodes/glasses.el (glasses-mode): Specify :group.
30189         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30190         * textmodes/enriched.el (enriched-mode): Specify :group.
30191         * textmodes/refill.el (refill-mode): Specify :group.
30193         * add-log.el (change-log-font-lock-keywords): Names in
30194         parenthesized lists can contain spaces.
30196 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30198         * startup.el (fancy-splash-text): Shorten default text of
30199         "Emacs Tutorial" line.  Also, if the current language env
30200         indicates an available tutorial file other than TUTORIAL,
30201         extract its title and append it to the line in parentheses.
30202         (fancy-splash-insert): If arg is a thunk, funcall it.
30204 2005-04-04  Jay Belanger  <belanger@truman.edu>
30206         * calc.el (calc-language-alist): Add tags to customization type.
30208 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30210         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30211         Doc fix.
30213 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30215         * add-log.el (change-log-font-lock-keywords): The manual
30216         describing a Change Log entry, says: (...) "Aside from these
30217         header lines, every line in the change log starts with a space or
30218         a tab.".  The font-lock was not highlighting lines started with
30219         spaces, added support for it.
30221 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30223         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30224         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30225         complex example in the docstring.
30226         (bibtex-font-lock-url): Use pop.
30228 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30230         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30232         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30234 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30236         * filesets.el (filesets-set-default): Doc fix.
30238 2005-04-03  Lute Kamstra  <lute@gnu.org>
30240         * generic.el (define-generic-mode): Add argument to specify
30241         keywords for defcustom.
30242         (default-generic-mode): Specify :group.
30244         * generic-x.el: Specify :group for all generic modes.
30246         * desktop.el (desktop-no-desktop-file-hook)
30247         (desktop-after-read-hook): Doc fix.
30249 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30251         * simple.el (visible-mode): Use explicit :group keyword.
30252         This changes the group of `visible-mode-hook' from paren-blinking
30253         to editing-basics.
30255 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30257         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30258         mailbox specifications as well as URLs.
30259         (rmail-insert-inbox-text): Remove unused conditional branches.
30261 2005-04-01  Jay Belanger  <belanger@truman.edu>
30263         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30264         (calc-gnuplot-print-command): Move definitions to calc.el.
30266         * calc/calc-embed.el (calc-embedded-announce-formula)
30267         (calc-embedded-open-formula, calc-embedded-close-formula)
30268         (calc-embedded-open-word, calc-embedded-close-word)
30269         (calc-embedded-open-plain, calc-embedded-close-plain)
30270         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30271         (calc-embedded-open-mode, calc-embedded-close-mode):
30272         Move definitions to calc.el.
30274         * calc/calc.el (calc-settings-file, calc-language-alist):
30275         Make customizable.
30276         (calc-embedded-announce-formula, calc-embedded-open-formula)
30277         (calc-embedded-close-formula, calc-embedded-open-word)
30278         (calc-embedded-close-word, calc-embedded-open-plain)
30279         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30280         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30281         (calc-embedded-close-mode, calc-gnuplot-name)
30282         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30283         from other files and make customizable.
30285 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30287         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30288         Use buffer-live-p.
30289         (cvs-mode-run): Don't call cvs-update-header here.
30290         (cvs-run-process): Call cvs-update-header.
30291         Use process properties for cvs-postprocess and cvs-buffer so that
30292         the sentinel can behave better if the temp buffer is killed.
30293         Use a pipe rather than a tty, to better handle unexpected prompts.
30294         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30296 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30298         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30299         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30301 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30303         * generic.el (define-generic-mode): Add indentation rule.
30305 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30307         * files.el (mode-require-final-newline): Make Custom correctly
30308         report a nil value and allow to set it to nil via Custom.
30309         Doc fix.
30311 2005-04-01  Kenichi Handa  <handa@m17n.org>
30313         * international/characters.el: Enable the correct case setting for
30314         dotless-i and dotted-I.
30316 2005-04-01  Kim F. Storm  <storm@cua.dk>
30318         * ido.el (ido-file-internal): Fall back to non-ido command if
30319         initial directory is on slow ftp (or tramp) host.
30321 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30323         * emacs-lisp/autoload.el (make-autoload):
30324         Handle define-global-minor-mode.
30326         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30327         Rename from easy-mmode-define-global-mode.
30328         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30330         * progmodes/scheme.el (scheme-mode-syntax-table):
30331         Update syntax of | and # for two-character comment syntax.
30333 2005-03-31  Lute Kamstra  <lute@gnu.org>
30335         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30336         (define-minor-mode): Call custom-current-group at load-time.
30338         * generic.el (define-generic-mode): Add debug declaration.
30339         Add defcustom for the mode hook.
30340         (generic-mode-internal): Use run-mode-hooks.
30342 2005-03-31  Kim F. Storm  <storm@cua.dk>
30344         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30345         (mouse-fixup-help-message): New defun called by show_help_echo
30346         to fixup mouse-2 prefix in help messages when applicable.
30348         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30350 2005-03-31  Kenichi Handa  <handa@m17n.org>
30352         * language/thai-word.el (thai-find-word-ends): Pay attention to
30353         the case that we reach the end of buffer.
30355         * textmodes/fill.el (fill-text-properties-at): New function.
30356         (fill-newline): Use fill-text-properties-at instead of
30357         text-properties-at.
30359 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30361         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30362         not comint-quote-filename.
30364 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30366         * help-fns.el (help-with-tutorial): Revert last change.
30368 2005-03-31  Kim F. Storm  <storm@cua.dk>
30370         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30372 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30374         * calendar/cal-china.el: Update reference to "Calendrical
30375         Calculations" book; there's a new edition.
30376         * calendar/cal-coptic.el: Likewise.
30377         * calendar/cal-french.el: Likewise.
30378         * calendar/cal-hebrew.el: Likewise.
30379         * calendar/cal-islam.el: Likewise.
30380         * calendar/cal-iso.el: Likewise.
30381         * calendar/cal-julian.el: Likewise.
30382         * calendar/cal-mayan.el: Likewise.
30383         * calendar/cal-persia.el: Likewise.
30384         * calendar/calendar.el: Likewise.
30385         * calendar/holidays.el: Likewise.
30386         * calendar/lunar.el: Likewise.
30387         * calendar/solar.el: Likewise.
30389         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30390         white space from doc string.
30392 2005-03-30  Jay Belanger  <belanger@truman.edu>
30394         * calc/calc-help.el (calc-full-help): Remove email address.
30396 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30398         * help-fns.el (help-with-tutorial): Delete title line.
30400 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30402         * calendar/cal-x.el (calendar-one-frame-setup)
30403         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30404         rather than `symbol' for set-window-dedicated-p.
30406         * calendar/appt.el (appt-buffer-name): Make it a constant.
30407         (appt-add): Doc fix.
30409         * filesets.el (filesets-menu-path, filesets-menu-before)
30410         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30411         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30412         (filesets-add-submenu): Delete and use add-submenu instead.
30414 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30416         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30417         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30418         (org-diary-default-entry): New function.
30419         (org-get-entries-from-diary): Better parsing of diary entries.
30420         (org-agenda-check-no-diary): New function.
30421         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30422         linking to diary entries.
30423         (org-agenda-execute-calendar-command): New function.
30424         (org-agenda): Improve visible section in window.
30425         Use `org-fit-agenda-window'.
30426         (org-fit-agenda-window): New option.
30427         (org-move-subtree-down): Better handling of empty lines
30428         at end of subtree.
30429         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30430         levels up.
30431         (org-fontify-done-headline): New option.
30432         (org-headline-done-face): New face.
30433         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30434         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30435         When current field is non-empty, it is copied to next row.
30436         (org-table-copy-from-above): Fix bug which made it
30437         impossible to copy fields containing only a single non-white character.
30439 2005-03-30  Kim F. Storm  <storm@cua.dk>
30441         * kmacro.el (kmacro-end-macro): Isearch may store this command
30442         into the macro -- so ignore it when executing keyboard macro.
30444 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30446         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30448 2005-03-29  Kenichi Handa  <handa@m17n.org>
30450         * language/thai.el ("Thai"): Set setup-function and exit-function
30451         for Thai language environment.
30453         * language/thai-util.el: Require thai-word.
30454         (thai-word-mode-map): New variable.
30455         (thai-word-mode): New minor mode.
30456         (setup-thai-language-environment-internal): New function.
30457         (exit-thai-language-environment-internal): New function.
30459         * language/thai-word.el (thai-word-table): Declare it by defvar,
30460         use dolist to initialize it.
30461         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30462         (thai-fill-find-break-point): New functions.
30464 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30466         * simple.el (idle-update-delay): Move definition up.
30467         (set-mark): Doc fix.
30469 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30471         * longlines.el: New file.
30473         * simple.el (buffer-substring-filters): New variable.
30474         (filter-buffer-substring): New function.
30475         (kill-region, copy-region-as-kill): Use it.
30477         * register.el (copy-to-register, append-to-register)
30478         (prepend-to-register): Use filter-buffer-substring.
30480 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30482         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30483         (gud-filter-pending-text): Move in front of gdb.
30484         (gud-overlay-arrow-position): New variable.
30485         (gud-sentinel, gud-display-line): Use it in place of
30486         overlay-arrow-position.
30488 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30490         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30491         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30492         (fortran-font-lock-keywords-4): New variable.
30493         (fortran-blocks-re, fortran-end-block-re)
30494         (fortran-start-block-re): New constants, for hideshow.
30495         (hs-special-modes-alist): Add a Fortran entry.
30496         (fortran-mode-map): Bind fortran-end-of-block,
30497         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30498         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30499         (fortran-looking-at-if-then, fortran-end-of-block)
30500         (fortran-beginning-of-block): New functions, for hideshow.
30502         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30503         Doc fix.  Tweak regexp.
30504         (f90-beginning-of-block): Push mark first.
30506 2005-03-29  Jay Belanger  <belanger@truman.edu>
30508         * calc/calc.el: Update copyright date.
30509         (calc-version): Increase to 2.1.
30510         (calc-version-date): Remove.
30512         * calc/calc-help.el: Update copyright date.
30513         (calc-full-help): Remove reference to calc-version-date.
30514         Update copyright date.
30516 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30518         * vc.el (vc-do-command): Use a pipe for async processes, so password
30519         prompts don't show up at places where the user can't reply.
30521 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30523         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30524         on the file name we pass to the inferior shell.
30526 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30528         * progmodes/which-func.el (which-function): Be robust in the face of an
30529         imenu--make-index-alist failure.
30531 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30533         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30535         * progmodes/python.el (python-preoutput-filter): Fix last change.
30537 2005-03-29  Lute Kamstra  <lute@gnu.org>
30539         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30540         functions and compiled macros.
30541         (debug-convert-byte-code): Handle macros too.
30542         (debug-on-entry-1): Don't signal an error when trying to clear a
30543         function that is not set to debug on entry.
30545 2005-03-29  Jay Belanger  <belanger@truman.edu>
30547         * calc/calc-lang.el: Add functions to math-function-table
30548         properties of tex and math.
30550 2005-03-29  Kenichi Handa  <handa@m17n.org>
30552         * ps-mule.el (ps-mule-plot-string): Translate characters by
30553         ps-print-translation-table.
30554         (ps-mule-begin-job): Call find-charset-region/string with
30555         ps-print-translation-table.
30556         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30558         * ps-print.el (ps-print-translation-table): New variable.
30559         (ps-plot-region): Translate characters by ps-print-translation-table.
30561 2005-03-29  Juri Linkov  <juri@jurta.org>
30563         * simple.el (next-error-highlight-timer): New variable.
30565         * progmodes/compile.el (compilation-goto-locus):
30566         Use `next-error-highlight-timer' instead of `sit-for'.
30568 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30570         * mail/supercite.el (sc-mail-field): Use assoc-string.
30571         (sc-get-address): Simplify regexps.
30573         * files.el (minibuffer-with-setup-hook): New macro.
30574         (find-file-read-args): Use it to avoid let-binding
30575         minibuffer-with-setup-hook (which breaks turning on/off
30576         file-name-shadow-mode while in the prompt).
30578         * complete.el (PC-read-include-file-name-internal):
30579         Use test-completion.
30581 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30583         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30585 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30587         * window.el (window-buffer-height): Use count-screen-lines.
30589         * progmodes/python.el (python-preoutput-leftover): New var.
30590         (python-preoutput-filter): Use it.
30591         (python-send-receive): Loop until all the result has been received.
30593 2005-03-28  Juri Linkov  <juri@jurta.org>
30595         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30597         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30598         "Recover Crashed Session".
30599         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30600         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30601         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30602         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30603         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30604         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30605         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30606         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30608         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30609         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30610         Ediff Sessions", "Toggle use of separate control buffer frame",
30611         "Use separate frame for Ediff control buffer".
30613         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30614         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30615         "Rename Bookmark", "Delete Bookmark".
30617         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30618         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30619         Add `:active Info-index-alternatives' to "Next Matching Item".
30621         * wdired.el (wdired-change-to-wdired-mode):
30622         Mention `wdired-abort-changes' key in the initial message.
30624         * international/mule.el (auto-coding-alist): Associate non-ascii
30625         image filename extensions with `no-conversion'.
30627 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30629         * international/iso-acc.el:
30630         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30632 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30634         * textmodes/sgml-mode.el (html-mode): Doc update.
30636         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30638 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30640         * term.el (term-move-columns): Fix face after extending a line.
30641         (term-insert-spaces): Likewise.
30642         (term-reset-terminal): Fix off by one error.
30644 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30646         * international/mule.el (auto-coding-alist): Add .xpi files.
30648         * files.el (auto-mode-alist): Add .xpi files.
30650 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30652         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30654 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30656         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30658 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30660         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30661         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30663         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30664         cursor to Jan 1 when needed.
30665         (calendar-end-of-year): Fix -/+ typo.
30666         Reported by Chong Yidong <cyd@stupidchicken.com>.
30668 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30670         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30672         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30673         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30675 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30677         * filesets.el (filesets-init): Add autoload.
30679         * mail/mailalias.el (mail-directory): Doc fix.
30681 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30683         * mail/mailalias.el (mail-directory-process): Do nothing if
30684         mail-directory-process is an atom.
30685         (mail-get-names): Ignore mail-directory-names if it is an atom.
30686         (mail-directory-process defvar): Doc fix.
30687         (mail-names): Doc fix.
30689 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
30691         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30693 2005-03-26  Kenichi Handa  <handa@m17n.org>
30695         * international/mule-util.el (detect-coding-with-priority):
30696         Call update-coding-systems-internal before detect-coding-region.
30698 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30700         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30701         (gdb-frames-mode-map): Add follow-link property.
30703 2005-03-25  Jay Belanger  <belanger@truman.edu>
30705         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30706         for variables.
30708 2005-03-25  Juri Linkov  <juri@jurta.org>
30710         * image-mode.el: Optimize image filename extension regexps in
30711         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30712         in `auto-mode-alist'.
30713         (image-mode): Add `image-toggle-display-text' to local hook
30714         `change-major-mode-hook'.  Display the image as an image by
30715         default.  Set `cursor-type' and `truncate-lines' if the image
30716         is already displayed.  Take into account the current mode (image
30717         or text) in message.
30718         (image-minor-mode): New minor mode.
30719         (image-mode-maybe, image-toggle-display-text): New functions.
30720         (image-toggle-display): Use called-interactively-p.
30721         Let-bind `inhibit-read-only' to t.
30723         * image-mode.el (image-minor-mode): Set `cursor-type' and
30724         `truncate-lines' if the image is already displayed.  Add turning
30725         image-minor-mode off to `change-major-mode-hook'.  Add message.
30726         Call `image-toggle-display-text' after turning image-minor-mode off.
30728 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30730         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30731         Terminal.app, use utf-8.
30732         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30733         (set-locale-environment): Use it.
30735         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30737         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30739         * progmodes/python.el (python-close-block-statement-p)
30740         (python-outdent-p, python-current-defun): Use symbol-end.
30742 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30744         * files.el (save-some-buffers): Doc fix.
30746 2005-03-25  Werner Lemberg  <wl@gnu.org>
30748         * complete.el, thumbs.el: Replace `legal' with `valid'.
30749         * calendar/calendar.el: Replace `legal' with `valid'.
30750         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30751         * mail/supercite.el: Replace `legal' with `valid'.
30752         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30753         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30754         Replace `legal' with `valid'.
30755         * textmodes/reftex-vars.el, textmodes/reftex.el:
30756         Replace `legal' with `valid'.
30758 2005-03-25  Werner Lemberg  <wl@gnu.org>
30760         * calc/calc-forms.el, calc/calc-sel.el
30761         * midnight.el, vc-cvs.el
30762         * emacs-lisp/cl-macs.el
30763         * emulation/vip.el
30764         * eshell/esh-io.el, eshell/esh-var.el
30765         * mail/supercite.el
30766         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30767         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30768         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30769         * progmodes/sh-script.el, progmodes/xscheme.el
30770         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30771         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30772         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30773         * textmodes/reftex.el, textmodes/org.el:
30774         Replace `illegal' with `invalid'.
30776 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30778         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30779         (flymake-find-buildfile, flymake-find-possible-master-files)
30780         (flymake-check-include, flymake-parse-line): Replace loops over the
30781         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30783         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30784         Substitute file-name-as-directory in the rest of the file.
30785         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30786         (flymake-replace-region): Remove unused arg `buffer'.
30787         (flymake-check-patch-master-file-buffer): Update calls to it.
30788         (flymake-add-err-info): Remove unused var `count'.
30789         (flymake-mode): Use define-minor-mode.
30791         * progmodes/flymake.el: Use with-current-buffer.
30792         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30793         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30794         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30795         Avoid testing for `xemacs'.
30796         (flymake-nop): Move.
30797         (flymake-region-has-flymake-overlays): Return the computed value.
30798         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30799         Remove unused var `endline'.
30800         (flymake-get-line-count): Remove unused function.
30801         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30803         * emulation/vi.el:
30804         * generic.el:
30805         * hilit-chg.el (global-highlight-changes):
30806         * hi-lock.el (hi-lock-mode):
30807         * follow.el: find-file-hooks -> find-file-hook.
30809         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30811 2005-03-24  Juri Linkov  <juri@jurta.org>
30813         * dired.el (dired-mode-map): Add menu item "Compare directories"
30814         for dired-compare-directories.
30816         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30817         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30819 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30821         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30823 2005-03-24  Jay Belanger  <belanger@truman.edu>
30825         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30826         relevant mode settings in calc-embedded-original-modes when modes
30827         are permanently changed.
30829 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30831         * autoinsert.el: find-file-hooks -> find-file-hook.
30833 2005-03-24  Lute Kamstra  <lute@gnu.org>
30835         * generic.el (generic-font-lock-defaults): Make it obsolete.
30836         (generic-font-lock-keywords): New variable to replace
30837         generic-font-lock-defaults.
30838         (generic-mode-set-font-lock): Delete it.
30839         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30840         (generic-bracket-support): Add docstring.
30842         * generic-x.el: Rename generic-font-lock-defaults to
30843         generic-font-lock-keywords throughout.
30844         (mailagent-rules-setup-function): Delete it.
30845         (mailagent-rules-generic-mode): Use anonymous function instead.
30846         (show-tabs-generic-mode-font-lock-defaults-1)
30847         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30848         Quote faces.
30849         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30850         not foreground.
30852         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30853         Recognize define-generic-mode.
30855 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30857         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30858         if there's no completion table.
30860 2005-03-23  Miles Bader  <miles@gnu.org>
30862         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30863         Remove tty-specific variants, as they're no longer needed.
30865 2005-03-23  Lute Kamstra  <lute@gnu.org>
30867         * generic-x.el: Code cleanup: make args constant whenever possible.
30868         (installshield-statement-keyword-list)
30869         (installshield-system-functions-list)
30870         (installshield-system-variables-list, installshield-types-list)
30871         (installshield-funarg-constants-list): Make them constants.
30873         * generic.el (generic-make-keywords-list): Add autoload cookie.
30875         * calendar/time-date.el: Add comment on time value formats.
30876         Don't require parse-time.
30877         (with-decoded-time-value): New macro.
30878         (encode-time-value): New function.
30879         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30880         (days-to-time): Return a valid time value when arg is huge.
30881         (time-since): Use time-subtract.
30882         (time-to-number-of-days): Use time-to-seconds.
30884 2005-03-23  David Ponce  <david@dponce.com>
30886         * recentf.el (recentf-keep): New option.
30887         (recentf-menu-action): Default to `find-file'.
30888         (recentf-keep-non-readable-files-flag)
30889         (recentf-keep-non-readable-files-p)
30890         (recentf-file-readable-p, recentf-find-file)
30891         (recentf-cleanup-remote): Remove.
30892         (recentf-include-p): More robust.
30893         (recentf-keep-p): New function.
30894         (recentf-remove-if-non-kept): Rename from
30895         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30896         All callers updated.
30897         (recentf-menu-items-for-commands): Fix help string.
30898         (recentf-track-closed-file): Update.  Doc fix.
30899         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30901 2005-03-23  Kim F. Storm  <storm@cua.dk>
30903         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30904         Don't inherit from fringe face (now happens automatically).
30906 2005-03-22  Kim F. Storm  <storm@cua.dk>
30908         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30909         position values.
30911 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30913         * menu-bar.el (showhide-date-time): Remove.
30914         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30915         (menu-bar-make-mm-toggle): Simplify.
30917 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30919         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30920         Accept qualified variable and function names.
30922 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30924         * bindings.el (completion-ignored-extensions):
30925         Remove ".lis" for `vax-vms'.
30927 2005-03-22  Andreas Schwab  <schwab@suse.de>
30929         * generic-x.el: Revert last change.
30930         * ldefs-boot.el: Update.
30932 2005-03-22  Jay Belanger  <belanger@truman.edu>
30934         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30935         (calc-embedded-save-original-modes)
30936         (calc-embedded-restore-original-modes): New functions.
30937         (calc-do-embedded): Save original modes when entering embedded mode
30938         and restore when leaving embedded mode.
30939         (calc-embedded-modes-change): Change the value of
30940         calc-embedded-original-modes to reflect permanent changes.
30942 2005-03-22  Lute Kamstra  <lute@gnu.org>
30944         * generic-x.el: Require generic again.
30946 2005-03-22  Miles Bader  <miles@gnu.org>
30948         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30949         Tweak details to look good on both ttys and bitmap displays, light
30950         or dark background, etc.
30952 2005-03-21  Kim F. Storm  <storm@cua.dk>
30954         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30955         mouse position.
30957 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30959         * icomplete.el: Don't forcibly turn on the mode upon load.
30960         (icomplete-mode): Use define-minor-mode.
30961         (icomplete-eoinput): Default to nil.
30962         (icomplete-minibuffer-setup): Remove autoload.
30963         (icomplete-tidy): Simplify.
30964         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30965         in the initial state or if the user has modified the field.
30966         Fix handling of icomplete-max-delay-chars.
30967         Remove code that handles the oddball case where
30968         minibuffer-completion-table is an integer.
30969         Wrap icomplete-completions in while-no-input in case building
30970         completions takes more time than expected.
30971         (icomplete-completions): Simplify.
30973 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30975         * jka-compr.el (jka-compr-really-do-compress):
30976         Make variable buffer-local.
30978         * image-mode.el: Handle .xpm files too.
30979         (image-toggle-display): Preserve modification flag.
30981         * help.el (where-is): Don't mention aliases with no key bindings.
30983 2005-03-21  Lute Kamstra  <lute@gnu.org>
30985         * generic.el: Fix commentary section.  Don't require cl for
30986         compilation.
30987         (generic-mode-list): Add autoload cookie.
30988         (generic-use-find-file-hook, generic-lines-to-scan)
30989         (generic-find-file-regexp, generic-ignore-files-regexp)
30990         (generic-mode, generic-mode-find-file-hook)
30991         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30992         (define-generic-mode): Make it a defmacro.  Fix docstring.
30993         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30994         (generic-mode-set-comments): Code cleanup.
30995         * generic-x.el: Don't prevent compilation.  Don't require generic.
30996         Follow coding conventions.  Minor code cleanup.
30997         (etc-fstab-generic-mode): Add some keywords.
30998         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30999         define-generic-mode like a function declaration.
31001 2005-03-21  Jay Belanger  <belanger@truman.edu>
31003         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31004         changing modes.
31006 2005-03-21  Sam Steingold  <sds@gnu.org>
31008         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31010 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
31012         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31013         Add underscore to "f$ lexicals" regexp.
31015 2005-03-20  Juri Linkov  <juri@jurta.org>
31017         * subr.el (progress-reporter-do-update): When `min-value' is equal
31018         to `max-value', set `percentage' to 0 and prevent division by zero.
31020 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
31022         Sync with Tramp 2.0.48.
31024         * net/tramp.el (all): Change all addresses to .gnu.org.
31025         (tramp-append-tramp-buffers): New defun.
31026         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31027         Catch `dont-send' signal.
31028         (tramp-set-auto-save-file-modes): Set always permissions, because
31029         there might be an old auto-saved file belonging to another
31030         original file.  This could be a security threat.  Reported by
31031         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31032         Check for Emacs 21.3.50 removed.
31034         * net/tramp-smb.el (all): Remove debug construct for
31035         `with-parsed-tramp-file-name'.
31036         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31037         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31038         No error message if DIRECTORY or FILENAME doesn't exist.
31039         (tramp-smb-open-connection): Check existence of
31040         `tramp-smb-program'.
31042 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31044         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31045         Properly handle the case where the `m' or `s' command's argument is not
31046         yet terminated.
31047         (perl-indent-new-calculate): New function.
31048         (perl-indent-line): Use it.
31050 2005-03-20  Miles Bader  <miles@gnu.org>
31052         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31053         in text-mode too.  Change to new face names.
31054         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31055         Add `:weight bold' attribute.
31056         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31058 2005-03-19  Juri Linkov  <juri@jurta.org>
31060         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
31062         * international/mule.el (auto-coding-alist): Sync with
31063         `auto-mode-alist' by adding upper case archive file extensions
31064         and adding ear/war to jar extension.
31066 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
31068         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31069         running, restart it.
31071 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
31073         * finder.el (finder-current-item): Throw an error on an empty line.
31075         * man.el (Man-follow-manual-reference): If current-word returns
31076         nil, use "".
31078 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
31080         * simple.el (goto-line): Doc fix.
31082 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
31084         * files.el (save-buffer): Doc fix.
31086 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
31088         * recentf.el (recentf-cleanup-remote): New variable.
31089         (recentf-cleanup): Use it to conditionally check availability of
31090         remote files.
31092 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
31094         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31095         function names.
31097 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31099         * language/thai-word.el: New file.
31101 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31103         * files.el (backup-buffer): If the file's directory is not
31104         writable, use copy instead of move to backup the file.
31106 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31108         * obsolete/keyswap.el: Moved to obsolete/ from term/.
31110 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31112         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31113         Use functionp instead of symbolp and fboundp.  Reported by Drkm
31114         <darkman_spam@yahoo.fr>.
31115         (ps-print-version): New version 6.6.6.
31117 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
31119         * textmodes/table.el (table--line-column-position): New idiom.
31120         (table--row-column-insertion-point-p): New function to test
31121         validity of row and column insertion operation at a location.
31122         (table-global-menu, table-cell-menu): Use above functions for
31123         deterministic test operation.
31124         (table--editable-cell-p): Behave in deterministic fashion.
31126 2005-03-18  Juri Linkov  <juri@jurta.org>
31128         * isearch.el (isearch-lazy-highlight-new-loop):
31129         Make arguments beg and end optional.
31130         (isearch-update): Remove optional arguments nil from
31131         isearch-lazy-highlight-new-loop.
31132         (isearch-lazy-highlight-search): Let-bind case-fold-search to
31133         isearch-lazy-highlight-case-fold-search instead of
31134         isearch-case-fold-search, and let-bind isearch-regexp to
31135         isearch-lazy-highlight-regexp.
31136         Use isearch-lazy-highlight-last-string instead of isearch-string.
31138         * replace.el (perform-replace): Remove bindings of global
31139         variables isearch-string, isearch-regexp, isearch-case-fold-search.
31140         Add three new arguments to `replace-highlight'.
31141         (replace-highlight): Add arguments string, regexp, case-fold.
31142         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31143         to allow isearch-lazy-highlight-new-loop to use these values
31144         to set corresponding isearch-lazy-highlight-* internal
31145         variables whose values lazy highlighting will use regardless of
31146         changes to global variables isearch-string, isearch-regexp,
31147         isearch-case-fold-search during lazy highlighting loop.
31148         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31149         to `lazy-highlight-cleanup'.
31151         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31152         (ispell-highlight-face): Set default face to `isearch' when
31153         lazy highlighting is enabled.
31154         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31155         priority to 1.  Add lazy highlighting.
31156         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31157         from `isearch-dehighlight'.
31159 2005-03-18  David Ponce  <david@dponce.com>
31161         * files.el (hack-local-variables): Do a case-insensitive search
31162         for End.
31164 2005-03-18  Juri Linkov  <juri@jurta.org>
31166         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31167         `isearch-lazy-highlight-cleanup', add alias to old name and
31168         declare obsolete.  Add release numbers to other obsolete vars.
31169         (isearch-done, isearch-lazy-highlight-new-loop):
31170         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31171         (lazy-highlight-cleanup) <variable>: Doc fix.
31172         (isearch-lazy-highlight-update): Rename obsolete
31173         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31175 2005-03-18  Kenichi Handa  <handa@m17n.org>
31177         * language/thai-util.el: Fix categorization of Thai characters in
31178         thai-category-table.
31179         (thai-composition-pattern): Adjust it for the above change.
31180         (thai-self-insert-command, thai-compose-syllable): New functions.
31181         (thai-compose-region): Use thai-compose-syllable.
31182         (thai-compose-string): Likewise.
31183         (thai-composition-function): Likewise.
31184         (thai-auto-composition): New function.
31185         (thai-auto-composition-mode): New minor mode.
31187         * language/thai.el: Fix patterns to be registered in
31188         composition-function-table.
31190         * international/quail.el (quail-input-method): Locally bind
31191         inhibit-modification-hooks to t.
31193 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31195         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31196         (perl-mode): Use run-mode-hooks.
31198         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31199         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31200         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31202         * mail/sendmail.el (sendmail-send-it): Reenable the code
31203         to compute resend-to-address and use it.
31205         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31207         * image-mode.el: New file.
31209         * image.el (insert-sliced-image): Add autoload cookie.
31211         * font-lock.el (font-lock-lines-before): New user option.
31212         (font-lock-after-change-function): Obey it.
31214         * bindings.el (esc-map): Make M-g a prefix.
31215         Bind M-g g and M-g M-g to goto-line.
31217         * faces.el (face-id): Doc fix.
31219 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31221         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31222         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31223         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31225         * mail/sendmail.el (mail-yank-ignored-headers)
31226         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31227         Add Mail-Followup-To and Mail-Reply-To headers.
31228         (mail-citation-hook): Add autoload cookie.
31229         (mail-mode): Doc fix.
31230         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31231         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31232         (mail-mode-fill-paragraph): Handle those headers.
31233         (mail-mailing-lists): New variable.
31234         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31236 2005-03-17  Juri Linkov  <juri@jurta.org>
31238         * isearch.el (isearch-fallback): Check for `(car previous)'
31239         before calling `isearch-other-end-state'.
31241 2005-03-17  Kim F. Storm  <storm@cua.dk>
31243         * simple.el (move-beginning-of-line): Move to beginning of buffer
31244         line, as well as beginning of screen line.
31246 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31248         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31249         argument REDRAW rather than calendar-redrawing variable.
31250         * calendar/calendar.el (calendar-redrawing): Delete.
31251         (redraw-calendar): Do not bind calendar-redrawing.
31253 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31255         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31256         diary-file buffer.
31258 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31260         * help.el (describe-mode): Allow a :minor-mode-function property to
31261         specify a different minor mode toggle function than the variable.
31262         * simple.el (auto-fill-function):
31263         * subr.el (add-minor-mode): Use it.
31265 2005-03-16  Kenichi Handa  <handa@m17n.org>
31267         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31268         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31269         (ethio-fidel-to-sera-buffer): Likewise.
31271 2005-03-16  Juri Linkov  <juri@jurta.org>
31273         * emacs-lisp/find-func.el (find-function-regexp):
31274         Add defun-emitting macro `menu-bar-make-toggle'.
31276         * isearch.el: Put `isearch-scroll' property to
31277         `split-window-horizontally'.
31279         * info.el: Update error messages for `debug-ignored-errors'.
31280         (Info-isearch-search): Doc fix.
31281         (Info-find-node): Move up code to go into info buffer before
31282         recording the node to the history.
31283         (Info-fontify-node): Fontify titles only if the next line
31284         has two or more `*', `=', `-', `.'.
31285         Display "go to this node" for empty (match-string 3).
31287 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31289         * term/mac-win.el: Add mouse pointer shape constants.
31291 2005-03-15  Kim F. Storm  <storm@cua.dk>
31293         * simple.el (move-beginning-of-line): Use vertical-motion.
31295 2005-03-15  Juri Linkov  <juri@jurta.org>
31297         * isearch.el (isearch-error): New variable.
31298         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31299         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31300         (isearch-within-brackets-state): Remove.
31301         (isearch-case-fold-search-state, isearch-pop-fun-state):
31302         Decrease frame index.
31303         (isearch-mode, isearch-top-state, isearch-push-state)
31304         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31305         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31306         (isearch-search, isearch-lazy-highlight-new-loop):
31307         Replace `isearch-invalid-regexp' with `isearch-error'.
31308         Remove `isearch-within-brackets'.
31309         (isearch-search): Add `search-failed' handler to `condition-case'.
31310         (isearch-lazy-highlight-search): Add `condition-case' to catch
31311         errors and allow `isearch-lazy-highlight-update' to try
31312         highlighting from the beginning of the window.
31313         (isearch-repeat): Move up code to set isearch-wrapped to t
31314         before calling isearch-wrap-function.
31316         * info.el (Info-isearch-initial-node): New internal variable.
31317         (Info-search): Signal an error in isearch mode when search leaves
31318         the initial node.  Signal an error when `bound' is non-nil and
31319         nothing was found in the current subfile.
31320         (Info-isearch-search): Remove `condition-case'.
31321         (Info-isearch-wrap): Don't wrap when search failed during leaving
31322         the initial node.  If `Info-isearch-search' is nil, wrap around
31323         the current node.
31324         (Info-isearch-start): New fun.
31325         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31326         `isearch-mode-hook'.
31328 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31330         * simple.el (normal-erase-is-backspace): Set default to t if
31331         running on Mac.
31333         * term/mac-win.el (function-key-map): Sync with x-win.el.
31335 2005-03-15  Kenichi Handa  <handa@m17n.org>
31337         * international/mule-cmds.el (locale-language-names): Modify the
31338         format of elements and add more entries.
31339         (locale-preferred-coding-systems): Add more entries.
31340         (set-locale-environment): Adjust for the change of
31341         locale-language-names.
31343 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31345         * pcvs.el (smerge-ediff): Remove bogus autoload.
31347 2005-03-14  Lute Kamstra  <lute@gnu.org>
31349         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31350         Ignore a `*' at the beginning of a line.
31352         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31353         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31354         subr.el.
31355         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31356         to specify indentation.
31358         * generic.el (define-generic-mode): Let generic-mode-list be a
31359         list of strings; test membership with equal.
31361 2005-03-14  Kim F. Storm  <storm@cua.dk>
31363         * simple.el (next-line, previous-line): Add optional try-vscroll
31364         arg to recognize interactive use.  Pass it on to line-move.
31365         (line-move): Don't perform auto-window-vscroll when defining or
31366         executing keyboard macro to ensure consistent behavior.
31368 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31370         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31372 2005-03-13  Lute Kamstra  <lute@gnu.org>
31374         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31375         debugger-setup-buffer so that backtrace marks the frames set to
31376         debug-on-exit and we don't have to do it manually.  Set an extra
31377         debug-on-exit for macro's.
31378         (debugger-setup-buffer): Don't mark the top frame manually.
31380 2005-03-12  Lute Kamstra  <lute@gnu.org>
31382         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31383         lisp-indent-function throughout.
31384         (with-no-warnings): Set lisp-indent-function property.
31386 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31388         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31389         Add entry for backslash.
31391 2005-03-12  Juri Linkov  <juri@jurta.org>
31393         * info.el (Info-search): Four fixes for backward search.
31395 2005-03-11  Jay Belanger  <belanger@truman.edu>
31397         * calc/calc.el (calc-language-alist): New variable.
31398         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31399         (calc-embedded-find-modes): Use calc-language-alist instead of
31400         calc-embedded-language-alist.
31402 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31404         * calendar/calendar.el (calendar-redrawing): New internal
31405         variable.
31406         (redraw-calendar): Remove bogus save-excursion from previous
31407         change.  Bind calendar-redrawing to t for mark-diary-entries.
31408         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31409         calendar if that is why we were called.
31411 2005-03-11  Kenichi Handa  <handa@m17n.org>
31413         * international/mule.el (make-coding-system): Set property
31414         coding-system-define-form to nil.
31415         (define-coding-system-alias): Likewise.
31417 2005-03-11  Kenichi Handa  <handa@m17n.org>
31419         These changes are suggested by Dave Love <fx@gnu.org>.
31421         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31422         coding: tag.
31423         (adaptive-fill-regexp): Add more bullets.
31424         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31425         regexps.
31427 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31429         * help.el (describe-mode): Properly handle non-trivial lighters.
31430         Don't ignore minor modes that are not listed in minor-mode-list.
31432         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31433         feature ON when the user requests to turn it OFF.
31435 2005-03-10  Lute Kamstra  <lute@gnu.org>
31437         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31438         (implement-debug-on-entry): New function to replace debug-entry-code.
31439         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31440         second argument as the 2005-03-07 change makes it obsolete.
31441         (debug-on-entry, cancel-debug-on-entry): Update call to
31442         debug-on-entry-1.
31443         (debug, debugger-setup-buffer): Comment update.
31444         (debugger-frame-number): Update to work with implement-debug-on-entry.
31446 2005-03-10  Jay Belanger  <belanger@truman.edu>
31448         * calc/calc-embed.el (math-ms-args): Declare it.
31449         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31450         math-ms-args.
31451         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31452         variables.
31454 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31456         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31457         Use message-box.
31459         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31460         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31461         (tooltip-gud-tips): Simplify.
31462         (tooltip-gud-tips-p): Remove superfluous :set.
31463         (tooltip-gud-modes): Add fortran-mode.
31464         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31466         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31468 2005-03-09  Kim F. Storm  <storm@cua.dk>
31470         * play/animate.el (animate-place-char): Use forward-line instead
31471         of next-line to improve performance.
31473 2005-03-09  Simon Josefsson  <jas@extundo.com>
31475         * net/browse-url.el (browse-url-default-browser): Doc fix.
31477 2005-03-09  Miles Bader  <miles@gnu.org>
31479         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31480         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31482 2005-03-09  Kenichi Handa  <handa@m17n.org>
31484         * international/latin-1.el: Set case and syntax for 255 only if
31485         set-case-syntax-set-multibyte is nil.
31487         * textmodes/ispell.el (ispell-insert-word): New function.
31488         (ispell-word): Use ispell-insert-word to insert a new word.
31489         (ispell-process-line): Likewise.
31490         (ispell-complete-word): Likewise.
31492 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31494         * calendar/calendar.el (redraw-calendar): Preserve point.
31495         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31496         (calendar-week-start-day): Move after definition of
31497         redraw-calendar.  Delete buffer test, since redraw-calendar has
31498         that now.
31500         * calendar/diary-lib.el (mark-diary-entries): Only call
31501         redraw-calendar in the first of any recursive calls.
31502         Reported by Alan Shutko <ats@acm.org>.
31504 2005-03-08  Juri Linkov  <juri@jurta.org>
31506         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31507         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31508         (html-radio-buttons): Add a space before the trailing `/>' where
31509         sgml-xml-mode is non-nil.
31510         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31511         the subsequent tag of the empty XML tag.
31512         (html-href-anchor): Don't set initial input to "http:".
31513         (html-image): Ask for the image URL and set point inside alt="".
31514         (html-name-anchor): Duplicate the name in the `id' attribute when
31515         sgml-xml-mode is non-nil.
31516         (html-paragraph): Remove \n before <p>.
31517         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31518         instead of `checked' when sgml-xml-mode is non-nil.
31520         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31521         Remove 1 space before #RRGGBB to not truncate it on terminal
31522         windows w/o fringes.  Remove 1 space between bg and fg examples
31523         to get more space.
31524         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31525         avoid byte-compile warnings.
31527         * image-file.el (image-file-handler): Put `safe-magic' property to
31528         `image-file-handler'.
31530         * info.el (Info-isearch-search): Emulate word search in
31531         isearching through multiple Info nodes with Info-search.
31532         (Info-isearch-wrap): Allow isearch-word.
31534 2005-03-08  Lute Kamstra  <lute@gnu.org>
31536         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31537         stepping into the debugger's code is not possible.
31538         (debugger-jumping-flag): Docstring update.
31540 2005-03-08  Jay Belanger  <belanger@truman.edu>
31542         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31543         embedded mode begins.
31544         (calc-embedded-language-alist): New variable.
31545         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31546         set default language mode.
31548 2005-03-08  Kenichi Handa  <handa@m17n.org>
31550         * international/ccl.el (define-ccl-program): Fix docstring about
31551         extra 256 bytes assured for the output buffer.
31553         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31554         Fix BUFFER_MAGNIFICATION to 2.
31555         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31557 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31559         * align.el (align-rules-list): Added an alignment rule for CSS
31560         declarations (applies to css-mode and html-mode buffers).
31562 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31564         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31566 2005-03-07  Kim F. Storm  <storm@cua.dk>
31568         * simple.el (move-beginning-of-line): New command.
31570         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31572         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31574         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31575         and move-beginning-of-line.
31577         * apropos.el (apropos-print): Omit command from M-x ... RET.
31579 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31581         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31582         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31584 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31586         * bindings.el (esc-map): Bind M-g to goto-line.
31588         * facemenu.el (global-map): Bind M-o, not M-g.
31590 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31592         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31593         "Open Directory" as for "Open File".
31595 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31597         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31598         (push-mark-command): Run activate-mark-hook.
31600 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31602         * help-mode.el (help-mode-finish): Don't alter the element
31603         in view-return-to-alist if there already is one.
31605         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31606         make sure the current buffer is the expected one.
31608         * novice.el (disabled-command-function): Output in *Disabled Command*.
31609         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31611         * textmodes/flyspell.el (flyspell-large-region):
31612         Pass args differently for aspell.
31614         * files.el (mode-require-final-newline): Doc fix.
31616 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31618         * progmodes/which-func.el (which-function):
31619         Specify NOERROR when calling imenu--make-index-alist.
31621 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31623         * simple.el (normal-erase-is-backspace): Define default value.
31625         * custom.el (custom-theme-set-variables): Remove unused var
31626         `immediate'.
31627         (custom-reevaluate-setting): Simple function to handle variables
31628         that are defined before their default value can really be
31629         computed.
31631         * startup.el (command-line): Use it for temporary-file-directory,
31632         small-emporary-file-directory, auto-save-file-name-transforms,
31633         blink-cursor-mode, and normal-erase-is-backspace.
31635         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31636         progress, even with buggy anchored keywords.
31638 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31640         * simple.el (goto-line): Remove unbalanced final parenthesis.
31642 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31644         * simple.el (goto-line): Use a number at point as the default.
31645         With C-u as arg, switch buffers.
31647 2005-03-05  Juri Linkov  <juri@jurta.org>
31649         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31650         with `no-blinking-cursor'.
31652         * startup.el (no-blinking-cursor): New defvar.
31653         (command-line): Add `--no-blinking-cursor' to longopts.
31654         Set `no-blinking-cursor' to t for command line arguments
31655         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31656         with `no-blinking-cursor' in the condition for calling
31657         `blink-cursor-mode'.
31659 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31661         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31662         (menu-bar-options-save): Add blink-cursor-mode.
31663         (menu-bar-options-menu): Add blink-cursor-mode.
31665 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31667         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31668         (icalendar-export-file, icalendar-export-region)
31669         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31670         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31672 2005-03-04  Lute Kamstra  <lute@gnu.org>
31674         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31675         (debug-function-list): Ditto.
31677 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31679         * textmodes/texinfmt.el (texinfo-append-refill):
31680         Redefine the types of line to which @refill
31681         is not appended by replacing a search for `@refill\\|@bye' with
31682         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31683         itemize@refill' bug and the unfilled long lines bug.
31684         (texinfmt-version): Update number and date.
31686 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31688         * international/code-pages.el (windows-1250, windows-125[2-8])
31689         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31691 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31693         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31694         bound yet.
31696 2005-03-02  Romain Francoise  <romain@orebokech.com>
31698         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31699         buffer after removing limits.
31700         (ibuffer-pop-filter): Ditto.
31701         Update copyright.
31703 2005-03-02  Miles Bader  <miles@gnu.org>
31705         * button.el (make-text-button): If the user doesn't specify a
31706         type, use the default.  Rewrite to use `add-text-properties' and
31707         plist functions.
31709 2005-03-01  Lute Kamstra  <lute@gnu.org>
31711         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31712         (debugger-jumping-flag): New var.
31713         (debug-entry-code): Use it.
31714         (debugger-jump): Use debugger-jumping-flag and add
31715         debugger-reenable to post-command-hook.
31716         (debugger-reenable): Use debugger-jumping-flag and remove itself
31717         from post-command-hook.
31718         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31719         debugger-reenable.
31721 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31723         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31724         inclusion of "itemize\\|", which may be unnecessary, is certainly
31725         inelegant, and stops refilling in itemize lists when formatting
31726         Japanese Texinfo files to Info.
31727         Update copyright to 2005.
31729 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31731         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31732         of an error if GDB can't find the source file.
31734 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31736         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31737         not just the calendar.
31739         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31740         first.
31741         (diary-redraw-calendar): New function.
31742         (make-diary-entry): Add diary-redraw-calendar to local
31743         write-contents-functions.  Turn off selective display before
31744         inserting in diary.
31746 2005-03-01  Kim F. Storm  <storm@cua.dk>
31748         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31750 2005-03-01  Lute Kamstra  <lute@gnu.org>
31752         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31753         that debug-entry-code can be safely removed from a function while
31754         this code is being evaluated.  Revert the 2005-02-27 change as the
31755         new implementation no longer requires it.  Make sure that a
31756         function body containing just a string is not mistaken for a docstring.
31757         (debug): Skip one more frame in case of debug on entry.
31758         (debugger-setup-buffer): Delete one more frame line in case of
31759         debug on entry.
31760         (debugger-frame-number): Update to use the new text introduced by
31761         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31763 2005-02-28  Kim F. Storm  <storm@cua.dk>
31765         * double.el (double-translate-key): Call force-window-update after
31766         read-event to avoid crash in redisplay.
31768 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31770         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31771         (debug): Use it.  Move the inhibit-trace earlier.
31772         (debug-entry-code): New const.
31773         (debug-on-entry-1): Use it.
31775 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31777         * international/utf-16.el (ccl-encode-mule-utf-16le):
31778         Fix BUFFER_MAGNIFICATION to 2.
31779         (ccl-encode-mule-utf-16be): Likewise.
31781 2005-02-28  Kenichi Handa  <handa@m17n.org>
31783         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31784         Fix BUFFER_MAGNIFICATION to 4.
31785         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31787 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31789         * speedbar.el (speedbar-update-flag): Doc fix.
31790         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31791         argument.
31793 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31795         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31796         have a non-nil `invisible' property but are actually visible.
31798         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31799         for perldoc sections.
31800         (perl-outline-regexp, perl-outline-level): New var and function.
31801         (perl-mode): Use them.
31803 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31805         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31806         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31808 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31810         * cus-edit.el: Comment change.
31811         (custom-buffer-create-internal): Slightly reword text at top of
31812         Custom buffers.  Mention there that saving an option edits the
31813         init file.  Add link to Emacs manual node on `custom-file'.
31814         (custom-magic-alist): Rewrite individual State messages to use
31815         capitalized keywords.  Doc fix.
31817 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31819         * calendar/calendar.el (calendar-buffer): Move above
31820         calendar-week-start-day.
31821         (calendar-week-start-day): Doc fix.  Add :set function.
31822         (calendar-minimum-window-height): New variable.
31823         (generate-calendar-window): Only resize window if selected-window
31824         is displaying the calendar buffer.  Use new variable
31825         calendar-minimum-window-height.
31826         (generate-calendar): Reword error message.
31827         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31829 2005-02-27  Andreas Schwab  <schwab@suse.de>
31831         * vc.el (vc-do-command): Don't run command asynchronously when
31832         operating in a remote directory.
31834         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31835         change from sync with Tramp 2.0.47.
31837 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31839         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31841         * textmodes/flyspell.el (flyspell-mode-on):
31842         Call ispell-change-dictionary only if necessary.
31844         * emacs-lisp/re-builder.el (regexp-builder): New function.
31846         * register.el (describe-register-1): Explicitly handle
31847         yank-excluded-properties = t.
31849         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31850         (custom-magic-alist): Change the status descriptions again.
31851         (face widget-type): Total rewrite based on `restricted-sexp'
31852         to eliminate the confusing double hiding levels.
31854         * emacs-lisp/debug.el (debug-on-entry-1):
31855         If function body is empty, add nil as body form.
31857 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31859         * emacs-lisp/trace.el (inhibit-trace): New var.
31860         (trace-make-advice): Use it.
31862         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31864 2005-02-26  Kim F. Storm  <storm@cua.dk>
31866         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31867         (mouse-on-link-p, mouse-drag-region-1): Use it.
31869 2005-02-25  Lute Kamstra  <lute@gnu.org>
31871         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31873 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31875         * frame.el (blink-cursor-mode): Add :group keyword.
31877 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31879         * calendar/icalendar.el (icalendar--decode-isodatetime):
31880         New optional argument DAY-SHIFT.
31881         (icalendar-export-region): Fix coding-system-for-write.
31882         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31883         events by one.
31885 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31887         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31889 2005-02-24  Kim F. Storm  <storm@cua.dk>
31891         * international/iso-acc.el (iso-accents-compose): Fix crash
31892         during redisplay.  Call force-window-update after read-event
31893         and delete-region to signal that window is not accurate.
31895 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31897         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31898         Remove unused and inexistent var `inhibit-trace'.
31899         (debugger-mode): Use run-mode-hooks.
31900         (debugger-list-functions): Add buttons; setup xref stack.
31902 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31904         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31905         appointment says it was explicitly made.
31906         (appt-add): Set the 3rd element.
31907         (appt-make-list): Preserve explicit appointments.
31909         * subr.el (find-tag-default): Catch errors in forward-sexp.
31911 2005-02-23  Juri Linkov  <juri@jurta.org>
31913         * info.el (Info-isearch-search): New defcustom.
31914         (Info-isearch-search): Call the default isearch function
31915         when Info-isearch-search is nil.
31916         (Info-isearch-wrap): Use variable Info-isearch-search.
31918 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31920         * cus-edit.el: Comment change.
31922 2005-02-22  Kim F. Storm  <storm@cua.dk>
31924         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31925         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31927 2005-02-22  Simon Josefsson  <jas@extundo.com>
31929         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31930         New variable.
31931         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31932         Oskarsson" <myrkraverk@users.sourceforget.net>.
31934 2005-02-22  Kim F. Storm  <storm@cua.dk>
31936         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31937         check that window of that event is the selected window.
31938         (mouse-drag-region-1): Compare mouse event window to selected
31939         window before setting point.
31941         * tooltip.el (tooltip-show-help-function): Pass event to
31942         mouse-on-link-p so it can check selected window.
31944 2005-02-22  Kenichi Handa  <handa@m17n.org>
31946         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31947         (ps-mule-show-warning): New function.
31948         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31949         characters are found.
31951         * ps-print.el (ps-header-footer-string): Return a list of header
31952         and footer strings.
31954 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31956         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31958 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31960         * frame.el (blink-cursor-mode): Use define-minor-mode.
31962         * term/mac-win.el (function-key-map): Use char-names more consistently.
31963         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31964         already handled in mule-cmds.el (where it also works when mac-win.el
31965         is not used).
31967 2005-02-21  Kenichi Handa  <handa@m17n.org>
31969         * international/mule.el (ctext-pre-write-conversion): Always use
31970         " *code-converting-work*" buffer for work.
31972         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31974 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31976         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31978 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31980         * ses.el (undo-more): Restore defadvice, but only the part that
31981         allows changes outside the restricted area of the buffer.
31983 2005-02-20  Kim F. Storm  <storm@cua.dk>
31985         * simple.el (line-move): Add fourth optional arg try-vscroll which
31986         must be set to perform auto-window-vscroll.
31987         When moving backwards and doing auto-window-vscroll, automatically
31988         vscroll to the last part of lines which are taller than the window.
31989         (next-line, previous-line): Set try-vscroll arg on line-move.
31991 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31993         * replace.el (query-replace, query-replace-regexp)
31994         (replace-string, replace-regexp): When operating on region, make
31995         the minibuffer prompt say so.
31997         * isearch.el (isearch-forward): Document isearch-query-replace and
31998         isearch-query-replace-regexp keybindings.
32000 2005-02-19  Jay Belanger  <belanger@truman.edu>
32002         * calc/calc-aent.el (math-read-token): Add local variable.
32004         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32005         (calc-edit-top): Move declaration to earlier in file.
32006         (calc-edit-macro-repeats): Add local variables.
32008         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32009         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32010         calcFunc-tanh.
32011         Adjust integration rule for calcFunc-tan.
32013 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32015         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32016         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32017         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32018         (viper-skip-separators): Bug fix.
32019         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32020         particular major mode.
32021         (viper-del-backward-char-in-replace): Don't put deleted char on the
32022         kill ring.
32024         * viper-ex.el (viper-color-display-p): New function.
32025         (viper-has-face-support-p): Use viper-color-display-p.
32027         * viper-keym.el (viper-gnus-modifier-map): New keymap.
32029         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32031         * viper-util.el (viper-glob-unix-files): Fix shell status check.
32032         (viper-file-remote-p): Make equivalent to file-remote-p.
32034         * viper.el (viper-major-mode-modifier-list):
32035         Use viper-gnus-modifier-map.
32037 2005-02-19  David Kastrup  <dak@gnu.org>
32039         * subr.el (subregexp-context-p): Fix garbled doc string by adding
32040         quoting.
32042 2005-02-19  Jay Belanger  <belanger@truman.edu>
32044         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32045         Remove extra definitions.
32046         (calc-coth): New function.
32047         (calcFunc-cot): Fix `let'.
32049 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
32051         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32052         the reasons we use "type pc" in these faces.
32054         * button.el (button): Ditto.
32056 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
32058         * replace.el (query-replace-read-from): Set the value of
32059         query-replace-from-history-variable to handle the case of an empty
32060         string entered to accept the suggested default.
32062         * net/tramp.el (tramp-file-name-for-operation):
32063         Use dired-call-process instead of dired-call-process-command.
32065 2005-02-19  Jay Belanger  <belanger@truman.edu>
32067         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32068         (math-div-non-trig): New variables.
32069         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32070         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32071         (math-combine-prod, math-div-symb-fancy): Add simplifications for
32072         trig expressions.
32074 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
32076         * progmodes/gdb-ui.el (gdb-var-update-handler)
32077         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32078         for watch expressions,
32079         (gdb-var-create-handler): Don't set speedbar-update-flag.
32080         (gdb-post-prompt): Simplify test for speedbar.
32082 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32084         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32085         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32086         we use the syntax table of the correct buffer.
32087         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32088         Felix Gatzemeier.
32090         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32091         (ediff-file-remote-p): Make synonymous with file-remote-p.
32092         In all deffaces ediff-*-face-*, use min-colors.
32094         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32095         ediff-recurse-to-subdirectories.
32096         (ediff-mark-if-equal): Check that the arguments are strings, use
32097         ediff-same-contents (after to Felix Gatzemeier).
32099         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32100         nil.
32102 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32104         * log-view.el (log-view-message-re): Fix up Subversion regexp.
32106 2005-02-18  David Kastrup  <dak@gnu.org>
32108         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32109         use `mark-active' when defined.
32111 2005-02-18  Kenichi Handa  <handa@m17n.org>
32113         * ps-print.el (ps-font-info-database): New entry
32114         ZapfChancery-MediumItalic with correct font name.  Fix font name
32115         of the entry Zapf-Chancery-MediumItalic.
32117 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
32119         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32121 2005-02-16  Kim F. Storm  <storm@cua.dk>
32123         * ido.el (ido-fallback-command): Pass user input to fallback command.
32125 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
32127         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32128         (gdb-find-file-hook): Add server prefix.
32130 2005-02-16  Richard M. Stallman  <rms@gnu.org>
32132         * replace.el (perform-replace): Pass new args to replace-highlight.
32133         (replace-highlight): Take region args,
32134         and pass them to isearch-lazy-highlight-new-loop.
32136         * novice.el (disabled-command-hook): Autoload the defalias
32137         and the make-obsolete-variable call.
32139         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32141         * isearch.el (isearch-lazy-highlight-start-limit)
32142         (isearch-lazy-highlight-end-limit): New variables limit
32143         the region for highlighting.
32144         (isearch-lazy-highlight-new-loop): New args BEG and END.
32145         (isearch-lazy-highlight-search): Use the new vars.
32146         (isearch-lazy-highlight-update): Likewise.
32148         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32150         * cus-start.el (all): Use default-boundp.
32152 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
32154         * menu-bar.el (menu-bar-select-frame): Handle current frame.
32156 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
32158         * autorevert.el (auto-revert-stop-on-user-input)
32159         (auto-revert-verbose): Doc fixes.
32161 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
32163         * international/mule-cmds.el (set-locale-environment): Remove call
32164         to set-selection-coding-system on Windows.
32166 2005-02-15  Jay Belanger  <belanger@truman.edu>
32168         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32169         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32170         calcFunc-coth.
32171         (math-simplify-sqrt): Add simplifications.
32173         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32174         to list.
32176         * calc/calc-ext.el: Add functions to autoloads.
32178         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32179         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32180         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32181         (math-csc-raw, math-cot-raw): New functions.
32183         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32185         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32186         the variable name in a message.
32188         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32189         calcFunc-csc, calcFunc-cot.
32191         * calc/calcalg2.el: Add derivative and integration rules for
32192         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32193         calcFunc-csch, calcFunc-coth.
32194         (math-do-integral-methods): Add to checks for when to use
32195         substitutions.
32197         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32199 2005-02-15  Lute Kamstra  <lute@gnu.org>
32201         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32202         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32203         <monnier@iro.umontreal.ca>.
32204         (lisp-outline-level): Improve efficiency.  Suggested by David
32205         Kastrup <dak@gnu.org>.
32207 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32209         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32210         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32211         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32212         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32213         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32215 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32217         * cus-start.el (all): Comment change.
32219 2005-02-14  Lute Kamstra  <lute@gnu.org>
32221         * cus-start.el (all): Check if symbol is void.
32223 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32225         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32226         optional argument to \cite.
32228 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32230         * cus-edit.el (custom-buffer-create-internal): Update help message.
32231         (custom-magic-alist): Update help messages.
32233         * cus-start.el (all): Allow a var to specify a standard value.
32235 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32237         * custom.el (custom-theme-set-variables): Handle variable aliases.
32239         * frame.el (blink-cursor-timer): Doc fix.
32240         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32241         declare obsolete.
32242         (blink-cursor-mode): Define with defcustom and use correct
32243         standard expression in that defcustom.
32244         * startup.el (command-line): Adapt to above changes in frame.el.
32246 2005-02-11  Lute Kamstra  <lute@gnu.org>
32248         * apropos.el (apropos-score-doc): Prevent division by zero.
32250 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32252         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32253         (icalendar--get-event-property-attributes)
32254         (icalendar--get-event-properties)
32255         (icalendar--datetime-to-diary-date): New functions.
32256         (icalendar--split-value): Doc fix.
32257         (icalendar--datetime-to-noneuropean-date)
32258         (icalendar--datetime-to-european-date): New optional argument
32259         SEPARATOR.  Return result as a string instead of a list.
32260         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32261         (icalendar--convert-string-for-export): Rename arg S to STRING.
32262         (icalendar-export-region): Doc fix.  Change name of error buffer.
32263         Save output buffer.
32264         (icalendar-import-file): Add blank at end of prompt.
32265         (icalendar-import-buffer): Doc fix.  Do not switch to error
32266         buffer.  Indicate status in return value.
32267         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32268         buffer.  Save output buffer.  Handle exception from recurrence
32269         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32270         events.  Fix problems with weekly all-day events.
32272 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32274         * simple.el (eval-expression-print-format):
32275         Avoid warning about edebug-active.
32277         * help.el (help-for-help-internal): Rename from help-for-help.
32278         (help-for-help): Define with defalias.
32280         * font-core.el (font-lock-default-function): Use with-no-warnings.
32282         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32284         * custom.el (defface): Doc fix.
32286 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32288         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32289         width 0" to prevent word wrapping problems.
32291 2005-02-09  Kim F. Storm  <storm@cua.dk>
32293         * ido.el (ido-file-extensions-order): New defcustom.
32294         (ido-file-extension-lessp, ido-file-extension-aux)
32295         (ido-file-extension-order): New advanced file ordering.
32296         (ido-file-lessp): New simple file ordering.
32297         (ido-sort-list): Remove.
32298         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32299         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32301 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32303         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32304         that some versions of grep produce.
32305         (grep-mode-font-lock-keywords): Likewise.
32307 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32309         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32310         (gdb-cdir): Delete.
32311         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32312         (gdb-source-info): Treat case when source file is in another
32313         directory properly.
32314         (gdb-get-location): New function.
32316 2005-02-07  Jay Belanger  <belanger@truman.edu>
32318         * calc/calc-prog.el (calc-write-parse-table-part)
32319         (calc-fix-token-name): Fix a check for language type.
32321         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32323 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32325         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32326         as directory not writable.
32328 2005-02-07  Kim F. Storm  <storm@cua.dk>
32330         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32331         (cua--standard-movement-commands): Remove list.
32332         Instead, set CUA property value to move for movement commands.
32333         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32334         (cua--pre-command-handler): Check CUA property.
32335         (cua--init-keymaps): Don't remap undo commands.
32336         (cua-mode): Don't call cua--rectangle-on-off.
32338         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32339         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32340         (cua--rect-undo-set-point): New var.
32341         (cua--rectangle-undo-boundary): Setup undo apply entry.
32342         (cua--rect-undo-handler): New function for rectangle undo.
32343         (cua--rect-start-position, cua--rect-end-position): Add.
32344         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32345         for restored rectangle.  Set point if cua--rect-undo-set-point.
32347 2005-02-06  Jay Belanger  <belanger@truman.edu>
32349         * calc/calc-lang.el (calc-tex-language): Display more information
32350         in messages.
32352         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32353         in TeX mode.
32355 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32357         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32359 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32361         * net/ldap.el (ldap-search-internal): Support attributes with
32362         optional descriptions separated by a semi-colon, as in
32363         "userCertificate;binary".
32365 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32367         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32368         isn't a cons (i.e. the version is 0).
32370 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32372         * help.el (help-for-help): Doc fix.
32374 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32376         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32377         GDB-Windows on the menu-bar as this works better.
32379 2005-02-04  Jay Belanger  <belanger@truman.edu>
32381         * calc/calc-embed.el (calc-embedded-update): Don't put in
32382         unnecessary newlines.  Adjust the end of formula marker.
32384         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32385         (math-latex-parse-two-args): New function.
32387 2005-02-03  Lute Kamstra  <lute@gnu.org>
32389         * help-fns.el (help-with-tutorial): Make sure that users cannot
32390         remove the entire text of the tutorial by means of `undo'.
32392 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32394         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32395         in recent changes, where the ispell process was repeatedly
32396         killed & restarted.
32398         * international/mule-cmds.el (set-locale-environment): Set file-name
32399         coding system to utf-8 on Darwin systems.
32400         (set-default-coding-systems): Don't set default-file-name-coding-system
32401         on Darwin systems.
32403 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32405         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32407 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32409         * faces.el (list-faces-display): Add optional argument.
32411 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32413         * font-core.el (font-lock-default-function): Handle the rare case where
32414         only font-lock-keywords is set.
32416 2005-02-02  Kenichi Handa  <handa@m17n.org>
32418         * international/characters.el: Cancel previous change for
32419         I-WITH-DOT-ABOVE and DOTLESS-i.
32421         * international/latin-5.el: Cancel previous change.
32423 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32425         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32427 2005-02-02  Kenichi Handa  <handa@m17n.org>
32429         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32430         DOTLESS-i.
32432         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32433         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32435         * case-table.el (get-upcase-table): New function.
32436         (copy-case-table): Copy upcaes table too if non-nil.
32437         (set-case-syntax-delims): Maintain upcase table too.
32438         (set-case-syntax-pair): Likewise.
32439         (set-upcase-syntax, set-downcase-syntax): New functions.
32440         (set-case-syntax): Maintain upcase table too.
32442 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32444         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32446         * progmodes/gud.el (gud-goto-info): New function.
32447         (gud-tool-bar-map): Use correct icon.
32449 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32451         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32452         When delegating, order args in the funcall correctly.
32454 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32456         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32458 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32460         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32461         buffer not visiting a file.
32463 2005-01-31  Jay Belanger  <belanger@truman.edu>
32465         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32466         bound on the line with the formula.
32468 2005-01-31  Kim F. Storm  <storm@cua.dk>
32470         * ses.el (ses-create-cell-variable-range)
32471         (ses-destroy-cell-variable-range, ses-reset-header-string)
32472         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32473         (ses-insert-row): Fix format of apply undo entries.
32475 2005-01-31  Jay Belanger  <belanger@truman.edu>
32477         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32478         parts.
32480         * calc/calc-embed.el (calc-embedded-open-formula)
32481         (calc-embedded-close-formula): Ignore matrix environments.
32483         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32484         TeX mode.
32486         * calc/calc-lang.el (math-function-table, math-oper-table)
32487         (math-variable-table): Adjust the LaTeX portions.
32489         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32490         (math-latex-ignore-words): New constant.
32492 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32494         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32495         (ispell-local-dictionary): Doc fix.
32496         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32497         Don't reinitialize at run time.  Don't defcustom.
32498         All uses changed to append ispell-local-dictionary-alist,
32499         or check it first.
32500         (ispell-current-dictionary): New variable for dictionary in use.
32501         (ispell-dictionary): Now used only for global default.
32502         (ispell-start-process): Set ispell-current-dictionary,
32503         not ispell-dictionary.
32504         (ispell-change-dictionary): Use this only for setting
32505         user preferences.
32506         (ispell-internal-change-dictionary): New function
32507         to change the current dictionary in use.
32508         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32509         Use ispell-current-dictionary.
32510         Handle ispell-local-dictionary-overridden.
32511         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32513 2005-01-31  Jay Belanger  <belanger@truman.edu>
32515         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32517         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32518         (calc-mode-map): Add calc-latex-language.
32520         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32521         (math-latex-print-frac): New functions.
32522         (math-oper-table, math-function-table, math-variable-table)
32523         (math-complex-format, math-input-filter): Add latex properties.
32524         (calc-set-language): Set math-expr-special-function-mapping.
32526         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32527         (calc-write-parse-table-part): Add LaTeX support.
32529         * calc/calc.el (calc-language): Adjust docstring.
32530         (calc-set-mode-line): Add LaTeX support.
32531         (math-expr-special-function-mapping): New variable.
32532         (math-tex-ignore-words): Add to list.
32534         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32535         Add LaTeX support.
32536         (math-compose-expr): Add support for special functions.
32538         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32540 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32542         * progmodes/gdb-ui.el (gdb-memory-address)
32543         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32544         (gdb-memory-mode-map, gdb-memory-format-keymap)
32545         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32546         (gdb-memory-unit-menu): New variables for a buffer
32547         that lets the user examine program memory.
32548         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32549         (gdb-memory-format-binary, gdb-memory-format-octal)
32550         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32551         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32552         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32553         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32554         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32555         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32556         (gdb-memory-mode, gdb-memory-buffer-name)
32557         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32558         New functions for above buffer.
32560 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32562         * cus-edit.el (custom-bury-buffer): Function deleted.
32563         (custom-buffer-done-function): Option deleted.
32564         (custom-buffer-done-kill): New replacement option.
32565         (Custom-buffer-done): Call quit-window.
32566         (custom-buffer-create-internal): Update for above changes.
32568 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32570         * simple.el (undo-ask-before-discard): New var.
32571         (undo-outer-limit-truncate): Implement it.
32572         (undo-extra-outer-limit): Doc update.
32574 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32576         * ses.el (undo-more): Delete defadvice.
32577         (ses-begin-change): Doc fix.
32579         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32580         instead of rebinding C-x u and C-_.
32582         * files.el (normal-backup-enable-predicate): Return nil for files
32583         in /tmp, regardless of temporary-file-directory.
32585         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32587         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32588         (open-rectangle, delete-whitespace-rectangle-line)
32589         (clear-rectangle-line): If FILL, pass t instead of FILL
32590         for move-to-column's 2nd arg.
32592         * simple.el (undo): Fix the test for continuing a series of undos.
32593         (undo-more): Set pending-undo-list to t when we reach end.
32594         (pending-undo-list): Move up defvar.
32596         * wid-edit.el (widget-button-click):
32597         Shorten the range of the track-mouse binding.
32599         * comint.el (comint-insert-input): Undo previous changes;
32600         use last-input-event in interactive spec.
32602 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32604         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32605         to nil before invoking call-process.  Reset buffer's modified flag
32606         after fontifying it in the no-async branch.
32608         * wid-edit.el (widget-specify-button): If mouse pointer shape
32609         cannot be changed, use mouse face instead.
32611 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32613         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32614         (gdb-goto-breakpoint): Make breakpoint handling work on template
32615         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32616         (gdb-assembler-custom): Update to recognize breakpoint information
32617         added on 2005-01-19.
32619 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32621         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32622         (dsssl-mode): Use define-derived-mode.
32623         (scheme-mode-initialize): Remove.
32624         (scheme-mode): Use run-mode-hooks.
32626         * cus-edit.el (customize-group-other-window)
32627         (custom-buffer-create-other-window): Don't override special-display-*.
32628         (custom-mode-map): Make it dense.
32630         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32631         sets the default value.
32633 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32635         * descr-text.el: Add more keywords.
32637 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32639         * speedbar.el: Avoid unnecessary use of locate-library.
32641         * international/mule-cmds.el (standard-display-european-internal):
32642         Don't fiddle with latin-1 non-break space any more since it's now
32643         special cased in the C code.
32644         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32646 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32648         * cus-start.el (all): Add `undo-outer-limit'.
32650 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32652         * textmodes/bibtex.el (bibtex-format-entry):
32653         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32654         field lines.
32655         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32656         not on part of a buffer.
32658 2005-01-25  Lute Kamstra  <lute@gnu.org>
32660         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32661         nonempty field text strings like "{letters\\macro{}more letters}".
32662         Clarify docstring.
32663         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32664         (bibtex-entry-offset, bibtex-parse-association)
32665         (bibtex-parse-field-name): Fix typos in docstrings.
32666         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32668 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32670         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32671         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32672         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32673         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32675         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32676         isearch minor mode.
32678 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32680         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32682 2005-01-24  Lute Kamstra  <lute@gnu.org>
32684         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32685         CASECHARS and NOT-CASECHARS regular expressions of the
32686         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32687         striding over charsets" error.
32689 2005-01-24  Jay Belanger  <belanger@truman.edu>
32691         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32692         display variable name.
32694 2005-01-24  Kenichi Handa  <handa@m17n.org>
32696         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32697         Fix setting of the element of encoded-kbd-iso2022-invocations.
32699 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32701         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32702         (gdb-threads-select): Change to also accept mouse events.
32703         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32704         (gdb-threads-mouse-select): Delete.
32706 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32708         * files.el (insert-directory): Take care of empty directory,
32709         listed without -a switch.
32711 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32713         * textmodes/refill.el (refill-post-command-function):
32714         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32715         to the list of functions that we should be careful not to undo.
32716         (refill-late-fill-paragraph-function): Remove.
32717         (refill-saved-state): New var.
32718         (refill-mode): Use it to save fill-paragraph-function.
32719         Save also the value of auto-fill-function.
32721         * term/w32-win.el: Simplify code.
32723 2005-01-23  Kim F. Storm  <storm@cua.dk>
32725         * simple.el (line-move): Adapt to new return value from
32726         pos-visible-in-window-p.
32728         * simple.el (line-move): Fix last change.  Check partial
32729         visibility at point rather than at window-start.
32731 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32733         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32735 2005-01-22  David Kastrup  <dak@gnu.org>
32737         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32739 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32741         * type-break.el (type-break-mode): Add a test for
32742         type-break-file-name being non-nil.
32744 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32746         * net/eudc.el (top level): Call (message "") via progn, so that
32747         eudc-options-file is loaded.
32749 2005-01-22  Kim F. Storm  <storm@cua.dk>
32751         * simple.el (line-move-1): Rename from line-move.
32752         (line-move): New function that adjusts vscroll for partially
32753         visible rows, and calls line-move-1 otherwise.
32755 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32757         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32758         since it's not a complete read-event implementation
32760 2005-01-20  Jay Belanger  <belanger@truman.edu>
32762         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32763         for called function.
32765 2005-01-20  Steven Tamm  <steventamm@mac.com>
32767         * term/mac-win.el (process-connection-type): Remove.
32768         Controlled now by s/darwin.h:PTY_ITERATION.
32770 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32772         * window.el (handle-select-window): Don't switch window when we're
32773         in the minibuffer.
32775 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32777         * subr.el (dotimes-with-progress-reporter): New macro.
32779         * ses.el (ses-dotimes-msg): Remove macro.
32780         Use `dotimes-with-progress-reporter' instead.
32782 2005-01-19  Steven Tamm  <steventamm@mac.com>
32784         * term/mac-win.el (process-connection-type): Use new
32785         operating-system-release variable to use ptys on Darwin 7 (OS X
32786         10.3) when using carbon build.
32788 2005-01-19  Jay Belanger  <belanger@truman.edu>
32790         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32791         flags if the last command was a tab or M-tab.
32793         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32794         in formula editing buffer.
32796 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32798         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32799         breakpoint image symbol in margin.
32801 2005-01-19  Jay Belanger  <belanger@truman.edu>
32803         * calc/calc-prog.el (calc-execute-kbd-macro):
32804         Ignore calc-keep-arg-flag.
32806 2005-01-19  Kenichi Handa  <handa@m17n.org>
32808         * textmodes/ispell.el (ispell-looking-at): New function.
32809         (ispell-process-line): Use ispell-looking-at to compare the ispell
32810         output and the buffer contents.
32812 2005-01-18  Jay Belanger  <belanger@truman.edu>
32814         * calc/calc.el (calc-display-raw): Fix docstring.
32816 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32818         * simple.el (blink-matching-open): Strip extra info from syntax.
32820         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32821         funny chars in the end-of-here-doc marker.
32823 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32825         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32826         that enable/disabled state of breakpoints is shown correctly in
32827         fringe and on ttys.
32828         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32829         Add breakpoint information as text properties.
32830         (gdb-mouse-toggle-breakpoint):
32831         Rename to gdb-mouse-set-clear-breakpoint.
32832         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32833         breakpoints in the margin.
32834         (gdb-remove-strings): Simplify.
32836 2005-01-17  Jay Belanger  <belanger@truman.edu>
32838         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32839         erasing buffer.
32841 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32843         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32844         for calling grep-compute-defaults.
32846         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32847         if buffer is empty.
32849         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32851 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32853         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32855         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32856         non-preloaded variables.
32858 2005-01-17  Steven Tamm  <steventamm@mac.com>
32860         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32861         tex-shell cause to force interactivity when using pipes.
32863 2005-01-17  Kim F. Storm  <storm@cua.dk>
32865         * simple.el (just-one-space): Make arg optional.
32867 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32869         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32870         posn-at-x-y to t to access left-margin.
32872 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32874         Sync with Tramp 2.0.47.
32876         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32877         catching keep-date problems in cp/scp operations.
32878         (tramp-handle-copy-file): Don't call `set-file-modes'
32879         unconditionally.  Specialized functions should know better what is
32880         necessary.  This improves performance a little bit, and the
32881         functions could catch errors with `cp -p' and `scp -p'.
32882         (tramp-do-copy-or-rename-file-via-buffer)
32883         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32884         when appropriate.
32885         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32886         Call `set-file-modes' when appropriate.
32887         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32888         Johnsson <isak@hypergene.com>.
32889         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32890         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32891         <joakim@verona.se>.
32892         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32893         Emacs only.
32895         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32896         `find-file-hooks' and `dired-mode-hook'.
32897         (tramp-minor-mode-map): Respective map.  Add remapping for
32898         `compile' and `recompile'.
32899         (tramp-remap-command, tramp-recompile): New defuns.
32900         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32901         in buffer "*Compilation*".  Call the commands asynchronously.
32903         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32904         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32905         `shell-command', because it isn't magic in XEmacs.  Reported by
32906         Adrian Aichner <adrian@xemacs.org>.
32908         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32909         `substitute-in-file-name.
32910         (tramp-smb-handle-substitute-in-file-name): New defun.
32911         (tramp-smb-advice-PC-do-completion): Delete advice.
32913 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32915         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32916         Fix error in deleting region.
32918 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32920         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32921         In non-temp buffer, switch syntax table temporarily.
32923         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32925         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32927         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32929         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32930         (imenu--generic-function): Use START, not BEG, as pos of definition.
32932         * simple.el (just-one-space): Argument specifies number of spaces.
32934         * simple.el (eval-expression-print-format): Avoid warning
32935         about edebug-active.
32937 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32939         * progmodes/sh-script.el: Code copied from make-mode.el
32940         with small changes,
32941         (sh-mode-map): Bind C-c C-\.
32942         (sh-backslash-column, sh-backslash-align): New variables.
32943         (sh-backslash-region, sh-append-backslash): New functions.
32945 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32947         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32948         (rmail-pop-password, rmail-pop-password-required): Move to
32949         rmail-obsolete group.
32950         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32951         All callers updated.
32952         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32953         Take an argument specifying whether it is POP or IMAP mailbox we
32954         are using.  All callers updated.
32955         (rmail-pop-password-error): Rename to
32956         rmail-remote-password-error.  Added mailutils-specific error message.
32957         (rmail-movemail-search-path)
32958         (rmail-movemail-variant-in-use): New variables.
32959         (rmail-remote-password, rmail-remote-password-required):
32960         New customization variables.
32961         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32962         (rmail-parse-url): New function.
32963         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32964         with GNU mailutils movemail.
32966 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32968         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32969         suffix to space, $ or '$, to correctly position point when going
32970         to @table style constants like DBL_MAX.
32972 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32974         * type-break.el (type-break-mode, type-break-file-time)
32975         (type-break-file-keystroke-count, type-break-choose-file):
32976         Don't store data in or load data from the file if type-break-file-name
32977         is nil.
32978         (type-break-file-name): Doc update as per the above.
32980 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32982         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32983         lookup-key might return nil; handle that.
32985 2005-01-15  Alan Mackenzie  <acm@muc.de>
32987         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32988         rather than the element found, thus enabling the tree to be setcar'd.
32990 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32992         * textmodes/org.el (org-show-following-heading): New option.
32993         (org-show-hierarchy-above): Use `org-show-following-heading'.
32994         (org-cycle): Documentation fix.
32996         * textmodes/org.el (orgtbl-optimized): New option
32997         (orgtbl-mode): New command, a minor mode.
32998         (orgtbl-mode-map): New variable.
32999         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33000         (orgtbl-error, orgtbl-self-insert-command)
33001         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33003         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33004         a local variable in each org-mode buffer.
33006         * textmodes/org.el (org-set-regexps-and-options): Rename from
33007         `org-set-regexps'.  Added checking for STARTUP keyword.
33008         (org-get-current-options): Add STARTUP options.
33009         (org-table-insert-row): Make mode intelligent about when
33010         realignment is needed.
33011         (org-self-insert-command, org-delete-backward-char, org-delete-char):
33012         New commands.
33013         (org-enable-table-editor): New default value `optimized'.
33014         (org-table-blank-field): Support blanking regions if active.
33016 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33018         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33019         if the year is not given.
33021         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33022         Add new escapes %m and %M, fixed bug with %F by adding
33023         save-match-data.
33024         (reftex-reference): Remove ?. from list of spaces.
33025         (reftex-label-info): Add automatic label prefix recognition.
33027         * textmodes/reftex-index.el (reftex-index-next-phrase):
33028         Add slave parameter to call of `reftex-index-this-phrase'.
33029         (reftex-index-this-phrase): New optional argument.
33030         (reftex-index-region-phrases): Add slave parameter to call of
33031         `reftex-index-this-phrase'.
33032         (reftex-display-index): New argument redo.
33033         (reftex-index-rescan): Add `redo' to arguments of
33034         `reftex-display-index'.
33035         (reftex-index-Rescan, reftex-index-revert)
33036         (reftex-index-switch-index-tag): Add `redo' to arguments of
33037         `reftex-display-index'.
33038         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33039         indexing.  Fix bug with matching is there is a quote before or
33040         after the word.
33042         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33043         Fix bug when collecting citation keys in lines with comments.
33044         (reftex-citation): Prefix argument no longer rescans the document,
33045         but forces prompting for optional arguments of cite macros.
33046         (reftex-do-citation): Prompting for optional arguments implemented.
33048         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33049         Add optional arguments to most cite commands.
33050         (reftex-cite-cleanup-optional-args): New option
33051         (reftex-cite-prompt-optional-args): New option.
33052         (reftex-trust-label-prefix): New option.
33054         * textmodes/reftex-toc.el (reftex-toc-find-section):
33055         Add push-mark before changing the position in the buffer.
33057         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33058         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33060 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
33062         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33063         more carefully.
33065 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33067         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33068         (sgml-mode): Use it.
33069         (sgml-get-context): Better keep track of implicitly closed tags.
33071 2005-01-13  Kenichi Handa  <handa@m17n.org>
33073         * textmodes/ispell.el: These changes are to fix misalignment error
33074         caused by equivalent characters of different Emacs charsets.
33075         (ispell-unified-chars-table): New variable.
33076         (ispell-get-decoded-string): New function.
33077         (ispell-get-casechars, ispell-get-not-casechars)
33078         (ispell-get-otherchars): Call ispell-get-decoded-string.
33080 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
33082         * custom.el (custom-declare-variable): Just put symbol instead
33083         of (defvar . symbol) in `current-load-list'.
33085 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
33087         * emacs-lisp/elint.el: Fixed typo in Commentary section.
33089 2005-01-12  Jay Belanger  <belanger@truman.edu>
33091         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33092         to create a Calc summary.
33094 2005-01-12  Kim F. Storm  <storm@cua.dk>
33096         * mouse.el (mouse-on-link-p): Change functionality and doc
33097         string to comply with latest description in lisp ref.
33099 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
33101         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33102         Enable mouse clicks on mode-line, header-line and margin.
33103         (event-type): Give mouse event symbols an `event-kind' property
33104         with value `mouse-click'.
33106 2005-01-12  Juri Linkov  <juri@jurta.org>
33108         * facemenu.el (list-colors-display): Add new arg buffer-name.
33109         Use it.  Fix docstring.  Replace code for identifying duplicate
33110         colors by the name with call to `list-colors-duplicates' which
33111         identifies duplicate colors by the value unless the color
33112         is one of special Windows colors.  Set truncate-lines to t.
33113         Print sorted duplicate color names on each line.  Indent to 22
33114         \(the longest color name in rgb.txt) instead of 20.  Optimize.
33115         (list-colors-duplicates): New function.
33116         (facemenu-color-name-equal): Delete function.
33118         * facemenu.el (list-colors-print): New function created from code
33119         in list-colors-display.  Print #RRGGBB at the window right edge.
33120         (list-colors-display): When temp-buffer-show-function is not
33121         defined, call list-colors-print from temp-buffer-show-hook
33122         to get the right value of window-width in list-colors-print
33123         after the buffer is displayed.
33125         * simple.el (pop-mark): Move deactivate-mark out of conditional
33126         part to deactivate the active mark regardless of the state of the
33127         mark ring.
33129         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33130         variables line in desktop files.
33132 2005-01-12  Juri Linkov  <juri@jurta.org>
33134         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33135         Bring together isearch highlight related options.
33136         (lazy-highlight): Replace group `replace' by `matching'.
33137         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33138         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33139         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33140         and declare them obsolete.
33141         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33142         (isearch-faces): Remove defgroup.
33143         (isearch-overlay, isearch-highlight, isearch-dehighlight):
33144         Move isearch highlighting code closer to lazy highlighting code.
33146         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33147         (query-replace-highlight, query-replace-lazy-highlight)
33148         (query-replace): Move definitions to the beginning of the file.
33150 2005-01-11  Juri Linkov  <juri@jurta.org>
33152         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33153         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33154         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33156         * info.el (Info-history-forward): New variable.
33157         (Info-select-node): Reset Info-history-forward to nil.
33158         (Info-last): Turn into defalias.
33159         (Info-history-back): Rename from Info-last.
33160         Add current node to Info-history-forward.
33161         (Info-history-forward): New fun.
33162         (Info-mode-map): Replace Info-last by Info-history-back.
33163         Bind Info-history-forward to "r".
33164         (Info-mode-menu): Replace Info-last by Info-history-back.
33165         Fix menu item text.  Add menu item for Info-history-forward.
33166         (info-tool-bar-map): Replace Info-last by Info-history-back.
33167         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
33168         for Info-history-forward.
33169         (Info-mode): Replace Info-last by Info-history-back in docstring.
33170         Add local variable Info-history-forward.
33171         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33173 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33175         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33176         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33177         Ignore select-window events rather than fiddle with
33178         mouse-autoselect-window.
33180 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33182         * type-break.el (type-break-mode): Fix previous change.
33184 2005-01-10  Jay Belanger  <belanger@truman.edu>
33186         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33187         calculator; only reset when point is inside a calculator.
33188         Don't adjust the window height if the window takes up the whole height
33189         of the frame.
33191 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33193         * ebuff-menu.el (Electric-buffer-menu-mode):
33194         Preserve value of buffer-local var header-line-format.
33196 2005-01-09  Jay Belanger  <belanger@truman.edu>
33198         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33199         Make sure settings file exists before accessing it.
33201         * calc/calc-embed.el (calc-embedded-subst):
33202         Replace math-multi-subst-rec, which is only supposed to be called
33203         by math-multi-subst, by math-multi-subst.
33205 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33207         * vc.el (vc-allow-async-revert): New user option.
33208         (vc-disable-async-diff): New internal variable.
33209         (vc-revert-buffer): Use them to disable asynchronous diff.
33211         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33212         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33213         asynchronously if vc-disable-async-diff is t.
33215 2005-01-09  Jay Belanger  <belanger@truman.edu>
33217         * calc/calc.el (defcalcmodevar): New macro.
33218         (calc-mode-var-list-restore-default-values)
33219         (calc-mode-var-list-restore-saved-values): New functions.
33220         (calc-mode-var-list): Use defcalcmodevar to define it.
33221         (calc-always-load-extensions, calc-line-numbering)
33222         (calc-line-breaking, calc-display-just, calc-display-origin)
33223         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33224         (calc-group-char, calc-point-char, calc-frac-format)
33225         (calc-prefer-frac, calc-hms-format, calc-date-format)
33226         (calc-float-format, calc-full-float-format, calc-complex-format)
33227         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33228         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33229         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33230         (calc-matrix-brackets, calc-language, calc-language-option)
33231         (calc-left-label, calc-right-label, calc-word-size)
33232         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33233         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33234         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33235         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33236         (calc-window-height, calc-display-trail, calc-show-selections)
33237         (calc-use-selections, calc-assoc-selections)
33238         (calc-display-working-message, calc-auto-why, calc-timing)
33239         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33240         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33241         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33242         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33243         (calc-gnuplot-geometry, calc-graph-default-resolution)
33244         (calc-graph-default-resolution-3d, calc-invocation-macro)
33245         (calc-show-banner): Use defcalcmodevar to declare them and set
33246         their default values.
33248         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33249         instead of default values (but restore default values if there is
33250         an argument of 0).
33252 2005-01-09  David Kastrup  <dak@gnu.org>
33254         * desktop.el (desktop-restore-eager): Fix typo in type.
33256 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33258         * cus-edit.el (customize): Delete :link.
33260 2005-01-08  Jay Belanger  <belanger@truman.edu>
33262         * calc/calc.el (calc-mode): Remove the extension from the
33263         `calc-settings-file' file name when loading it.
33265 2005-01-08  Kim F. Storm  <storm@cua.dk>
33267         * info.el (Info-mode-map, Info-next-link-keymap)
33268         (Info-prev-link-keymap, Info-up-link-keymap):
33269         Map follow-link to mouse-face.
33270         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33272 2005-01-08  Jay Belanger  <belanger@truman.edu>
33274         * calc/calc.el (calc-settings-file): Change default value.
33275         Suggested by cgw in a comment in calc-mode.el.
33277         * calc/calc-mode.el (calc-settings-file-name):
33278         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33279         Replace ~/.emacs in a prompt by calc-settings-file.
33281 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33283         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33284         (desktop-lazy-idle-delay): New customizable variables.
33285         (desktop-buffer-args-list): New variable.
33286         (desktop-append-buffer-args): New function.
33287         (desktop-save): Call desktop-append-buffer-args for some buffers.
33288         (desktop-lazy-create-buffer): New function.
33289         (desktop-idle-create-buffers): New function.
33290         (desktop-read): Add message about buffers to restore lazily.
33291         (desktop-lazy-abort): New command.
33292         (desktop-clear): Call desktop-lazy-abort.
33293         (desktop-lazy-complete): New command.
33295 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33297         * emacs-lisp/find-func.el (find-face-definition):
33298         Rename from find-face.
33300 2005-01-06  Kim F. Storm  <storm@cua.dk>
33302         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33304         * man.el (Man-xref-man-page, Man-xref-header-file)
33305         (Man-xref-normal-file): Add follow-link property.
33307 2005-01-06  Jay Belanger  <belanger@truman.edu>
33309         * calc/calc-units.el: Make sure the proper macro definitions are
33310         available when compiling.
33312 2005-01-06  Juri Linkov  <juri@jurta.org>
33314         * isearch.el (isearch-lazy-highlight-update):
33315         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33317 2005-01-06  Miles Bader  <miles@gnu.org>
33319         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33320         (isearch-lazy-highlight-face): Use new name.
33322 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33324         * uniquify.el (uniquify-rationalize-file-buffer-names):
33325         Re-add an interactive spec.
33326         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33327         to the same name.
33329         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33330         (isearch-update, isearch-done): Adjust calls accordingly.
33332 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33334         * custom.el (custom-set-variables, custom-theme-set-variables):
33335         Clarify documentation.
33337         * emacs-lisp/find-func.el (find-variable)
33338         (find-variable-other-window, find-variable-other-frame):
33339         Fix the TYPE args to find-function-read and find-function-do-it.
33340         (find-function): Doc fix.
33341         (find-function-at-point): Replace function-at-point alias.
33343 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33345         * cus-face.el (custom-declare-face):
33346         Record defface in current-load-list.
33348         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33350         * emacs-lisp/find-func.el: Doc fixes.
33351         (find-face-regexp): New variable.
33352         (find-function-regexp-alist): New variable.
33353         (find-function-C-source): Third arg is now TYPE.
33354         (find-function-search-for-symbol): Handle general TYPE.
33355         (find-function-read, find-function-do-it): Handle general TYPE.
33356         (find-definition-noselect, find-face): New functions.
33357         (function-at-point): Alias deleted.
33359 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33361         * battery.el (display-battery-mode): Rename from display-battery.
33362         Handle the case where it gets turned off.
33364 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33366         * cus-edit.el (customize): Make :link point to user doc.
33368         * man.el (Man-fontify-manpage): Turn off undo generation.
33370         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33372 2005-01-04  Andreas Schwab  <schwab@suse.de>
33374         * files.el (insert-directory): Only look for error lines in
33375         inserted text.  Don't move too far after processing --dired markers.
33377 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33379         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33380         Don't expand if the character is @, period, dash, etc.
33381         (define-mail-abbrev): Quote names that contain problem characters.
33383 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33385         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33387 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33389         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33390         (query-replace-highlight, query-replace-lazy-highlight)
33391         (query-replace): Definitions moved up.  Doc fix.
33393 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33395         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33396         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33397         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33398         (lazy-highlight-face): Rename from isearch-lazy-...
33399         Change all references to them.
33401 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33403         * cus-edit.el (custom-file): Doc fix for defcustom.
33404         (custom-file): The function no longer sets the variable
33405         `custom-file' to its return value.
33407         * startup.el (command-line): No longer load `custom-file'.
33409 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33411         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33413         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33414         Don't confuse module-prefixed identifiers for labels.
33415         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33417 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33419         * files.el (basic-save-buffer-1): Fix previous change.
33421         * loadhist.el (file-loadhist-lookup): New function.
33422         (file-provides, file-requires): Use it.
33424         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33425         instead of calculating the right size.
33427 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33429         * vc-svn.el (vc-svn-diff): Stay local if possible.
33431 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33433         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33435         * files.el (hack-local-variables): Fix last change.
33437 2005-01-02  Jay Belanger  <belanger@truman.edu>
33439         * calc/calc-yank.el (calc-edit-top): New variable.
33440         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33441         object.  Change header properties.
33442         (calc-edit-finish, calc-edit-finish-stack-object)
33443         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33444         edited object.
33445         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33446         for the beginning of the edited object.
33447         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33448         for the beginning of the edited object.
33449         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33450         (calc-finish-formula-edit, calc-macro-repeats)
33451         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33452         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33453         beginning of the edited object.
33454         (calc-user-define-edit): Change the header for editing macros.
33455         Remove unnecessary variable.
33457 2005-01-01  Jay Belanger  <belanger@truman.edu>
33459         * calc/calc-yank.el (calc-edit-mode): Change default header.
33460         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33461         * calc/calc-store.el (calc-edit-variable): Change title to match new
33462         header.
33463         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33464         mode to match new header.
33465         (calc-user-define-edit): Change titles to include names of commands.
33466         (calc-finish-formula-edit): Adjust to handle new header.
33467         (calc-finish-macro-edit): Remove.
33468         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33469         (calc-edit-macro-command, calc-edit-macro-command-type)
33470         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33471         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33472         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33473         (calc-edit-macro-finish-edit): New functions.
33474         (calc-user-define-edit): Use new functions to edit named calc macros.
33476 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33478         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33480         * ses.el (copy-region-as-kill): Deactivate mark.
33482 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33484         * replace.el (occur-1): If the output buffer is also an input,
33485         don't kill it, rename it.
33487         * faces.el (set-face-background, set-face-foreground): Doc fix.
33489         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33490         for :foreground and :background.
33492         * dired.el (dired-view-command-alist): Variable deleted.
33493         (dired-view-file, dired-mouse-find-file-other-window):
33494         Delete the code to use it.
33496 2005-01-01  Kim F. Storm  <storm@cua.dk>
33498         * image.el (insert-sliced-image): Use t for line-height property.
33500 See ChangeLog.11 for earlier changes.
33502 ;; Local Variables:
33503 ;; coding: iso-2022-7bit
33504 ;; add-log-time-zone-rule: t
33505 ;; End:
33507     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33509   This file is part of GNU Emacs.
33511   GNU Emacs is free software; you can redistribute it and/or modify
33512   it under the terms of the GNU General Public License as published by
33513   the Free Software Foundation; either version 2, or (at your option)
33514   any later version.
33516   GNU Emacs is distributed in the hope that it will be useful,
33517   but WITHOUT ANY WARRANTY; without even the implied warranty of
33518   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33519   GNU General Public License for more details.
33521   You should have received a copy of the GNU General Public License
33522   along with GNU Emacs; see the file COPYING.  If not, write to the
33523   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33524   Boston, MA 02110-1301, USA.
33526 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1