(vc-find-root): Stop searching when the user changes.
[emacs.git] / lisp / ChangeLog
blob298684782ed7732e7dece58e6eed2d76039782e6
1 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7         * progmodes/python.el (python-font-lock-keywords)
8         (python-open-block-statement-p, python-mode): Add support for the new
9         "with" keyword.
11 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
14         the exact opposite of diff-goto-source.
16         * emacs-lisp/advice.el (ad-special-forms): Remove.
17         (ad-special-form-p): Use subr-arity.
19         * newcomment.el (comment-search-forward): Make sure we search forward.
20         (comment-enter-backward): Try and distinguish the non-matching case at
21         EOB from the non-matching case with a missing comment-end-skip for
22         a 2-char comment ender.
23         (comment-choose-indent): New function extracted from comment-indent.
24         Improve the alignment algorithm.
25         (comment-indent): Use it.
27         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
28         XML style Processing Instructions.
29         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
30         (sgml-calculate-indent): Handle `pi' context.
32         * vc.el: Ensure that update-changelog issues an error when used with
33         a backend that does not implement it.
34         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
35         Remove `backend' argument.  Use expand-file-name.
36         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
38         * progmodes/python.el (python-end-of-block): Revert last change.
39         (python-end-of-statement): Make sure we move *forward*.
41 2007-05-08  David Reitter  <david.reitter@gmail.com>
43         * progmodes/python.el (python-guess-indent): Check non-nullness
44         before comparing indent against the 2..8 interval.
46 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
48         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
49         available.
51 2007-05-06  Richard Stallman  <rms@gnu.org>
53         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
55 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
58         rather than storing their value in the revert-buffer function.
60 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
62         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
63         when disabling t-mouse-mode.
65 2007-05-01  Davis Herring  <herring@lanl.gov>
67         * calendar/timeclock.el: Update version number.
68         (timeclock-modeline-display): Mention timeclock-use-display-time
69         in explanatory message.
70         (timeclock-in): Fix non-interactive workday specifications.
71         (timeclock-log): Don't kill the log buffer if it already existed.
72         Suppress warnings when finding the log.  Don't check for a nil
73         project twice.  Run hooks after killing the buffer (if applicable).
74         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
75         was geometric).  All uses changed.
76         (timeclock-generate-report): Support prefix argument.
78 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
80         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
81         disconnections.
83 2007-05-01  Romain Francoise  <romain@orebokech.com>
85         * dired-x.el: Revert 2007-04-06 change.
87 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
89         * find-dired.el (find-dired-filter): Propertize all text down to eob.
91 2007-04-29  Richard Stallman  <rms@gnu.org>
93         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
95 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * progmodes/cc-mode.el (c-before-change): Use point-min rather
98         than 1.
100 2007-04-28  Richard Stallman  <rms@gnu.org>
102         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
104 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
106         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
107         don't put stop on toolbar.
109 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
113 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
115         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
116         instead of $(lisp)/mh-e.
118 2007-04-28  Glenn Morris  <rgm@gnu.org>
120         * image-dired.el (image-dired-cmd-create-thumbnail-options)
121         (image-dired-cmd-create-temp-image-options): Replace option
122         +profile "*" with -strip.
124 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
126         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
127         Use window-start and window-end.
129 2007-04-27  Andreas Schwab  <schwab@suse.de>
131         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
133 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
135         * textmodes/fill.el (fill-paragraph): Doc fix.
137 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
139         * locate.el (locate-in-alternate-database): Doc fix.
141 2007-04-26  Glenn Morris  <rgm@gnu.org>
143         * button.el (button): Use underline if supported, else fall back
144         to color.
146         * version.el (emacs-version): Increase to 22.1.50.
148 2007-04-25  Richard Stallman  <rms@gnu.org>
150         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
152 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
154         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
155         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
156         pushing mark.
157         (idlwave-current-routine): Don't push mark.
159 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
161         * image-dired.el (image-dired-display-image): Derive image-type from
162         filename rather than assuming jpeg, in case no resizing was needed.
164 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
166         * custom.el (defface): Doc fix.
168 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
170         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
171         Don't re-query for each cleared BP.
172         (idlwave-shell-clear-bp): Optionally skip BP query.
173         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
174         of set-window-buffer, which incorrectly moves displayed region.
176 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
178         * calc/calc.el (calc-bug-address): Update maintainer's address.
179         * calc/*: Update maintainer's address.
181 2007-04-23  Richard Stallman  <rms@gnu.org>
183         * simple.el (set-mark-command-repeat-pop): Doc fix.
184         Put in `editing-basics' group.
186 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
188         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
189         New functions.
190         (Info-mode-line-node-keymap): Bind mouse commands to
191         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
193 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
195         * locate.el (locate-local-prompt): New var.
196         (locate-prompt-for-command): Doc fix.
197         (locate-prompt-for-search-string): New function.
198         (locate): New optional arg.  Make locate-local-prompt
199         buffer-local.  Use locate-prompt-for-search-string.
200         (locate-with-filter): New optional arg.
201         Use locate-prompt-for-search-string.
202         (locate-update): Bind locate-prompt-for-command.
204 2007-04-23  Glenn Morris  <rgm@gnu.org>
206         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
208 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
210         * button.el (button): Inherit from link face on a tty.
212 2007-04-23  Glenn Morris  <rgm@gnu.org>
214         * button.el (button): Use color for this face on a tty.
216         * files.el (magic-mode-alist): Allow for carriage-returns in
217         html-mode and sgml-mode entries.
219 2007-04-22  Richard Stallman  <rms@gnu.org>
221         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
222         Improve doc string of generated command.
224         * subr.el (read-number): Catch errors.
226         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
228 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
230         * image-dired.el: Rename from thumbnails.el.  All instances of
231         "thumbnails" replaced with "image-dired".
233         * dired.el (dired-mode-map): Rename "thumbnails" again, to
234         "image-dired".
236 2007-04-22  Kim F. Storm  <storm@cua.dk>
238         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
239         Don't use kill-line.
241 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
243         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
244         error message.
246 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
248         * dired.el: Rename "tumme" to "thumbnails".
250         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
251         replaced with "thumbnails".
253 2007-04-22  Glenn Morris  <rgm@gnu.org>
255         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
256         and give it the risky-local-variable property.
258         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
259         before defining it.
261 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
263         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
264         Use delete-region instead of kill-line.
266 2007-04-21  Alan Mackenzie  <acm@muc.de>
268         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
269         `kill-region' by `delete-region'.
271 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
273         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
274         instead of kill-region.
276         * progmodes/mantemp.el (mantemp-make-mantemps-region)
277         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
278         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
279         and kill-line.
281         * progmodes/vhdl-mode.el (vhdl-template-type)
282         (vhdl-template-record, vhdl-template-nature)
283         (vhdl-template-configuration-spec, vhdl-template-component-inst)
284         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
285         Use delete-region instead of kill-word and kill-line.
287 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
289         * dired-x.el (dired-virtual-mode): Doc fix.
291 2007-04-21  Richard Stallman  <rms@gnu.org>
293         * font-lock.el (font-lock-keywords-alist): Mark as risky.
295         * subr.el (read-number): Doc fix.
297         * simple.el (pop-to-mark-command): Display message "mark popped"
298         if point does not move.
299         (set-mark-command): Doc fix.
301 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
303         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
304         (locate-local-filter, locate-local-search): New vars.
305         (locate): Make variables local.
306         (locate-update): Bind locate-buffer-name.  Call locate using
307         locate-local-filter and locate-local-search.
309 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
311         * hi-lock.el (hi-lock-file-patterns-policy): New var.
312         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
313         (hi-lock-mode): Update docstring.
315 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
318         fill-nobreak-predicate when the break is past fill-column.
320 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
322         * locate.el (locate): Output from shell-command should go in the
323         current buffer rather than *Shell Command Output*.
325 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
327         * paren.el (show-paren-function): Fix last fix.
329 2007-04-19  Kevin Ryde  <user42@zip.com.au>
331         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
332         (archive-lzh-summarize): Add optional start arg for where to start
333         looking at the archive.
334         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
336         * international/mule.el (auto-coding-alist): no-conversion for .exe
337         and .EXE.
339 2007-04-19  Alan Mackenzie  <acm@muc.de>
341         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
342         function return type contains "struct", "union", etc.
343         c-end-of-defun goes too far forward.
345 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
347         * paren.el (show-paren-function): Reset window-start to avoid
348         recentering.
350 2007-04-19  Glenn Morris  <rgm@gnu.org>
352         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
354 2007-04-18  Glenn Morris  <rgm@gnu.org>
356         * calendar/diary-lib.el (diary-header-line-format): Add a custom
357         :set function.
358         (diary-list-entries): Only switch to diary-mode from
359         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
360         diary-mode set header-line-format, in case of any customization.
362 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
364         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
365         is less than the length of parse-time-syntax.
367 2007-04-17  David Kastrup  <dak@gnu.org>
369         * replace.el (query-replace-regexp-eval): Deprecate.
371 2007-04-17  Alan Mackenzie  <acm@muc.de>
373         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
374         point too close to EOB, leave point at EOB rather than last `}'.
376 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
378         * textmodes/bibtex.el (bibtex-include-OPTkey)
379         (bibtex-user-optional-fields, bibtex-entry-field-alist):
380         Fix defcustom.
382 2007-04-17  Glenn Morris  <rgm@gnu.org>
384         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
385         be encoded, fall back to current year.
387 2007-04-14  Kevin Ryde  <user42@zip.com.au>
389         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
390         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
391         M "MSDOS".
393 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
395         * progmodes/python.el (python-end-of-block): Avoid looping forever
396         if python-next-statement fails.
398 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
400         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
402 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
404         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
405         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
407 2007-04-15  Jay Belanger  <belanger@truman.edu>
409         * calc/calc.el (calc-version): New function.
410         (calc-trail-mode): Shorten the title.
412 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
414         * mail/footnote.el (footnote-style): Clarify docstring to state
415         that customizing this only applies to future footnotes.
417 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
419         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
420         (bibtex-make-field): Check that INIT is a string. Use functionp.
422 2007-04-14  Glenn Morris  <rgm@gnu.org>
424         * complete.el (PC-goto-end): New buffer-local variable.
425         (PC-do-completion-end): Make buffer-local.
426         (partial-completion-mode) <choose-completion-string-functions>:
427         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
428         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
429         doc string.  Set PC-goto-end for choose-completion.
430         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
431         PC-do-completion.
433         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
434         arg to bibtex-make-field.
435         (bibtex-make-field): Add optional fourth arg NODELIM.
436         Insert delimiters around INIT unless this arg is non-nil.
438 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
440         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
441         global map isn't modified
443 2007-04-14  Glenn Morris  <rgm@gnu.org>
445         * calendar/appt.el (appt-disp-window): Do not split small windows.
446         Suggested by Jeff Miller <jmiller@cablespeed.com>.
448 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
450         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
452         * files.el: Ditto.
454 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
456         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
458         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
459         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
460         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
461         (term-pager-help): Fix typos in docstrings.
463         * wid-edit.el (widget-documentation): Fix typo in docstring.
465         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
466         Fix typos in error messages.
468 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
470         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
471         window marked as dedicated.
473         * mail/footnote.el (footnote-latin-string): New variable.
474         (footnote-latin-regexp): Redefine as regexp alternative.
475         (Footnote-latin): Use footnote-latin-string instead of
476         footnote-latin-regexp.
478 2007-04-13  Glenn Morris  <rgm@gnu.org>
480         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
481         inherited keymaps.
483 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
485         * outline.el (outline-get-next-sibling): Clarify docstring.
486         (outline-get-last-sibling): Handle case where we are at the first
487         heading.  Clarify docstring.
489 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
491         * progmodes/gud.el (gud-minor-mode-map): Make go button same
492         length as stop button to lessen flicker.
493         (jdb): Add gud-print.
494         (gud-find-expr): Jdb prints the expression with the value, so
495         don't insert it in the output.
497 2007-04-11  Jason Rumney  <jasonr@gnu.org>
499         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
500         case hex.  Do not try to decode non-hex letters.
502 2007-04-11  Markus Triska  <markus.triska@gmx.at>
504         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
505         (byte-optimize-backward-word): Remove (move to bytecomp.el).
506         (byte-optimize-form-code-walker): Evaluate pure function calls if
507         possible.
508         (byte-optimize-all-constp): New function.
510         * emacs-lisp/bytecomp.el (byte-compile-char-before):
511         Improve numeric argument case.
512         (byte-compile-backward-char, byte-compile-backward-word):
513         New functions, performing rewriting previously done in byte-opt.el.
514         Fix their "Fixme" item (restriction to numeric arguments).
516 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
519         with dolist.
520         (after-init-hook): Don't quote lambda.
521         (desktop-first-buffer): Don't wrap it in eval-when-compile.
522         (desktop-internal-v2s): Remove unused var `el'.
523         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
524         desktop-restore-file-buffer.
525         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
526         desktop-create-buffer.
528 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
530         * woman.el (woman-decode-buffer): Postpone macro-set check...
531         (woman-decode-region): ...to here.
533 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
535         * startup.el (tty-handle-args): Use %S to log ARGS.
537 2007-04-10  Glenn Morris  <rgm@gnu.org>
539         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
540         it is obsolete and has no effect.
542         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
543         byte-compiler.
545         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
546         obsolete function make-local-hook.
548         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
549         start to quieten byte-compiler.
551 2007-04-10  Markus Triska  <markus.triska@gmx.at>
553         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
554         to bytecomp.el as byte-compile-char-before).
555         * emacs-lisp/bytecomp.el (byte-compile-char-before):
556         New function (modified replacement for byte-optimize-char-before in
557         byte-opt.el).
559 2007-04-09  Alan Mackenzie  <acm@muc.de>
561         * startup.el (inhibit-splash-screen): Emphatically state that it
562         can't be set in site-start.el.
564 2007-04-09  Masatake YAMATO  <jet@gyve.org>
566         * progmodes/cc-subword.el (c-capitalize-subword): More closely
567         mimic the behavior of `capitalize-word'.  Do not move point with a
568         negative argument.  Based on tiny change by Paul Curry.
570 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
572         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
573         Don't move point if ARG is negative.
575 2007-04-09  Alan Mackenzie  <acm@muc.de>
577         Changes to make `narrow-to-defun' and `mark-defun' work properly
578         in CC Mode:
580         * progmodes/cc-defs.el (c-beginning-of-defun-1):
581         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
582         Bind beginning/end-of-defun-function to nil around calls to
583         beginning/end-of-defun.
585         * progmodes/cc-langs.el (beginning-of-defun-function)
586         (end-of-defun-function): New c-lang-setvar's.
588         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
589         (setq arg 1))" to enable non-interactive call.
591 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
593         * simple.el (set-mark-command): Doc fix.
595 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
597         * progmodes/gud.el (gdb): Restore existing session if user
598         tries to start a second one in graphical mode.
600 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
602         * cus-start.el <scroll-preserve-screen-position>: Add choices.
604 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
606         * term/xterm.el (terminal-init-xterm): Fix key definitions.
607         Add binding for C-M-SPC.
609 2007-04-08  Richard Stallman  <rms@gnu.org>
611         * pcomplete.el (pcomplete-read-event): One single definition,
612         and not a defsubst.
614 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
616         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
617         byte-compiler warning "value unused".
619 2007-04-08  Andreas Schwab  <schwab@suse.de>
621         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
623 2007-04-07  Glenn Morris  <rgm@gnu.org>
625         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
626         Autoload these functions.
627         (diary-date-forms): Add a custom :set form.
629         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
630         before first use.
631         (diary-font-lock-keywords): New function with old code for
632         initialization of variable of same name.
634 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
636         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
637         clean-up: only insert space when on identifier, etc.
639 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
641         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
643         * net/tls.el (open-tls-stream): Properly handle case where there
644         is no associated buffer.
646 2007-04-07  Glenn Morris  <rgm@gnu.org>
648         * ffap.el (ffap-file-at-point): Lower the priority of the
649         ffap-ftp-sans-slash-regexp check.
651 2007-04-06  Alan Mackenzie  <acm@muc.de>
653         Fix fontification of labels, and other things with ":".
655         * progmodes/cc-engine.el (c-forward-label): The function now
656         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
657         the former t.
659         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
660         new return code from c-forward-label, fontifying tokens properly.
661         Add some general comments throughout the file.
663 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
665         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
666         Revert 2006-01-27 change.
668         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
670         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
672         * desktop.el (desktop-create-buffer, desktop-save):
673         Revert 2004-11-12 change for lack of copyright papers.
675         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
676         (dired-guess-default): Respect case.
678         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
680         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
681         was originally checked in as byte-optimize-concat on 1997-11-02.
683         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
684         1995-05-19 doc changes.
686 2007-04-06  Kim F. Storm  <storm@cua.dk>
688         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
689         (unload-feature): Update interactive spec accordingly.
691         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
693 2007-04-06  John Paul Wallington  <jpw@pobox.com>
695         * subr.el (with-case-table): Use `make-symbol' to avoid variable
696         capture.  Restore the table in the same buffer.
698         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
700 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
702         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
703         Print entire form.
705 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
707         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
708         for low-color displays.
710 2007-04-05  Glenn Morris  <rgm@gnu.org>
712         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
713         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
714         Seed random number generator on loading.
716         * emacs-lisp/authors.el (top-level): Provide self.
718         * play/animate.el (top-level): Provide self.
720 2007-04-04  Alan Mackenzie  <acm@muc.de>
722         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
723         to mention c-syntactic-indentation.
725 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
727         * subr.el (with-case-table): New macro.
729         * international/mule.el (ascii-case-table): New var.
731         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
732         downcasing.
734 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
736         * progmodes/gud.el (gud-minor-mode-map): Simplify.
738         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
739         of the window if we're outside it e.g menu-bar.
741         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
742         window if we're outside it e.g menu-bar.
744 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
746         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
747         decode base-64 encoded body if its content-type is something other
748         than text/* or message/*.
750 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
752         * simple.el (activate-mark-hook): Fix typo in docstring.
754 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
756         * tmm.el (tmm-c-prompt): Initialize.
757         (tmm-menubar): Deal with extended menu-items at top level.
758         (tmm-get-keybind): Handle bindings redefined/undefined locally.
759         (tmm-prompt): Handle visibility of top level menu-items.
761         * progmodes/gud.el (gud-menu-map): Simplify.
762         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
763         menubar.
765 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
767         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
769         * comint.el (comint-send-input): Widen the buffer first.
771         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
773 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
776         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
778         * newcomment.el (comment-search-forward): Discard comment starters
779         before point.
781 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
783         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
785 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
787         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
788         when downcasing.
790         * button.el (previous-button): Rewrite to account for adjacent buttons.
792 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
794         * progmodes/idlwave.el (idlwave-auto-fill):
795         Revert paragraph-separate change.
797         * progmodes/idlw-shell.el (idlwave-shell-break-in):
798         Simplify module calc.
799         (idlwave-shell-set-bp-in-module): Compute module.
801 2007-03-31  Glenn Morris  <rgm@gnu.org>
803         * emacs-lisp/timer.el (run-at-time): Doc fix.
805         * emacs-lisp/warnings.el (display-warning): If we create the
806         buffer displaying the warning, disable undo there.
808 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
810         * net/tramp.el (tramp-register-file-name-handler)
811         (tramp-register-completion-file-name-handler): New defsubst,
812         derived from `tramp-register-file-name-handlers'.  The split is
813         necessary because Tramp's file name handlers must be registered at
814         different startup places.
816 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
818         * progmodes/hideshow.el (turn-off-hideshow): New function.
819         (hs-minor-mode): Use it instead of a lambda expression in
820         change-major-mode-hook.
822 2007-03-31  David Kastrup  <dak@gnu.org>
824         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
825         corresponding to MANPATH_MAP entries.
826         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
827         (woman-parse-man.conf): Use more discriminating man.conf name.
828         (woman-parse-man.conf): Parse MANPATH_MAP entries.
829         (woman-manpath): Doc fix and type fix.
830         (woman-cached-data): Check for MANPATH_MAP entries.
831         (woman-expand-directory-path): Treat MANPATH_MAP entries.
833 2007-03-31  Stuart Herring  <herring@lanl.gov>
835         * emacs-lisp/sregex.el (sregexq): Doc fix.
837 2007-03-31  Markus Triska  <markus.triska@gmx.at>
839         * flymake.el (flymake-err-line-patterns): Doc fix.
841 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
843         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
844         Move to the right.
846 2007-03-30  Alan Mackenzie  <acm@muc.de>
848         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
850 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
852         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
853         Use it, passed in explicitly, instead of from the dynamic binding.
854         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
856 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
858         * simple.el (blink-matching-open): When in minibuffer, don't
859         search for a match inside the prompt.
861 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
863         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
864         (tmm-prompt): Don't make the mouse user select the first menu
865         item twice.
867 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
869         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
870         SIGUSR1 and SIGUSR2.
872 2007-03-29  Kim F. Storm  <storm@cua.dk>
874         * ido.el (ido-read-internal): When reading file or dir, only override
875         minibuffer-local-filename-completion-map, otherwise only override
876         minibuffer-local-completion-map.
878 2007-03-29  Glenn Morris  <rgm@gnu.org>
880         * complete.el (partial-completion-mode): Set PC-do-completion-end
881         to nil after use.
882         (PC-lisp-complete-symbol): Create and use a marker at `end',
883         rather than using point-marker.
885 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
887         * simple.el (next-error-highlight): Doc fix.
888         (compose-mail): Revert 2007-03-19 change.
890 2007-03-28  Richard Stallman  <rms@gnu.org>
892         * emacs-lisp/edebug.el (edebug-display): Don't go to
893         edebug-outside-buffer if it is dead.
895 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
897         * view.el (view-mode): Fix typos in docstring.
899 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
901         * recentf.el (recentf-save-file): Add a custom :set function.
903 2007-03-28  Glenn Morris  <rgm@gnu.org>
905         * complete.el (PC-do-completion-end): New variable.
906         (partial-completion-mode) <choose-completion-string-functions>:
907         Use PC-do-completion-end in the non-minibuffer case to replace the
908         correct amount of text.
909         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
910         (PC-lisp-complete-symbol): Give marker the after-insertion type,
911         to deal with improvements inserted after point.
913 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * button.el (make-text-button): Add explicit `button' property.
916         (default-button): Don't put a `button' property on it.
918         * progmodes/python.el (python-mode): Skip comments when parsing.
920         * vc-arch.el (vc-with-current-file-buffer): New macro.
921         (vc-arch-file-source-p): Use it to avoid infloop.
923 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
925         * emacs-lisp/lisp.el (lisp-complete-symbol):
926         Fix call to get-buffer-window to find windows in other frames.
928 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * comint.el (comint-proc-query, comint-dynamic-list-completions):
931         Fix calls to get-buffer-window to find windows in other frames.
932         Reported by David Hansen <david.hansen@gmx.net>.
934 2007-03-27   Kevin Ryde  <user42@zip.com.au>
936         * info.el (Info-display-images-node): On a text-only terminal,
937         show the "text" or "alt" parts of the image blobs.
939 2007-03-27  Glenn Morris  <rgm@gnu.org>
941         * complete.el (PC-do-completion): Compute completion-base-size in
942         the non-filename case, rather than setting to nil.
943         (PC-lisp-complete-end): New variable.
944         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
945         original end in a series of consecutive invocations.
947         * calendar/calendar.el (calendar-mode-hook): Declare it.
949         * calendar/diary-lib.el (diary-live-p): Do not check for
950         diary-selective-display.
952 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * replace.el (occur-next-error): *Occur* might not be displayed in the
955         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
957 2007-03-26  Richard Stallman  <rms@gnu.org>
959         * textmodes/flyspell.el (flyspell-large-region):
960         Use ispell-call-process-region.
962 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
964         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
965         Use prin1 instead of princ.
967 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
969         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
970         Merge in X resources before global face.
972         * progmodes/compile.el (compilation-start): Save compilation-directory
973         rather than default-directory as local var.
974         (compilation-directory): Mark as safe local var.
976         * files.el: Don't mark default-directory as a safe local var.
978 2007-03-25  Alan Mackenzie  <acm@muc.de>
980         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
981         * progmodes/cc-engine.el: Fix typo.
983 2007-03-25  Juri Linkov  <juri@jurta.org>
985         * compare-w.el (compare-windows): Rename customization group
986         `compare-w' to `compare-windows'.
987         (compare-windows-whitespace, compare-ignore-whitespace)
988         (compare-ignore-case, compare-windows-sync)
989         (compare-windows-sync-string-size, compare-windows-recenter)
990         (compare-windows-highlight, compare-windows): Change group name in
991         the `group' tag from `compare-w' to `compare-windows'.
992         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
994 2007-03-24  Markus Triska  <markus.triska@gmx.at>
996         * expand.el: Change example to always enable abbrev-mode,
997         and remove redundant `function'.
998         (expand-abbrev-hook): Add autoload cookie.
1000 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
1002         * emacs-lisp/testcover.el (testcover-start, testcover-end)
1003         (testcover-mark-all, testcover-unmark-all): Add prompts to
1004         interactive specs.
1006 2007-03-24  Jason Rumney  <jasonr@gnu.org>
1008         * autorevert.el (find-file-hook, auto-revert-tail-mode):
1009         Use file size in bytes for auto-revert-tail-pos not characters.
1011 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
1013         * vc-rcs.el (vc-rcs-annotate-command):
1014         Set text property :vc-annotate-prefix on the annotation text.
1015         (vc-rcs-annotate-time): Instead of searching for ": ",
1016         search for end of text propertized with :vc-annotate-prefix.
1018 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
1020         * whitespace.el (top level): Remove calls putting
1021         permanent-local nil property since these are no-ops.
1023         * man.el (Man-support-local-filenames): Assure that
1024         default-directory exists when doing call-process.
1026 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
1028         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1029         Fix omission bug: Use m4-program-options to construct shell command.
1031 2007-03-23  David Kastrup  <dak@gnu.org>
1033         * progmodes/cc-mode.el (c-make-emacs-variables-local):
1034         Use `mapcar' rather than `mapcan' to silence compiler warning.
1036 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
1038         * textmodes/reftex.el, textmodes/reftex-vars.el,
1039         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1040         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1041         * textmodes/reftex-index.el, textmodes/reftex-global.el,
1042         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1043         * textmodes/reftex-auc.el: Add maintainer address.
1045 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
1047         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1048         Make sure that `global-font-lock-mode' does not turn on font-lock
1049         in these buffers.
1051 2007-03-21  Kim F. Storm  <storm@cua.dk>
1053         * xt-mouse.el (xt-mouse-epoch): New variable.
1054         (xterm-mouse-event): Use float-time.
1056 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
1058         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1059         current-time.
1061 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * complete.el (read-file-name-internal): Don't add the final > if the
1064         completion is not finished (re-application of this patch, which was
1065         accidentally undone by Eli).
1067 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
1069         * emulation/viper.el (viper-non-hook-settings): Handle mouse
1070         clicks in describe-key and describe-key-briefly advice a little better.
1072 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
1074         * server.el (server-process-filter): Cancel any pending isearch.
1076 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
1078         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1079         (icalendar--get-unfolded-buffer): Define actual arguments rather
1080         than just using &rest.  Check replace-in-string is fbound.
1081         (icalendar-import-buffer): Doc fix.
1082         (icalendar--convert-ical-to-diary): Set diary-file.
1083         Check diary-file before inserting final newline.
1084         (icalendar--add-diary-entry): Return diary-file.
1086 2007-03-21  Glenn Morris  <rgm@gnu.org>
1088         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1089         (diary-display-hook): Add custom :set function.
1091         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1092         Add custom :set function.
1093         (diary-header-line-format): Doc fix.
1094         (diary-set-maybe-redraw): New function.
1095         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1096         (diary-list-entries): Always run diary-mode.
1098 2007-03-20  Kenichi Handa  <handa@m17n.org>
1100         * international/quail.el (quail-setup-completion-buf): Make the
1101         completion buffer read-only.
1102         (quail-completion): Adjusted for the above change.  Leave the
1103         modified flag nil.
1105 2007-03-20  David Kastrup  <dak@gnu.org>
1107         * files.el (magic-mode-alist): Require literal "%!PS" string for
1108         magic postscript file detection.
1110 2007-03-20  Richard Stallman  <rms@gnu.org>
1112         * textmodes/ispell.el (ispell-call-process): New function.
1113         Defends against bad `default-directory.'
1114         (ispell-check-version, ispell-find-aspell-dictionaries)
1115         (ispell-get-aspell-config-value, lookup-words): Call it.
1116         (ispell-call-process-region): New function.
1117         (ispell-send-string): Call it.
1119 2007-03-20  Andreas Schwab  <schwab@suse.de>
1121         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1122         (finder-data): Likewise.
1123         (autoloads): Likewise.
1125 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
1127         * files.el (basic-save-buffer): Do not set visited filename when
1128         the corresponding directory does not exist or the specified
1129         filename is that of an existing directory.
1131 2007-03-20  Glenn Morris  <rgm@gnu.org>
1133         * calendar/diary-lib.el (diary-live-p): New function.
1134         (number-of-diary-entries): Add a :set function to redisplay diary
1135         when necessary.
1137 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
1139         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1140         from client program, mev, to compute mouse event.
1142 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
1144         * faces.el (momentary): Face removed; unused due to reversion of
1145         2007-01-04 changes by Kevin Rodgers.
1147         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1148         Suggested by Johan Bockg\e,Ae\e(Brd.
1150 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
1152         * font-lock.el (lisp-font-lock-keywords-1):
1153         Highlight define-globalized-minor-mode as a keyword.
1155 2007-03-19  Kim F. Storm  <storm@cua.dk>
1157         * calc/calc-forms.el (math-std-daylight-savings)
1158         (math-std-daylight-savings-old): Doc fix.
1160 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
1162         * progmodes/python.el (python-default-template): Doc fix.
1163         (python-buffer): Fix typo in docstring.
1165         * isearchb.el (isearchb-follow-char):
1166         * subr.el (def-edebug-spec): Fix typo in docstring.
1168 2007-03-19  Richard Stallman  <rms@gnu.org>
1170         * files.el (default-directory): Mark safe.
1171         (basic-save-buffer-2): Put proper dir name in error message.
1173         * simple.el (compose-mail): Run switch-function after
1174         setting up the mail buffer.
1176         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1178 2007-03-18  Jay Belanger  <belanger@truman.edu>
1180         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1181         (math-std-daylight-savings-new): Rename from
1182         `math-std-daylight-savings'.
1183         (math-std-daylight-savings-old): Rename from old value of
1184         `math-std-daylight-savings'.
1185         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1186         `math-std-daylight-savings-old' depending on the year.
1188 2007-03-18  Detlev Zundel  <dzu@gnu.org>
1190         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1191         zero-width regexps as invalid but rather at least count them correctly.
1193 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1195         * net/tls.el (open-tls-stream): In handshake-waiting loop,
1196         don't wait more if there is output available to process.
1198 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1200         * progmodes/compile.el (compilation-find-file): Revert change
1201         from 2006-07-18 to allow completion of directory names.
1202         Reported by John Carter <john.carter@tait.co.nz>.
1204 2007-03-18  Kim F. Storm  <storm@cua.dk>
1206         * subr.el (when, unless): Doc fix.
1208 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1210         * net/tls.el (tls-program): Doc fix.
1212 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1214         * autorevert.el (auto-revert-tail-handler):
1215         Call after-revert-hook.
1217 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1219         * simple.el (switch-to-completions): No error if search for \n\n fails.
1221 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1223         * simple.el (line-move-1):
1224         Respect `inhibit-line-move-field-capture' property.
1226 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1228         * comint.el (comint-arguments): Mark backslash-escaped chars.
1229         (comint-delim-arg): Don't treat them as delimiters.
1231 2007-03-12  Kim F. Storm  <storm@cua.dk>
1232         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1234 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1236         * tempo.el (tempo-insert): Deal with 'r> if it appears
1237         specified with a prompt argument.
1239 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1241         * textmodes/org.el (org-set-font-lock-defaults):
1242         Handle narrow table columns correctly.
1244 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1246         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1247         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1248         Return to use of the -no-properties variants.  There was
1249         consensus on emacs-devel that the speed of these variants was
1250         prefered since we are usually parsing files (from the internet
1251         or on disk) instead of XML created in Emacs.
1253         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1254         Add customize option.
1256 2007-03-12  Glenn Morris  <rgm@gnu.org>
1258         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1259         North American rule.  Replace "daylight savings" with "daylight
1260         saving" in doc.
1262         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1263         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1264         "daylight saving" in text.
1266         * woman.el (woman-change-fonts): Tweak previous change by using
1267         woman-request-regexp rather than "^\\.".
1269         * startup.el (command-line-1): Make insertion of
1270         initial-scratch-message not depend on scratch being selected.
1272 2007-03-11  Juri Linkov  <juri@jurta.org>
1274         * replace.el (match): Use yellow background on light-bg terminals.
1276 2007-03-11  Richard Stallman  <rms@gnu.org>
1278         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1279         Correctly compute line number.
1281 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1283         * type-break.el (type-break-get-previous-count):
1284         Repeat previous change here.
1286 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1288         * progmodes/grep.el (grep-find-ignored-directories):
1289         Add .git and .bzr to list.
1291 2007-03-11  Andreas Schwab  <schwab@suse.de>
1293         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1295 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1299 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1301         * faces.el (face-set-after-frame-default): Recalculate face
1302         customizations after applying X resources.
1304 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1306         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1307         (rcirc-keepalive-seconds): Remove variable.
1308         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1309         (rcirc-process, rcirc-user-disconnect): New variables.
1310         (rcirc-connect): Initalize new variables.
1311         (rcirc-keepalive): Don't send keepalive pings before connection
1312         is completed.
1313         (rcirc-sentinel): Do mark all channels with activity when
1314         connection is dropped.  Run hook with process buffer local.
1315         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1316         (rcirc-buffer-process): Return value of rcirc-process if
1317         rcirc-server-buffer is nil.
1318         (rcirc-server-name): Return the reported server name.
1319         (rcirc-update-prompt): Simplify computation of the server name.
1320         (rcirc-format-response-string): Likewise.
1321         (rcirc-handler-001): Mark server as connected, record the reported
1322         server name, and schedule a timeout.
1323         (rcirc-track-nick): Add a spec for the tty class.
1324         (rcirc-user-non-nick): Remove function.
1325         (rcirc-nick-prefix-chars): Add variable.
1326         (rcirc-user-nick): Use above variable.
1328 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1330         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1331         Bind deactivate-mark to nil.
1333 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1335         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1336         that buffer contents get erased during completion.
1338 2007-03-10  Glenn Morris  <rgm@gnu.org>
1340         * woman.el (woman-change-fonts): Add a hack to deal with
1341         font-escape followed by "." at start of a line.
1342         (woman2-IP): Add a hack to deal with consecutive requests.
1343         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1345 2007-03-10  Alan Mackenzie  <acm@muc.de>
1347         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1349 2007-03-09  Richard Stallman  <rms@gnu.org>
1351         * abbrev.el (abbrev): Add `provide'.
1353 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1355         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1357 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1359         * complete.el (PC-try-completion): New function.
1360         (PC-do-completion, read-file-name-internal): Use it instead of
1361         try-completion.
1363 2007-03-08  Alan Mackenzie  <acm@muc.de>
1365         Remove stale tokens from `c-found-types' cache.
1367         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1368         (c-unfind-coalesced-tokens, c-before-change): New functions.
1369         (c-maybe-stale-found-type): New variable.
1371         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1372         (c-trim-found-types): New functions.
1374 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1377         (debug-ignored-errors): Add entry from smerge-match-conflict.
1379 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1381         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1382         special help topics for keywords.
1383         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1384         etc. Assistant command.
1386 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1388         * replace.el (occur-engine): Move buffer-undo-list binding...
1389         (occur-1): ...to here.
1391         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1393         * simple.el (minibuffer-completing-symbol): New var.
1394         (eval-expression): Use it.
1395         (completion-setup-function): Don't bind completion-base-size when
1396         completing a symbol in the minibuffer.
1398 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1400         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1401         tries to start a second session in graphical mode.
1403 2007-03-07  Miles Bader  <miles@gnu.org>
1405         * international/isearch-x.el
1406         (isearch-process-search-multibyte-characters):
1407         Strip text-properties from PROMPT to avoid an error from read-string.
1409 2007-03-07  Kim F. Storm  <storm@cua.dk>
1411         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1412         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1414 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1416         * complete.el (PC-do-completion): Delete duplicates in the list of
1417         possible completions.
1419 2007-03-07  Glenn Morris  <rgm@gnu.org>
1421         * ses.el (ses-mode): Doc fix.
1423 2007-03-06  Kim F. Storm  <storm@cua.dk>
1425         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1427 2007-03-06  Kenichi Handa  <handa@m17n.org>
1429         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1431 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * simple.el (completion-setup-function): Improve last fix so it doesn't
1434         set it to a relative directory name either.
1436 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1438         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1440 2007-03-05  Richard Stallman  <rms@gnu.org>
1442         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1444         * files.el (find-file-noselect): No error if file no longer exists.
1445         Display a message and avoid other questions.
1447 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1450         as not to use an invisible window and to create a window if none exist.
1452         * progmodes/python.el (python-send-command): Restart proc if necessary.
1453         (python-proc): Simplify.
1455 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1457         * pcomplete.el (pcomplete-show-completions): Search all frames for
1458         completions buffer.
1460 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1462         * cus-edit.el (customize-save-variable): Clear customized-value
1463         property (saved values are now put in theme-value property).
1464         (customize-set-variable): Doc fix.
1466         * complete.el (PC-do-completion): If completion-ignore-case is
1467         non-nil, replace field with completion string before exiting.
1469 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1471         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1472         Append its extension to the resulting temporary file name.
1473         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1475         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1476         (tramp-smb-handle-write-region): Apply it.
1478 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1480         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1481         Redo previous change.
1483 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1485         * diff-mode.el (diff-mode): Doc fix.
1487 2007-03-05  Kenichi Handa  <handa@m17n.org>
1489         * international/characters.el: Set category `l' (latin)
1490         for more characters.
1492 2007-03-04  Kim F. Storm  <storm@cua.dk>
1494         * emacs-lisp/authors.el (authors-aliases): Add alias.
1496 2007-03-04  Glenn Morris  <rgm@gnu.org>
1498         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1499         all when switching major mode.
1500         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1501         (hs-block-start-mdata-select, hs-block-end-regexp)
1502         (hs-forward-sexp-func, hs-adjust-block-beginning):
1503         Do not make these variables permanent-local.
1505 2007-03-04  Richard Stallman  <rms@gnu.org>
1507         * progmodes/cperl-mode.el (cperl-mode):
1508         Modify cperl-compilation-error-regexp-alist by appending.
1510         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1511         (edebug-mode): Add the hook.
1512         (edebug-recursive-edit): Remove the hook on exiting.
1514         * type-break.el (type-break-get-previous-time):
1515         Handle end-of-file errors specially
1516         so they don't get reported wrong in .emacs.
1518         * startup.el (fancy-splash-text): Clarify text.
1520         * simple.el (beginning-of-buffer, end-of-buffer):
1521         Avoid treating plain C-u like numeric arg.
1523         * simple.el (completion-setup-function): Don't set
1524         default-directory to nil.
1526         * shell.el (shell-dirstack-query): Doc fix.
1528         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1529         Don't select the window -- pass it to primitives instead.
1531         * faces.el (minibuffer-prompt): Use medium blue by default.
1533 2007-03-04  David Kastrup  <dak@gnu.org>
1535         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1536         Preserve 16 as default value for "seconds" when customizing.
1538 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1540         * textmodes/org.el (org-self-insert-command)
1541         (orgtbl-self-insert-command, org-delete-char)
1542         (org-delete-backward-char): Set the `flyspell-delayed' property.
1544 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1546         * international/mule.el (find-auto-coding): Don't search for
1547         line-ending characters past the end of the tail.
1549 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1551         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1552         Jump to the line where new score has been uploaded.
1554         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1555         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1556         Do nothing when the game is paused.
1558 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1560         * textmodes/org.el (org-set-tags): Prevent slipping of point
1561         during completion.
1563 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1565         * isearch.el (isearch-message-prefix):
1566         Use minibuffer-prompt-properties.
1568 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1570         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1571         (ps-setup): Print which Emacsen is running ps-print package.
1573 2007-03-01  Stuart Herring  <herring@lanl.gov>
1575         * files.el (set-auto-mode-0): Use `indirect-function'.
1576         (hack-one-local-variable): Don't reapply current major mode.
1578 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1580         * progmodes/python.el (python-quote-syntax): Don't bother with
1581         syntax-ppss-context.
1582         (python-fill-paragraph): Make sure that fenced-string delimiters that
1583         stand on their own line stay there
1585 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1587         * replace.el (perform-replace): Propertize message.
1589 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1591         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1592         invisible heading.
1594 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1596         * net/tramp.el (tramp-file-name-handler): Revert last change.
1598 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1600         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1601         Correct doc strings.
1603 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1605         * replace.el (perform-replace): Undo forward-char immediately if
1606         non-adjacent search fails.
1608 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * version.el (emacs-major-version, emacs-minor-version):
1611         string-to-int -> string-to-number.
1613 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1615         * help.el (where-is): Fail gracefully when not passed a command.
1617 2007-02-28  Stuart Herring  <herring@lanl.gov>
1619         * find-lisp.el (find-lisp-default-directory-predicate):
1620         Fix bug: Do symlink check on expanded filename.
1622 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1624         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1625         changes during replacement.
1626         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1628 2007-02-28  Lars Hansen  <larsh@soem.dk>
1630         * desktop.el: Delete header line listing me as maintainer.
1632 2007-02-28  Glenn Morris  <rgm@gnu.org>
1634         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1635         the menus case.
1637 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1639         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1640         hooks to avoid confusion when combining after-change calls.
1642 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1644         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1645         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1646         (allout-distinctive-bullets-string): Add info about bullet conventions.
1647         (allout-mode): Add info about distinctive vs plain bullets.
1649 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1651         * textmodes/org.el (org-archive-subtree): Quote variable name.
1652         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1654 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1656         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1657         (gud-bashdb-command-name, bashdb): Remove.
1658         (gud, gud-menu-map): Remove references to bash/bashdb.
1660 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1662         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1663         keyword for Python 2.5.
1665 2007-02-26  Romain Francoise  <romain@orebokech.com>
1667         * net/net-utils.el (whois-server-tld): Update server for .org.
1668         (whois-server-list): Add whois.publicinterestregistry.net.
1669         (whois-guess-server): Fix formatting in docstring.
1671 2007-02-26  Kim F. Storm  <storm@cua.dk>
1673         * mouse.el (mouse-show-mark): Run hooks and perform command
1674         remapping for mouse-region-delete-keys.
1676 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1678         * font-core.el (font-lock-mode): Doc fix.
1680 2007-02-25  Kim F. Storm  <storm@cua.dk>
1682         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1683         Add selected buffer to buffer-name-history.
1684         (ido-file-internal): Set this-command to fallback command.
1685         Add file names to file-name-history.
1687         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1688         Apply minibuffer-prompt-properties.
1690 2007-02-25  Andreas Schwab  <schwab@suse.de>
1692         * files.el (hack-one-local-variable-eval-safep): Correct handling
1693         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1695 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1697         * textmodes/org.el (org-table-overlay-coordinates)
1698         (org-table-toggle-coordinate-overlays): New functions.
1699         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1700         New variables.
1701         (org-startup-with-deadline-check): Remove option.
1702         (org-mode): Remove deadline check on startup.
1703         (org-table-limit-column-width): Remove option.
1704         (org-table-formula-numbers-only): Remove option.
1705         (org-link-style, org-link-format): Remove options.
1706         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1707         (org-export-ascii-show-new-buffer)
1708         (org-export-html-show-new-buffer): Remove options.
1709         (org-activate-links): Remove camel option.
1710         (org-file-link-context-use-camel-case): Remove option.
1711         (org-camel-regexp): Remove variable.
1712         (org-activate-camels): Remove function.
1713         (org-store-link): Remove Camel stuff.
1714         (org-make-org-heading-camel): Remove function.
1715         (org-open-at-point): Remove camel stuff.
1716         (org-link-search): Remove camel stuff.
1717         (org-camel-to-words): Function removed.
1718         (org-get-agenda-file-buffer): Make sure we prepare the base
1719         buffers, not any indirect buffers.
1720         (org-sort-entries): Sort top-level when not on a headline, and no
1721         active region.
1722         (org-in-regexp): New function.
1723         (org-search-not-self): Rename from `org-search-not-link'.
1724         (org-open-link-marker): New variable.
1725         (org-open-at-point): Set `org-open-link-marker'.
1726         (org-print-icalendar-entries): Fixe bug with excluding DONE
1727         entries from the exported list.
1728         (org-edit-formula-lisp-indent): New command.
1729         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1730         (orgtbl-to-latex, orgtbl-insert-radio-table)
1731         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1732         (orgtbl-radio-table-templates): New option.
1733         (org-store-link-props):
1734         (org-remember-templates): More possibilities to insert info
1735         into templates.
1736         (org-remember-apply-template): Make use of the extended
1737         template capabilities.
1738         (org-remember-redo-template): New command.
1739         (org-upgrade-old-links)
1740         (org-table-modify-formulas, org-table-replace-in-formulas)
1741         (org-table-find-dataline)
1742         (org-table-get-vertical-vector): Remove functions.
1743         (org-table-remove-rectangle-highlight)
1744         (org-time-stamp-format, org-toggle-log-option)
1745         (org-table-highlight-rectangle)
1746         (org-table-iterate, org-table-make-reference):
1747         (org-translate-time, org-tree-to-indirect-buffer)
1748         (org-table-field-info, org-table-fix-formulas)
1749         (org-table-force-dataline, org-table-get-descriptor-line)
1750         (org-table-get-range)
1751         (org-skip-comments, org-sort)
1752         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1753         (org-table-current-dline, org-table-current-field-formula)
1754         (org-table-edit-backward-field)
1755         (org-table-edit-formulas-post-command)
1756         (org-table-edit-line-down, org-table-edit-line-up)
1757         (org-agenda-archive)
1758         (org-agenda-clock-cancel)
1759         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1760         (org-agenda-open-link, org-agenda-show-new-time)
1761         (org-agenda-skip-subtree-when-regexp-matches)
1762         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1763         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1764         (org-do-sort, org-file-image-p, org-find-overlays)
1765         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1766         (org-highlight-until-next-command, org-isearch-end)
1767         (org-match-any-p, org-next-link, org-previous-link):
1768         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1769         (org-rewrite-old-row-references)
1770         (org-isearch-post-command)
1771         (org-table-edit-move, org-table-edit-next-field)
1772         (org-table-edit-scroll, org-table-edit-scroll-down)
1773         (org-set-frame-title, org-show-reference)
1774         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1775         (org-show-variable): Remove command.
1776         (org-add-log-maybe): New arguments STATE, FINDPOS
1777         (org-table-sort-lines): Rewrite from scratch.
1778         (org-link-search): New argument AVOID-POS.
1779         (org-print-icalendar-entries): Remove argument CATEGORY.
1780         (org-run-agenda-series): Remove argument WONDOW.
1781         (org-next-link, org-previous-link): New commands.
1782         (org-agenda-date-format): New option.
1783         (org-table-iterate): New command.
1784         (org-table-modify-formulas)
1785         (org-table-replace-in-formulas): Remove functions.
1786         (org-table-fix-formulas): New function.
1787         (org-table-insert-column, org-table-delete-column)
1788         (org-table-move-column): Use `org-table-fix-formulas'.
1789         (org-follow-gnus-link): Patch from Bastien/Leo.
1790         (org-table-current-field-formula): New function.
1791         (org-file-image-p): New function.
1792         (org-agenda-show-new-time): New function.
1793         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1794         (org-with-remote-undo): New macro.
1795         (org-agenda-undo): New command.
1796         (org-verify-change-for-undo): New function.
1797         (org-time-stamp-format): New function.
1798         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1799         by user.
1800         (org-match-any-p): New function.
1801         (org-make-tags-matcher): Handle regular expressions for tag and
1802         todo matches.
1803         (org-read-date): Accept "+N" as input for a date relative to the
1804         current date.
1805         (org-remove-subtree-entries-from-agenda): New function.
1806         (org-agenda-archive, org-agenda-kill):
1807         Use `org-remove-subtree-entries-from-agenda'.
1808         (org-do-sort, org-sort-entries): New functions.
1809         (org-sort): New command.
1810         (org-table-sort-lines): Use `org-do-sort'.
1811         (org-fix-decoded-time): New function.
1812         (org-table-number-regexp): Require 0x... to identify as number
1813         in tables.
1814         (org-startup-options): New keywords for note taking.
1815         (org-upgrade-old-links): Remove function.
1816         (org-get-repeat): New function.
1817         (org-show-context): Also show siblings on current level.
1818         (org-show-siblings): New function.
1819         (org-isearch-end, org-isearch-post-command): New functions.
1820         (org-show-siblings): New option.
1821         (org-show-context): Use `org-show-siblings'.
1822         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1823         to be bound, because user may just use elisp.
1825 2007-02-24  Kim F. Storm  <storm@cua.dk>
1827         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1828         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1830 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1832         * startup.el (command-line): Also check if the abbrev file is readable.
1834 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1836         * net/tls.el (tls-certtool-program): Fix custom type.
1838         * mail/feedmail.el (feedmail-message-id-generator)
1839         (feedmail-date-generator): Fix custom types.
1841         * mail/rmail.el (rmail-message-filter): Fix custom type.
1843 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1845         * startup.el (command-line): If simple.el cannot be found, proceed
1846         with a warning message.
1848 2007-02-24  Kenichi Handa  <handa@m17n.org>
1850         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1851         case that BEG is a string.
1853 2007-02-24  Chris Moore  <dooglus@gmail.com>
1855         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1856         * pgg-pgp.el (pgg-pgp-encrypt-region):
1857         * pgg-gpg.el (pgg-gpg-encrypt-region):
1858         Check pgg-encrypt-for-me if no other recipients.
1860 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1862         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1864         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1865         shell-quote-argument.
1867 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1869         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1870         from the comint buffer instead of the temporary one.
1872 2007-02-23  David Reitter  <david.reitter@gmail.com>
1874         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1875         storing it in recentf-exclude.
1877 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1879         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1880         in splash screen.
1882 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1884         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1885         commands, for restart.
1886         (idlwave-shell-current-module): Fix handling of module name by type.
1887         (idlwave-shell-break-in): Update type handling.
1888         (idlwave-shell-bp-get): Encode type in BP structure.
1889         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1890         (idlwave-shell-module-source-query): Query routine info based on type.
1891         Fix path parsing for non-compiled files.
1892         (idlwave-shell-module-source-filter): Don't signal error in filter
1893         if no source found.
1894         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1895         filter race.
1897 2007-02-22  Kim F. Storm  <storm@cua.dk>
1899         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1900         (editable-field): Document need to put some text before the %v
1901         escape in :format string.
1903 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1906         (vc-svn-use-edit): Remove unused config var.
1907         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1909         * outline.el (hide-sublevels): Keep empty last line, if available.
1911         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1912         rather than the corresponding unicode char, to make the code
1913         more readable.
1915 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1917         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1918         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1919         (speedbar-item-info-tag-helper): Doc fixes.
1921 2007-02-19  Kenichi Handa  <handa@m17n.org>
1923         * international/mule-cmds.el (locale-language-names):
1924         Map "eo" to "Esperanto".
1926         * language/european.el ("Esperanto"): New language environment.
1928 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1930         * simple.el (kill-line): Doc fix.
1932 2007-02-17  Kim F. Storm  <storm@cua.dk>
1934         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1935         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1936         (bindat--unpack-group, bindat--pack-group):
1937         Handle vectors with optional element type.
1939 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1941         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1942         if PASSPHRASE is given.
1944 2007-02-17  Chris Moore  <dooglus@gmail.com>
1946         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1947         Recognize backups of bz2 compressed files.
1949 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1951         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1952         to nil to speed up lookup of the symbol in index nodes.
1954 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1956         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1957         Add indentation for the constants of Lisp.
1959 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * ps-print.el: Use (defvar <foo>) where applicable.
1962         (ps-print-emacs-type): Remove.
1963         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1964         (ps-frame-parameter): Align its call-convention with frame-parameter.
1965         (ps-begin-job): Adjust calls to it appropriately.
1966         (ps-setup): Don't print ps-print-emacs-type.
1967         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1968         Define in such a way that it's obvious that it's defined.
1969         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1970         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1971         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1973 2007-02-15  Alan Mackenzie  <acm@muc.de>
1975         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1976         an empty one-line C-style comment, post-position point properly.
1978 2007-02-15  Chris Moore  <dooglus@gmail.com>
1980         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1981         (isearch-lazy-highlight-new-loop): Bind it.
1982         (isearch-lazy-highlight-search): Use it.
1984         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1986 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1988         * font-lock.el (font-lock-extend-region-wholelines):
1989         Only return non-nil if the region has really been changed.
1990         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1992 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1994         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1995         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1996         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1998 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
2000         * faces.el (color-values): Revert changes to docstring from
2001         2007-01-31 and 2000-09-07.
2003         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2004         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2005         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2006         (ispell-help): Fix typos in docstring and output message.
2008 2007-02-14  Kim F. Storm  <storm@cua.dk>
2010         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2011         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2012         (grep): Fix lgrep reference.
2014         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2015         (standard-display-underline): Use make-glyph-code.
2017         * descr-text.el (describe-char): Use glyph-char and glyph-face.
2019         * international/latin1-disp.el (latin1-display-char):
2020         Use make-glyph-code.
2022 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
2024         * ehelp.el (with-electric-help, electric-help-exit)
2025         (electric-help-retain): Doc fixes.
2027         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2028         (byte-compile-file): Doc fixes.
2030 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2032         * term/mac-win.el: Change all uses of
2033         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2034         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2035         (mac-ae-get-url): Call select-frame-set-input-focus.
2036         (mac-dnd-handle-drag-n-drop-event): Don't call
2037         select-frame-set-input-focus.
2039 2007-02-13  Kenichi Handa  <handa@m17n.org>
2041         * international/characters.el: Fix documentation of category `a'.
2043 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
2045         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2047 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
2049         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2050         (tramp-get-remote-ln): Handle error case.
2051         Reported by Chris Moore <dooglus@gmail.com>.
2053 2007-02-11  Kim F. Storm  <storm@cua.dk>
2055         * bindings.el (ctl-x-map): Remove register compatibility bindings
2056         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2058 2007-02-11  Richard Stallman  <rms@gnu.org>
2060         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2061         in load history.
2063         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2064         condition -- don't fail to stop at endpos.
2066 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
2068         * textmodes/org.el (org-agenda-get-todos)
2069         (org-agenda-get-timestamps, org-agenda-get-closed)
2070         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2071         (org-agenda-get-blocks, org-format-agenda-item)
2072         (org-agenda-change-all-lines, org-scan-tags): Rename text property
2073         from `category' to `org-category'.
2075 2007-02-11  Kenichi Handa  <handa@m17n.org>
2077         * international/titdic-cnv.el (titdic-convert): Force files be written
2078         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
2079         (miscdic-convert): Force files be written with Unix-like eol format.
2081 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2083         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2085         * calculator.el (calculator-prompt): Doc fix.
2086         (calculator-mode-map): Fix typo in menu entry.
2088 2007-02-10  Jay Belanger  <belanger@truman.edu>
2090         * calculator.el (calculator): Do more extensive checking for when
2091         3 lines should be used for the calculator.
2093 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
2095         * info-look.el (info-lookup-make-completions):
2096         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2097         index nodes.
2099         * info.el (Info-fontify-maximum-menu-size): Document the effect
2100         of a nil value.
2101         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2102         non-nil before using it as size.
2104 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
2106         * subr.el (insert-for-yank-1): Prevent read-only properties from
2107         interfering with text property operations.
2109         * image-mode.el (image-mode): Revert 2007-01-30 changes.
2111         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2112         (image-type-auto-detected-p): Fail if another match is found in
2113         auto-mode-alist.
2115         * files.el (magic-mode-alist): Call image-mode instead of
2116         image-mode-maybe for autodetected images.
2118 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
2120         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2121         Fix typos in docstrings.
2122         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2124 2007-02-09  Kim F. Storm  <storm@cua.dk>
2126         * emacs-lisp/float-sup.el: Remove obsolete comment.
2128 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2130         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2132 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2134         * simple.el: Revert previous change, at request of RMS:
2135         (fundamental-mode-hook): Remove.
2136         (fundamental-mode): Run after-change-major-mode-hooks manually,
2137         and don't run the now-nonexistent fundamental-mode-hook.
2139 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2141         * simple.el (fundamental-mode-hook): Declare new hook.
2142         (fundamental-mode): Run the new dedicated hook, and don't run
2143         after-change-major-mode-hooks manually anymore.
2145 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2147         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2148         added columns of chars.  Remove support for the "no-meta-info" format.
2149         Prompted by Romain Francoise <romain@orebokech.com>.
2151 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2153         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2154         (gdb-mouse-until, gdb-mouse-jump): Use it.
2156 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2158         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2159         work when there is just an assembler buffer (no source buffer).
2161 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
2163         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2164         just because the diff was produced using "-p" (--show-c-function).
2166 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2168         * faces.el (frame-set-background-mode): Use `color-values' and
2169         `display-color-p', not `x-color-values' and `x-display-color-p'.
2170         (face-valid-attribute-values): Use `defined-colors' instead of
2171         `x-defined-colors'.
2173 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2175         * ps-print.ps: The ps-print commands without face printing should not
2176         print background color.  Reported by Leo <sdl.web@gmail.com>.
2177         (ps-print-version): New version 6.7.3.
2178         (ps-begin-job): New arg.  Fix ps-default-background and
2179         ps-default-foreground initialization.
2180         (ps-face-attributes): Fix doc string.
2181         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2183         * printing.el: Fix ps-print link.
2185 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2187         * faces.el (face-set-after-frame-default): Compile attributes to
2188         be set by frame parameters before merging in X resources.
2190 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
2192         * simple.el (blink-matching-paren-dont-ignore-comments):
2193         (blink-matching-paren-on-screen): Doc fixes.
2195 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2197         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2199 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2201         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2202         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2203         entries like `defun'.  Return nil.
2205 2007-02-05  Kim F. Storm  <storm@cua.dk>
2207         * ido.el: Doc fixes.
2209 2007-02-04  David Kastrup  <dak@gnu.org>
2211         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2212         `mpuz-allow-double-multiplicator' is non-zero, and correct
2213         calculation of `min'.
2215 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2217         * wid-edit.el (widget-default-create): Insert new text at the
2218         :from marker _after_ the marker, not before it.
2220 2007-02-04  Alan Mackenzie  <acm@muc.de>
2222         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2223         containing it is re-indented.
2225 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2227         * net/newsticker.el (newsticker--insert-image): Update docstring,
2228         and insert the image directly.
2229         (newsticker--buffer-redraw): Update docstring.
2231         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2232         Rename from define-global-minor-mode.
2234         * progmodes/cwarn.el (global-cwarn-mode):
2235         * emacs-lisp/autoload.el (make-autoload):
2236         * hi-lock.el (global-hi-lock-mode):
2237         * font-core.el (global-font-lock-mode): All callers changed.
2239 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2241         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2242         Don't copy @ignore lines into menu descriptions.
2243         (texinfo-multi-file-update): Goto the @node line before attempting
2244         to pluck the node name.
2245         (texinfo-multiple-files-update): Reverse the optional arguments'
2246         order, as per the doc string and the `interactive' form.
2248 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2250         * image-mode.el: Use autoload to avoid overriding disabled setting
2251         applied in .emacs.
2253 2007-02-03  Alan Mackenzie  <acm@muc.de>
2255         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2256         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2257         adjacent paren groups).
2259 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2261         * progmodes/ebnf2ps.el: Doc fixes.
2262         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2264 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2266         * dired-x.el (dired-do-relsymlink): Add reference to
2267         dired-do-symlink.  Add an autoload cookie.
2269         * dired-aux.el (dired-do-symlink): Add reference to
2270         dired-do-relsymlink.
2272 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2274         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2275         <left-fringe mouse-3>: New bindings.
2277 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2279         * newsticker.el (newsticker-version): Changed to "1.10".
2280         (newsticker--set-customvar): Doc string.
2281         (newsticker-new-item-face): Doc string.
2282         (newsticker-mode): Initialize `invisibility-spec' with t.
2283         (newsticker-mode-map): Added
2284         `newsticker-mark-all-items-at-point-as-read'.
2285         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2286         (newsticker-w3m-show-inline-images): Do not call
2287         `w3m-remove-image'.
2288         (newsticker--buffer-after-w3m-insert-image): New advice for
2289         w3m-insert-image to cache images.
2290         (newsticker-next-item-same-feed): New.
2291         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2292         (newsticker-mark-all-items-of-feed-as-read): New.
2293         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2294         (newsticker-mark-item-at-point-as-read): Doc string.
2295         (newsticker-mark-item-at-point-as-read): Use new functions.
2296         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2297         `newsticker-mark-item-at-point-as-read'.
2298         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2299         (newsticker--sentinel): Yet another xml-parser workaround.
2300         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2301         days.
2302         (newsticker--buffer-do-insert-text): Fix.
2303         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2304         (newsticker--buffer-make-item-completely-visible):
2305         `switch-to-buffer' not necessary.
2307 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2309         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2310         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2311         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2312         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2313         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2315 2007-02-02  Kenichi Handa  <handa@m17n.org>
2317         * international/quail.el (quail-show-key): Fix an error message.
2319 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2321         * faces.el (set-face-underline-p, modify-face): Rename arg
2322         UNDERLINE-P to UNDERLINE (it is not a flag).
2324 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2326         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2327         when adding gdb-speedbar-update to gdb-input-queue.
2329 2007-02-01  Kenichi Handa  <handa@m17n.org>
2331         * international/quail.el (quail-show-key): Signal an error if the
2332         current input method is not using Quail.
2334 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2336         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2337         Trim leading whitespace in sysvar names.
2339 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2341         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2343 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2345         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2347 2007-01-31  Romain Francoise  <romain@orebokech.com>
2349         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2350         previous change to this file.
2352 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2354         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2355         image-mode.
2357         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2358         interfering with attempt to set major mode from modified
2359         auto-mode-alist.
2361 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2363         * faces.el (color-values): Doc fix.
2364         (face-differs-from-default-p): Don't check :foreground twice.
2366 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2368         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2370 2007-01-31  Kenichi Handa  <handa@m17n.org>
2372         * international/quail.el (quail-store-decode-map-key): Store a
2373         translated character too.
2374         (quail-char-equal-p): New function.
2375         (quail-find-key1): Check character equality by quail-char-equal-p.
2376         (quail-decode-map-generated): New variable.
2377         (quail-find-key): Check quail-decode-map-generated and re-generate
2378         a decode map if necessary.
2380 2007-01-30  Richard Stallman  <rms@gnu.org>
2382         * tutorial.el (tutorial--detailed-help): Make the list of
2383         changed keys look nicer.
2385 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2387         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2388         (gdb-var-delete): Use it.
2389         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2390         `in_scope'.
2392 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2394         * files.el (get-free-disk-space): Return nil for remote directories.
2396         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2397         instead of "dir".
2399 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2401         * type-break.el (type-break-catch-up-event): New function.
2402         (type-break-demo-hanoi, type-break-demo-life)
2403         (type-break-demo-boring): Use it.
2405         * image-mode.el (image-mode): Don't automatically view as image.
2406         (image-toggle-display): Add `disabled' property.
2408 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2410         * isearchb.el (isearchb-iswitchb):
2411         * ps-print.el (ps-build-face-reference):
2412         * emacs-lisp/shadow.el (list-load-path-shadows):
2413         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2414         * international/mule.el (find-auto-coding):
2415         * mail/supercite.el (sc-attrib-selection-list):
2416         * progmodes/cc-defs.el (c-emacs-features):
2417         * progmodes/cc-vars.el (c-offsets-alist):
2418         * progmodes/flymake.el
2419         (flymake-init-create-temp-source-and-master-buffer-copy):
2420         Fix typos in docstrings (some suggested by Chris Moore).
2422         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2423         (vhdl-get-library-unit, vhdl-corresponding-begin)
2424         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2425         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2426         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2427         (vhdl-font-lock-match-item): Fix typos in docstrings.
2428         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2429         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2430         (vhdl-speedbar-insert-project-hierarchy):
2431         Improve argument/docstring consistency.
2433 2007-01-29  Kenichi Handa  <handa@m17n.org>
2435         * international/titdic-cnv.el (py-converter): Fix previous change.
2437 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2439         * jka-compr.el (jka-compr-partial-uncompress)
2440         (jka-compr-call-process): Rebind default-directory if it is
2441         invalid.  Suggested by Chris Moore.
2443         * comint.el (comint-insert-input): Handle situation where the
2444         selected buffer is not the clicked buffer.
2446 2007-01-29  Kenichi Handa  <handa@m17n.org>
2448         * international/ja-dic-cnv.el (skkdic-convert):
2449         Add byte-compile-disable-print-circle:t at the head.
2451         * international/titdic-cnv.el (tit-process-header):
2452         Add byte-compile-disable-print-circle:t at the head.
2453         (miscdic-convert): Likewise.
2454         (py-converter): Skip the header comments.
2456         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2457         New variable.
2458         (byte-compile-output-file-form): Bing print-circle to nil if
2459         byte-compile-output-file-form is not nil.
2460         (byte-compile-output-docform): Likewise.
2462 2007-01-28  Kim F. Storm  <storm@cua.dk>
2464         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2465         Declare earlier to avoid byte compiler warnings.
2467 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2469         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2471 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2473         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2474         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2475         when calling update-game-score program.  Remove unnecessary
2476         save-excursion.
2478         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2480 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2482         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2483         avoid compiler warning.
2484         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2485         might have values other than "true" or "false".
2487 2007-01-28  Richard Stallman  <rms@gnu.org>
2489         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2490         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2492         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2494         * image.el (image-type-header-regexps): Make GIF regex more specific.
2496         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2497         Don't check `backspace'.
2498         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2499         in Fundamental mode.
2501         * startup.el (fancy-splash-text, normal-splash-screen):
2502         Mention C-g.
2504         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2505         when inserting in buffer.
2507         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2508         inside the if.
2510 2007-01-27  Richard Stallman  <rms@gnu.org>
2512         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2514 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2516         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2517         enum/union/struct/class definition.
2518         Revert change to call `forward-sexp' multiple times.
2520 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2522         * files.el (hack-local-variables-confirm): Don't keep trying to
2523         read an event from an empty kbd macro.
2525 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2527         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2529 2007-01-27  Ben North  <ben@redfrontdoor.org>
2531         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2532         the arg CHILDREN -> WHICH.
2534 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2536         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2537         default-directory to a sane value when calling start-process.
2539 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2541         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2542         (ls-lisp-format-time-list): Doc fix.  Mention
2543         ls-lisp-use-localized-time-format.
2544         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2545         ls-lisp-use-localized-time-format is non-nil, even if a valid
2546         locale is defined.
2548 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2550         * jka-compr.el (jka-compr-shell): Doc fix.
2552         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2554 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2556         * ps-print.ps: Fix background height.
2557         (ps-print-version): New version 6.7.2.
2559 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2561         * makefile.w32-in (finder-data, custom-deps): Depend on
2562         $(lisp)/loaddefs.el.
2564 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2566         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2568 2007-01-24  Miles Bader  <miles@gnu.org>
2570         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2571         (byte-compile-output-docform): Bind `print-circle' to t.
2573 2007-01-24  Kenichi Handa  <handa@m17n.org>
2575         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2576         file name of the original SKK dictionary file.
2578 2007-01-24  Kim F. Storm  <storm@cua.dk>
2580         * ido.el (ido-initial-position): New variable.
2581         (ido-read-internal): Set it if default item is specified.
2582         (ido-minibuffer-setup): Position cursor accordingly if set.
2583         (ido-edit-input): C-e moves to end of input if not already there.
2584         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2585         Don't switch to buffer mode if repeating C-b at start of input.
2586         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2587         input; else it moves to start of input.
2588         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2589         not at end of input, delete rest of input, rather than normal op.
2591 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2593         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2595         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2596         of message.  Activate mark.
2597         (ediff-activate-mark): Set transient-mark-mode to t.
2599         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2601 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2603         * help-fns.el (describe-variable): Don't suppress display of
2604         buffer local value when the value is "large".
2606 2007-01-22  Kim F. Storm  <storm@cua.dk>
2608         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2609         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2610         (ido-tidy): Use ido-active.
2612 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2614         * hexl.el (hexl-mode-exit): Add missing quote.
2616 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2618         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2619         (mac-ae-keyboard-modifiers): New function.
2620         (mac-handle-toolbar-switch-mode): Use it.
2621         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2622         if keyboard modifiers on drop contain option key.
2623         (mac-dnd-drop-data): Add optional argument `action'.
2624         (special-event-map): Remove binding for M-drag-n-drop.
2626 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2628         * add-log.el (add-log-current-defun): Use CC Mode functions to
2629         find the beginning and end of a defun.
2631 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2633         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2634         (gdb-var-create-handler): Handle value field in GDB output of
2635         -var-create.
2636         (gdb-max-frames): New variable.
2637         (gdb-stack-buffer, gdb-frames-select): Use it.
2638         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2639         if necessary.
2640         (gdb-get-frame-number): Simplify.
2642 2007-01-21  Glenn Morris  <rgm@gnu.org>
2644         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2645         Update copyrights.
2647 2007-01-21  Alan Mackenzie  <acm@muc.de>
2649         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2650         handling of K&R stuff.
2652 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2654         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2656 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2658         * ps-print.el: Handle frame parameters (background and/or foreground
2659         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2660         (ps-print-version): New version 6.7.1.
2661         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2662         (ps-frame-parameter): New fun.
2663         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2664         Fix doc and customization.
2665         (ps-begin-job): Get frame parameters (background and/or foreground
2666         colors).
2667         (ps-do-despool): Ensure ps-printer-name has a valid value.
2669 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2671         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2672         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2673         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2674         mean unlimited.
2676 2007-01-20  Alan Mackenzie  <acm@muc.de>
2678         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2679         much more rigorous analysis of putative K&R regions.
2681 2007-01-20  Alan Mackenzie  <acm@muc.de>
2683         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2684         New functions.
2686 2007-01-20  Alan Mackenzie  <acm@muc.de>
2688         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2689         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2690         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2691         * progmodes/cc-vars.el: Add my name.
2693 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2695         * files.el (find-alternate-file): Revert query message to Emacs 21
2696         version.
2698 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2700         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2701         the doc string how to use personal abbrevs without electric
2702         keywords.
2704 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2706         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2707         Fixed cursor position when toggle abbreviated display.
2709 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2711         * t-mouse.el: Update copyright following assignment by
2712         Alessandro Rubini.
2714 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2716         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2717         (type-break-demo-boring): Call read-event instead of read-char.
2719 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2721         * progmodes/compile.el: Add handling for makepplog.
2723 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2725         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2726         aspell dictionaries are initialized when called non-interactively.
2728 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2730         * progmodes/compile.el (compilation-loop): New arg limit.
2731         Handle case where the first error is at point-min.
2732         (compilation-next-error): New arg to compilation-loop call.
2734 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2736         * info.el (Info-default-dirs): Change default info dir to
2737         share/info.
2739         * paths.el (Info-default-directory-list): Ditto.
2741 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2743         * hexl.el (hexl-before-revert-hook): New function.
2744         (hexl-mode): Use it.
2745         (hexl-after-revert-hook): Just call hexl-mode.
2746         (hexl-mode-exit): Remove before-revert-hook.
2748 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2750         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2752 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2754         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2755         by "-" in francais7 otherchars entry.
2756         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2757         otherchars entry.
2759 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2761         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2762         path.  Rewrite function in `cond' style for readability.
2764         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2765         (The path shortening, that is, not the rearrarangement.)
2767 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2769         * term/mac-win.el (mac-ae-quit-application): New function.
2770         (mac-apple-event-map): Bind "quit application" Apple event to it.
2772 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2775         than the program's output.
2777 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2779         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2780         (kmacro-start-macro-or-insert-counter)
2781         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2782         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2784         * longlines.el (longlines-show-hard-newlines):
2785         * ruler-mode.el (ruler-mode-ruler):
2786         * emulation/keypad.el (keypad-setup):
2787         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2788         Fix typo in docstring.
2790 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2792         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2793         Remove redirect character ">".
2795 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2797         * replace.el (perform-replace): Remove leftover code.
2799 2007-01-12  Richard Stallman  <rms@gnu.org>
2801         * replace.el (perform-replace): Don't clear NODENT when computing
2802         the replacement string.
2804 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2806         * net/tramp.el (tramp-handle-file-local-copy):
2807         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2808         <christopher.ian.moore@gmail.com>.
2810 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * diff-mode.el (diff-sanity-check-context-hunk-half)
2813         (diff-sanity-check-hunk): New functions.
2814         (diff-find-source-location): Use'em to check the hunks are well-formed.
2816         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2817         activate undo when undo is not active.
2818         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2820 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2823         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2824         (ffap-url-at-point): Use char-classes rather than "a-z".
2826 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2828         * ediff-init.el (ediff-autostore-merges):
2829         * textmodes/fill.el (fill-region): Doc fix.
2831 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * server.el (server-ensure-safe-dir): UIDs may be floats.
2835 2007-01-10  Richard Stallman  <rms@gnu.org>
2837         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2838         around calls to directory-files.
2840         * subr.el (momentary-string-display): Use save-excursion.
2842         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2843         argument, but read it as `X' does.
2845 2007-01-09  Juri Linkov  <juri@jurta.org>
2847         * info.el (Info-fontify-node): Don't hide node names of index entries.
2849         * faces.el (momentary): Change :group to basic-faces where all
2850         basic faces belong to.  Add :version.
2852 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2854         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2855         keybinding is found.
2856         (tutorial--find-changed-keys): Never treat null keybinding as a
2857         remapping.
2859 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2861         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2863 2007-01-09  Kenichi Handa  <handa@m17n.org>
2865         * international/mule-cmds.el
2866         (select-safe-coding-system-interactively): Fix message.
2868 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2870         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2871         (tramp-process-actions): Add optional parameter TIMEOUT.
2872         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2873         (tramp-open-connection-su): Add timeout of 60".
2875 2007-01-09  Richard Stallman  <rms@gnu.org>
2877         * progmodes/compile.el (compile): Doc fix.
2879 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2881         * tumme.el (tumme-display-thumb): Doc fix.
2883 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2885         * battery.el (battery-search-for-one-match-in-files):
2886         * bindings.el (mode-line-minor-mode-help):
2887         * x-dnd.el (x-dnd-types-alist):
2888         * calendar/icalendar.el (icalendar-import-buffer):
2889         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2891         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2893 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2895         * replace.el (replace-regexp): Fix typo in docstring.
2897 2007-01-07  Alan Mackenzie  <acm@muc.de>
2899         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2900         Amend doc-string and comments.
2902 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2904         * files.el (abbreviate-file-name): Doc fix.
2906 2007-01-06  Markus Triska  <triska@gmx.at>
2908         * subr.el (split-string): Remove spurious ")" from doc string.
2910 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2912         * textmodes/table.el (table--warn-incompatibility):
2913         Use display-warning instead of momentary-string-display.
2915 2007-01-05  Richard Stallman  <rms@gnu.org>
2917         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2919         * simple.el (backward-kill-word): Doc fix.
2921 2007-01-05  Romain Francoise  <romain@orebokech.com>
2923         * international/mule.el (sgml-html-meta-auto-coding-function):
2924         Ensure that the buffer contains a HTML document.
2926 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2928         * faces.el (momentary): Move here ...
2929         * subr.el (momentary): ... from here.
2931 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2933         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2934         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2935         large structures/arrays.
2937 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2939         * files.el (find-file-noselect-1, set-visited-file-name):
2940         Allow backup-enable-predicate to be nil.
2942 2007-01-04  Andreas Schwab  <schwab@suse.de>
2944         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2945         last change.
2947 2007-01-03  Richard Stallman  <rms@gnu.org>
2949         * woman.el (woman-decode-buffer): Clarify error message.
2951 2007-01-03  Alan Mackenzie  <acm@muc.de>
2953         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2955 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2957         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2959 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2963 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2965         * emulation/viper.el (viper-custom-file-name, viper-mode):
2966         Fix typos in docstrings.
2968         * subr.el (momentary-string-display): After moving point, set POS
2969         variable to it to avoid later errors once the buffer is modified.
2970         Doc fix.
2972 2007-01-02  Alan Mackenzie  <acm@muc.de>
2974         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2975         check that the "*/" is present before trying to manipulate it.
2977 2007-01-02  Richard Stallman  <rms@gnu.org>
2979         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2981         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2982         Fix format of value.
2984         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2985         Change messages accordingly.
2986         (customize-customized): Now alias.
2988 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2990         * files.el (version-control): Doc fix.
2992 2007-01-01  Alan Mackenzie  <acm@muc.de>
2994         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2995         Check the format of c-state-cache is valid for an optimisation before
2996         using it.
2998         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2999         are at a statement within a macro".  Other changes so that only
3000         the first continuation line in a macro gets the symbol
3001         `cpp-define-intro', the others getting `statement', or whatever.
3003         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3004         a string, preserve whitespace.  Add a backslash only when also in
3005         a macro.
3007         * progmodes/cc-defs.el: Correct typos.
3009         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3010         new line after an escaped EOL in a string.
3012         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3013         label when it directly follows "else", "do", ....
3015         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3016         angle brackets (as seen in "explicit specialisations" of C++
3017         templates).
3019         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3020         in the doc-string.
3022         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3023         when the comment ender looks like "=========*/" and is alone on
3024         its line.
3026         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3027         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
3028         for the old name.
3030         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3031         c-\(beginning\|end\)-of-defun by default.
3033         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3034         New line-up function, for the DEFUN macro in the Emacs C sources.
3035         Only used in "gnu" style.
3037         * progmodes/cc-styles.el (c-style-alist): Use this new function in
3038         the "gnu" style.
3040         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3041         clean-up comment-close-slash also to work when there's a comment
3042         terminator on the line.
3043         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3044         these for large arg - only take account of top level {..}, except
3045         for initial and final adjustments.  M-- C-M-[ae] now go to the
3046         right defuns when the starting point is between defuns.  They use
3047         the four new functions:
3048         (c-in-function-trailer-p, c-where-wrt-brace-construct)
3049         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3050         support c-\(beginning\|end\)-of-defun.
3052         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3053         expressions more rigorously, to exclude bit-field specifiers from
3054         being classed as labels.
3055         (c-forward-label): When analyzing a ":" within a macro, be careful
3056         about using c-forward-syntactic-ws at the macro beginning.
3057         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3058         stmt boundary, check for "operator=", etc.
3060         * progmodes/cc-mode.el (c-postprocess-file-styles):
3061         Bind inhibit-read-only to t, around the call to
3062         c-remove-any-local-eval-or-mode-variables, so that it works on a
3063         RO file.
3065         * progmodes/cc-defs.el (c-version): Update the version number to
3066         "5.31.4".
3068 2007-01-01  Richard Stallman  <rms@gnu.org>
3070         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3071         only if we restored isearch-window-configuration.
3073 2006-12-31  Romain Francoise  <romain@orebokech.com>
3075         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3077 2006-12-31  Kim F. Storm  <storm@cua.dk>
3079         * files.el (auto-mode-case-fold): New defcustom.
3080         (set-auto-mode): If non-nil, perform second case-sensitive pass
3081         through auto-mode-alist if first pass failed.
3083 2006-12-30  Richard Stallman  <rms@gnu.org>
3085         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3087 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
3089         * allout.el (allout-encrypt-string): Handle symmetric-key
3090         passphrase caching but leave keypair caching to pgg.
3092 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
3094         Sync with Tramp 2.0.55.
3096         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3097         `integerp'.  `char-equal' could fail else in case of negative
3098         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3099         (top): Check for `font-lock-add-keywords' before calling; it
3100         doesn't exist under XEmacs.
3101         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
3102         (tramp-completion-mode): Remove clause (not
3103         tramp-unified-filenames), because the function is called in other
3104         context too, where this check results in wrong results in the
3105         XEmacs case on Windows.
3106         (tramp-touch): UTC handling is not possible for XEmacs.
3108 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3110         * scroll-bar.el (previous-scroll-bar-mode): New variable
3111         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3112         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3114         * term/x-win.el: Set scroll bar mode to right if set by X resources.
3116 2006-12-30  Richard Stallman  <rms@gnu.org>
3118         * files.el (make-backup-file-name-1): Precompute abs name
3119         but don't lose the relative name.
3121         * international/mule-cmds.el (select-safe-coding-system-interactively):
3122         Fix message.
3124 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3126         * files.el (backup-buffer): Show entire backup file name in msg.
3128 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
3130         * image.el (image-type-header-regexps, image-type-from-data)
3131         (image-type-from-buffer, image-type-from-file-header):
3132         Revert changes from 2006-12-26.
3133         (image-type-auto-detectable): New variable.
3134         (image-type-auto-detected-p): New function.
3136         * files.el (magic-mode-alist): Detect image files with
3137         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3139 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
3141         * dired.el (dired-sort-other): Move test for dired-mode...
3142         (dired-sort-set-modeline): ...to here.
3144 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3146         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3147         change.  Suggested by Stefan Monnier.
3149 2006-12-29  Kim F. Storm  <storm@cua.dk>
3151         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3152         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3154 2006-12-27  Kim F. Storm  <storm@cua.dk>
3156         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3157         so it doesn't accidentally match an fsf.org mail address.
3158         (authors-renamed-files-alist): Add tcover-*.el.
3160 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * vc-arch.el (vc-arch-find-version): New function.
3164         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3165         composed of arbitrary characters (even /) in some systems.
3167 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3169         * international/mule-cmds.el (select-safe-coding-system-interactively):
3170         Improve the message in the *Warning* buffer.
3172 2006-12-27  Kim F. Storm  <storm@cua.dk>
3174         * ido.el (ido-set-matches-1): Fix last change.  If default item is
3175         current buffer, it is ok to be first.
3177 2006-12-27  Kenichi Handa  <handa@m17n.org>
3179         * international/mule-cmds.el (select-safe-coding-system-interactively):
3180         Use face `link' for problematic chars.
3182 2006-12-27  Kenichi Handa  <handa@m17n.org>
3184         * international/mule-cmds.el (select-safe-coding-system-interactively):
3185         Improve the message in *Warning* buffer.
3187 2006-12-27  Kim F. Storm  <storm@cua.dk>
3189         * ido.el (ido-set-matches-1): Never put current buffer first if
3190         there are other matches.
3192 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
3194         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3195         expressions.
3196         (gdb-var-delete): Handle duplicate names.  Print message for non
3197         root expressions.
3198         (gdb-partial-output-name): Start buffer name with a space.
3199         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3200         buffer name.
3202 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3204         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3205         last footnote when `footnote-spaced-footnotes' is nil.
3207 2006-12-26  Richard Stallman  <rms@gnu.org>
3209         * cus-edit.el (custom-browse-sort-alphabetically)
3210         (custom-buffer-sort-alphabetically)
3211         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3213         * image.el (image-type-header-regexps): Change element format
3214         to include third item NOT-ALWAYS.
3215         (image-type-from-data): Handle new format.
3216         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3217         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3219 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3221         * add-log.el (add-log-current-defun): Call `forward-sexp'
3222         multiple times to pick a member function name defined as
3223         part of nested classes/namespaces.
3225 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3227         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3228         which keymap should be used to change menu.  It does not affect any
3229         existent code.
3231 2006-12-26  Richard Stallman  <rms@gnu.org>
3233         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3234         rather than for being in a minibuffer window.
3236 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3238         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3239         locale-coding-system.
3240         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3241         LF.
3243 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3245         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3246         (sql-mode-syntax-table): Disable double quoted strings.
3247         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3249 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3251         * startup.el (fancy-splash-last-input-event): New variable.
3252         (fancy-splash-special-event-action): New function.
3253         (fancy-splash-screens): Temporarily bind special events to it.
3254         Execute command for saved special event before exiting from
3255         recursive editing.
3257         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3258         New functions.
3259         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3260         Use mac-unread-string.
3262 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3264         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3265         an optimized comment regexp if `comment-start-skip' uses a ^.
3266         * bs.el (bs--up): Remove interactive spec.
3268 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3270         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3271         Suggested by James Cloos.
3273 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3275         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3276         in March.
3277         (calendar-dst-ends): Default to first Sunday in November.
3279 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3281         * allout.el (allout-encrypt-string): Inhibit use of agent within
3282         body of let form where encryption happens.  Acknowledge non-use of
3283         gpg-agent in docstring.
3284         (allout-toggle-subtree-encryption): Acknowledge non-use of
3285         gpg-agent in docstring.
3287 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3289         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3291 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3293         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3294         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3296         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3297         in hooks.
3298         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3299         actually modify buffer; ignore errors if occur.
3301 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3303         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3304         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3305         formatting.
3307 2006-12-23  Richard Stallman  <rms@gnu.org>
3309         * simple.el (delete-horizontal-space): Doc fix.
3311 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3313         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3314         explicitly in a recursive Make, not implicitly through prerequisites,
3315         since the latter is wrong under parallel builds.
3317 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3319         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3321 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3323         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3324         message string.
3326 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3328         * outline.el (outline-next-visible-heading): Fix the case with a
3329         header at end-of-file with no final newline.
3331 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3333         * indent.el (tab-always-indent): Doc fix.
3335 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3337         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3338         (Info-fontify-node): Do fontify indices.
3340         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3341         to the Emacs Lisp reference manual.
3342         (tutorial--tab-map): Remove.  All callers changed.
3343         (tutorial--find-changed-keys): New elt QUIET, used to...
3344         (tutorial--display-changes): ...ensure that warning messages are
3345         only issued once per changed key.
3346         (tutorial--remove-remarks): Delete unused code-path.
3347         (lang-strings): Remove extraneous formatting.
3348         (tutorial--save-tutorial): Prompt before saving tutorial state.
3350 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3352         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3353         Replace '?\ ' by '?\s' throughout.
3354         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3355         `help' custom group.
3356         (tutorial--key-description): New function.
3357         (tutorial--display-changes): Remove redundant arg.  Scan for all
3358         key sequences to avoid false matches.  Cleanup.
3359         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3360         reduce homedir pollution.
3361         (help-with-tutorial): Call tutorial--display-changes with no arg.
3363 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3365         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3367 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3369         * net/tramp.el (tramp-default-method): We still need to check for
3370         `executable-find', because it is not bound under Emacs 20.
3371         (tramp-handle-file-name-completion)
3372         (tramp-completion-handle-file-name-completion): Handle optional
3373         parameter PREDICATE.
3374         (tramp-find-default-method): Add code for default values.
3376 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3378         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3379         make gud-go send "continue".
3381 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3383         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3384         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3386 2006-12-19  Kim F. Storm  <storm@cua.dk>
3388         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3389         instead of global-map.
3391         * files.el (magic-mode-alist): Allow matching file type by
3392         calling a function at bob.  Check for image types by calling
3393         image-type-from-buffer.  Suggested by Juanma Barranquero.
3394         (set-auto-mode): Do it.
3396 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3398         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3399         Remove "ControlMaster" option from the other `scp*' methods.
3400         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3402 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3404         * textmodes/org.el (org-mode): Show context after isearch.
3405         (org-show-siblings): New function.
3406         (org-show-context): Use `org-show-siblings'.
3408 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3411         Use syntax-ppss-toplevel-pos.
3413 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3415         * textmodes/org.el (org-current-line): Make sure that lines are
3416         counted from beginning of buffer.
3417         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3418         lines are counted from beginning of buffer.
3420 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3422         * info.el (Info-build-node-completions): Signal error if tag-table
3423         marker is not found.
3425         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3427 2006-12-17  Alan Mackenzie  <acm@muc.de>
3429         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3430         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3431         Based on code by Martin Rudalics.
3433         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3434         open-paren-in-column-0-is-defun-start to nil any more.
3436 2006-12-17  Richard Stallman  <rms@gnu.org>
3438         * simple.el (delete-horizontal-space): Use prefix arg.
3440         * help-fns.el (describe-variable): Improve blank separator lines.
3442         * files.el (magic-mode-alist): Mark as risky.
3444         * files.el (make-backup-file-name-1):
3445         Expand backup-directory explicitly.
3447 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3449         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3450         check whether package password.el is loaded, or Pageant is running.
3452 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3454         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3455         (icalendar--rris): First try Emacs, then XEmacs.
3456         (icalendar--convert-ical-to-diary): Doc fix.
3457         Insert newline at end of target file.
3459 2006-12-17  Kim F. Storm  <storm@cua.dk>
3461         * outline.el (outline-isearch-open-invisible-function): New defvar.
3462         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3463         overlay property instead of outline-isearch-open-invisible.
3465 2006-12-16  Kim F. Storm  <storm@cua.dk>
3467         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3468         if ido-directory-too-big is set on entry.
3469         (ido-toggle-ignore, ido-completion-help): Print message while
3470         reading big directory.
3472 2006-12-15  Richard Stallman  <rms@gnu.org>
3474         * shell.el (shell): Doc fix.
3476 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3478         * emulation/edt.el (edt-xserver):
3479         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3480         to fix a problem on Cygwin.
3482         * emulation/edt.el
3483         * emulation/edt-mapper.el
3484         * emulation/edt-lk201.el
3485         * emulation/edt-pc.el
3486         * emulation/edt-vt100.el: Update maintainer's email address.
3488 2006-12-15  Simon Marshall  <simon@gnu.org>
3490         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3492 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3494         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3495         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3496         instead of mac-atsu-font-table.
3497         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3499 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3501         * align.el (align-match-tex-pattern): Fix a rare bug which
3502         hanged Emacs.
3504 2006-12-14  Richard Stallman  <rms@gnu.org>
3506         * startup.el (use-fancy-splash-screens-p): Use frame-height
3507         instead of window-height.  Pass frame to image-size.
3509 2006-12-13  Kenichi Handa  <handa@m17n.org>
3511         * international/mule-cmds.el (set-locale-environment):
3512         Set default-sendmail-coding-system too.
3514 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3516         * progmodes/idlw-help.el: Fix copyright notice.
3518 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3522 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3524         * subr.el (unread-command-char): Reformat obsolescence info.
3526 2006-12-11  Richard Stallman  <rms@gnu.org>
3528         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3529         about calls to cl-struct-setf-expander.
3531 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3533         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3534         (ediff-combination-pattern): Fix typo in docstring.
3536         * textmodes/refer.el (refer-find-entry): Doc fix.
3537         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3538         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3539         Fix tipos in docstrings.
3541         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3543 2006-12-10  Kim F. Storm  <storm@cua.dk>
3545         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3546         instead of binding M-backspace.
3548 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3550         * replace.el (replace-match-data, replace-match-maybe-edit):
3551         * calc/calc-aent.el (calc-eval-error):
3552         * emulation/vi.el (vi-char-argument):
3553         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3554         (c-vsemi-status-unknown-p-fn): Doc fixes.
3556 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3558         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3559         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3561 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3563         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3565 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3567         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3569         * man.el (Man-xref-button-action): New function.  If the
3570         `Man-target-string' button property is a function, assume it
3571         accepts a position argument.
3572         (Man-abstract-xref-man-page): Use it.
3573         (Man-default-man-entry): New optional arg POS.
3575         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3576         symlink arrows read-only and non-rear-sticky.
3578 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3580         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3581         (wdired-search-and-rename): Simplify code.
3582         (wdired-preprocess-files, wdired-preprocess-perms): Make
3583         read-only property of preceding character rear-nonsticky to
3584         avoid that it can be modified.  Put old-name and old-link
3585         properties on character preceding name and replace
3586         put-text-property by add-text-properties.
3587         (wdired-get-filename, wdired-get-previous-link): Get old-name
3588         and old-link properties from character preceding name and
3589         simplify code.
3590         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3591         (wdired-perms-to-number): Make local-map property
3592         rear-nonsticky to avoid that text following permissions may be
3593         modified.  Use add-text-properties instead of put-text-property
3594         when changing a permission bit.
3595         (wdired-change-to-dired-mode): Remove stickiness properties.
3597 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3599         * international/mule-cmds.el (register-input-method): Doc fix.
3601 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3603         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3605 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3607         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3608         Force buffer local defs evaluation on local variables loading.
3609         (flyspell-mode-on, flyspell-mode-off): Use it in
3610         `hack-local-variables-hook'.
3612 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3614         * emacs-lisp/find-func.el (find-variable): Doc fix.
3616         * help-fns.el (variable-at-point): Doc fix.
3618         * w32-fns.el (w32-append-code-lines): New function.
3620 2006-12-09  Romain Francoise  <romain@orebokech.com>
3622         * comint.el (comint-insert-input): Delete obsolete comment.
3624 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3627         current frame, in case we're connected to several displays.
3629 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3631         * frame.el (other-frame): Doc fix.
3632         (set-frame-parameter): Fix typo in docstring.
3634 2006-12-07  Kim F. Storm  <storm@cua.dk>
3636         * info.el (Info-index): Strip leading colon from topic.
3638 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3640         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3641         to pointers.
3643 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3645         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3646         Trim out spurious class inheritance "None" entries.
3648 2006-12-05  Kim F. Storm  <storm@cua.dk>
3650         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3651         (cua-paste-pop): Rework last change for
3652         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3653         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3654         text inserted by the last M-y command.
3656 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3658         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3659         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3661         * shell.el (shell): Search the start file in ~/.emacs.d as
3662         `init_SHELLNAME.sh' instead.
3664 2006-12-05  Glenn Morris  <rgm@gnu.org>
3666         * progmodes/cperl-mode.el (cperl-mode)
3667         * progmodes/f90.el (f90-mode-abbrev-table)
3668         * progmodes/fortran.el (fortran-mode-abbrev-table)
3669         * progmodes/octave-mod.el (octave-abbrev-table)
3670         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3671         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3673         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3674         clear abbrev table, else saved abbrevs will not be restored.
3676 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3678         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3679         the call to `make-obsolete-variable', not in the docstring.
3681 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3683         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3685 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3687         * progmodes/ebnf-abn.el:
3688         * progmodes/ebnf-bnf.el:
3689         * progmodes/ebnf-dtd.el:
3690         * progmodes/ebnf-ebx.el:
3691         * progmodes/ebnf-iso.el:
3692         * progmodes/ebnf-otz.el:
3693         * progmodes/ebnf-yac.el:
3694         * progmodes/ebnf2ps.el:
3695         * delim-col.el:
3696         * printing.el:
3697         * ps-bdf.el:
3698         * ps-mule.el:
3699         * ps-print.el: Remove 'Time-stamp' comment mark.
3701         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3702         'easy-menu-add-item' when called in Emacs 21 or higher.
3704 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3706         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3707         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3709 2006-12-04  Kim F. Storm  <storm@cua.dk>
3711         * bindings.el (global-map): Bind [signal t] to ignore, to have
3712         user signals ignored by default.
3714 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3716         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3717         Unicode data file pointed to by `describe-char-unicodedata-file'.
3719 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3722         O(n^2) regexp-search by anchoring the search.
3724 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3726         * whitespace.el (whitespace-cleanup-internal): Use current
3727         argument for recursive call.
3729 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3731         * net/tramp.el (tramp-methods): Add "ControlPath" and
3732         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3733         Andreas Schwab <schwab@suse.de>.
3734         (tramp-do-copy-or-rename-file-out-of-band)
3735         (tramp-open-connection-rsh): Compute format spec for ?t.
3736         (tramp-process-actions): Trace command parameters.
3738 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3740         * simple.el (toggle-truncate-lines): Clarify doc string.
3742         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3743         (gdb-speedbar-expand-node): Use it.
3745 2006-12-04  Richard Stallman  <rms@gnu.org>
3747         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3749         * dired.el (dired-revert): Turn off dired-after-readin-hook
3750         around call to dired-readin.
3752         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3753         to echo area messages.
3754         <indicate-empty-lines, case-fold-search>:
3755         Add "globally" to Help string.
3756         <case-fold-search>: MESSAGE arg need not say "globally".
3757         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3759 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3761         * outline.el (outline-end-of-subtree): Don't leave an empty
3762         line hidden as we would a real next heading.
3764 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3766         * allout.el (allout-ascend): Add an optional argument to preserve
3767         original position of point when unsuccessful.  Also, fix a
3768         docstring error.
3769         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3770         work again, using allout-ascend's new option.
3771         (allout-setup-mode-map): Extract from allout-mode to initialize
3772         allout-mode-map.  Call it on file load, so the mode docstring
3773         substitutions work even if allout mode has not yet been invoked.
3774         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3775         customizations since the map was last processed.  Also, refine the
3776         docstring so it's ship-shape for release.
3777         (allout-default-layout, allout-beginning-of-line-cycles)
3778         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3779         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3780         (allout-version, allout-layout, allout-infer-body-reindent)
3781         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3782         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3783         (allout-previous-heading, allout-goto-prefix-doublechecked)
3784         (allout-current-bullet-pos, allout-next-sibling-leap)
3785         (allout-pre-command-business, allout-encrypted-type-prefix)
3786         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3787         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3788         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3789         (allout-old-expose-topic, allout-listify-exposed)
3790         (allout-process-exposed, allout-latex-verb-quote)
3791         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3792         (allout-toggle-current-subtree-encryption)
3793         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3794         Remove extraneous open-paren and close paren string escapes.
3796 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3798         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3799         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3800         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3801         Fix typos in docstrings.
3803 2006-12-03  Glenn Morris  <rgm@gnu.org>
3805         * progmodes/cc-align.el
3806         * progmodes/cc-awk.el
3807         * progmodes/cc-cmds.el
3808         * progmodes/cc-compat.el
3809         * progmodes/cc-defs.el
3810         * progmodes/cc-engine.el
3811         * progmodes/cc-langs.el
3812         * progmodes/cc-menus.el
3813         * progmodes/cc-mode.el
3814         * progmodes/cc-styles.el
3815         * progmodes/cc-vars.el
3816         * progmodes/vhdl-mode.el: Fix Copyright format.
3818 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3820         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3821         initial down event.
3823 2006-12-02  Kim F. Storm  <storm@cua.dk>
3825         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3826         (cua-repeat-replace-region): Make M-v more robust.
3827         (cua-paste-pop-rotate-temporarily): New defcustom.
3828         (cua-paste-pop): Use it.
3829         (cua-auto-mark-last-change): New defcustom.
3830         (cua-pop-to-last-change): New helper function.
3831         (cua-set-mark): Use them.
3833 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3835         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3836         mini-buffer message.
3838 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3840         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3842 2006-12-01  Ben North  <ben@redfrontdoor.org>
3844         * paren.el: Fix the highlight overlay extension when the user types a
3845         sequence of char very fast just before the open parenthesis.
3847 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3849         * ps-mule.el: Eliminate Emacs 20 compatibility.
3851         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3852         (ps-print-version): New version 6.7.
3853         (ps-print-quote): Replace '?\ ' by '?\s'.
3855 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3857         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3858         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3859         (hexl-end-of-1k-page): Doc fixes.
3860         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3861         Fix typos in docstrings.
3863 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3865         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3866         locally, i.e. without using file name handlers.
3867         (ido-read-internal): Allow mono letter host names, avoiding the
3868         `c:' problem by testing if the file exists locally.
3869         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3871 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3873         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3874         to avoid bytecomp warnings.
3875         (hexl-mode-old-ruler-function): New variable.
3876         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3877         and `hl-line-range-function' after `require' hl-line.
3878         Then bind `hl-line-range-function' and `hl-line-face'.
3879         Don't require frame.  Don't use `with-no-warnings'.
3880         (hexl-activate-ruler): Store the original value of
3881         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3882         (hexl-mode-exit): Restore the original value of
3883         `ruler-mode-ruler-function'.
3885 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3887         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3888         (hexl-mode-old-hl-line-face): New variable.
3889         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3890         line when exit from the hexl-mode.
3892 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3894         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3895         Doc fixes.
3897         * international/fontset.el (create-fontset-from-ascii-font)
3898         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3899         (fontset-name-p): Fix typo in docstring.
3901         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3903 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3905         * ps-bdf.el: Fix maintainer email.
3907         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3908         compatibility.
3910         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3911         21 compatibility.
3912         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3913         Emacs 20 & 21.
3915 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3917         * progmodes/idlwave.el (idlwave-auto-fill):
3918         Remove paragraph-start let to prevent auto-fill giving up.
3920 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3922         * vt100-led.el (led-state): Fix typo in previous change.
3924 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3926         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3927         Fix interactive spec of the functions getting defined to make them
3928         work as documented.
3930 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3932         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3934 2006-11-28  Kim F. Storm  <storm@cua.dk>
3936         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3937         icomplete-mode is enabled.
3939 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3941         * textmodes/org.el (require): Require gnus-sum during compilation
3942         to avoid problem with a macro call.
3944 2006-11-28  Glenn Morris  <rgm@gnu.org>
3946         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3948         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3949         (fortran-window-create-momentarily): Do not need string-to-char.
3951 2006-11-28  Richard Stallman  <rms@gnu.org>
3953         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3954         Replace incorrect use of assoc-default with a loop.
3956         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3958         * simple.el (next-error-find-buffer): Improve messages.
3960         * files.el (revert-buffer): Special error message if file
3961         is now not readable.
3963         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3964         constructed commands.
3966         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3967         in INSIDE_EMACS.
3969 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3973         * server.el: Remove spurious * in docstrings.
3974         (server-process-filter): Exit from recursive editing before processing
3975         a new request.
3977 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3979         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3980         line so hidden blocks will be correctly identified.
3982 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3984         * ledit.el (ledit-save-defun, ledit-mode):
3985         * resume.el (resume-emacs-args-buffer):
3986         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3987         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3988         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3989         (command-send-input, command-kill-line):
3990         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3992         * autoarg.el (autoarg-kp-mode): Doc fix.
3994         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3995         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3996         (check-emacs-lock): Doc fix.  Simplify.
3998         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3999         (iimage-mode-buffer): Fix typos in docstring.
4001         * misc.el (zap-up-to-char): Doc fix.
4003         * time-stamp.el: Fix comment and obsolescence string for old
4004         functions.  Use `dolist' instead of `while'.
4006         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4008         * disp-table.el (standard-display-8bit, standard-display-default):
4009         * ebuff-menu.el (electric-buffer-list):
4010         * ehelp.el (electric-help-command-loop):
4011         * font-core.el (font-lock-mode):
4012         * help-macro.el (make-help-screen):
4013         * help.el (describe-minor-mode-completion-table-for-indicator)
4014         (lookup-minor-mode-from-indicator):
4015         * indent.el (tab-to-tab-stop, move-to-tab-stop):
4016         * info-look.el (info-lookup-guess-custom-symbol):
4017         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4018         * longlines.el (longlines-wrap-line):
4019         * macros.el (insert-kbd-macro):
4020         * menu-bar.el (menu-bar-update-buffers):
4021         * misc.el (copy-from-above-command):
4022         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4023         * newcomment.el (comment-indent):
4024         * novice.el (disabled-command-function):
4025         * sort.el (sort-fields-syntax-table):
4026         * subr.el (momentary-string-display):
4027         * tar-mode.el (tar-header-block-summarize)
4028         (tar-clear-modification-flags):
4029         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4030         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4031         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4032         (te-delete-char, te-down-vertically-or-scroll):
4033         * time-stamp.el (time-stamp-string-preprocess):
4034         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4036 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4038         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4039         in GUD mode.
4041         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4042         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4044 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4046         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4048 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
4050         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4051         (ada-compile-goto-error): Adapt to new argument profile of
4052         compilation-goto-locus in Emacs 22.  Don't check if the various
4053         compile functions are defined; we already do "(require 'compile)".
4055 2006-11-26  Kim F. Storm  <storm@cua.dk>
4057         * kmacro.el: Fix commentary.
4059 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4061         * progmodes/gud.el (gdb): Explain how to run in text command mode
4062         more clearly.  Say in error message that multiple debugging
4063         requires restarting GDB.
4065 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
4067         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4069 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
4071         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4072         (flymake-popup-menu): Use it instead of posn-at-point.
4074 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4076         * progmodes/cc-vars.el (c-backslash-column):
4077         Mention c-backslash-max-column in documentation for c-backslash-column.
4079 2006-11-24  Lars Hansen  <larsh@soem.dk>
4081         * net/tramp.el (tramp-default-method): Under Windows, change from
4082         plink to pscp.
4083         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4084         (tramp-actions-copy-out-of-band):
4085         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4086         (tramp-action-out-of-band): Move "Permission denied" handling to
4087         tramp-action-copy-failed.
4088         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4089         process buffer.
4091 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4094         strings to a single string.  Quote `errors-file-name'.
4095         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4096         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4097         Adjust calls.  Use `shell-quote-argument'.
4099         * international/mule.el (load-with-code-conversion)
4100         (with-category-table): Use with-current-buffer.
4101         (after-insert-file-set-coding): Use restore-buffer-modified-p.
4103 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
4105         * mail/smtpmail.el (smtpmail-send-it):
4106         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
4107         MIME header for the message encoding.
4108         Bind coding-system-for-write around the call to mail-do-fcc.
4109         Use smtpmail-code-conv-from to encode queued mail messages.
4111 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4113         * tabify.el (tabify-regexp): Doc fix.
4115         * net/rcirc.el (rcirc-buffer-maximum-lines):
4116         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4118         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4119         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4120         Fix typos in output messages.
4121         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4123 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4126         the horse's mouth.
4127         (hexlify-buffer): Don't re-encode an arg that's already encoded.
4129 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4131         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4132         Remove condition-case.
4134 2006-11-23  Glenn Morris  <rgm@gnu.org>
4136         * progmodes/f90.el (f90-comment-indent): Do not move point in
4137         default case.
4139 2006-11-21  Romain Francoise  <romain@orebokech.com>
4141         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4142         from library name (reverts change of 2005-10-25).
4144 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4146         * tutorial.el (tutorial--default-keys): Add newline and
4147         delete-backward-char bindings.
4148         (tutorial--detailed-help): Save excursion when finding keys.
4149         Correct warning string for M-x FOO case.
4150         (tutorial--display-changes): Print special keys in tutorial style.
4151         Tweak search regexp for changed keys.
4153 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4155         * thingatpt.el (thing-at-point-url-at-point): Don't add a
4156         redundant scheme.
4158 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
4160         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4161         are new to the list at IANA.  Also added irc, mms, mmsh.
4163 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
4165         * progmodes/idlw-help.el (idlwave-html-help-location):
4166         Fail gracefully for missing help packages.
4167         (idlwave-help-assistant-open-link): Open full links.
4168         (idlwave-help-assistant-help-with-topic): Direct help link.
4170         * progmodes/idlwave.el (idlwave-mode):
4171         Set add-log-current-defun-function.
4172         (idlwave-current-routine-fullname): Add, to support add-log.
4173         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4174         to reflect improvements to xml-parse-file.
4175         (idlwave-mode-menu-def): New binding for help-with-topic.
4177         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4178         Handle extra newlines and spaces.
4179         (idlwave-shell-mode-map): Add help-with-topic.
4181 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
4183         * tutorial.el (tutorial-warning-face): New face.
4184         (tutorial--detailed-help, tutorial--display-changes): Use it.
4185         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4186         Improve search pattern for occurrences of changed keys.
4188 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4190         * term/x-win.el (x-last-cut-buffer-coding): New variable.
4191         (x-select-text): Set it.
4192         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4193         when checking for newness.
4195 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4197         * subr.el (posn-image):
4198         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4200         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4202 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4204         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4205         Exceptions to the rule "add a space between an identifier and an
4206         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4207         (glasses-parenthesis-exception-p): New.  Check if the region is an
4208         exception regarding to that.
4209         (glasses-make-readable): Use it.
4210         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4211         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4213 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4215         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4217 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4219         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4221         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4222         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4224 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4226         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4227         conditions for function or variable bindings.
4229         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4231         * progmodes/compile.el (compilation-start): Ditto.
4233 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4235         * net/tramp.el (top): cl and custom are always required.
4237 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4239         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4240         cut-buffers with next-selection-coding-system if not nil.
4242 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4244         * textmodes/org.el (org-fix-decoded-time): New function.
4245         (org-display-custom-time): Use `org-fix-decoded-time'.
4247 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4249         * menu-bar.el (menu-bar-games-menu): Remove yow.
4251 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4253         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4254         (org-detach-overlay): Rename from `org-detatch-overlay'.
4255         (org-table-convert-region): Insert space after column separator.
4256         (org-agenda-kill): New command.
4257         (org-metaleft): Call `org-outdent-item' on bullets.
4258         (org-metaright): Call `org-indent-item' on bullets.
4259         (org-timestamp-change): Set `org-last-changed-timestamp'.
4260         (org-current-line): Make sure (bolp) returns correct result.
4261         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4263 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4265         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4267 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4269         * mouse.el (global-map): Change 2006-08-16 fix to call
4270         mouse-yank-at-click explicitly, since mouse events are not carried
4271         over into keyboard macros.
4273 2006-11-16  Kim F. Storm  <storm@cua.dk>
4275         * ido.el (ido-file-internal): Use current buffer's file name as default
4276         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4278 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4280         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4281         (allout-inhibit-aberrance-doublecheck): Rename from
4282         allout-during-yank-processing.  All callers changed.
4283         (allout-ascend): Provide for unusual case where some topic after
4284         the first in file is at lower depth than the first.
4285         (allout-shift-in): Ensure the offspring of the new containing
4286         topic are exposed.
4287         (allout-encrypt-string): Preserve the coding-system of the text,
4288         according to that of the containing buffer.
4289         (allout-toggle-subtree-encryption): When the text being encrypted
4290         requires a different coding system, offer to preserve the coding
4291         system using a file local var.
4293 2006-11-15  Simon Marshall  <simon@gnu.org>
4295         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4296         to recognise "T t()" as a function declaration, rather than a
4297         variable instantiation, iff at the top-level or inside a class
4298         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4300 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4302         * progmodes/ada-xref.el (ada-parse-prj-file):
4303         Don't delete project buffer; user may want to edit it.
4304         (ada-xref-set-project-field, ada-xref-current-project-file)
4305         (ada-xref-current-project, ada-show-current-project)
4306         (ada-set-main-compile-application): New functions.
4307         (ada-xref-get-project-field, ada-require-project-file):
4308         Normalize use of ada-prj-default-project-file.
4309         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4310         Normalize use of ada-require-project-file.
4311         (ada-prj-find-prj-file): Improve doc string, comments.
4313         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4314         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4315         (ada-create-menu): Add ada-set-main-compile-application,
4316         ada-show-current-main, ada-show-current-project.
4318 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4321         (inferior-python-mode): Use it.
4323 2006-11-14  Andreas Schwab  <schwab@suse.de>
4325         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4327 2006-11-13  Kim F. Storm  <storm@cua.dk>
4329         * ido.el (ido-copy-current-word): C-o copies region if active.
4331 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4333         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4335 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4337         * ediff.el (ediff-revision):
4338         * files.el (set-visited-file-name):
4339         * mail/rmailout.el (rmail-output-body-to-file):
4340         Use `format', not `message', in `y-or-n-p' call.
4342 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4344         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4345         (org-metaright): Call `org-indent-item' on bullets.
4346         (org-timestamp-change): Set `org-last-changed-timestamp'.
4347         (org-current-line): Make sure (bolp) returns correct result.
4348         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4350 2006-11-12  Richard Stallman  <rms@gnu.org>
4352         * language/european.el (turkish-case-conversion-enable)
4353         (turkish-case-conversion-disable): New functions.
4354         ("Turkish" lang env): Use them.
4356         * international/characters.el (case table):
4357         Do nothing special for i and I.
4359         * subr.el (remove-overlays): Fix last change.
4361         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4362         for visiting the custom file.
4364 2006-11-12  Markus Triska  <triska@gmx.at>
4366         * play/handwrite.el (handwrite): Also process lines not ending
4367         with newline.  Replace some position-fiddling with different
4368         logic.  Improve performance.
4370 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4372         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4373         replacing deleted variable `ada-check-switch'.
4374         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4375         (ada-xref-project-files): Improve doc string.
4376         (ada-find-executable): New function.
4377         (ada-initialize-runtime-library): Use `ada-find-executable'.
4378         (ada-xref-set-default-prj-values): In compile commands, don't need
4379         `ada-cd-command'; `compile' does that more portably.
4380         Use ada-prj-default-check-cmd.
4381         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4382         properties if not specified in project file.
4383         (ada-goto-declaration): Display useful message for new error
4384         'error-file-not-found.
4385         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4386         'error-file-not-found.
4387         (ada-get-all-references): Match latest ali syntax.  Signal new
4388         error 'error-file-not-found.
4389         (ada-find-in-ali): Match latest ali syntax.
4390         (ada-make-filename-from-adaname): Handle different semantics of
4391         gnatkr in GNAT 3.15p vs later.
4393         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4394         ada-procedure-start-regexp.
4395         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4397         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4398         with defvar.
4399         (ada-language-version): Rename ada05 -> ada2005.
4400         (ada-align-region-separate): Add `eval-when-compile'.
4401         (ada-name-regexp): Remove unneeded escapes in regexp character
4402         alternative.
4403         (ada-compile-goto-error-file-linenr-re): New constant.
4404         (ada-matching-start-re): Handle additional cases `declare',
4405         `procedure', `function'.
4406         (ada-compile-goto-error): Handle "... at line nn".
4407         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4408         Delete support for old versions of `align'.
4409         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4410         (ada-check-defun-name): Simplify handling of `declare'.
4411         (ada-goto-matching-start): Handle nested `begin ... end'.
4412         Handle `declare', `protected', `procedure', `function'.
4413         (ada-create-menu): Presence of arm95 is not conditional on using
4414         GNAT compiler.
4416 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4418         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4419         nil in the *RE-Builder* buffer (it causes spurious error messages).
4421         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4422         been set to t, respect it.
4424 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4426         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4427         Delete commented out code for old Emacs versions.  Autoloading of
4428         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4429         (ada-mode-version): Bump version number.
4430         (ada-95-string-keywords, ada-2005-string-keywords)
4431         (ada-2005-keywords, ada-name-regexp): New constant.
4432         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4433         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4434         (ada-package-start-regexp): Support private packages, include package
4435         name (for ada-set-point-accordingly).
4436         (ada-next-procedure, ada-previous-procedure)
4437         (ada-which-function-are-we-in): Match changes to
4438         ada-procedure-start-regexp.
4439         (ada-make-body): Make non-interactive; not a user function.
4440         (ada-make-subprogram-body): Improve doc string.
4442 2006-11-11  Romain Francoise  <romain@orebokech.com>
4444         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4445         `compilation-error-regexp-alist' buffer-local, since we changed
4446         `compilation-error-regexp-alist-alist' locally.
4448 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4450         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4451         to the value of `server-raise-frame'.
4453 2006-11-11  Glenn Morris  <rgm@gnu.org>
4455         * ido.el (ido-enable-prefix)
4456         * ses.el (ses-call-printer-return)
4457         * net/tramp.el (tramp-unified-filenames)
4458         * progmodes/cc-align.el (c-lineup-string-cont)
4459         * progmodes/compile.el (compilation-directory-matcher)
4460         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4461         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4462         (vhdl-clock-rising-edge)
4463         * textmodes/org.el (org-export-with-timestamps)
4464         (org-export-remove-timestamps-from-toc)
4465         (org-export-with-tags): Improve previous doc fixes.
4467 2006-11-11  Richard Stallman  <rms@gnu.org>
4469         * textmodes/flyspell.el (flyspell-mode-map):
4470         Bind C-c $ instead of M-RET.
4472 2006-11-10  Simon Marshall  <simon@gnu.org>
4474         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4475         fontification for "case" and "default" keywords.
4477 2006-11-10  Andreas Schwab  <schwab@suse.de>
4479         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4480         Avoid starting sentence with "nil".
4482 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4484         * server.el (server-raise-frame): New option.
4485         (server-switch-buffer): Use it.
4487 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4489         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4490         with a capital.
4492 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4494         * textmodes/org.el (org-show-hierarchy-above)
4495         (org-show-following-heading): Fix typo in default value.
4496         (org-scan-tags): Make the search case-sensitive.
4497         (org-tags-sparse-tree): Don't overrule
4498         `org-show-following-heading' and `org-show-hierarchy-above'.
4499         (org-reveal): New command.
4500         (org-show-context): Rename from `org-show-hierarchy-above'.
4501         (org-fast-tag-selection-single-key): New option.
4502         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4503         (org-tags-overlay): New variable.
4504         (org-agenda-todo-ignore-deadlines): New option.
4505         ("session"): Add circular data structure `org-mark-ring' to
4506         exceptions list in session.el.
4507         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4508         New options.
4509         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4510         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4511         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4512         (org-finalize-agenda): Activate bracket links in agenda.
4513         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4514         INACTIVE-OK.
4515         (org-show-hierarchy-above, org-show-following-heading):
4516         List values allowed for fine-tuned configuration.
4517         (org-show-hierarchy-above): New argument CONTEXT, use the
4518         fine-tuned settings in `org-show-hierarchy-above' and
4519         `org-show-following-heading'.
4520         (org-display-custom-time): New function.
4521         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4522         (org-display-custom-times, org-time-stamp-custom-formats):
4523         (org-maybe-intangible): New macro.
4524         (org-activate-bracket-links, org-hide-wide-columns):
4525         Use `org-maybe-intangible'.
4526         (org-open-file): Use `shell-quote-argument'.
4527         (org-display-internal-link-with-indirect-buffer): New option.
4528         (org-file-remote-p): Get regexp from list.
4529         (org-link-expand-abbrev): New function.
4530         (org-link-abbrev-alist): New option.
4531         (org-open-at-point, org-cleaned-string-for-export):
4532         Call `org-link-expand-abbrev'.
4533         (org-timeline, org-agenda-list, org-todo-list)
4534         (org-tags-view): Remove the KEEP-MODES argument.
4535         (org-finalize-agenda-hook): New hook.
4536         (org-get-alist-option): New function.
4537         (org-follow-timestamp-link): New function.
4538         (org-open-at-point): Call `org-follow-timestamp-link'.
4539         (org-log-note-marker, org-log-note-purpose)
4540         (org-log-note-window-configuration): New variables.
4541         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4542         (org-log-note-headings): New option.
4543         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4544         (org-store-link): Support for dired-mode.
4545         (org-open-file): Substitute environment variables into filename.
4546         (org-last): New defsubst.
4547         (org-agenda-re-align-tags): New function.
4548         (org-agenda-align-tags-to-column): New option.
4549         (org-agenda-timeline): Group removed.
4550         (org-prepare-agenda, org-prepare-agenda-buffers)
4551         (org-run-agenda-series, org-timeline, org-agenda-list)
4552         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4553         the text property inticating the agenda type.
4554         (org-agenda-post-command-hook): Get agenda type from text property
4555         at point.
4556         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4557         and obey `org-agenda-overriding-arguments'.
4558         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4559         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4560         (org-agenda-week-view, org-agenda-day-view):
4561         Use `org-agenda-overriding-arguments' to make updating work with
4562         multi-block agendas.
4563         (org-agenda-prefix-format): Allow different formats for the
4564         different agenda entry types.
4565         (org-timeline-prefix-format): Option removed, use
4566         `org-agenda-prefix-format' instead.
4567         (org-prepare-agenda): New function.
4568         (org-select-timeline-window): Option removed, use
4569         `org-select-agenda-window' instead.
4570         (org-respect-restriction): Variable removed.
4571         (org-cmp-tag): New function.
4572         (org-agenda-sorting-strategy, org-entries-lessp):
4573         Implement sorting by last tag.
4574         (org-complete): Better completion in in-buffer option lines.
4575         (org-in-item-p): New function.
4576         (org-org-menu): Add entries for checkboxes.
4577         (org-cycle): Extra brouping in outline-regexp, because it is used
4578         in a search with "^" prepended.
4579         (org-provide-checkbox-statistics): New option.
4580         (org-set-font-lock-defaults): Highlight checkbox statistics.
4581         (org-update-checkbox-count-maybe)
4582         (org-get-checkbox-statistics-face): New functions.
4583         (org-update-checkbox-count): New command.
4584         (org-insert-item, org-toggle-checkbox):
4585         Call `org-update-checkbox-count-maybe'.
4586         (org-export-as-html): XEmacs compatibility for coding system.
4587         (org-force-cycle-archived): New command.
4588         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4589         overrules cycling.
4590         (org-fix-position-after-promote): If the line contains only a todo
4591         keyword, add a final space.
4592         (org-promote-subtree, org-demote-subtree):
4593         Call `org-fix-position-after-promote'.
4595 2006-11-10  Glenn Morris  <rgm@gnu.org>
4597         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4598         date in every year.
4599         (calendar-dst-check-each-year-flag): New customizable variable.
4600         (calendar-dst-find-data): New function, extracted from
4601         calendar-current-time-zone.
4602         (calendar-current-time-zone): Use calendar-dst-find-data.
4603         (calendar-dst-transition-cache): New variable.
4604         (calendar-dst-find-startend, calendar-dst-starts)
4605         (calendar-dst-ends): New functions.
4606         (calendar-daylight-savings-starts)
4607         (calendar-daylight-savings-ends): Change value to use
4608         calendar-dst-starts, calendar-dst-ends; respectively.
4610         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4612         * ido.el (ido-enable-prefix)
4613         * ses.el (ses-call-printer-return)
4614         * net/tramp.el (tramp-unified-filenames)
4615         * progmodes/cc-align.el (c-lineup-string-cont)
4616         * progmodes/compile.el (compilation-directory-matcher)
4617         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4618         * progmodes/gdb-ui.el (gdb-many-windows)
4619         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4620         (vhdl-clock-rising-edge)
4621         * textmodes/org.el (org-export-with-timestamps)
4622         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4623         (org-read-date): Doc fix (Nil -> nil).
4625 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4627         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4628         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4630 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4632         * bs.el (bs--window-for-buffer): Remove.
4633         (bs--show-with-configuration): Use `get-window-with-predicate'
4634         instead of `bs--window-for-buffer'.
4636 2006-11-10  Kenichi Handa  <handa@m17n.org>
4638         * files.el (revert-buffer): Fix previous change.
4640 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4642         * bs.el (bs--redisplay): Fix typo in docstring.
4643         (bs--window-config-coming-from): Make frame-local.
4644         (bs--restore-window-config): New function.
4645         (bs-kill, bs-select, bs-select-other-window)
4646         (bs-select-other-frame): Use it.
4647         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4648         (bs--show-with-configuration): Save the window configuration as a
4649         frame local var, and only if *buffer-selection* is not already
4650         visible on this frame.
4652 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4654         * vc-svn.el (vc-svn-admin-directory): New var.
4655         (vc-svn-registered, vc-svn-responsible-p)
4656         (vc-svn-repository-hostname): Use it.
4657         Suggested by arit93@yahoo.com.
4659 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4661         * ldefs-boot.el: Regenerate.
4663 2006-11-08  Alan Mackenzie  <acm@muc.de>
4665         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4666         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4667         for least nested open-paren.
4669 2006-11-08  Romain Francoise  <romain@orebokech.com>
4671         * subr.el (remove-overlays): Fix typo in last change.
4673 2006-11-08  Richard Stallman  <rms@gnu.org>
4675         * subr.el (remove-overlays): Call overlay-recenter.
4677 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4679         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4680         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4681         behaviour.
4682         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4683         directly.
4685 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4687         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4688         (ido-max-dir-file-cache, ido-decorations)
4689         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4690         (ido-magic-backward-char, ido-enter-dired)
4691         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4692         (ido-list-directory, ido-first-match, ido-only-match)
4693         (ido-subdir, ido-indicator): Fix typos in docstrings.
4694         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4695         (ido-read-internal): Fix typo in error message.
4697 2006-11-08  Kenichi Handa  <handa@m17n.org>
4699         * international/mule-cmds.el (set-default-coding-systems):
4700         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4702 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4704         * makefile.w32-in (setwins): Remove.
4705         (WINS_ALMOST): New macro.
4706         (WINS): Use it.
4707         (autoloads): Don't extract autoloads from files in obsolete/.
4709 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4711         * whitespace.el (whitespace-buffer): Call remove-overlays after
4712         overlay-recenter for performance.  Suggested by Martin Rudalics.
4714 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4716         * net/tramp.el (tramp-default-method): scp is the default method.
4718 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4720         * server.el (server-start): Save also the Emacs pid in the server file.
4722 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4724         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4725         point when displaying a bibtex cross reference in the echo area.
4727 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4729         * international/mule.el (make-char): Fix typo in docstring.
4730         (load-with-code-conversion, charsetp): Doc fixes.
4732         * international/ja-dic-cnv.el (skkdic-convert):
4733         * cus-edit.el (hook): Fix typo in docstring.
4735 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4737         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4738         (custom-mode-link-map): New variable.
4739         (custom-group-link, custom-manual): Use follow-link.
4741 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4743         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4744         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4746 2006-11-06  Richard Stallman  <rms@gnu.org>
4748         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4749         New function broken out of flyspell-correct-word.
4750         (flyspell-mode-map): Bind it to M-RET.
4751         (flyspell-correct-word): Call it.
4753         * textmodes/fill.el (fill-minibuffer-function): New function.
4754         (fill-paragraph): Bind fill-paragraph-function to
4755         fill-minibuffer-function.
4757         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4758         so that they aren't undefined.
4760         * dired.el (dired-readin): Locally bind file-name-coding-system.
4762         * bindings.el: Shorten and clarify usual mode line mouse help string.
4764         * Makefile.in (autoloads): Don't include `obsolete'.
4766 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4768         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4769         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4770         Printing menu if it's not initialized.
4771         (pr-menu-bind): Act on menu-bar-file-menu directly.
4773 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4775         * help.el (view-emacs-news): Fix typo in error message.
4777         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4779         * shadowfile.el (shadow-define-regexp-group)
4780         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4781         (shadow-read-files): Fix typo in message.
4782         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4783         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4784         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4785         (shadow-file-match): Fix typos in docstrings.
4787         * terminal.el (terminal-emulator): Fix typo in message.
4789         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4791         * emacs-lisp/lselect.el (x-kill-primary-selection)
4792         (x-delete-primary-selection, x-copy-primary-selection):
4793         Fix typos in error messages.
4795         * emulation/edt-mapper.el: Fix typo in interactive message.
4797         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4799         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4800         (ispell-help): Fix typos in docstrings.
4801         (ispell-help): Fix typo in output message.
4803         * allout.el (allout-adjust-file-variable)
4804         (allout-passphrase-verifier-string)
4805         (allout-passphrase-hint-string)
4806         (allout-toggle-current-subtree-encryption):
4807         * apropos.el (apropos-synonyms):
4808         * cus-edit.el (hook):
4809         * emacs-lock.el (emacs-lock-from-exiting):
4810         * follow.el (follow-avoid-tail-recenter-p):
4811         * hexl.el (hexl-mode):
4812         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4813         * mouse.el (mouse-set-font):
4814         * resume.el (resume-emacs-args-file):
4815         * rfn-eshadow.el (file-name-shadow-tty-properties):
4816         * t-mouse.el (t-mouse-process, t-mouse-mode):
4817         * emacs-lisp/cust-print.el (custom-print-install)
4818         (custom-print-uninstall, custom-format):
4819         * emacs-lisp/shadow.el (list-load-path-shadows):
4820         * emulation/tpu-edt.el (tpu-help-text)
4821         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4822         (tpu-reset-control-keys):
4823         * emulation/vip.el (vip-emacs-local-map)
4824         (vip-change-mode-to-emacs):
4825         * emulation/viper.el (viper-mode, viper-set-hooks)
4826         (viper-major-mode-modifier-list):
4827         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4828         * emulation/viper-keym.el (viper-emacs-kbd-map)
4829         (viper-toggle-key):
4830         * mail/feedmail.el (feedmail-queue-reminder)
4831         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4832         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4833         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4834         (feedmail-sender-line, feedmail-force-binary-write)
4835         (feedmail-from-line, feedmail-deduce-envelope-from)
4836         (feedmail-x-mailer-line, feedmail-message-id-generator)
4837         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4838         (feedmail-enable-spray, feedmail-spray-this-address)
4839         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4840         (feedmail-queue-runner-confirm-global)
4841         (feedmail-ask-before-queue-prompt)
4842         (feedmail-ask-before-queue-reprompt)
4843         (feedmail-prompt-before-queue-standard-alist)
4844         (feedmail-prompt-before-queue-user-alist)
4845         (feedmail-prompt-before-queue-help-supplement)
4846         (feedmail-queue-use-send-time-for-message-id)
4847         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4848         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4849         (feedmail-mail-send-hook-queued)
4850         (feedmail-confirm-addresses-hook-example)
4851         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4852         (feedmail-queue-runner-mode-setter)
4853         (feedmail-queue-alternative-mail-header-separator)
4854         (feedmail-queue-runner-message-sender)
4855         (feedmail-buffer-eating-function, feedmail-binmail-template)
4856         (feedmail-run-the-queue-no-prompts)
4857         (feedmail-run-the-queue-global-prompt)
4858         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4859         (feedmail-envelope-deducer, feedmail-fiddle-date)
4860         (feedmail-default-message-id-generator)
4861         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4862         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4863         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4864         (vms-pmail-setup):
4865         * play/dunnet.el (dun-help):
4866         * play/handwrite.el (handwrite):
4867         * play/hanoi.el (hanoi-unix-64):
4868         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4869         * textmodes/enriched.el (fixed):
4870         * textmodes/org.el (org-file-apps)
4871         (org-emphasis-regexp-components, org-emphasis-alist):
4872         * textmodes/texinfmt.el (batch-texinfo-format):
4873         Fix typos in docstrings.
4875 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4877         * loadhist.el (read-feature): Don't complete features not loaded
4878         from a file (which make `unload-feature' to fail).
4880 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4884 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4886         * startup.el (command-line-1): Kill emacs if the last frame is
4887         deleted while evaluating the command-line arguments.
4889 2006-11-05  Richard Stallman  <rms@gnu.org>
4891         * startup.el (init-file-had-error): Add doc string.
4892         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4893         Use fixed-width font for keyboard key descriptions.
4895         * cus-edit.el (custom-save-all): Error if saving in .emacs
4896         and it had an error when loaded.
4898         * dired-aux.el (dired-copy-file-recursive): Catch errors
4899         from recursive copies in the loop, around the recursive call.
4901 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4903         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4904         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4905         `/proc/acpi/thermal_zone/*'.
4906         (battery-search-for-one-match-in-files): New.  Search a regexp in
4907         the content of some files.
4909 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4911         * window.el (mouse-autoselect-window-now): Remove variable.
4912         (mouse-autoselect-window-state): New variable.
4913         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4914         (mouse-autoselect-window-select, handle-select-window):
4915         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4916         Suspend delayed autoselection during menu or popup dialog.
4918         * info-look.el (info-lookup-guess-custom-symbol): New function
4919         for retrieving symbol at point in custom buffers.
4920         (top level) <info-lookup-maybe-add-help>: Add backquote and
4921         comma to ignored characters in regexps of help specifications
4922         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4923         looking up symbols in `...' and after a comma.  Add help
4924         specifications for custom-mode and help-mode.
4926 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4928         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4929         Don't encode body if RAW is non-nil, or if the old encoding is
4930         identical to the new encoding, or if the body contains only
4931         eight-bit-* characters.
4933 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4935         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4936         (faces-sample-overlay): Remove variable.
4937         (describe-face): Insert sample text in the face being described.
4939 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4941         * whitespace.el (whitespace-indent-regexp): Make this match any
4942         multiples of eight spaces near the beginning of a line.
4943         (whitespace-buffer): Use `remove-overlays' instead of
4944         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4945         speed up overlay handling.
4946         (whitespace-buffer-leading, whitespace-buffer-trailing):
4947         Make these functions highlight the text removed by
4948         `whitespace-buffer-leading-cleanup' and
4949         `whitespace-buffer-trailing-cleanup' respectively.
4950         (whitespace-buffer-search): Use `with-local-quit'.
4951         Move `format' out of loop to speed up scanning larger buffers.
4952         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4953         that function is never added to a hook.
4954         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4955         (whitespace-buffer-leading-cleanup)
4956         (whitespace-refresh-rescan-list): Fix docstrings.
4958 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4960         * allout.el (allout-during-yank-processing): Cue for inhibiting
4961         aberrance processing during yanks.
4962         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4963         the amount of yanked topics that can be aberrant.
4964         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4965         a function, and supplement with inihibition of doublechecking
4966         during yanks.
4967         (allout-beginning-of-line, allout-next-heading)
4968         (allout-previous-heading, allout-goto-prefix-doublechecked)
4969         (allout-back-to-current-heading, allout-next-visible-heading)
4970         (allout-next-sibling): Use new allout-do-doublecheck function.
4971         (allout-next-sibling): Ensure we made progress when returning
4972         other than nil.
4973         (allout-rebullet-heading): Preserve text property annotations
4974         indicating the text was hidden, if it was.
4975         (allout-kill-line): Remove any added was-hidden annotations.
4976         (allout-kill-topic): Remove any added was-hidden annotations.
4977         (allout-annotate-hidden): Inhibit adding was-hidden text
4978         properties to the undo list.
4979         (allout-deannotate-hidden): New function to remove was-hidden
4980         annotation.
4981         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4982         (allout-remove-exposure-annotation): Replace by
4983         allout-deannotate-hidden.
4984         (allout-yank-processing): Signal that yank processing is happening
4985         with allout-during-yank-processing.  Also, wrap
4986         allout-unprotected's closer to the text changes, for easier
4987         debugging.  We need to inhibit-field-text-motion explicitly, in
4988         lieu of the encompassing allout-unprotected.
4989         (outlineify-sticky): Adjust criteria for triggering new outline
4990         decorations to presence or absence of any topics, not just a topic
4991         at the beginning of the buffer.
4993 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4995         * bs.el (bs--show-all, bs--redisplay):
4996         * cus-edit.el (custom-unlispify-menu-entries)
4997         (custom-unlispify-tag-names, custom-prompt-variable):
4998         * expand.el (expand-pos):
4999         * speedbar.el (speedbar-generic-list-tag-p):
5000         * wid-edit.el (widget-image-enable):
5001         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5002         * emacs-lisp/find-func.el (find-function-noselect)
5003         (find-function, find-variable-noselect, find-variable)
5004         (find-definition-noselect, find-face-definition):
5005         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5006         * net/eudc-vars.el (eudc-expansion-overwrites-query):
5007         * progmodes/ada-xref.el (ada-find-in-ali):
5008         * textmodes/flyspell.el (flyspell-check-tex-math-command):
5009         * textmodes/org.el (org-copy-subtree):
5010         * textmodes/table.el (table--row-column-insertion-point-p):
5011         Use "non-nil" in docstrings.
5013 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
5015         * sort.el (sort-columns): Set the field separator to tab; on
5016         NetBSD, sort complains if "\n" is used as field separator.
5018 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
5020         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5022 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * server.el (server-auth-key): Remove.  Replace by a process-property.
5025         (server-start): Don't remove the file of the previous process, but
5026         instead clear out the place for the new file.
5027         (server-start): Set the :auth-key property.
5028         (server-process-filter): Use the :auth-key property.
5030 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
5032         * textmodes/org.el (org-mode-map): No longer copy
5033         `outline-mode-map' explicitly - this is already done by
5034         `define-derived-mode'.
5036 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
5038         * server.el (server-visit-files): Use `when'.
5039         (server-process-filter): When authentication fails, send error
5040         message to client.  Wrap `process-send-region' in `ignore-errors'
5041         instead of `condition-case', and remove misleading comment.
5043 2006-11-01  Juri Linkov  <juri@jurta.org>
5045         * simple.el (yank): Doc fix.
5047 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * server.el: Try and fit within 80 columns.
5050         (server-start): Make the auth file unreadable by other users.
5052 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5054         * battery.el (battery-linux-proc-acpi): Prevent range error when
5055         `full-capacity' is 0.
5057 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5059         * faces.el (faces-sample-overlay): New defvar.
5060         (faces-sample-overlay): New function to show face sample text.
5061         (describe-face): Use it.
5063 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
5065         * progmodes/ada-stmt.el: Change maintainer, apply
5066         whitespace-cleanup, checkdoc.
5067         (ada-func-or-proc-name): Add doc string.
5069         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5070         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5071         strings and comments.
5072         (ada-prj-display-page): Change buffer name to more accurately
5073         reflect function.
5075         * progmodes/ada-xref.el: Change maintainer, apply
5076         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5077         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
5078         (ada-compile-current): Don't add newlines to commands.
5080 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
5082         * server.el: Add support for TCP sockets.
5083         (server-use-tcp, server-host, server-auth-dir): New options.
5084         (server-auth-key): New variable.
5085         (server-ensure-safe-dir): Create nonexistent parent dirs.
5086         Ignore Unix-style file modes on Windows.
5087         (server-start): Crete a TCP or Unix socket according to the value
5088         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
5089         `server-auth-dir' directory.
5090         (server-process-filter): Delete process if authentication
5091         fails (which never happens for Unix sockets).
5093 2006-10-30  David Kastrup  <dak@gnu.org>
5095         * subr.el (add-to-list): Don't continue checking if a match has
5096         been found.
5098 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5100         * tutorial.el: Move defvars to avoid bytecomp warnings.
5101         (tutorial--find-changed-keys): Check if viper-current-state is
5102         bound before using it.
5103         (help-with-tutorial): Check if viper-tutorial is defined before
5104         using it.
5106 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5108         * help-fns.el (help-with-tutorial): Move to tutorial.el.
5110         * tutorial.el: New file.
5111         (help-with-tutorial): Move here from help-fns.el. Added help for
5112         rebound keys.  Fixed resume of tutorial.
5113         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5114         (tutorial--find-changed-keys, tutorial--display-changes)
5115         (tutorial--saved-dir, tutorial--saved-file)
5116         (tutorial--save-tutorial): New functions to support the changes in
5117         help-with-tutorial.
5119 2006-10-30  Kenichi Handa  <handa@m17n.org>
5121         * files.el (revert-buffer): If a unibyte buffer is being reverted
5122         with a coding system for multibyte, set buffer multibyte before
5123         calling insert-file-contents.
5125 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5127         * server.el (server-select-display): Use a dummy buffer to detect when
5128         the frame is later used.
5129         (server-select-display): New function.
5130         (server-process-filter): Use it to detect unused temp frames.
5132 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
5134         * progmodes/ada-mode.el: Change maintainer, apply
5135         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
5136         (ada-mode-version): New function.
5137         (ada-create-menu): Menu operations are available for all supported
5138         compilers.
5140 2006-10-29  Lars Hansen  <larsh@soem.dk>
5142         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5143         Highlight as keyword.
5144         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5145         Don't call tramp-method-out-of-band-p for local files.
5146         (tramp-touch): Quote file name.
5148 2006-10-28  Glenn Morris  <rgm@gnu.org>
5150         * calendar/calendar.el (cal-html-cursor-month)
5151         (cal-html-cursor-year): Add autoloads for this new package.
5152         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5154 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
5156         * calendar/cal-html.el: New file.
5158 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
5160         * emacs-lisp/authors.el (authors-aliases): Update.
5162 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5164         * version.el (emacs-version): Bump version number to 22.0.90.
5166 2006-10-26  John W. Eaton  <jwe@octave.org>
5168         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5169         New defvar.
5170         (inferior-octave-resync-dirs): Check to see whether Octave has
5171         built-in variables and set inferior-octave-has-built-in-variables.
5172         Check inferior-octave-has-built-in-variables to decide whether to
5173         send commands that set built-in variables or call functions to
5174         change Octave's behavior.
5175         Send "disp (pwd ())" to Octave instead of just "pwd".
5176         (inferior-octave-startup): Send "more off" to Octave instead of
5177         "page_screen_output = 0".
5179 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
5181         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5182         pattern normally.
5184 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
5186         * bindings.el (mode-line-mode-menu): Remove bindings for global
5187         minor modes (line/column number) as they are on the menubar.
5189 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
5191         * term/w32-win.el (x-handle-name-switch): Doc fix.
5192         (w32-standard-fontset-spec): Fix typo in docstring.
5194         * midnight.el (midnight-buffer-display-time): Doc fix.
5195         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5197 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5199         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5201         * viper-ex.el (ex-read): Quote file argument.
5203         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5205         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5207 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5209         * textmodes/flyspell.el (flyspell-check-region-doublons):
5210         Fix last fix.
5212 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5214         * bindings.el (mode-line-mode-menu): List global minor modes
5215         before local ones.
5217 2006-10-23  Kim F. Storm  <storm@cua.dk>
5219         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5220         (sit-for): If last command was a prefix arg, add the read-ahead
5221         event to unread-command-events as (t . EVENT) so it will be added
5222         to this-command-keys by read-key-sequence.
5224 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5226         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5227         whitespace when checking doublons.
5228         (flyspell-check-region-doublons): Fix doublon regexp.
5229         (flyspell-highlight-incorrect-region): Highlight doublons using
5230         flyspell-duplicate face.
5232         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5234 2006-10-22  John Wiegley  <johnw@newartisans.com>
5236         * progmodes/python.el (python-use-skeletons): python-mode was
5237         auto-inserting templates (for those with abbrev-mode on), not only
5238         by default -- *but without a configuration variable to disable
5239         it*.  This rendered python-mode completely useless for me, so I
5240         have added `python-use-skeletons', which is now off by default.
5242 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5244         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5245         font-lock-multiline is auto-local (it's not).
5246         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5247         initialized before calling cperl-init-faces.
5249 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5251         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5252         gdb-stack-position a value when there is no fringe.
5254         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5255         indicator if not visiting a file.
5257 2006-10-20  David Kastrup  <dak@gnu.org>
5259         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5260         operation would still cause some window to collapse later.
5262 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5265         side-effect due to mixing various backends's file properties.
5267         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5268         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5269         Return `filename's status if applicable.  Update callers.
5271 2006-10-19  Kenichi Handa  <handa@m17n.org>
5273         * international/kkc.el (kkc-region): When a key sequence is not
5274         defined, append (this-single-command-raw-keys) to
5275         unread-input-method-events.
5277 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5279         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5281 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5283         * version.el (emacs-version): Use mac-carbon-version-string.
5285         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5287 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5289         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5290         Kenichi Handa).
5291         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5292         the selection is not UTF-8.
5294 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5296         * progmodes/ada-mode.el (ada-83-string-keywords)
5297         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5298         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5299         (ada-looking-at-semi-private, ada-get-body-name):
5300         Fix typos in docstrings.
5301         (ada-create-case-exception, ada-create-case-exception-substring):
5302         Fix typos in error messages.
5303         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5305 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5307         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5308         to default-frame-alist if default-frame-alist already contains
5309         width/height.
5311 2006-10-18  Richard Stallman  <rms@gnu.org>
5313         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5314         Non-interactive arg is the value, not the expression.
5316         * simple.el (read-expression-map): Just set it, no defvar.
5318         * subr.el (insert-for-yank-1): If last inserted char has
5319         properties, mark them as rear-nonsticky.
5321         * recentf.el (recentf-mode): Doc fix.
5323         * facemenu.el (facemenu-add-new-face): Defend against symbol
5324         that isn't a face name.
5326         * dired-aux.el (dired-do-copy): Doc fix.
5328 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5330         * simple.el (line-move-1): Ignore fields when moving to the
5331         beginning of line to avoid getting point stuck.
5333 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5335         * textmodes/flyspell.el (flyspell-word-search-backward):
5336         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5337         text.
5339 2006-10-16  Richard Stallman  <rms@gnu.org>
5341         * help-fns.el (describe-function-1): Special case optimization
5342         for self-insert-command.
5344 2006-10-16  Kim F. Storm  <storm@cua.dk>
5346         * ido.el (ido-reread-directory): Work in `dir' mode too.
5348 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5350         * textmodes/table.el: Require 'regexp-opt.
5352 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5354         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5355         Use shell-quote-argument.
5357         * shell.el (explicit-bash-args): Likewise.
5359         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5360         Use grep -E rather than egrep.
5362 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5364         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5366 2006-10-15  Kim F. Storm  <storm@cua.dk>
5368         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5370 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5372         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5373         to protect whitespace and metacharacters from the shell.
5375 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5377         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5379 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5381         * subr.el (start-process-shell-command): Doc fix.
5383 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5385         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5386         the regexp for Maxima symbols.
5388 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5391         (vc-find-root): Don't walk higher up than ~.
5393 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5395         * international/utf-8.el (utf-translate-cjk-load-tables):
5396         Avoid clobbering last-coding-system-used during load.
5398 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5400         * textmodes/reftex-global.el (reftex-create-tags-file):
5401         Quote file arguments.
5403 2006-10-12  Richard Stallman  <rms@gnu.org>
5405         * files.el (file-name-history): Add defvar.
5406         (save-some-buffers-action-alist): Improve description strings.
5408 2006-10-12  Andreas Schwab  <schwab@suse.de>
5410         * files.el (auto-mode-alist): Match change log file name also with
5411         a dash before a numeric extension.
5413 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5415         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5416         After 5.0:
5417         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5419         After 5.1: Major edit.  Summary of most visible changes:
5421         - Multiple <<HERE per line allowed.
5422         - Handles multiline subroutine declaration headers (with comments).
5423           (The exception is `cperl-etags' - but it is not used in the rest
5424           of the mode.)
5425         - Fontifies multiline my/our declarations (even with comments,
5426           and with legacy `font-lock').
5427         - Major speedup of syntaxification, both immediate and postponed
5428           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5429           huge real-life document I tested).
5430         - New bindings, edits to imenu.
5431         - "_" is made into word-char during fontification/syntaxification;
5432           some attempts to recognize non-word "_" during other operations too.
5433         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5434         - autoload some more perldoc-related stuff
5435         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5436         - Attempt to incorporate XEmacs edits which reached me.
5438         Fine-grained changelog:
5439         (cperl-hook-after-change): New configuration variable.
5440         (cperl-vc-sccs-header): Likewise.
5441         (cperl-vc-sccs-header): Likewise.
5442         (cperl-vc-header-alist): Default via two preceding variables.
5443         (cperl-invalid-face): Remove double quoting under XEmacs
5444                 (still needed under 21.2).
5445         (cperl-tips): Update URLs for resources.
5446         (cperl-problems): Likewise.
5447         (cperl-praise): Mention new features.
5448         New C-c key bindings: for `cperl-find-bad-style',
5449         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5450         `cperl-perdoc', and `cperl-perldoc-at-point'.
5451         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5452         moved, new submenu of Tools with Ispell entries and narrowing.
5453         (cperl-after-sub-regexp): New defsubst.
5454         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5455                 Allows heads up to head4.
5456                 Allow "package;".
5457         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5458         (paren-backwards-message): ??? Something for XEmacs???
5459         (cperl-mode): Never auto-switch abbrev-mode off.
5460                 Try to allow '_' be non-word char.
5461                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5462                 Reset syntax cache on mode start.
5463                 Support multiline facification (even on legacy `font-lock').
5464         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5465         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5466                 refuse to inform us whether the fontification is due to lazy
5467                 calling or due to edit to a buffer, install our own hook
5468                 (controlled by `cperl-hook-after-change').
5469         (cperl-electric-pod): =cut may have been recognized as start.
5470         (cperl-block-p): Move, updatedfor attributes.
5471         (cperl-calculate-indent): Try to allow '_' be non-word char
5472                 Support subs with attributes.
5473         (cperl-where-am-i): Queit (?) a warning.
5474         (cperl-cached-syntax-table)     New function.
5475         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5476         (cperl-unwind-to-safe): Recognize `syntax-type' property
5477                 changing in a middle of line.
5478         (cperl-find-sub-attrs): New function.
5479         (cperl-find-pods-heres): Allow many <<EOP per line.
5480                 Allow subs with attributes.
5481                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5482                 Recognize "extproc " (OS/2) case-folded and only at start.
5483                 /x on s///x with empty replacement was not recognized.
5484                 Better comments.
5485         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5486                 Allow subs with attributes, labels.
5487                 Do not confuse "else::foo" with "else".
5488                 Minor optimizations...
5489         (cperl-after-expr-p): Try to allow '_' be non-word char.
5490         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5491                 with `looking-at' inside `narrow' and bulk out if found.
5492         (cperl-imenu--create-perl-index): Updates for new
5493                 `cperl-imenu--function-name-regexp-perl'.
5494         (cperl-outline-level): Likewise.
5495         (cperl-init-faces): Allow multiline subroutine headers
5496                 and my/our declarations, and ones with comments.
5497                 Allow subroutine attributes.
5498         (cperl-imenu-on-info): Better docstring.
5499         (cperl-etags): Rudimentary support for attributes.
5500                 Support for packages and "package;".
5501         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5502         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5503         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5504         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5505         (cperl-perldoc): Add autoload.
5506         (cperl-perldoc-at-point): Likewise.
5507         (cperl-here-doc-spell): New function.
5508         (cperl-pod-spell): Likewise.
5509         (cperl-map-pods-heres): Likewise.
5510         (cperl-get-here-doc-region): Likewise.
5511         (cperl-font-lock-fontify-region-function): Likewise (backward
5512                 compatibility for legacy `font-lock').
5513         (cperl-font-lock-unfontify-region-function): Fix style.
5514         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5515                 calls with no-change.  Governed by `cperl-hook-after-change'.
5516         (cperl-fontify-update): Recognize that syntaxification region
5517                 can be larger than fontification one.
5518                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5519         (cperl-fontify-update-bad): Temporary placeholder until
5520                 it is clear how to implement `cperl-fontify-update'.
5521         (cperl-time-fontification): New function.
5522         (attrib-group): New text attribute.
5523         (multiline): New value: `syntax-type' text attribute.
5525         After 5.2:
5526         (cperl-emulate-lazy-lock): New function.
5527         (cperl-fontify-syntaxically): Would skip large regions.
5528         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5529         Some globals were declared, but uninitialized.
5531         After 5.3, 5.4:
5532         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5533         Copyright message updated.
5534         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5535                         facification down a bit.
5536                 Misprint for my|our|local for old `font-lock'
5537                         "our" was not fontified same as "my|local".
5538                 Highlight variables after "my" etc even in
5539                         a middle of an expression.
5540                 Do not facify multiple variables after my etc
5541                         unless parentheses are present.
5543         After 5.5, 5.6
5544         (cperl-fontify-syntaxically): after-change hook could reset.
5545         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5547         After 5.7:
5548         (cperl-init-faces): Allow highlighting of local ($/).
5549         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5550         (cperl-problems): Remove fixed problems.
5551         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5552                 Recognize charclasses (unless delimiter is \).
5553         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5554         (cperl-regexp-scan): Update docs.
5555         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5557         After 5.8:
5558         Major user visible changes:
5559         Recognition and fontification of character classes in RExen.
5560         Variable indentation of RExen according to groups.
5562         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5563                 Fontify REx charclasses in variable-name face.
5564                 Fontify POSIX charclasses in "type" face.
5565                 Fontify unmatched "]" in function-name face.
5566                 Mark first-char of HERE-doc as `front-sticky'.
5567                 Reset `front-sticky' property when needed.
5568         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5569         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5570         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5571                 constructs.  Support `narrow'ed buffers.
5572         (cperl-praise): Remove a reservation.
5573         (cperl-make-indent): New function.
5574         (cperl-indent-for-comment): Use `cperl-make-indent'.
5575         (cperl-indent-line): Likewise.
5576         (cperl-lineup): Likewise.
5577         (cperl-beautify-regexp-piece): Likewise.
5578         (cperl-contract-level): Likewise.
5579         (cperl-toggle-set-debug-unwind): New function.
5580                 New menu entry for this.
5581         (fill-paragraph-function): Use when `boundp'.
5582         (cperl-calculate-indent): Take into account groups when indenting RExen.
5583         (cperl-to-comment-or-eol): Recognize # which end a string.
5584         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5585         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5586         (cperl-fontify-syntaxically): More clear debugging message.
5587         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5588         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5589         Merge cosmetic changes from XEmacs.
5591         After 5.9:
5592         (cperl-1+): Move to before the first use.
5593         (cperl-1-): Likewise.
5595         After 5.10:
5597         This code may lock Emacs hard!!!  Use at your own risk!
5599         (cperl-font-locking): New internal variable.
5600         (cperl-beginning-of-property): New function.
5601         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5602         instead of `previous-single-property-change'.
5603         (cperl-unwind-to-safe): Likewise.
5604         (cperl-after-expr-p): Likewise.
5605         (cperl-get-here-doc-region): Likewise.
5606         (cperl-font-lock-fontify-region-function): Likewise.
5607         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5608                         recursively.
5609                 Bound `next-single-property-change' via `point-max'.
5610         (cperl-unwind-to-safe): Bound likewise
5611         (cperl-font-lock-fontify-region-function): Likewise.
5612         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5613                 Initialization of `cperl-font-lock-multiline-start' could be
5614                 missed if the "main" fontification did not run due to the
5615                 keyword being already fontified.
5616         (cperl-pod-spell): Return t from do-one-chunk function.
5617         (cperl-map-pods-heres): Stop when the worker returns nil.
5618                 Call `cperl-update-syntaxification'.
5619         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5620         (cperl-get-here-doc-delim): Remove unused function.
5622         After 5.11:
5624         The possible lockup of Emacs (introduced in 5.10) fixed.
5626         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5627         (cperl-syntaxify-for-menu): New customization variable.
5628         (cperl-select-this-pod-or-here-doc): New function.
5629         (cperl-get-here-doc-region): Extra argument.
5630                 Do not adjust pos by 1.
5632         New menu entries
5633                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5634                 (Debugging CPerl:) backtrace on fontification.
5636         After 5.12:
5637         (cperl-cached-syntax-table): Use `car-safe'.
5638         (cperl-forward-re): Remove spurious argument SET-ST.
5639                 Add documentation.
5640         (cperl-forward-group-in-re): New function.
5641         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5642         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5644         After 5.13:
5645         (cperl-string-syntax-table): Make { and } not-grouping
5646           (Sometimes they ARE grouping in RExen, but matching them would only
5647            confuse in many situations when they are not)
5648         (beginning-of-buffer): Replace two occurences with goto-char...
5649         (cperl-calculate-indent): `char-after' could be nil...
5650         (cperl-find-pods-heres): REx can start after "[" too.
5651                 Hightlight (??{}) in RExen too.
5652         (cperl-maybe-white-and-comment-rex): New constant
5653         (cperl-white-and-comment-rex): Likewise.
5654                 XXXX Not very efficient, but hard to make
5655                 better while keeping 1 group.
5657         After 5.13:
5658         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5659                 Likewise for 1 << identifier.
5661         After 5.14:
5662         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5663                 Error-less condition-case could fail.
5664         (cperl-font-lock-fontify-region-function): Likewise.
5665         (cperl-init-faces): Likewise.
5667         After 5.15:
5668         (cperl-find-pods-heres): Support property REx-part2.
5669         (cperl-calculate-indent): Likewise.
5670                 Don't special-case REx with non-empty 1st line.
5671         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5672                 Invert highlighting of charclasses:
5673                         now the envelop is highlighted.
5674                 Highlight many others 0-length builtins.
5675         (cperl-praise): Mention indenting and highlight in RExen.
5677         After 5.15:
5678         (cperl-find-pods-heres): Highlight capturing parens in REx.
5680         After 5.16:
5681         (cperl-find-pods-heres): Highlight '|' for alternation
5682         Initialize `font-lock-warning-face' if not present.
5683         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5684                          `font-lock-function-name-face'.
5685         (cperl-look-at-leading-count): Likewise.
5686         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5687                         `font-lock-keyword-face' (needed for
5688                         batch processing), etc...
5689                 Use `font-lock-builtin-face' for builtin in REx
5690                         Now `font-lock-variable-name-face'
5691                         is used for interpolated variables
5692                 Use "talking aliases" for faces inside REx
5693                 Highlight parts of REx (except in charclasses)
5694                         according to the syntax and/or semantic
5695                 Syntax-mark a {}-part of (?{}) as "comment"
5696                         (it was the ()-part)
5697                 Better logic to distinguish what is what in REx
5698         (cperl-tips-faces): Document REx highlighting
5699         (cperl-praise): Mention REx syntax highlight etc.
5701         After 5.17:
5702         (cperl-find-sub-attrs): Would not always manage to print error message.
5703         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5705         After 5.18:
5706         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5707                 Very minor optimization.
5708                 `my-cperl-REx-modifiers-face' got quoted.
5709                 Recognize "print $foo <<END" as HERE-doc.
5710                 Put `REx-interpolated' text attribute if needed.
5711         (cperl-invert-if-unless-modifiers): New function.
5712         (cperl-backward-to-start-of-expr): Likewise.
5713         (cperl-forward-to-end-of-expr): Likewise.
5714         (cperl-invert-if-unless): Works in "the opposite way" too.
5715                 Cursor position on return is on the switch-word.
5716                 Indents comments better.
5717         (REx-interpolated): New text attribute.
5718         (cperl-next-interpolated-REx): New function.
5719         (cperl-next-interpolated-REx-0): Likewise.
5720         (cperl-next-interpolated-REx-1): Likewise.
5721         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5722         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5723         (cperl-praise): Mention finded interpolated RExen.
5725         After 5.19:
5726         (cperl-init-faces): Highlight %$foo, @$foo too.
5727         (cperl-short-docs): Better docs for system, exec.
5728         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5729                 Would not find HERE-doc ended by EOF without NL.
5730         (cperl-short-docs): Correct not-doubled \-escapes.
5731         start block: Put some `defvar' for stuff gone from XEmacs.
5733         After 5.20:
5734         initial comment: Extend copyright, fix email address.
5735         (cperl-indent-comment-at-column-0): New customization variable.
5736         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5737         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5738         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5739         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5740         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5741                         highlight $ in $foo too (UNTESTED).
5742         (cperl-set-style): Docstring missed some available styles.
5743         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5744                 Change "Current" to "Memorize Current".
5745         (cperl-indent-wrt-brace): New customization variable; the default is
5746                 as for pre-5.2 version.
5747         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5748         (cperl-style-alist): Likewise.
5749         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5750                 and `cperl-extra-newline-before-brace' etc
5751                 being t
5752         (cperl-indent-exp): Plans B and C to find continuation blocks even
5753                 if `cperl-extra-newline-before-brace' is t.
5755         After 5.21:
5756         Improve some docstrings concerning indentation.
5757         (cperl-indent-rules-alist): New variable.
5758         (cperl-sniff-for-indent): New function name
5759                 (separated from `cperl-calculate-indent').
5760         (cperl-calculate-indent): Separate the sniffer and the indenter;
5761                 uses `cperl-sniff-for-indent' now.
5762         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5763                 was inverted;
5764                 Support `comment-column' = 0.
5766 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5768         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5769         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5770         * longlines.el (longlines-window-change-function): Likewise.
5771         * simple.el (undo-ask-before-discard): Likewise.
5772         * wid-edit.el (widget-field-prompt-internal)
5773         (widget-documentation-link-p): Likewise.
5775 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5778         for a keyword.
5780 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * newcomment.el (comment-valid-prefix-p): Make the check
5783         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5784         (comment-indent-new-line): Adjust call.
5786 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5788         * allout.el (allout-back-to-current-heading): Base on lower-level
5789         routines to get proper disqualification of aberrant topics.
5791 2006-10-09  Richard Stallman  <rms@gnu.org>
5793         * textmodes/two-column.el (2C-two-columns): Doc fix.
5795 2006-10-09  Kim F. Storm  <storm@cua.dk>
5797         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5798         about implicit use.
5800 2006-10-08  Richard Stallman  <rms@gnu.org>
5802         * textmodes/two-column.el (2C-two-columns): Doc fix.
5804 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5806         * files.el: Mark `buffer-read-only' as safe-local-variable.
5808 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5810         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5811         Burp if GUD buffer has been killed.
5813 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         * completion.el (add-completions-from-c-buffer):
5816         Don't presume an error's second element is a string.
5817         Use looking-at rather than buffer-substring + member.
5819 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5821         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5822         `undecided', call find-coding-systems-region to find a proper
5823         non-trivial encoding.
5824         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5825         and "text/plain".
5827 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5829         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5830         url-link.
5832         * strokes.el (defgroup strokes): Remove invalid url-link.
5834 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5836         * autoinsert.el (auto-insert-alist): Doc fix.
5838 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5840         * mouse-sel.el (mouse-insert-selection-internal):
5841         Use insert-for-yank, so that yank handlers are run.
5843 2006-10-07  Kim F. Storm  <storm@cua.dk>
5845         * ido.el (ido-file-extension-aux): Fix comparison.
5847 2006-10-06  Kim F. Storm  <storm@cua.dk>
5849         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5851 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5853         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5854         (ad-make-mapped-call): Use `let', not `let*'.
5856 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5858         * international/mule-cmds.el (coding-system-change-eol-conversion):
5859         Ensure the coding system is initialized before calling
5860         coding-system-eol-type.
5862 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5864         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5865         (org-activate-angle-links, org-activate-dates)
5866         (org-activate-target-links, org-activate-camels)
5867         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5868         textproperty keymaps from being active beyond the end of a line.
5869         (org-unfontify-region): Also remove `rear-nonsticky' property.
5871 2006-10-04  Kenichi Handa  <handa@m17n.org>
5873         * international/code-pages.el (next): Table fixed.
5875 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5877         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5878         that it's been made unnecessary by removing narrowing.
5880 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5883         control flow a bit, simplify another bit, and add comments.
5885 2006-10-03  David Kastrup  <dak@gnu.org>
5887         * help.el (describe-mode): For clicks on mode-line, use "@"
5888         interactive argument to get the major mode of the click instead of
5889         the current buffer.
5891         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5892         in order to better redirect mouse-2 clicks.  Also allow default
5893         bindings to apply.
5895 2006-10-03  Kim F. Storm  <storm@cua.dk>
5897         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5898         (pushnew): Fix last change.
5900 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5902         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5903         Use the interactive spec of `eval-expression'.
5905 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5907         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5909 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5911         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5912         2006-09-28 commit.
5914 2006-10-02  Kenichi Handa  <handa@m17n.org>
5916         * international/code-pages.el (iso-8859-6): Table fixed.
5918 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5920         * dired.el (dired-build-subdir-alist): Fix previous change.
5922 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5924         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5926 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5929         "define-button-type".
5931         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5932         they don't keep accumulating.
5934 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5936         * ffap.el (ffap-rfc-path): Change the address of the RFC
5937         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5939 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5941         * allout.el (allout-expose-topic): Rectify implementation of "+"
5942         spec, so that bodies are not exposed with headlines.
5944 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5946         * allout.el (allout-current-depth): Do aberrent check only at or
5947         below doublecheck depth.
5948         (allout-chart-subtree): Make it explicit that LEVELS being nil
5949         means unlimited depth.  Drop undocumented support for LEVELS value
5950         t meaning unlimited depth.  (This is consistent with
5951         allout-chart-to-reveal, but contrary to allout-show-children,
5952         which needs to use nil to default to depth of 1.)
5953         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5954         (allout-chart-to-reveal): Be explicit in docstring about meaning
5955         of nil LEVELS, and drop support for LEVELS value t.
5956         (allout-show-children): Translate the level spec used by this
5957         routine to that used by allout-chart-subtree and
5958         allout-chart-to-reveal.
5959         (allout-show-to-offshoot): Retry once when stuck, after opening
5960         subtree - improvements in discontinuity handling likely will
5961         enable progress.
5963 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5965         * wid-edit.el (widget-button-click-moves-point): New variable.
5966         (widget-button-click): If widget-button-click-moves-point is
5967         non-nil, set point after performing the button action
5969         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5971 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5973         * files.el (find-file-existing): Modify to not allow wildcards.
5975 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5977         * simple.el (undo-more): When undo information for the region is
5978         exhausted, say "No further undo information FOR REGION".
5980 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5982         * progmodes/sh-script.el (sh-prev-thing):
5983         Take `sh-leading-keywords' into account.
5985 2006-09-29  Glenn Morris  <rgm@gnu.org>
5987         * custom.el (defcustom): Doc fix.
5989         * calendar/calendar.el (european-calendar-style):
5990         Call european-calendar or american-calendar as needed when set.
5991         (diary-view-entries, list-calendar-holidays): Move autoloads
5992         before use.
5994 2006-09-29  Juri Linkov  <juri@jurta.org>
5996         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5997         to nil if there is no previous property change.
5999 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6001         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6002         saving anything to be sure that `forward-sexp' behaves correctly.
6004 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
6006         * simple.el (line-move-finish): Ignore field boundaries if the
6007         initial and final points have the same `field' property.
6009 2006-09-29  Kim F. Storm  <storm@cua.dk>
6011         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6012         to t while calling ido-read-internal.
6014 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
6016         * textmodes/org.el (org-file-remote-p): Get regexp from list.
6017         (org-archive-subtree): Remove erraneous `]' from character list.
6019 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
6021         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6022         (ses-reconstruct-all): Make undo of "insert row" work by keeping
6023         markers for data-area and parameters-area.
6025 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6029         * font-lock.el (font-lock-after-change-function): Refontify next line
6030         as well if end is at BOL.
6031         (font-lock-extend-jit-lock-region-after-change): Be more careful to
6032         only extend the region as much as needed.
6034 2006-09-28  Richard Stallman  <rms@gnu.org>
6036         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6038         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6040         * international/mule.el (after-insert-file-set-coding):
6041         If VISIT, don't let set-buffer-multibyte make undo info.
6043 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
6045         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6046         lines in base64-encoded authentication response.
6048 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6050         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6051         (ebnf-version): New version 4.3.
6052         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6053         (ebnf-prologue): Adjust PostScript programming.
6054         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6055         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6057 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * jit-lock.el (jit-lock-force-redisplay): Rename from
6060         jit-lock-fontify-again, and undo the mistaken change I've just done.
6062         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6063         (jit-lock-fontify-again): Don't refontify text that's not displayed.
6065 2006-09-26  Kenichi Handa  <handa@m17n.org>
6067         * startup.el (display-splash-screen): Allow a prefix argument.
6069 2006-09-25  Jason Rumney  <jasonr@gnu.org>
6071         * subr.el (shell-quote-argument): Use DOS logic for Windows
6072         shells with DOS semantics.
6074 2006-09-24  Richard Stallman  <rms@gnu.org>
6076         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6077         (compilation-goto-locus): Use compilation-goto-locus-delete-o
6078         to delete the overlay.  Put it on pre-command-hook.
6080         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6082         * startup.el (fancy-splash-screens, normal-splash-screen):
6083         Call the splash buffer *About GNU Emacs*.
6085         * simple.el (next-error-highlight, next-error-highlight-no-select):
6086         Default to 0.5.
6087         (yank-excluded-properties): Add `fontified'.
6089         * font-lock.el (font-lock-compile-keywords): Allow value of
6090         syntax-begin-function to enable paren-column-0 highlighting.
6092 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
6094         * dired.el (dired-build-subdir-alist): When file ends in colon,
6095         don't exit the loop, just disregard that file.
6097 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
6099         * simple.el (line-move-finish): Handle corner case for fields in
6100         continued lines.
6101         (line-move-1): Remove flawed test for that case.
6103 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
6105         * icomplete.el (icomplete-simple-completing-p): Use the correct
6106         name for the new variable, `icomplete-with-completion-tables'.
6107         (file local variables): Remove superfluous setting.
6109 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
6111         * calendar/appt.el (appt-check): Fix typo for appointments just
6112         after midnight.
6114 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
6116         * help.el (describe-key-briefly, describe-key): Don't expect an
6117         extra up event if a down-event is generated by a popup menu.
6119 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
6121         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6122         local dictionary when changing the global dictionary.
6124 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
6126         * icomplete.el (icomplete-with-completion-tables): List of
6127         specialized completion tables with which icomplete should
6128         operate.  Include the new `internal-complete-buffer', so icomplete
6129         works with interactive buffer-selection.
6130         (icomplete-simple-completing-p): Add acceptance of specialized
6131         completion tables listed in icomplete-with-completion-tables.
6133 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6135         * frame.el (focus-follows-mouse): Set default to nil on Mac.
6137         * startup.el (command-line): Use `custom-reevaluate-setting' for
6138         `focus-follows-mouse'.
6140 2006-09-22  Richard Stallman  <rms@gnu.org>
6142         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6143         explain why Save is not available.
6145 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
6147         * woman.el (woman0-so): Use `let*', not `let'.
6148         (woman-horizontal-line): Remove unbalanced parenthesis.
6150 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * woman.el: Make sure all the end-of-region markers we use have
6153         a non-nil insertion-type.
6154         (woman0-so): Move things around so we can use copy-marker.
6155         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6156         Adjust marker type.
6157         (woman2-process-escapes): Check marker type.
6158         (woman-horizontal-line): Dispense with the use of a marker.
6160 2006-09-22  Jay Belanger  <belanger@truman.edu>
6162         * calc/calc-lang.el: Add Greek letters to math-variable-table
6163         property of tex.
6165 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
6167         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6169 2006-09-22  Masatake YAMATO  <jet@gyve.org>
6171         * add-log.el (add-log-current-defun): Use `forward-sexp'
6172         instead of `forward-word' to pick c++::symbol.
6173         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6175 2006-09-22  Kenichi Handa  <handa@m17n.org>
6177         * bindings.el: Fix setting self-insert-command for multibyte
6178         characters in global-map.
6180 2006-09-21  David Kastrup  <dak@gnu.org>
6182         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6183         doc string.
6185 2006-09-21  Kenichi Handa  <handa@m17n.org>
6187         * language/european.el ("Latin-1"): Add windows-1252 to
6188         coding-priority.
6189         ("German"): Likewise.
6191 2006-09-21  Kim F. Storm  <storm@cua.dk>
6193         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6194         Suggested by Miles Bader.
6196         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6197         instead of add-to-list in the simple case.
6199 2006-09-20  Kenichi Handa  <handa@m17n.org>
6201         * isearch.el (isearch-process-search-char): Cancel the previous change.
6202         (isearch-search-string): New function.
6203         (isearch-search): Use isearch-search-string.
6204         (isearch-lazy-highlight-search): Likewise.
6206 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6208         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6209         string to become an option.
6211 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6213         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6215 2006-09-20  Kim F. Storm  <storm@cua.dk>
6217         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6218         position t instead of trying both window-end and window-end - 1.
6220 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6222         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6223         hidden trees.
6225 2006-09-20  David Kastrup  <dak@gnu.org>
6227         * mouse.el (mouse-posn-property): Improve doc string.
6228         (mouse-on-link-p): Change buffers for function calls on links.
6230         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6231         buffer is read-only.
6233 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6235         * allout.el (allout-unprotected): Let inhibit-read-only only when
6236         buffer-read-only isn't set.
6237         (allout-annotate-hidden): Enable topic annotation during copies even
6238         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6239         advances, even when the span extends beyond the deletion region.
6240         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6241         rather than allout-exposure-changed-hook, as a stronger assertion.
6242         (allout-keybindings-list): Add bindings for
6243         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6244         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6245         Copy wrappers for allout-kill-line and allout-kill-topic.
6246         (allout-listify-exposed): Position correctly to accumulate lines.
6248 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6250         * simple.el (line-move-1): Escape field boundaries occurring
6251         exactly at point.  Update goal column if constrained to a field.
6252         (line-move-finish): Escape field boundaries occurring exactly at point.
6254 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6257         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6259 2006-09-19  Kim F. Storm  <storm@cua.dk>
6261         * help.el (describe-key-briefly, describe-key): Simplify printing
6262         of descriptions by using format and %S.  Fix "is undefined"
6263         messages to say "at that spot" for mouse events.
6265         * simple.el (line-move-partial): Optimize.  Try window-line-height
6266         before posn-at-point to get vpos of current line.
6268 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6270         * viper.el: Bump up version/date of update to reflect the substantial
6271         changes done in August 2006.
6273         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6274         are defined.
6276         * ediff-util.el (ediff-add-to-history): New function.
6278         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6280 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6282         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6283         Delete duplicate make-local-variable form.
6284         (conf-space-keywords): Add autoload cookie.
6285         Fix typo (`keywords', not `keyword').
6287 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6289         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6290         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6291         to x-gtk-use-old-file-dialog
6293 2006-09-18  Richard Stallman  <rms@gnu.org>
6295         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6296         that might come in during mouse tracking.
6298 2006-09-18  Kim F. Storm  <storm@cua.dk>
6300         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6301         new window-line-height function.  Further optimize by not calling
6302         pos-visible-in-window-p for window-end when window-line-height
6303         returns useful information.
6305 2006-09-16  Richard Stallman  <rms@gnu.org>
6307         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6308         (conf-space-mode): Don't handle prefix arg.
6309         Delete conf-space-keywords-override code.
6310         Use add-hook.
6311         (conf-space-keywords): New command.
6312         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6313         Delete conf-space-keywords-override code.
6314         (conf-space-keywords-alist): Doc fix.
6315         (conf-space-font-lock-keywords): Doc fix.
6316         (conf-space-keywords-override): Var deleted.
6318 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6320         * startup.el (fancy-splash-screens): Don't switch to the scratch
6321         buffer; it may not be the next buffer.
6323 2006-09-16  Romain Francoise  <romain@orebokech.com>
6325         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6326         in both messages.
6328 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6330         * progmodes/python.el (python-preoutput-filter):
6331         Fix arg order to string-match.
6333 2006-09-16  Richard Stallman  <rms@gnu.org>
6335         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6336         font-lock-compile-keywords.
6338         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6339         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6341 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6343         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6345         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6346         and the data doesn't look like UTF8, send STRING instead.
6348 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6350         * textmodes/flyspell.el (flyspell-check-region-doublons):
6351         New function to detect duplicated words.
6352         (flyspell-large-region): Use it.
6354 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6356         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6358 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6360         * help.el (describe-prefix-bindings): Use let, not let*.
6362 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6364         * allout.el (allout-regexp, allout-line-boundary-regexp)
6365         (allout-bob-regexp): Correct grouping and boundaries to fix
6366         backwards traversal.
6367         (allout-depth-specific-regexp, allout-depth-one-regexp):
6368         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6369         worse time in allout-ascend.
6370         (allout-doublecheck-at-and-shallower): Identify depth threshold
6371         below which topics are checked for and disqualified by containment
6372         discontinuities.
6373         (allout-hotspot-key-handler): Correctly handle multiple-key
6374         strokes.  Remove some unused variables.
6375         (allout-mode-leaders): Clarify that mode-specific comment-start
6376         will be used.
6377         (set-allout-regexp): Correctly regexp-quote allout regexps to
6378         properly accept alternative header-leads and primary bullets with
6379         regexp-specific characters (eg, C "/*", mathematica "(*").
6380         Include new regular expressions among those configured.
6381         (allout-infer-header-lead-and-primary-bullet):
6382         Rename allout-infer-header-lead.
6383         (allout-recent-depth): Manifest as a variable as well as a function.
6384         (allout-prefix-data): Simplify into an inline instead of a macro,
6385         assuming current match data rather than being explicitly passed
6386         it.  Establish allout-recent-depth value as well as
6387         allout-recent-prefix-beginning and allout-recent-prefix-end.
6388         (allout-aberrant-container-p): True when an item's immediate
6389         offspring discontinuously contained.  Useful for disqualifying
6390         unintended topic prefixes, likely at low depths.
6391         (allout-goto-prefix-doublechecked): Elaborate version of
6392         allout-goto-prefix which disqualifies aberrant pseudo-items.
6393         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6394         get disqualification of aberrant containers.
6395         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6396         containers.
6397         (allout-beginning-of-current-entry): Position at start of buffer
6398         when in container (depth 0) entry.
6399         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6400         (allout-current-bullet): Strip text properties.
6401         (allout-get-prefix-bullet): Use right match groups.
6402         (allout-beginning-of-line, allout-next-heading):
6403         Disqualify aberrant containers.
6404         (allout-previous-heading): Disqualify aberrant containers, and
6405         change to regular (rather than inline) function, to allow
6406         self-recursion.
6407         (allout-get-invisibility-overlay): Increment so progress is made
6408         when the first overlay is not the sought one.
6409         (allout-end-of-prefix): Disqualify aberrant containers.
6410         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6411         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6412         outline.el outlines) functional again.  Change the primary bullet
6413         along with the header-lead - level 1 new-style bullets now work.
6414         Engage allout-before-change-handler in mainline Emacs, not just
6415         XEmacs, to do undo handling.
6416         (allout-before-change-handler): Expose undo changes occurring in
6417         hidden regions.  Use allout-get-invisibility-overlay instead of
6418         reimplementing it inline.
6419         (allout-chart-subtree): Use start rather than end of prefix in
6420         charts.  Use allout-recent-depth variable.
6421         (allout-chart-siblings): Disqualify aberrant topics.
6422         (allout-beginning-of-current-entry): Position correctly.
6423         (allout-ascend): Use new allout-depth-specific-regexp and
6424         allout-depth-one-regexp for linear instead of O(N^2) or worse
6425         behavior.
6426         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6427         reimplementing an algorithm.
6428         (allout-up-current-level): Depend on allout-ascend, rather than
6429         reimplementing an algorithm.  Return to start-point if we fail.
6430         (allout-descend-to-depth): Use allout-recent-depth variable
6431         instead of function.
6432         (allout-next-sibling): On traversal of numerous intervening
6433         topics, resort to economical allout-next-sibling-leap.
6434         (allout-next-sibling-leap): Specialized version of
6435         allout-next-sibling that uses allout-ascend cleverly, to depend on
6436         a regexp search to leap large numbers of contained topics, rather
6437         than arbitrarily many one-by-one traversals.
6438         (allout-next-visible-heading): Disqualify aberrant topics.
6439         (allout-previous-visible-heading): Position consistently when
6440         interactive.
6441         (allout-forward-current-level): Base on allout-previous-sibling
6442         rather than (differently) reimplmenting the algorithm.  Remove some
6443         unused variables.
6444         (allout-solicit-alternate-bullet): Present default choice stripped
6445         of text properties.
6446         (allout-rebullet-heading): Use bullet stripped of text properties.
6447         Register changes using allout-exposure-change-hook.
6448         Disregard aberrant topics.
6449         (allout-shift-in): With universal-argument, make topic a peer of
6450         it's former offspring.  Simplify the code by separating out
6451         allout-shift-out functionality.
6452         (allout-shift-out): With universal-argument, make offspring peers
6453         of their former container, and its siblings.  Implement the
6454         functionality here, rather than inappropriately muddling the
6455         implementation of allout-shift-in.
6456         (allout-rebullet-topic): Respect additional argument for new
6457         parent-child separation function.
6458         (allout-yank-processing): Use allout-ascend directly.
6459         (allout-show-entry): Disqualify aberrant topics.
6460         (allout-show-children): Handle discontinuous children gracefully,
6461         extending the depth being revealed to expose them and posting a
6462         message indicating the situation.
6463         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6464         Leave cursor in correct position.
6465         (allout-hide-current-subtree): Use allout-ascend directly.
6466         Disqualify aberrant topics.
6467         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6468         a way that the yanks can restore it, as used to happen.
6469         (allout-yank-processing): Restore exposure layout as recorded by
6470         allout-kill-*, as used to happen.
6471         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6472         for preseving and restoring exposure layout across kills.
6473         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6474         (allout-encrypt-string): Strip text properties.
6475         Rearranged order and outline-headings for some of the
6476         miscellaneous functions.
6477         (allout-resolve-xref): No need to quote the error name in the
6478         condition-case handler section.
6479         (allout-flatten): Classic recursive (and recursively intensive,
6480         without tail-recursion) list-flattener, needed by allout-shift-out
6481         when confronted with discontinuous children.
6483 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6485         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6486         on ms-windows.
6487         (dnd-open-unc-file): Remove.
6488         (dnd-open-local-file): Mention in doc string that it also handles
6489         remote files if the system natively supports unc file-names.
6491 2006-09-15  Kim F. Storm  <storm@cua.dk>
6493         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6494         all necessary information about the event before erasing *Help*.
6496         * simple.el (line-move-partial): Use window-line-visiblity to
6497         quickly check whether last line is partially visible, and only do
6498         the hard (and slow) part in that case.
6500 2006-09-15  Jay Belanger  <belanger@truman.edu>
6502         * COPYING: Replace "Library Public License" by "Lesser Public
6503         License" throughout.
6505 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6507         * term/x-win.el (x-menu-bar-open): New function for F10.
6509 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6511         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6512         Disallow filenames containing " -" to avoid confusion with libtool
6513         compilation messages.  Suggested by Stefan Monnier.
6515 2006-09-15  David Kastrup  <dak@gnu.org>
6517         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6518         instead of buffer position for `mouse-on-link-p'.
6520         * mouse.el (mouse-posn-property): New function looking up the
6521         properties at a click position in overlays and text properties in
6522         either buffer or strings.
6523         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6524         of both `follow-link' as well as `mouse-face' properties.
6525         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6526         buffer position.
6528         * help.el (describe-key-briefly): When reading a down-event on
6529         mode lines or scroll bar, swallow the following up event, too.
6530         Use the new mouse sensitity of `key-binding' for lookup.
6531         (describe-key): The same here.
6533 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6535         * play/life.el (life-patterns): Add a few more interesting patterns.
6536         (life-setup): Force `show-trailing-whitespace' to nil.
6538 2006-09-14  Richard Stallman  <rms@gnu.org>
6540         * startup.el (fancy-splash-text): Change text to improve alignment.
6541         (fancy-splash-screens): Don't set non-standard tab width.
6542         Bind cursor-type temporarily, and make it easy to patch to
6543         preserve the splash buffer.
6544         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6545         (fancy-splash-screens): Display echo-area message explicitly.
6546         Don't set fancy-splash-help-echo.
6548         * simple.el (line-number-mode): Group mode-line instead of
6549         editing-basics.
6550         (column-number-mode, size-indication-mode): Likewise.
6552         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6554         * time.el (display-time): Group mode-line instead of modeline.
6556         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6558 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6560         * startup.el (fancy-splash-text): Move editing instructions to
6561         fancy-splash-head.
6562         (fancy-splash-head): Issue editing instructions.
6563         (fancy-splash-screens): Fixup whitespace.
6565 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * bindings.el (mode-line-buffer-identification-keymap):
6568         Remove duplicate line.
6570 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6572         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6573         ignore lists.
6575 2006-09-14  Kim F. Storm  <storm@cua.dk>
6577         * jit-lock.el (jit-lock-fontify-again): New function.
6578         (jit-lock-fontify-now): Use it instead of lambda form.
6580 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6582         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6583         (flyspell-auto-correct-word): Make ispell-filter local to these
6584         functions.  Check that ispell-filter has new stuff before calling
6585         ispell-parse-output.
6587 2006-09-13  Kim F. Storm  <storm@cua.dk>
6589         * simple.el (line-move-partial): Optimize.
6591 2006-09-13  Richard Stallman  <rms@gnu.org>
6593         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6594         Delete spurious backquote.
6596 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6598         * net/rcirc.el (rcirc-print): Fix last change.
6600 2006-09-12  Jay Belanger  <belanger@truman.edu>
6602         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6604 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6606         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6607         rcirc-show-maximum-output.
6608         (rcirc-mode): Remove window-scroll-function hook.
6609         (rcirc-scroll-to-bottom): Remove function.
6610         (rcirc-print): Recenter so point stays at the bottom of the window
6611         if point was already there.
6613 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6615         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6616         not to "t".
6617         * progmodes/compile.el (compilation-start): Likewise.
6618         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6619         Don't use expand-file-name on invocation-directory, since this
6620         might mishandle special characters in invocation-directory.
6622 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * pcvs-defs.el: Remove * in defcustom's docstrings.
6626 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6628         * progmodes/compile.el (compilation-directory-properties):
6629         Doc fix for help-echo.
6631 2006-09-12  Lars Hansen  <larsh@soem.dk>
6633         * desktop.el (desktop-read): Add comment.
6635 2006-09-12  Kim F. Storm  <storm@cua.dk>
6637         * simple.el (next-error-highlight, next-error-highlight-no-select):
6638         Fix spelling error.
6640         * subr.el (sit-for): Rework to use input-pending-p and cond.
6641         Return nil input is pending on entry also for SECONDS <= 0.
6642         (while-no-input): Use input-pending-p instead of sit-for.
6644 2006-09-11  Richard Stallman  <rms@gnu.org>
6646         * simple.el (next-error-highlight, next-error-highlight-no-select):
6647         Fix custom type and doc strings.
6649 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6651         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6652         (diff-apply-hunk): Use it to ask for confirmation.
6654 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6656         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6658 2006-09-11  David Kastrup  <dak@gnu.org>
6660         * help.el (string-key-binding, describe-key-briefly)
6661         (describe-key): Remove `string-key-binding' and its callers since
6662         `key-binding' already caters for the proper lookup now.
6664 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6667         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6669         * bindings.el (mode-line-buffer-identification-keymap):
6670         Move initialization into declaration.
6672 2006-09-10  Kim F. Storm  <storm@cua.dk>
6674         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6675         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6676         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6677         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6679 2006-09-10  Richard Stallman  <rms@gnu.org>
6681         * dired-aux.el: Handle errors in recursive copy usefully.
6682         (dired-create-files-failures): New variable.
6683         (dired-copy-file): Remove condition-case.
6684         (dired-copy-file-recursive): Check for errors on all file
6685         operations, and add them to dired-create-files-failures.
6686         Check file file-date-erorr here too.
6687         (dired-create-files): Check dired-create-files-failures
6688         and report those errors too.
6690         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6692         * subr.el (add-to-list): New argument COMPARE-FN.
6694 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6696         * filecache.el (file-cache-add-directory)
6697         (file-cache-add-directory-list, file-cache-add-file)
6698         (file-cache-add-directory-using-find)
6699         (file-cache-add-directory-using-locate)
6700         (file-cache-add-directory-recursively): Add autoloads.
6702 2006-09-09  Richard Stallman  <rms@gnu.org>
6704         * textmodes/conf-mode.el (conf-space-mode):
6705         Use hack-local-variables-hook instead of calling hack-local-variables.
6706         (conf-space-keywords-override): New variable.
6707         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6708         (conf-space-mode): Always make conf-space-keywords and
6709         conf-space-keywords-override local.
6710         Call conf-space-mode-internal directly as well as via hook.
6712 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6714         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6715         quasi-keywords.
6717 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6720         (python-send-string): Be slightly more careful about adding \n.
6722         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6723         kill it right away anyway.
6725 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6727         * international/codepage.el (cp850-decode-table): Fix a few codes.
6728         (cp858-decode-table): New variable.
6730 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6732         * net/ldap.el (ldap-search-internal): Doc fix.
6734 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6736         * play/life.el (life-display-generation): Test for input manually if
6737         `sleeptime' is negative or null.
6739         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6740         (print-region-1): Substitute `%s' with the page title.
6742 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6744         * locate.el (locate-current-search): New variable.
6745         (locate): Set buffer local value.  Use current buffer if it is
6746         in Locate mode.
6747         (locate-mode): Disable undo here.
6748         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6749         (locate-update): Use locate-current-search and locate-current-filter.
6751 2006-09-08  David Kastrup  <dak@gnu.org>
6753         * desktop.el (desktop-read): When loading a desktop, disable
6754         saving it while the load progresses, and switch off a pending lazy
6755         load by calling `desktop-lazy-abort'.
6757 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6759         * window.el (mouse-autoselect-window-timer)
6760         (mouse-autoselect-window-position)
6761         (mouse-autoselect-window-window)
6762         (mouse-autoselect-window-now): New vars.
6763         (mouse-autoselect-window-cancel)
6764         (mouse-autoselect-window-select)
6765         (mouse-autoselect-window-start): New functions.
6766         (handle-select-window): Call `mouse-autoselect-window-start' when
6767         delayed window autoselection is enabled.
6769         * cus-start.el (mouse-autoselect-window): Handle delayed window
6770         autoselection.
6772         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6773         commands after which it is allowed to print in the echo area.
6775 2006-09-08  Richard Stallman  <rms@gnu.org>
6777         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6779         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6780         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6782         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6783         (cancel-timer-internal): Add doc string.
6784         (cancel-function-timers): Doc fix.
6785         (with-timeout-handler, timer-event-last*): Add doc strings.
6787         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6789         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6791         * dired.el (dired-log-summary): Add doc string.
6793         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6794         (custom-group-menu-create): Not here.
6796 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6798         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6800 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6802         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6803         (mac-apple-event-map): Define its handler.
6805 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6807         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6809 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6811         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6812         clause.
6814 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6816         * info.el (Info-index): Bind completion-ignore-case.
6818 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6821         previous commit.
6822         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6823         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6824         burp in dedicated windows.
6825         (inferior-prolog-self-insert-command): New command.
6826         (inferior-prolog-mode-map): Use it.
6828 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6830         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6832         * international/code-pages.el: Add cp858.
6834 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6836         * dnd.el: Fix bootstrapping.
6838 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6840         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6841         (dnd-open-remote-url): New function.
6842         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6843         not windows-nt.
6845 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6847         * dnd.el (dnd-open-remote-file-function): New variable.
6848         (dnd-open-unc-file): New function.
6849         (dnd-open-file): Call dnd-open-remote-file-function if set.
6851 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6853         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6854         pgg-passphrase-coding-system rather than locale-coding-system.
6855         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6857 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6859         * progmodes/prolog.el: Remove * in docstrings.
6860         (prolog-program-name): Add SWI prolog.
6861         (prolog-mode-menu): New menu.
6862         (prolog-mode): Set comment-add.
6863         (prolog-indent-line): Simplify.  Use indent-line-to.
6864         (inferior-prolog-buffer): New var.
6865         (inferior-prolog-run, inferior-prolog-process): New funs.
6866         (run-prolog, switch-to-prolog): Rewrite, using them.
6867         (prolog-consult-region): Use inferior-prolog-buffer.
6868         (inferior-prolog-load-file): New function.
6869         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6871         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6872         last word, if it's not the end of the paragraph.
6874         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6875         file name.
6877 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6879         * frame.el (display-mm-dimensions-alist): New defcustom.
6880         (display-mm-height, display-mm-width): Use it.
6882 2006-09-06  Simon Josefsson  <jas@extundo.com>
6884         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6886 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6888         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6889         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6890         string values.
6892 2006-09-06  Kim F. Storm  <storm@cua.dk>
6894         * simple.el (line-move-partial): New function to do vscrolling for
6895         partially visible images / tall lines.  Rewrite based on code
6896         previously in line-move.  Simplify backwards vscrolling.
6897         (line-move): Use it.  Simplify.
6899 2006-09-05  Kim F. Storm  <storm@cua.dk>
6901         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6903 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6905         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6906         Process the `gcc-include' after the `gnu' rule.
6908 2006-09-05  Kim F. Storm  <storm@cua.dk>
6910         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6912 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6914         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6915         compatibility.
6917         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6918         inhibit-redisplay; encode passphrase with locale-coding-system.
6920 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6922         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6924 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6926         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6927         (gdb-var-list-children-regexp): Make type field optional.
6929         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6930         e.g public, protected in C++.
6932 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6934         * simple.el (completion-show-help): New defcustom.
6935         (completion-setup-function): Heed it.
6937 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6939         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6941 2006-09-04  Richard Stallman  <rms@gnu.org>
6943         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6944         (rsf-min-region-to-spam-list): Doc fix.
6945         (rsf-add-content-type-field): Doc fix.
6947         * simple.el (kill-region): Explicitly test there is a region.
6949 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6951         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6952         sendmail in several common directories.
6954         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6956         * paths.el (sendmail-program): Removed.
6958 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6960         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6961         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6962         http://article.gmane.org/gmane.emacs.gnus.general/50457
6964 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6966         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6967         mark after running the menu filter.
6969 2006-09-03  Juri Linkov  <juri@jurta.org>
6971         * international/quail.el (quail-defrule-internal): Add a check
6972         if a key is a vector.
6974 2006-09-02  Juri Linkov  <juri@jurta.org>
6976         * man.el (Man-topic-history): New variable.
6977         (man): Use it.
6979         * woman.el (woman-topic-history): Change defvar to defvaralias
6980         for symbol `Man-topic-history'.
6982         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6983         `comint-last-output-start' is a marker by using `markerp' and
6984         check if it has a position by using `marker-position', and use
6985         this position for `goto-char'.
6987         * international/quail.el (quail-defrule-internal): Add missing
6988         `error' call for null key.
6990 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6992         * rcirc.el (rcirc-keywords): New variable.
6993         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6994         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6995         variables.
6996         (rcirc-responses-no-activity): New function.
6997         (rcirc-handler-generic): Check for responses in above.
6998         (rcirc-process-command): Add ?: character to arguments of raw
6999         server commands.
7000         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7001         `rcirc-dim-nicks'.
7002         (rcirc-gray-toggle): Remove unused variable.
7003         (rcirc-print): Remove some tracking logic, which is moved into
7004         markup functions.
7005         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7006         types.
7007         (rcirc-activity-string): Look for 'keyword in activity-types.
7008         (rcirc-window-configuration-change): Don't erase overlay-arrow
7009         unnecessarily.
7010         (rcirc-add-or-remove): New function.
7011         (rcirc-cmd-ignore): Use it.
7012         (rcirc-message-leader): Remove unused function.
7013         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7014         (rcirc-add-face): New function.
7015         (rcirc-facify): Use rcirc-add-face.
7016         (rcirc-url-regexp): Add parens.
7017         (rcirc-map-regexp): Remove function.
7018         (rcirc-mangle-regexp): Remove function.
7019         (rcirc-markup-text-functions): New variable.
7020         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7021         (rcirc-markup-body-text, rcirc-markup-attributes)
7022         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7023         (rcirc-markup-bright-nicks): New markup handler functions.
7024         (rcirc-nick-in-message-full-line): New face.
7025         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7026         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7028 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
7030         * cus-start.el (hscroll-margin, hscroll-step)
7031         (mode-line-in-non-selected-windows, mouse-autoselect-window)
7032         (x-use-underline-position-properties): Change version to "22.1"
7033         since they will appear there for the first time.
7035 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7037         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7039 2006-08-31  Richard Stallman  <rms@gnu.org>
7041         * cus-edit.el (custom-save-variables): Slight cleanup.
7042         (Custom-no-edit): Renamed from custom-no-edit.
7043         (Custom-newline): Renamed from custom-newline.
7044         (custom-mode-map): Use new names.
7046         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7047         about customization, rather than M-x customize, in the doc string
7048         made for the defcustom.
7050         * emacs-lisp/trace.el (trace-function-background): Doc fix.
7052 2006-08-31  Romain Francoise  <romain@orebokech.com>
7054         * dired-x.el (dired-guess-shell-alist-default): Update.
7056 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
7058         * custom.el (custom-theme-set-variables): Autoload packages before
7059         sorting the variables.
7061 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
7063         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7064         chars if XEmacs.
7065         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7067 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * progmodes/python.el (python-eldoc-function): Re-enable quit while
7070         waiting for process.
7072 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7074         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7075         results in ASCII-only string, encode original one directly.
7077 2006-08-29  Romain Francoise  <romain@orebokech.com>
7079         * startup.el (normal-splash-screen, fancy-splash-screens):
7080         Make buffer read-only and arrange to enter view mode if necessary.
7082 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7084         * hl-line.el (hl-line): New face.
7085         (hl-line-face): Use it.
7087         * image-mode.el (image-mode): Fix last fix.
7088         Suggested by Kim F. Storm.
7090 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
7092         Sync with Tramp 2.0.54.
7094         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7095         of `=', because `tramp-get-remote-gid' might not always return an
7096         integer when expected.
7097         (tramp-register-file-name-handlers): `partial-completion-mode' is
7098         unknown to XEmacs.
7099         (tramp-time-diff): Don't use `floor', it might fail for large
7100         differences.
7101         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7102         `tramp-auto-save-directory' if unset in order to guarantee unique
7103         auto-save file names.
7105 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7107         * image-mode.el (image-mode): Display image as text on a terminal.
7109 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * progmodes/python.el (python-send-command): Simplify.
7112         (run-python): Don't generate a new buffer unless `new' was specified.
7113         Make sure we send `import emacs' to the proper process.
7115         * progmodes/python.el (python-send-command): Don't wait for the command
7116         to terminate.  Don't fiddle with compilation-parsing-end.
7118 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7120         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7121         Insert commentary after first line summary.
7123         * woman.el (woman-follow): New function, based on `man-follow'.
7124         (woman-mode-map): Use it.
7126         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7127         since ibuffer-do-sort-by-recency does not define a sorter.
7129 2006-08-28  Kim F. Storm  <storm@cua.dk>
7131         * find-dired.el (find-dired): Use shell-quote-argument to properly
7132         escape ( and ) args.  Also use it on {} and ; args in default
7133         value of find-ls-option string.
7134         (find-grep-dired): Use shell-quote-argument on {} and ; args.
7136 2006-08-27  Michael Olson  <mwolson@gnu.org>
7138         * emacs-lisp/tq.el: Small grammar fix in comments.
7139         (tq-enqueue): Check for existence of queue rather than the
7140         head queue item's question, which was a no-op.
7141         (tq-filter, tq-process-buffer): Make sure the process buffer
7142         exists before making it the current buffer.
7144 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7146         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7147         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7148         (special-event-map): Apply 2006-08-16 change for x-win.el.
7150 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * progmodes/python.el (python-send-receive): Wait in the
7153         process's buffer so as to check the right buffer-local variables.
7155 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7158         (defgroup checkdoc): Move to beginning.
7160         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7161         (python-preoutput-continuation): Remove.
7162         (python-preoutput-filter): Simplify correspondingly.
7163         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
7164         Loop around to catch embedded _emacs_out output.
7165         (run-python): Send the import&print command on a single line.
7166         (python-send-command): Send command&print on a single line.
7167         (python-send-string): Only add double \n if needed.
7168         (python-send-receive): Loop until the result comes.
7169         (python-mode-running): Defvar it.
7170         (python-setup-brm): Remove unused var `menu'.
7171         Only bind py-mode-map and `features' around brm-init.
7172         (python-calculate-indentation): Remove unused var `point'.
7173         (python-beginning-of-defun): Remove unused var `def-line'.
7175 2006-08-25  Richard Stallman  <rms@gnu.org>
7177         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7179 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7181         * viper.el (viper-set-hooks): Use frame bindings for
7182         viper-vi-state-cursor-color.
7183         (viper-non-hook-settings): Don't set default
7184         mode-line-buffer-identification.
7186         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7187         (viper-set-cursor-color-according-to-state)
7188         (viper-get-saved-cursor-color-in-replace-mode)
7189         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7190         viper-emacs-state-cursor-color.
7192         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7193         (viper-undo): Use point if undo-beg-posn is nil.
7194         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7195         (viper-after-change-undo-hook): Don't use
7196         viper-emacs-state-cursor-color by default.
7197         (viper-undo): More sensible positioning after undo.
7199         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7200         (viper-emacs-state-cursor-color): Default to nil, since this feature
7201         doesn't work well yet.
7203         * ediff-mult.el (ediff-intersect-directories)
7204         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7205         always expand filenames.
7207 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7209         * tumme.el: Remove * in defcustoms's docstrings.
7211 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7213         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7214         Accept internal time format for SECS arg.
7215         (timer-relative-time): Doc fix.
7217         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7218         adapted from Martin Rudalics.
7219         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7220         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7221         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7222         using sit-for.
7224 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7226         * cus-start.el (all): Add `overline-margin' and
7227         `x-underline-at-descent-line'.
7229 2006-08-24  Kim F. Storm  <storm@cua.dk>
7231         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7232         to mean "use find -exec"; nil now unambiguously means auto-detect.
7233         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7234         Use shell-quote-argument to build grep-find-command and
7235         grep-find-template.
7236         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7237         Reported by Tom Seddon.
7239 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7241         * startup.el (fancy-splash-head): Give instructions for dismissing
7242         the splash screen for default startup too.
7243         (display-startup-echo-area-message, fancy-splash-screens)
7244         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7245         all splash text at once and keep the splash buffer around.
7246         (command-line-1): Give display-startup-echo-area-message a t arg.
7248 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7250         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7251         gnus frame is selected.
7253 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7255         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7257 2006-08-22  Kim F. Storm  <storm@cua.dk>
7259         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7260         Add suffix matching for subdirs.
7262 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7264         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7265         mouse-yank-at-point is non-nil.
7267 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7269         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7270         a bit wider and remove fringes to fit initial output on line.
7272 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7274         * frame.el (blink-cursor-end): Only ignore the error we care about.
7275         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7277 2006-08-21  Richard Stallman  <rms@gnu.org>
7279         * whitespace.el (whitespace-cleanup): Doc fix.
7281 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7283         * net/rcirc.el (rcirc-show-maximum-output): New var.
7284         (rcirc-buffer-process): If no buffer argument is supplied, use
7285         current-buffer.
7286         (rcirc-complete-nick): Complete to the last completed nick first.
7287         (rcirc-mode): Preserve the value of `rcirc-urls' across
7288         connections.  Setup scroll function.
7289         (rcirc-scroll-to-bottom): New function.
7290         (rcirc-print): Use nick syntax around regexp work.
7291         Notice dim-nicks speaking only if they say our nick.
7292         (rcirc-update-activity-string): Do not show the modeline indicator
7293         if there are no live rcirc processes.
7294         (rcirc-cmd-ignore): Ignore case.
7295         (rcirc-browse-url-at-point): Fix off-by-one error.
7297 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * progmodes/python.el: Remove * in defcustom docstrings.
7300         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7301         (python-mode): Set tab-width and indent-tabs-mode.
7303 2006-08-20  Dave Love  <fx@gnu.org>
7305         * progmodes/python.el: Update to Dave Love's latest version.
7306         (python-font-lock-keywords, python-mode): Don't use
7307         font-lock-syntax-table, but match symbol elements explicitly instead.
7308         (python-mode-map): Add help, and a few more key bindings.
7309         (python-skip-comments/blanks): Move out of comments as well.
7310         (python-continuation-line-p): Behave better with unbalanced parens.
7311         (python-blank-line-p): New fun.
7312         (python-open-block-statement-p): Don't use a heuristic.
7313         (python-outdent-p): Better handle blocks-in-the-same-line.
7314         (python-calculate-indentation): Misc improvements.
7315         (python-comment-indent): Remove.
7316         (python-block-pairs): New var.
7317         (python-first-word): New fun.
7318         (python-indentation-levels): Handle more common cases.
7319         (python-indent-line-1): Add `leave' argument.
7320         (python-indent-region): New fun.
7321         (python-skip-out): New fun.
7322         (python-beginning-of-statement, python-end-of-statement): Use it.
7323         (python-next-statement): Return correct count even at eob.
7324         (python-end-of-block): Fix paren-typo.
7325         (python-imenu-create-index): Add module variables.
7326         (run-python): Add `new' arg.
7327         Check we're at a prompt before returning.
7328         (python-send-command): Move to end of buffer.
7329         Wait for prompt to return.
7330         (python-set-proc): New fun.
7331         (python-imports): New var.
7332         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7333         (python-eldoc-function): Try to move out of arg list.
7334         (python-outline-level): Offset by 1.
7335         (python-find-imports): New fun.
7336         (python-symbol-completions): Use python-imports.
7337         (python-module-path, ffap-alist): Add support for ffap.
7338         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7339         (python-insert-*, python-default-template, python-expand-template):
7340         Add templates/skeletons.
7341         (python-setup-brm): Support for Bicycle Repair Man.
7342         (python-abbrev-syntax-table): New var.
7343         (python-abbrev-pc-hook, python-pea-hook): New funs.
7345 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7347         * frame.el (blink-cursor-start): Set timer first.
7348         (blink-cursor-end): Ignore timer cancelling errors.
7349         Suggested by Ken Manheimer.
7351 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7353         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7354         Add autoload cookie.
7356 2006-08-20  Richard Stallman  <rms@gnu.org>
7358         * simple.el (line-number-at-pos): Doc fix.
7360         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7361         timer-activate-when-idle, so timer can run before Emacs becomes
7362         non-idle again.
7364 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7366         * whitespace.el (whitespace-cleanup-internal): New optional arg
7367         REGION-ONLY.  If it's non-nil, modify the message to the user
7368         accordingly.
7369         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7370         a non-nil argument.
7372 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7374         * rect.el (spaces-string): Simplify and add doc string.
7376 2006-08-17  Romain Francoise  <romain@orebokech.com>
7378         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7380 2006-08-17  Richard Stallman  <rms@gnu.org>
7382         * compare-w.el (compare-windows): lambda's take an arg and pass
7383         it to compare-windows-skip-whitespace.
7385 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7387         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7388         the right buffer.
7390 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7393         removed files.
7395 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7397         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7398         (gdb-locals-watch-map-1): Suppress keymap first.
7399         (gdb-edit-locals-map-1): New variable.
7400         (gdb-edit-locals-value): New function.
7401         (gdb-stack-list-locals-handler): Use them.
7403 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7405         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7406         cursor would normally be drawn in the fringe.
7408         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7409         Reported by Martin Rudalics <rudalics@gmx.at>.
7411 2006-08-16  Richard Stallman  <rms@gnu.org>
7413         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7414         (special-event-map): Process drag-n-drop events this way.
7416         * simple.el (move-beginning-of-line): Test whether fields
7417         would prevent motion back to line's first visible character.
7418         If so, stop where the fields would stop the motion.
7420         * newcomment.el (comment-indent): Fully update INDENT
7421         before checking to see if it will change the text.
7423         * cus-edit.el (custom-newline): New function.
7424         (custom-mode-map): Bind newline to custom-newline.
7426         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7427         into ignore-whitespace.
7428         Check each buffer for its skip-function.
7429         Handle compare-windows-skip-whitespace special-case test
7430         by returning t from default skip function.
7432 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7434         * textmodes/org.el (org-clock-special-range)
7435         (org-clock-update-time-maybe): New functions.
7436         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7437         not only a-z.
7438         (org-agenda-get-blocks): Allow multiple blocks per headline.
7439         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7440         (org-export-html-title-format)
7441         (org-export-html-toplevel-hlevel): New options.
7442         (org-export-language-setup): Add support for Czech.
7443         (org-mode, org-insert-todo-heading, org-find-visible)
7444         (org-find-invisible, org-invisible-p, org-invisible-p2)
7445         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7446         (org-show-subtree, org-show-entry, org-make-options-regexp):
7447         Remove compatibility support for old outline-mode.
7448         (org-check-occur-regexp): Funtion removed.
7449         (org-on-heading-p, org-back-to-heading): Made defalias.
7450         (org-set-local): New defsubst.
7451         (org-set-regexps-and-options, org-mode)
7452         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7453         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7454         (org-remember-apply-template, org-table-edit-field)
7455         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7456         (org-set-autofill-regexps): Use `org-set-local'.
7457         (org-table-eval-formula): Fix bug with parsing of display flags.
7459 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7461         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7462         frame with fringe arrow.  Suggested by Simon Marshall
7463         <simon.marshall@misys.com>.
7464         (gdb-stack-position): New variable.
7465         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7466         (gdb-frames-mode): Set gdb-stack-position to nil.
7467         Add to overlay-arrow-variable-list
7468         (gdb-reset): Delete gdb-stack-position from above list.
7470 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7472         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7473         read only.
7475 2006-08-13  Romain Francoise  <romain@orebokech.com>
7477         * cus-theme.el (customize-create-theme)
7478         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7480         * filesets.el (filesets-add-buffer): Ditto.
7482         * pcvs.el (cvs-change-cvsroot): Ditto.
7484 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7486         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7487         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7488         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7489         expressions.
7490         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7491         Only search till end of line.
7492         Add face to function names in case of no filename.
7493         Add face to variable names of watchpoints.
7495 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7497         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7498         customization group.
7500 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7502         * allout.el (allout-prior-bindings, allout-added-bindings):
7503         Remove, after long deprecation.
7504         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7505         Add customization vars controlling allout-beginning-of-line and
7506         allout-end-of-line conveniences.
7507         (allout-header-prefix, allout-use-mode-specific-leader)
7508         (allout-use-mode-specific-leader, allout-mode-leaders):
7509         Revise docstrings.
7510         (allout-infer-header-lead): Change to be an alias for
7511         allout-infer-header-lead-and-primary-bullet.
7512         (allout-infer-header-lead-and-primary-bullet): New version of
7513         allout-infer-header-lead which assigns the primary bullet to the
7514         same as the header lead, when its being changed.
7515         (allout-infer-body-reindent): Apply regexp-quote instead of
7516         unconditionally prepending "\\", so that all literal
7517         allout-header-prefix and allout-primary-bullet strings are
7518         properly handled.
7519         (allout-add-resumptions): Add optional qualifier for extending or
7520         appending to existing values, rather than replacing them.
7521         (allout-view-change-hook): Clarify docstring.
7522         (allout-exposure-change-hook): Take explicit arguments, via
7523         run-hook-with-args.
7524         (allout-structure-added-hook)
7525         (allout-structure-deleted-hook)
7526         (allout-structure-shifted-hook): New hooks analogous to
7527         allout-exposure-change-hook for other kinds of structural outline
7528         edits.
7529         (allout-encryption-plaintext-sanitization-regexps): New encryption
7530         customization variable, by which cooperating modes can provde
7531         massage of the plaintext without actually being passed it.
7532         (allout-encryption-ciphertext-rejection-regexps)
7533         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7534         customization variables, by which cooperating modes can prohibit
7535         rare but possible ciphertext patterns from fouling their
7536         operation, with actually being passed the ciphertext.
7537         (allout-mode): Run activation and deactivation hooks after the
7538         minor-mode variable has been toggled, to clarify the mode
7539         disposition.  The new encryption ciphertext rejection variable is
7540         used to ensure that the ciphertext does not contain text that
7541         would be recognized as outline structural elements by allout.
7542         Substite allout-beginning-of-line and allout-end-of-line for
7543         conventionall beginning-of-line and end-of-line bindings.
7544         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7545         activation!
7546         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7547         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7548         (allout-chart-subtree): Implement new mode, charting only the
7549         visible items in the subtree, when new 'visible' parameter is non-nil.
7550         (allout-end-of-subtree): Properly handle the last item in the buffer.
7551         (allout-pre-command-business, allout-command-counter):
7552         Increment an advertised counter so that cooperating enhancements can
7553         track revisions of items.
7554         (allout-open-topic): Run allout-structure-added-hook with suitable
7555         arguments.
7556         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7557         arguments.
7558         (allout-shift-out): Fix doubling for negative args and ensure call
7559         of allout-structure-shifted-hook by solely using allout-shift-in.
7560         (allout-kill-line, allout-kill-topic):
7561         Run allout-structure-deleted-hook with suitable arguments.
7562         (allout-yank-processing): Run allout-structure-added-hook with
7563         proper arguments.
7564         (allout-yank): Enclose activity in allout-unprotected.
7565         (allout-flag-region): Run allout-exposure-change-hook with
7566         suitable arguments, instead of making the callee infer the arguments.
7567         (allout-encrypt-string):
7568         Support allout-encryption-plaintext-sanitization-regexps,
7569         allout-encryption-ciphertext-rejection-regexps, and
7570         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7571         en/de cryption mode in symmetric encryption failure message.
7572         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7573         copy of the passphrase, and don't zero it or we'll corrupt the
7574         stashed copy.
7575         (allout-create-encryption-passphrase-verifier)
7576         (allout-verify-passphrase): Respect the new signature for
7577         allout-encrypt-string.
7578         (allout-get-configvar-values): Convenience for getting a
7579         configuration variable value and handling its absence gracefully.
7581 2006-08-11  Romain Francoise  <romain@orebokech.com>
7583         * obsolete/zone-mode.el: Delete.
7585 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7587         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7589 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7591         * emacs-lisp/bindat.el (bindat-ip-to-string):
7592         Use `format-network-address' if possible.
7594 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7596         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7598 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7600         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7601         restore unread-command-events here.
7602         (edebug-display): Do it here, to detect sit-for interruptions.
7604 2006-08-10  Romain Francoise  <romain@orebokech.com>
7606         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7607         (dns-mode-soa-auto-increment-serial): New user option.
7608         (dns-mode-soa-maybe-increment-serial): New function.
7609         (dns-mode): Add the latter to `write-contents-functions'.
7611         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7612         Delete autoload cookies.
7614 2006-08-10  John Wiegley  <johnw@newartisans.com>
7616         * eshell/em-glob.el (eshell-glob-chars-list)
7617         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7619 2006-08-10  Richard Stallman  <rms@gnu.org>
7621         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7622         (facemenu-set-face): Doc fix.
7623         (facemenu-listed-faces): Doc fix.
7625 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7627         * avoid.el (mouse-avoidance-animating-pointer): New var.
7628         (mouse-avoidance-nudge-mouse): Use it.
7629         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7630         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7631         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7632         Don't activate if currently animating.  All callers changed.
7634 2006-08-09  John Wiegley  <johnw@newartisans.com>
7636         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7637         variable, which causes timeclock to report elapsed time worked,
7638         instead of just work remaining.
7640 2006-08-09  Kenichi Handa  <handa@m17n.org>
7642         * international/latexenc.el (latexenc-find-file-coding-system):
7643         Fix for the case that the 2nd element of arg-list is a cons.
7645 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7647         * info.el (Info-fontify-node): Handle preceding `in' for note
7648         reference hiding rules.
7650 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7652         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7653         mistake a closing " for an opening one.
7655 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7657         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7659 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * complete.el (PC-do-completion): Filter out completions matching
7662         completion-ignored-extensions before checking whether there are
7663         multiple completions.
7664         Don't use `list' unnecessarily when building completion tables.
7666 2006-08-06  Richard Stallman  <rms@gnu.org>
7668         * help.el (describe-mode): Make minor mode list more concise.
7670 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7672         * bindings.el: Give mode-line-format, mode-line-modes, and
7673         mode-line-position `standard-value' properties.
7675 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7677         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7678         "(file)node" instead of the file name.
7680 2006-08-05  Richard Stallman  <rms@gnu.org>
7682         * faces.el (escape-glyph): Doc fix.
7684 2006-08-04  Kenichi Handa  <handa@m17n.org>
7686         * international/mule-diag.el (describe-font): Improve docstring
7687         and error message.  Use frame-parameter (not frame-parameters).
7689 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7692         Correctly mark the end-of-docstring char.
7694 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7696         * simple.el (line-move-to-column): Constrain move-to-column to
7697         current field.
7699 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * font-lock.el (font-lock-beg, font-lock-end)
7702         (font-lock-extend-region-functions): New vars.
7703         (font-lock-extend-region-multiline)
7704         (font-lock-extend-region-wholelines): New functions.
7705         (font-lock-default-fontify-region): Use them.
7706         (font-lock-extend-jit-lock-region-after-change): Only round up
7707         if font-lock-default-fontify-region will do it as well.
7709         * font-lock.el (font-lock-extend-after-change-region-function):
7710         Rename from font-lock-extend-region-function.
7711         (font-lock-extend-region): Remove by inlining at call sites.
7712         (font-lock-after-change-function): Don't needlessly round up to a whole
7713         number of lines.
7714         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7715         the boundary conditions and the interactions between the various ways
7716         to extend the region.
7718 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7721         modification status when forcing the second redisplay.
7723 2006-08-03  Kim F. Storm  <storm@cua.dk>
7725         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7727 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7729         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7730         doesn't look like a file name.
7732         * complete.el (PC-expand-many-files): Avoid signalling an error when
7733         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7735 2006-08-02  Andreas Schwab  <schwab@suse.de>
7737         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7739 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7741         * bindings.el (map): Make mode-line-buffer-identification-keymap
7742         before defining propertized-buffer-identification.
7744 2006-08-01  Richard Stallman  <rms@gnu.org>
7746         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7748 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7750         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7751         default value.
7752         (gdb-find-source-frame): New function.
7753         (menu): Add to menu bar.
7755 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7757         * font-core.el (font-lock-extend-region-function)
7758         (font-lock-extend-region): Move to font-lock.el.
7760         * font-lock.el (font-lock-extend-region-function)
7761         (font-lock-extend-region): Move from font-core.el.  Simplify.
7763         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7764         if needed.
7765         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7766         (jit-lock-after-change-extend-region-functions): New hook.
7767         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7769         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7770         (font-lock-turn-on-thing-lock): Use it.
7772         * longlines.el (longlines-show-region): Make it work on read-only
7773         buffers as well.
7775 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7777         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7779 2006-07-31  Richard Stallman  <rms@gnu.org>
7781         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7782         (vhdl-speedbar-display-projects): Update old obsolete
7783         speedbar variable names.
7785 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7787         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7788         (gdb-stopped): Use it.
7790         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7792 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7794         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7795         for load-history elements.
7797 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7799         * files.el (convert-standard-filename): For Cygwin, replace
7800         characters not allowed in Windows file names.
7801         (make-auto-save-file-name): Add Cygwin to the list of systems
7802         where the auto-save file name needs to be run through
7803         convert-standard-filename.
7805 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7807         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7809 2006-07-28  Richard Stallman  <rms@gnu.org>
7811         * bindings.el (mode-line-frame-identification)
7812         (propertized-buffer-identification): Centralize the code
7813         to initialize the variable.
7815         * progmodes/grep.el (grep-default-command): Catch errors from
7816         wildcard-to-regexp.
7818 2006-07-29  Kim F. Storm  <storm@cua.dk>
7820         * progmodes/grep.el (grep-tag-default): New function.
7821         (grep-default-command, grep-read-regexp): Use it.
7822         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7823         as default if nothing else applies.
7825 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7827         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7828         Throw error if buffer is not in Dired and Wdired mode, respectively.
7830 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7832         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7833         self-insert-command keys don't activate buttons.
7834         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7836 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7838         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7839         faces for enable character.
7841 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7843         * Makefile.in (recompile): Update comment to reflect change
7844         on 2004-04-21.
7846 2006-07-27  Richard Stallman  <rms@gnu.org>
7848         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7849         (customize-package-emacs-version): Change msg when pkg has no entry.
7850         (custom-no-edit): On a button, do like widget-button-press.
7852 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7854         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7855         S-tab and C-S-tab.
7857 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7859         * progmodes/which-func.el (which-function): Fix documentation/
7860         comment typo.
7862 2006-07-26  Richard Stallman  <rms@gnu.org>
7864         * textmodes/ispell.el (ispell-word): If we replace the word,
7865         move point to the end.  Insert before deleting.
7867 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7869         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7870         a timer.
7872 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7874         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7875         when at first image.
7876         (tumme-forward-image): Add prefix argument.  Add error when at last
7877         image.
7879 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * tabify.el (tabify-regexp): Use more specific regexps.
7882         (tabify): Avoid modifying the buffer unnecessarily.
7884 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7886         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7887         (tumme-format-properties-string): Handle empty `buf'.
7888         (tumme-get-comment): Change variable names inside `let'.
7889         Add missing `let' variable that cause font-lock problems.
7890         (tumme-write-comments): Change variable names inside `let'.
7891         Add missing `let' variable that cause font-lock problems.
7892         (tumme-forward-image): Rename from `tumme-forward-char'.
7893         (tumme-backward-image): Rename from `tumme-backward-char'.
7895 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7897         * progmodes/ld-script.el (ld-script-keywords)
7898         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7899         and add comments.
7901 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7903         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7904         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7905         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7906         for status indicator.
7908 2006-07-24  Richard Stallman  <rms@gnu.org>
7910         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7912         * subr.el (dolist, dotimes): Use interned symbols for locals.
7913         (--dotimes-limit--, --dolist-tail--): New defvars.
7914         (looking-back): Doc fix.
7916         * replace.el (replace-match-string-symbols): Handle dotted lists.
7918 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7920         * tumme.el (tumme-write-tags): Add.
7921         (tumme-write-comments): Add.
7922         (tumme-tag-files): Change to use `tumme-write-tags'.
7923         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7924         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7925         (tumme-save-information-from-widgets): Change to use
7926         `tumme-write-comments' and `tumme-write-tags'.
7927         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7928         (tumme-write-tag): Remove.
7929         (tumme-write-comment): Remove.
7930         (tumme-display-previous-thumbnail-original): Remove empty line.
7931         (tumme-widget-list): Add punctuation.
7933 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7935         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7937 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7939         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7940         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7941         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7943 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7945         * mouse.el (mouse-on-link-p): Doc fix.
7947 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7949         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7950         Handle "C-h f `".
7952 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7954         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7955         column.
7957 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7959         * textmodes/table.el: Add move-beginning-of-line and
7960         move-end-of-line to Point Motion Only Group.
7962 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7964         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7966 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7968         * startup.el (user-mail-address): Initialize from the `EMAIL'
7969         environment variable first.  Document this.
7970         (command-line): Ditto.
7972 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7974         * help-mode.el (help-function-def, help-variable-def)
7975         (help-face-def): Print a message in the minibuffer.
7977 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7979         * term/xterm.el (terminal-init-xterm): Fix key bindings
7980         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7982 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7984         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7985         where `(nth 1 command)' is a cons cell.  Doc fix.
7987         * textmodes/po.el (po-find-charset): Doc fix.
7989 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7991         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7992         (allout-beginning-of-current-line, allout-end-of-current-line)
7993         (allout-next-visible-heading, allout-open-topic)
7994         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7995         (allout-flag-current-subtree, allout-show-to-offshoot)
7996         (allout-hide-current-entry, allout-show-current-branches)
7997         (allout-hide-region-body, allout-old-expose-topic)
7998         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7999         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8000         containing `beginning-of-line' and `end-of-line' with
8001         `inhibit-field-text-motion' t.
8003 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8005         * frame.el (focus-follows-mouse): Document that it doesn't have
8006         any effect on MS-Windows.
8008 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8010         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8012 2006-07-20  Jay Belanger  <belanger@truman.edu>
8014         * calc.el (calc-previous-alg-entry): Remove variable.
8016         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8017         New variables.
8018         (calc-alg-entry): Use `calc-alg-entry-history'.
8019         (calc-do-quick-calc): Use `calc-quick-calc-history'.
8020         Remove reference to `calc-previous-alg-entry'.
8021         (calcAlg-edit, calcAlg-enter): Remove reference to
8022         `calc-previous-alg-entry'.
8023         (calcAlg-previous): Use `previous-history-element' instead of
8024         `calc-previous-alg-entry'.
8025         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8026         Change keybinding for `calcAlg-plus-minus', add keybindings for
8027         `previous-history-element' and `next-history-element'.
8029         * calc-rewr.el (calc-match): Remove reference to
8030         `calc-previous-alg-entry'.
8032         * calc-sel.el (calc-selection-history): New variable.
8033         (calc-enter-selection, calc-sel-mult-both-sides)
8034         (calc-sel-add-both-sides): Use `calc-selection-history'.
8036         * calc-map.el (calc-get-operator-history): New variable.
8037         (calc-get-operator): Use `calc-get-operator-history'.
8039         * calcalg3.el (calc-curve-fit-history): New variable.
8040         (calc-curve-fit): Use `calc-curve-fit-history'.
8042 2006-07-20  Kenichi Handa  <handa@m17n.org>
8044         * international/mule-cmds.el (select-safe-coding-system): Fix the
8045         way of deciding eol-type of the coding system.
8047 2006-07-20  Alan Mackenzie  <acm@muc.de>
8049         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8050         (c-lang-setvar): New macro.
8051         (c-make-init-lang-vars-fun): Use the initialization forms in
8052         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8053         (comment-start, comment-end, comment-start-skip): Change these from
8054         c-lang-defvar's to c-lang-setvar's.
8056         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8057         which calls make-local-variable on the elements of
8058         c-emacs-variable-inits.
8059         (c-init-language-vars-for): Call this new macro.
8061 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8064         Try to rule out false positives due to time stamps.
8065         (compilation-mode-font-lock-keywords): Remove rules made redundant
8066         because of the above change.  Add `segmentation fault' to the known and
8067         highlighted compilation termination messages.
8069 2006-07-19  Kim F. Storm  <storm@cua.dk>
8071         * progmodes/grep.el (grep-find-ignored-directories):
8072         Add .svn and _darcs to list.
8074 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
8076         * dired.el (dired-mode-map): Add key binding `C-te' for
8077         `tumme-dired-edit-comment-and-tags'.
8079         * tumme.el (tumme-display-thumbnail-original-image): Make sure
8080         image display buffer is displayed before call to
8081         `tumme-display-image.
8082         (tumme-dired-display-image): Make sure image display buffer is
8083         displayed before call to `tumme-display-image.
8084         (tumme-mouse-display-image): Make sure image display buffer is
8085         displayed before call to `tumme-display-image.
8086         (tumme-widget-list): Add.
8087         (tumme-dired-edit-comment-and-tags): Add.
8088         (tumme-save-information-from-widgets): Add.
8090 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8092         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8094 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * progmodes/sh-script.el (sh-font-lock-keywords-1):
8097         Revert inadvertently installed patch hunk.
8099         * progmodes/compile.el (compilation-find-file): Handle the
8100         cases where the user selects a non-existent file.
8102 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8104         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8106 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8108         * subr.el (sit-for): Just sleep-for if noninteractive.
8110 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * emacs-lisp/autoload.el (make-autoload): Use new arg.
8114         * custom.el (custom-autoload): Add `noset' argument.
8115         (custom-push-theme): Don't autoload the variable, let callers do it.
8116         (custom-theme-set-variables): Autoload the variable if necessary.
8118         * cus-edit.el (custom-variable-state-set): If the variable was
8119         originally set outside custom, but to the same value as the default,
8120         consider it to be standard.
8122         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8123         file *before* telling Emacs to add the autoloads, in case it fails.
8125         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8126         Use `cond', push', and `dolist'.
8128 2006-07-17  Richard Stallman  <rms@gnu.org>
8130         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8131         Add defvars to silence warnings.
8133 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8135         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8136         Don't highlight "Compiling file" messages as error.
8138         * dired-aux.el (dired-compress-file): Confirm again if gzipped
8139         file already exists.
8141 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
8143         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
8144         entry, don't assign to free var; simply return the extracted filename.
8145         (ff-treat-as-special): Incorporate common preamble from callers.
8146         (ff-other-file-name, ff-find-the-other-file):
8147         Update call to ff-treat-as-special.
8149         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8151 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
8153         * tumme.el (tumme-get-comment): Fix bug.
8155 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8157         * files.el: Remove spurious * in docstrings.
8159 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8161         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8162         grammar.
8163         (allout-beginning-of-current-line): Beware beginning of buffer.
8164         Also, a comment is simplified.
8165         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8166         when appropriate.  (This fix enables use for other than
8167         bullet-hotspot operation.)
8168         (allout-hide-current-subtree): While escalating to sibling-close,
8169         make sure to situate on a topic.
8171 2006-07-14  Kim F. Storm  <storm@cua.dk>
8173         * emulation/cua-base.el (cua-delete-selection)
8174         (cua-toggle-set-mark): New defcustoms.
8175         (cua-rectangle-modifier-key): Add `alt' modifier.
8176         (cua-replace-region): Don't delete if cua-delete-selection is nil.
8177         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8178         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8180         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8182 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8184         * allout.el: Require 'cl during byte-compilation/interactive load,
8185         for the `assert' macro.
8186         (allout-mode-deactivate-hook): New hook, run when allout mode
8187         deactivates.
8188         (allout-developer): New allout customization subgroup.
8189         (allout-run-unit-tests-on-load): New allout-developer
8190         customization variable, when true allout unit tests are run towards
8191         end of file load/eval.
8192         (allout-inhibit-auto-fill): Disable auto-fill activity even during
8193         auto-fill-mode.
8194         (allout-resumptions): Remove, to be replaced by...
8195         (allout-add-resumptions): Register variable settings to be
8196         reinstated by `allout-do-resumptions'.  The settings are made
8197         buffer-local, but the locality/globality of the suspended setting
8198         is restored on resumption.
8199         (allout-do-resumptions): Reinstate all settings suspended using
8200         `allout-add-resumptions'.
8201         (allout-test-resumptions): Unit tests (and intermediate variables)
8202         for resumptions.
8203         (allout-tests-globally-unbound, allout-tests-globally-true)
8204         (allout-tests-locally-true): Intermediate variables for
8205         resumptions unit tests.
8206         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8207         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8208         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8209         instead of retired `allout-resumptions'.  For hook functions, use
8210         `local' parameter so hook settings are created and removed as
8211         buffer-local settings.  Revise (resumptions) setting
8212         auto-fill-function so it is set only if already active.  (The
8213         related fill-function settings are all made in either case, so
8214         that activating auto-fill-mode activity will have the custom
8215         allout-mode behaviors (hanging indent on topics, if configured for it).
8216         Remove all allout-exposure-category overlays on mode deactivation.
8217         (allout-hotspot-key-handler): New function extracted from
8218         `allout-pre-command-business', so the functionality can be used
8219         for other purposes, eg as a binding in an overlay.
8220         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8221         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8222         customization variable.
8223         (allout-run-unit-tests): Run the (currently quite small)
8224         repertoire of unit tests.  Called just before the provide iff user
8225         has customized `allout-run-unit-tests-on-load' non-nil.
8227 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8229         * emacs-lisp/authors.el (authors-aliases): Update.
8231 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8233         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8234         gdb-source-window.  Add dedicated argument.
8235         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8236         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8237         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8238         (gdb-display-locals-buffer): Use it.
8240         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8241         Set gdb-source-window.
8243 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8245         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8246         minor modes, redundant with the custom-autoload line above.
8248 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8250         * longlines.el (longlines-post-command-function): Handle open-line too.
8252 2006-07-12  Richard Stallman  <rms@gnu.org>
8254         * progmodes/grep.el (grep-last-buffer): Doc fix.
8256         * info.el (Info-try-follow-nearest-node): Doc fix.
8258         * emacs-lisp/edebug.el (edebug-instrument-function):
8259         Err if find-function-noselect gives no position.
8261         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8262         If can't find definition, return nil for position.
8263         (find-function-do-it): Handle new return value
8264         of find-definition-noselect.
8265         (find-definition-noselect, find-variable-noselect): Doc fix.
8266         (find-function-noselect): Doc fix.
8268         * help-mode.el (help-variable-def): Handle find-variable-noselect
8269         returning no position.
8270         (help-function-def): Likewise for find-function-search-for-symbol.
8271         (help-face-def): Likewise.
8273         * help-fns.el (describe-variable): Handle find-variable-noselect
8274         returning no position.
8276         * files.el (locate-file-completion): Avoid duplicates in result.
8278         * cus-edit.el (custom-no-edit): New command.
8279         (custom-mode-map): Remap to custom-no-edit instead of
8280         using suppress-keymap.
8282 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8284         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8285         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8286         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8288         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8290 2006-07-11  Kim F. Storm  <storm@cua.dk>
8292         * ido.el (ido-copy-current-file-name): Use buffer-name if
8293         buffer-file-name is nil.
8295 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8297         * simple.el (undo-ask-before-discard): Set to nil.
8299         * vc.el (vc-exec-after): Don't delete process manually.
8300         (vc-print-log): Run log-view-mode in process sentinel inside
8301         inhibit-read-only.  Don't shrink window due to timing issues.
8303         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8304         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8306 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8309         Fix ambiguity introduced by last change.
8310         (compilation-find-file): Move save-excursion to where it may
8311         make sense.  Fix a left over `find-file'.
8313 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8315         * textmodes/texinfmt.el (texinfo-format-separate-node):
8316         Insert a string before point, which fits documentation, not after.
8317         (texinfo-multitable-item): In a multitable row, insert any
8318         additional needed @tabs and spaces.
8320 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8322         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8323         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8324         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8325         instead of shell-command.
8326         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8327         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8328         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8329         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8330         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8331         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8333 2006-07-11  Kim F. Storm  <storm@cua.dk>
8335         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8336         Remove special case for seconds < 0.  Use (redisplay t) instead.
8338 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8340         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8341         avoid compilation error.
8343         * subr.el (sit-for): New function.
8345         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8347 2006-07-10  Richard Stallman  <rms@gnu.org>
8349         * ldefs-boot.el (edebug): Update page.
8351 2006-07-10  Kim F. Storm  <storm@cua.dk>
8353         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8354         to FOR-RELEASE and TODO.
8356 2006-07-10  Romain Francoise  <romain@orebokech.com>
8358         * emacs-lisp/authors.el (authors-aliases): Update.
8360 2006-07-10  Alan Mackenzie  <acm@muc.de>
8362         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8363         * cc-mode.el: Changes to eradicate eval-after-load.
8365 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8367         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8368         on non-char events.
8370 2006-07-09  Romain Francoise  <romain@orebokech.com>
8372         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8373         Don't highlight start/end markers as compilation messages.
8375         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8376         to t.
8378 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8382 2006-07-08  Richard Stallman  <rms@gnu.org>
8384         * term/x-win.el (x-handle-display): Add doc string.
8386         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8388         * subr.el (def-edebug-spec): Move here.
8389         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8391         * imenu.el (imenu-choose-buffer-index): Doc fix.
8393 2006-07-08  Romain Francoise  <romain@orebokech.com>
8395         * term/x-win.el (x-display-name): Fix typo.
8397 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8399         * hexl.el (hexl-find-file): Doc fix.
8401         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8403 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8405         * term/x-win.el (x-display-name): Doc fix.
8407 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8410         long prefixes.
8411         (fill-region-as-paragraph): Don't round up to a whole line.
8412         (fill-comment-paragraph): Don't include the code-before-the-comment
8413         when calling fill-region-as-paragraph.
8415         * international/mule.el (make-char): Remove redundancy.
8417         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8418         property may contain an anonymous function rather than a symbol.
8420         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8422         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8423         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8425         * dirtrack.el (dirtrack-default-directory-function): Remove.
8426         (dirtrack-directory-function): Use file-name-as-directory.
8427         (dirtrack-windows-directory-function): Simplify.
8428         (dirtrack-forward-slash, dirtrack-backward-slash)
8429         (dirtrack-replace-slash): Remove.
8430         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8431         (dirtrack): Fix wrong parenthesizing; use match-string.
8433         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8434         (inferior-octave-mode): Only change the buffer-local value of
8435         comint-dynamic-complete-functions.
8436         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8437         Move the initialization to the declaration.
8438         (inferior-octave-complete): Remove unused var `filter'.
8440         * shell.el (shell-mode): Only change the buffer-local value of
8441         comint-dynamic-complete-functions.
8443 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8445         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8446         entry is skipped because it has been scheduled.
8447         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8448         changing `:org-archived' and `:org-comment' properties.
8450 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8452         * server.el (server-select-display): Don't make the temp frame
8453         minibuffer-only, in case it's not a temp frame.
8454         (server-process-filter): Don't delete the temp frame if it's the
8455         only one we have on that display.
8457         * files.el (find-alternate-file): Doc fix.
8459 2006-07-05  Richard Stallman  <rms@gnu.org>
8461         * files.el (abbreviate-file-name): Add save-match-data.
8463 2006-07-03  Richard Stallman  <rms@gnu.org>
8465         * faces.el (read-face-name): Doc fix.
8467 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8469         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8471 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8473         * vc.el (vc-diff-internal): Fix prev change.
8475 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8477         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8478         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8480 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8483         fails if the symbol contains chars like ( or '.
8484         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8485         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8486         `short'.
8488 2006-07-04  Kenichi Handa  <handa@m17n.org>
8490         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8491         the current one, don't call set-language-environment, but call one
8492         of set-language-environment-XXX to make INFO effective now.
8493         (set-language-environment): Call set-language-environment-XXX
8494         functions instead of doing the various setups directly.
8495         (set-language-environment-coding-systems): Delete argument eol-type.
8496         (set-language-environment-input-method)
8497         (set-language-environment-nonascii-translation)
8498         (set-language-environment-charset)
8499         (set-language-environment-fontset)
8500         (set-language-environment-unibyte): New functions.
8502 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8504         * locate.el (locate-update-when-revert): New option.
8505         (locate-update-path): New option (suggested by Michael Albinus).
8506         (locate-prompt-for-command): Whitespace change.
8507         (locate-update): No longer offer to update the locate database by
8508         default.  Implement the two new options.
8510 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8512         * tooltip.el: Move comment about track-mouse...
8514         * progmodes/gud.el: ...to here.
8516 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8518         * facemenu.el (facemenu-listed-faces): New var.
8519         (facemenu-unlisted-faces): Variable deleted.
8520         (facemenu-add-new-face): Use facemenu-listed-faces.
8522         * emulation/viper-init.el, calendar/calendar.el:
8523         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8525 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8527         * textmodes/org.el (org-mode): Remove no invalid settings for
8528         calc embedded mode.
8529         (org-mode-p): New defsubst.
8530         (org-save-all-org-buffers): New function.
8531         (org-first-headline-recenter): Enclose outline-regexp in group
8532         delimiters.
8533         (org-set-tags): Keep single space after stars.
8535 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * window.el (set-window-text-height): Only set window-min-height to
8538         1 if that's the requested size.
8540         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8541         (diff-unified->context, diff-context->unified)
8542         (diff-reverse-direction): Make sure the end marker stays at the end.
8543         (diff-mode): Add the keymap table at the end of docstring.
8544         Use lexical-let rather than constructing a closure manually.
8546         * files.el (find-file-noselect-1): Remove unused var assignment.
8547         (hack-local-variables-confirm): Print lists of strings as lists of
8548         strings rather than lists of symbols.
8549         (abbreviate-file-name, hack-local-variables-prop-line):
8550         Use match-string.
8551         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8552         (recover-session-finish): Use line-end-position.
8554 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8556         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8558 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8560         * progmodes/make-mode.el (makefile-macroassign-regex):
8561         Accept preceding keyword.
8562         (makefile-gmake-statements): Reorganize, now that makepp has
8563         "override" and also handle forgotten "override define".
8564         (makefile-makepp-statements): Add new "global", "override export"
8565         and "override global".
8567 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8569         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8570         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8571         (ada-no-auto-case): Fix typos in docstrings.
8573 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8575         * info.el (Info-find-node-2): Search for makeinfo version more
8576         carefully.
8578 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8580         * textmodes/org.el (org-prepare-agenda-buffers):
8581         Use `invisible-OK' argument for `org-end-of-subtree'.
8582         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8583         (org-beginning-of-item): Fix bug in regular expression for white line.
8584         (org-export-as-html): Enforce space after bullet in plain list items.
8585         (org-set-autofill-regexps): Require space after plain list bullet
8586         for paragraph-start.
8587         (org-ts-regexp3): New constant.
8588         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8589         (org-timestamp-up-day, org-timestamp-down-day)
8590         (org-timestamp-change): Work with inactive timestamps.
8591         (org-ts-regexp1): Don't allow brackets in time stamps.
8593 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8595         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8596         for ignoring links.
8598         * faces.el (read-face-name): Use it.
8600 2006-06-28  Juri Linkov  <juri@jurta.org>
8602         * buff-menu.el (list-buffers-noselect): Compare Info file
8603         with the string "dir" to detect Info directory.
8605         * complete.el (partial-completion-mode): In lambda for
8606         `choose-completion-string-functions' use full function signature
8607         with 4 args, and move point to the end of the minibuffer only if arg
8608         `mini-p' is non-nil.
8610 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8612         * ibuffer.el (ibuffer-mode): Doc fix.
8614 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8616         * textmodes/org.el (org-context): New contexts :item-bullet,
8617         :latex-fragment, :latex-preview.
8618         (org-overlays-at, org-overlay-start, org-overlay-end):
8619         New compatibility functions.
8620         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8621         exact regexp that will be used during export.
8622         (org-latex-regexps): New variable.
8623         (org-cdlatex-mode): Improve advice for `texmathp'.
8624         (turn-on-org-cdlatex): New function.
8626 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8628         * term/mac-win.el (mac-handle-font-selection): Change keys of
8629         mac-atsu-font-table from strings to numbers.
8630         (mac-ts-caret-position): Use also when cursor-type is nil.
8631         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8632         Relax condition for using overlay strings.
8633         Use mac-ts-caret-position face when cursor-type is nil.
8635 2006-06-26  Kim F. Storm  <storm@cua.dk>
8637         * help.el (view-emacs-news): Declare `res' in the right let* form.
8639 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8641         * net/rcompile.el (remote-compile): Replace ange-ftp based
8642         implementation by Tramp functions.
8643         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8645         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8647 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8649         * international/fontset.el (setup-default-fontset): Fix a typo in
8650         the "Oriya-Akruti" registry name.
8652 2006-06-23  Lars Hansen  <larsh@soem.dk>
8654         * desktop.el (desktop-full-file-name): New function.
8655         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8656         (desktop-revert): Use it.
8657         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8658         (desktop-after-read-hook): Add option list-buffers.
8659         (desktop-locals-to-save): Add tab-width.
8660         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8661         Fix docstring.
8663 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8665         * textmodes/org.el (org-cdlatex-mode-map)
8666         (org-cdlatex-texmathp-advice-is-done): New variables.
8667         (org-cdlatex-mode): New minor mode.
8668         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8669         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8670         (org-export-with-archived-trees): New option.
8671         (org-open-file): Remove the call to `convert-standard-filename'.
8672         (org-archive-tag, org-agenda-skip-archived-trees)
8673         (org-cycle-open-archived-trees)
8674         (org-sparse-tree-open-archived-trees): New options.
8675         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8676         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8677         New functions.
8678         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8679         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8680         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8681         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8682         Call `org-prepare-agenda-buffers'.
8683         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8684         (org-file-apps, org-file-apps-defaults-gnu)
8685         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8686         Handle remote files by forcing them to be opened in Emacs.
8688 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8690         * vc.el (vc-diff-knows-L): New variable.
8691         (vc-diff-internal): Use it to handle "diff" programs that don't
8692         understand -L.  This works automatically, no user action is necessary.
8694 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8696         * net/rcirc.el (rcirc-default-user-full-name): Default to
8697         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8698         longer exists).
8699         (rcirc-process-list): Check `buffer-live-p' before attempting to
8700         switch to a buffer.
8702 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8704         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8705         based on rcirc-coding-system-alist.
8707 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8709         * cus-edit.el (customize-apropos): A better error message.
8710         (top level) <debug-ignored-errors>: Extend and update the list of
8711         ignored error messages.
8713 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8715         * complete.el (PC-do-completion): Retain capitalization of user
8716         input, when possible, even if completion-ignore-case is set.
8718 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8720         * generic-x.el (bat-generic-mode): Support .cmd files.
8722         * dos-w32.el (top level): Use find-file-not-found-functions
8723         instead of the obsolete find-file-not-found-hooks.
8725 2006-06-22  Kim F. Storm  <storm@cua.dk>
8727         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8728         to recognize mode name containing submodes, such as Grep/lw.
8730 2006-06-21  Kim F. Storm  <storm@cua.dk>
8732         * simple.el (line-move-1): Check for move-end-of-line instead of
8733         end-of-line when setting temporary-goal-column.
8735 2006-06-21  Miles Bader  <miles@gnu.org>
8737         * play/cookie1.el (cookie): Work properly when there's only one entry.
8739 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8741         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8742         (gdb-frame-handler): Generalize frame regexp for templates.
8744 2006-06-20  Glenn Morris  <rgm@gnu.org>
8746         * calendar/appt.el (appt-display-format): Default value must be
8747         one of the customize options.
8749 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8751         * term/xterm.el (terminal-init-xterm): Update key availability info.
8752         Bind C-return.
8754         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8756 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8758         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8759         whether or not a local variables list is defined.
8761         * msb.el (msb): Move `sit-for' hack here to handle both
8762         "mouse-down and drag" and "mouse-up and select" situations.
8763         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8765 2006-06-20  Kenichi Handa  <handa@m17n.org>
8767         * international/characters.el (word-combining-categories):
8768         Add entries for 2-byte Han characters.
8770 2006-06-19  Richard Stallman  <rms@gnu.org>
8772         * bindings.el (mode-line-format): Save some mode line space.
8774         * files.el (find-file-noselect): Improve the question wording.
8775         (basic-save-buffer-2): Mask UMASK against 666.
8777         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8778         (mouse-drag-vertical-line): Call it.
8780         * cus-edit.el (customize-option, customize-option-other-window):
8781         Error if SYMBOL is nil.
8783 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8785         * textmodes/org.el: Require noutline, also on XEmacs.
8786         (org-end-of-subtree): Return point.
8787         (org-dblock-start-re, org-dblock-end-re): New constants.
8788         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8789         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8790         (org-update-all-dblocks, org-find-dblock): New functions.
8791         (org-collect-clock-time-entries): New function.
8792         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8793         (org-fixup-indentation): Modify to deal correctly with lines
8794         starting with TAB.  Only one argument DIFF now.
8795         (org-demote, org-promote): Call `org-fixup-indentation' with just
8796         one argument, DIFF.
8797         (org-mode): Don't mark buffer as modified when aligning tables.
8798         (org-clock-sum): Don't mark buffer modified when adding time sum
8799         properties.
8800         (org-export-as-html): Add support for a link validation function.
8801         (org-archive-all-done): New function.
8802         (org-archive-subtree): New prefix argument.  When set, archive all
8803         done subtrees in this buffer.
8804         (org-remove-clock-overlays)
8805         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8806         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8807         (org-put-clock-overlay): Don't swallow last headline character
8808         when displaying overlay.
8809         (org-store-link): Link to `image-mode' with just the file name.
8811 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8813         * viper-cmd.el (viper-special-read-and-insert-char):
8814         Use read-key-sequence.
8815         (viper-after-change-undo-hook): Misc enhancements.
8816         (viper-after-change-undo-hook): New hook.
8817         (viper-undo): Use viper-after-change-undo-hook.
8818         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8819         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8820         clicking on that widget/button.
8822         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8824         * ediff-diff (ediff-test-patch-utility): Catch errors.
8825         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8826         (ediff-set-actual-diff-options): New function.
8827         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8828         Use ediff-set-actual-diff-options.
8829         (ediff-extract-diffs): Catch errors.
8830         (ediff-whitespace): Add non-breakable space.
8831         (ediff-same-file-contents): Catch errors.
8833         * ediff-mult.el (ediff-collect-custom-diffs):
8834         Save coding-system-for-read.
8836         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8837         (ediff-vc-internal, ediff-vc-merge-internal):
8838         Use ediff-delete-version-file.
8839         (ediff-delete-version-file): New function.
8841         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8843         * ediff.el (ediff-directories, ediff-directory-revisions)
8844         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8845         (ediff-directories-internal, ediff-merge-directory-revisions)
8846         (ediff-merge-directory-revisions-with-ancestor)
8847         (ediff-directories3): Use read-directory-name.
8849 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8851         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8852         Remove superfluous part of regexp for brace matching which is handled
8853         by `scan-lists' call.
8855 2006-06-16  Richard Stallman  <rms@gnu.org>
8857         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8859         * files.el (basic-save-buffer-2): For a new precious file,
8860         use the default modes in the return value.
8862         * facemenu.el (facemenu-color-alist): Doc fix.
8864         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8866 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8868         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8870         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8871         (mac-utxt-to-string): Use it.
8872         (mac-ts-update-active-input-area): Use mac-ae-number.
8874 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8876         * term.el (term-handle-scroll, term-delete-lines)
8877         (term-insert-lines): Fix off by one errors.
8879 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8881         * net/tramp.el (tramp-touch): Use UTC to express time.
8883 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8885         * mail/sendmail.el (mail-send): Search explicitly for
8886         mail-header-separator when checking for corrupted header lines.
8888 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8890         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8891         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8892         (gdb-init-1): Initialise them.
8893         (gdb-starting): Reset gdb-printing
8894         (gdb-starting): Save value of gud-overlay-arrow-position.
8895         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8896         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8897         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8898         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8900 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8904 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8906         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8907         (ldap-search-internal): Keep error messages, and a regexp fix.
8909 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8911         * files.el (hack-local-variables-confirm):
8912         Display string value using its printed representation.
8914 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8916         * server.el (server-edit): No-op if no server buffers exist.
8918 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8920         * textmodes/page-ext.el (pages-directory-for-addresses):
8921         Including `pages-directory-address-mode' in the function results
8922         in the message "Buffer in which pages were found is deleted".
8924 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8926         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8927         clocking functions.
8929         (org-agenda-clock-in, org-check-running-clock)
8930         (org-clock-out-if-current, org-remove-clock-overlays)
8931         (org-put-clock-overlay): New functions.
8932         (org-clock-marker, org-clock-file-total-minutes)
8933         (org-clock-overlays): New variables.
8934         (org-clock-display, org-clock-sum, org-clock-cancel)
8935         (org-clock-out, org-clock-in): New commands.
8936         (org-export): New function.
8937         (org-emph-re): New constant.
8938         (org-set-emph-re, org-do-emphasis-faces): New functions.
8939         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8940         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8941         (org-export-html-convert-emphasize): Use the configurable emphasis.
8942         (org-cleaned-string-for-export): Make multiline emphasis visible
8943         to the exporter.  New optional argument PARAMETERS.
8944         (org-export-as-html): Specify :emph-multiline parameter to
8945         `org-cleaned-string-for-export'.
8947 2006-06-10  Richard Stallman  <rms@gnu.org>
8949         * help.el (help-for-help-internal): Clean up help text.
8951 2006-06-10  Andreas Schwab  <schwab@suse.de>
8953         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8954         in doc string.
8956         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8958 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8960         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8961         spaces after the comment start.
8963 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8965         * play/pong.el (pong-init-buffer):
8966         Fill buffer with spaces instead of ^A.
8968         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8969         launched asynchronously, delete its process instead of being cool.
8970         (ispell-async-processp): Check for `delete-process' existence
8971         instead of `kill-process' one for consistency.
8973 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8975         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8976         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8977         in mode line at startup.
8979 2006-06-08  Kim F. Storm  <storm@cua.dk>
8981         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8982         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8983         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8984         (ido-file-internal): Pass full file name to write-file.
8985         (ido-read-internal): Only pop stack elements automatically if they
8986         actually match an existing directory or file name.
8988 2006-06-07  Kenichi Handa  <handa@m17n.org>
8990         * international/mule.el (find-auto-coding): Don't handle the short
8991         name `char-trans'.
8993         * files.el (hack-local-variables-prop-line)
8994         (hack-local-variables): Cancel the previous change.
8996 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8998         * ediff-diff.el (ediff-test-utility): Protect against file-error.
9000 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
9002         * diff-mode.el (diff-mode): Set buffer-read-only to t when
9003         diff-default-read-only is non-nil.
9004         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9005         (diff-refine-hunk): Set inhibit-read-only to t.
9007         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9008         modifying the *Diff* buffer.
9009         (diff-process-filter): New filter function for diff process that
9010         sets inhibit-read-only to t when modifying the *Diff* buffer.
9012 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
9014         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9015         insertion point and control the number of empty lines.
9016         (org-paste-subtree): Limit the number of empty lines at the end of
9017         the inserted tree.
9018         (org-agenda): Use buffer name of current file for narrowing.
9019         (org-export-as-xml): Command removed.
9020         (org-export-xml-type): Option removed.
9021         (org-mode-map): Call `org-export-as-xoxo' directly.
9022         (org-get-indentation): New optional argument LINE.
9023         (org-fix-indentation, org-remove-tabs): New functions.
9024         (org-export-as-ascii, org-ascii-level-start): Determine and apply
9025         correct indentation for headlines that are converted it items.
9026         (org-skip-comments): Remove table lines that contain narrowing
9027         cookies but no other non-empty fields.
9028         (org-set-tags): Allow groups of mutually exclusive tags.
9029         (org-cmp-time): Sort 24:21 before items without time.
9030         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9031         (org-open-at-point): Require double colon also for numbers.
9033 2006-06-06  Kim F. Storm  <storm@cua.dk>
9035         * ido.el (ido-default-file-method, ido-default-buffer-method):
9036         Make choice values consistent with corresponding command names.
9037         (ido-visit-buffer): Update accordingly.  Default to selected-window.
9039 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
9041         * progmodes/gud.el (gud-running): Fix doc string.
9042         (gud-menu-map): Use :visible instead fo :enable for debugger test.
9043         (gud-tooltip-modes): Add python-mode.
9044         (gud-tooltip-print-command): Add pdb.  Remove perldb.
9046 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
9048         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9049         Quote $(EMACS).
9051 2006-06-05  Richard Stallman  <rms@gnu.org>
9053         * faces.el (defined-colors): Doc fix.
9055 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
9057         * vc.el (vc-process-filter): Inhibit undo info collection around
9058         call to insert.
9059         (vc-setup-buffer): Likewise for call to erase-buffer.
9060         (vc-do-command): Likewise for call to process-file.
9062 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
9064         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9065         for gud-go.
9066         (gud-common-init): Other debuggers may trigger error.
9068 2006-06-05  Kenichi Handa  <handa@m17n.org>
9070         * international/mule.el (find-auto-coding):
9071         Handle enable-character-translation in file header.
9073 2006-06-04  Kim F. Storm  <storm@cua.dk>
9075         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9076         (authors-fixed-entries): Fix spelling.
9077         (authors-canonical-file-name): Don't report error for wildcards.
9079         * help.el (view-emacs-news): Rewrite to support new NEWS,
9080         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
9081         e.g. version 10 matches 1.10, and don't be confused by version 1.1
9082         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
9084 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
9086         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9087         exec constructs like `foo bar`.
9088         (sh-quoted-subshell): New helper function to search for a possibly
9089         nested subshell (like `` or $()) within a "" quoted string.
9090         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9091         (sh-apply-quoted-subshell): Flag quote characters inside a
9092         subshell, which is itself already in a quoted region, as
9093         punctuation, since this is the closest to what they actually are.
9094         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9095         sh-apply-quoted-subshell.
9096         (sh-font-lock-syntactic-face-function): Apply the new face for
9097         text inside `` instead of the old font-lock-string-face.
9099 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9101         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9102         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9103         (mac-bytes-to-text-range, mac-ae-text-range-array)
9104         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9105         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9106         (mac-ts-unicode-for-key-event): New functions.
9107         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9108         (mac-handle-font-selection): Use mac-ae-number.
9109         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9110         New variables.
9111         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9112         (mac-ts-converted-text, mac-ts-selected-converted-text)
9113         (mac-ts-block-fill-text, mac-ts-outline-text)
9114         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9115         (mac-ts-hilite-style-faces): New constant.
9116         (mac-apple-event-map): Bind text input events.
9117         (mac-dispatch-apple-event): Use command-execute instead of
9118         call-interactively.
9119         (global-map): Don't bind mac-apple-event.
9120         (special-event-map): Bind mac-apple-event.
9122 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
9124         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9125         file name.
9126         (emacs): Enclose the value of $(EMACS) in quotes.
9128 2006-06-02  Juri Linkov  <juri@jurta.org>
9130         * international/mule.el (sgml-html-meta-auto-coding-function):
9131         Remove the condition `(search-forward "<html" size t)'.
9132         Replace `\"' with `[\"']?' in `re-search-forward'.
9134 2006-06-02  Kenichi Handa  <handa@m17n.org>
9136         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9137         as well as `coding'.
9138         (hack-local-variables): Likewise.
9140         * international/mule.el (enable-character-translation):
9141         Put permanent-local and safe-local-variable properties.
9142         (find-auto-coding): Handle char-trans: tag.
9144 2006-06-02  Juri Linkov  <juri@jurta.org>
9146         * international/mule.el (sgml-html-meta-auto-coding-function):
9147         Limit the search by the end of the HTML header (if any).
9149 2006-06-01  Richard Stallman  <rms@gnu.org>
9151         * subr.el (with-current-buffer): Doc fix.
9153 2006-06-02  Masatake YAMATO  <jet@gyve.org>
9155         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9156         Almost rewrite.  Underlines over all lines of gcov output are too
9157         uncomfortable to read.  Suggested by Dan Nicolaescu.
9159 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9161         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9163         * shell.el (shell-mode): Use shell-mode-map in docstring.
9165         * comint.el (comint-send-input): Do not add help-echo and
9166         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9168 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9170         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9172 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
9174         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9175         (gdb-stopped, gdb-info-stack-custom): If there is no source info
9176         look up the stack and pop up GUD buffer if necessary.
9177         (gdb-frames-select): Remove redundant call to gud-display-frame.
9178         (gdb-info-threads-custom): Keep point at start of buffer.
9179         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9181 2006-05-31  Juri Linkov  <juri@jurta.org>
9183         * replace.el (query-replace-read-from, query-replace-read-to):
9184         Bind `history-add-new-input' to nil.  Call `add-to-history'.
9186 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9188         * textmodes/table.el: Convert all HTML tags to lower case for
9189         XHTML compatibility.
9191 2006-05-31  Masatake YAMATO  <jet@gyve.org>
9193         * progmodes/compile.el:
9194         (compilation-error-regexp-alist-alist::gcov-called-line):
9195         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9197 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9199         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9200         Revert inadvertent changes made with last commit.
9202 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9204         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9205         New functions.
9207         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9209 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9211         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9212         only matches in the right place.
9213         (org-upcoming-deadline): New face.
9214         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9215         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9216         and make it an option.
9217         (org-export-ascii-bullets): New option.
9218         (org-export-as-html): Many changes to emit valid XHTML.
9219         (org-par-open): New variable.
9220         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9221         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9222         (org-timeline): Pass `org-timeline-show-empty-dates' to
9223         `org-get-all-dates'.  Interpret empty dates returned by
9224         `org-get-all-dates'.
9225         (org-get-all-dates): New argument EMPTY.  Add dates without
9226         entries to the list, mark large ranges of empty dates.
9227         (org-point-in-group, org-context): New functions.
9229 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9231         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9233         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9234         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9235         to C-mouse-3 (for 2 button mice).
9236         (gdb-send): Do the right thing for C-d.
9238         * speedbar.el (speedbar-detach): Delete.
9239         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9240         it breaks things.
9241         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9243 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9245         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9246         Makeppfile.
9248         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9249         Add makepp diagnostic.
9251 2006-05-29  Richard Stallman  <rms@gnu.org>
9253         * window.el (fit-window-to-buffer): Doc fix.
9255         * help.el (temp-buffer-max-height): Doc fix.
9257         * subr.el (with-current-buffer): Doc fix.
9259 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9261         * term/x-win.el: Bind F10 to menu-bar-start if available.
9263 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9265         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9266         uses with a simple test.
9267         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9268         (term-send-raw-string, term-send-raw, term-mouse-paste)
9269         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9270         (term-handle-exit, term-read-input-ring)
9271         (term-previous-matching-input-string)
9272         (term-previous-matching-input-string-position)
9273         (term-previous-matching-input-from-input)
9274         (term-replace-by-expanded-history, term-send-input)
9275         (term-skip-prompt, term-bol, term-send-invisible)
9276         (term-kill-input, term-delchar-or-maybe-eof)
9277         (term-backward-matching-input, term-check-source)
9278         (term-proc-query, term-emulate-terminal)
9279         (term-handle-colors-array, term-process-pager, term-pager-line)
9280         (term-pager-bob, term-unwrap-line, term-word)
9281         (term-dynamic-complete-filename)
9282         (term-dynamic-complete-as-filename)
9283         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9284         unlesses.
9286 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9289         during bootstrapping.
9291         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9292         Basically undo the change of 2006-05-26: use extra arguments instead of
9293         dynamic scoping.
9294         (ewoc-locate): Remove unused var `footer'.
9296 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9300         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9301         (generate-file-autoloads): Obey it.  Return whether autoloads were
9302         added at point or not.
9303         (update-file-autoloads): Use this new return value.
9304         Remove redundant test for the presence of an autoload cookie.
9306         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9307         This one calls hack-local-variables.
9308         (generate-file-autoloads, update-file-autoloads): Use it.
9310         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9311         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9312         (bibtex-sort-entry-class-alist): Don't set the global value.
9313         (bibtex-init-sort-entry-class-alist): New fun.
9314         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9315         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9316         of bibtex-init-sort-entry-class.
9318 2006-05-28  Richard Stallman  <rms@gnu.org>
9320         * subr.el (load-history-regexp): If FILE is relative, insist
9321         entire last name component must match it.
9322         (load-history-filename-element, load-history-regexp): Doc fixes.
9324 2006-05-29  Kim F. Storm  <storm@cua.dk>
9326         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9327         `pos' and `raw-data' for clarity, as eval forms may access these.
9329 2006-05-28  Kim F. Storm  <storm@cua.dk>
9331         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9333 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * progmodes/make-mode.el (makefile-browser-map)
9336         (makefile-mode-syntax-table): Move initialization inside declaration.
9337         (makefile-fill-paragraph): Use the default comment-filling code.
9339 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9341         * replace.el (query-replace-defaults): New variable.
9342         (query-replace-read-from): Use `query-replace-defaults' for
9343         default value, instead of history list.
9344         (query-replace-read-to): Update `query-replace-defaults'.
9346 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9348         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9349         with no X toolkit.
9351 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9353         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9354         (tumme-show-all-from-dir): Add autoload.
9356 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9358         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9359         (tumme-remove-tag): Fix bug.
9361 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9363         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9364         FOOTER args.  Update unique caller.
9365         (ewoc-delete): Compute last node once before looping.
9366         (ewoc--node-branch): Merge into unique caller.
9367         (ewoc--node): Don't define constructor make-ewoc--node for this
9368         structure.
9369         (ewoc): Add member `hf-pp' to this structure.
9370         (ewoc--wrap): New func.
9371         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9372         header/footer pretty-printers.  Save header/footer pretty-printer.
9373         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9375         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9377 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9379         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9380         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9381         Tag'.  Change "Compare directories..." to "Change Directories...".
9382         Move tumme commands to Operate, Regexp and Immediate menus.
9383         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9384         Tag" to "Add Image Tags".
9386         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9387         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9388         `tumme-delete-tag'.
9390 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9392         * shell.el (shell-mode): Call shell-dirtrack-mode after
9393         list-buffers-directory is made a local variable, to avoid setting
9394         the default value.
9396 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9398         * info.el (Info-index-next): Use where-is-internal to report
9399         actual binding of Info-index-next, rather than hard-coded `,'.
9401 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9403         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9404         and "Find Command in Manual" to here.
9406         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9407         Info-current-file as the file name.
9409 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9411         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9412         overrides will now be done a different way.
9413         (ses-set-parameter): Reapply this function for undo.
9414         (ses-set-header-row): Reconstruct header row during undo.
9415         (ses-widen): New function.
9416         (ses-goto-data, ses-reconstruct-all): Use new function.
9417         (ses-command-hook): Widen buffer during undo, before unupdating
9418         the cells.
9419         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9420         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9421         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9422         formula hasn't been executed yet.
9424 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9426         * comint.el (comint-kill-whole-line): Rename arg to count.
9427         Fix doc string.
9429 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9431         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9432         to copy-file.
9434 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9436         * simple.el (toggle-truncate-lines): Make arg optional for
9437         backward compatibility.
9439 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9441         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9442         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9443         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9444         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9445         (ewoc--adjust): Use ewoc--current-dll.
9446         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9448 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9450         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9451         compact error message.
9452         (org-tags-view): Refresh category table in each file.
9453         (org-table-justify-field-maybe): Remove superfluous arguments to
9454         `format'.
9455         (org-export-as-html): Insert "<p>" before postamble.
9456         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9458 2006-05-26  Kenichi Handa  <handa@m17n.org>
9460         * textmodes/po.el (po-find-charset): Pay attention to the case
9461         FILENAME is a cons (NAME . BUFFER).
9462         (po-find-file-coding-system-guts): Likewise.
9464         * arc-mode.el (archive-set-buffer-as-visiting-file):
9465         Call find-operation-coding-system with (FILENAME . BUFFER).
9467         * tar-mode.el (tar-extract): Call find-operation-coding-system
9468         with (FILENAME . BUFFER).
9470         * international/mule.el (decode-coding-inserted-region):
9471         Call find-operation-coding-system with (FILENAME . BUFFER).
9473 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9475         * image-mode.el (image-toggle-display): Use buffer contents to
9476         generate image for a remote file.
9478 2006-05-25  Juri Linkov  <juri@jurta.org>
9480         * replace.el (query-replace-read-from, query-replace-read-to):
9481         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9483 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9485         * whitespace.el (whitespace-cleanup): Change to cleanup
9486         region if one is active.
9487         * whitespace.el (whitespace-cleanup-internal): New internal method.
9489 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9491         * dired.el (dired-mode-map): Add help-echo strings to tumme
9492         commands.  Bind `tumme-dired-display-image' to C-t i.
9494         * tumme.el (tumme-display-image): Change documentation string slightly.
9495         (tumme-dired-display-image): Add call to `display-buffer'.
9497 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9499         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9500         Signal error if RAW-DATA is a multibyte string.
9502 2006-05-24  Richard Stallman  <rms@gnu.org>
9504         * subr.el (with-local-quit): When handling `quit' signal,
9505         make a chance for quit-flag to cause a quit.
9507         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9508         (ad-disable-advice): Add autoloads.
9510         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9512 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9514         * dired.el (dired-mode-map): Change menu items for tumme as per
9515         suggestions in emacs-devel.
9517 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9519         * dired.el (dired-mode-map): Fix breakage.
9521 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9523         * tumme.el (tumme-display-dired-image): Rename to...
9524         (tumme-dired-display-image): ...this.
9525         (tumme-track-movement): Change default value to t.
9526         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9527         used from `tumme-next-line-and-display' and similar commands.
9529         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9530         Immediate menu.  Add some tumme commands there.
9532 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9534         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9536 2006-05-24  Chong Yidong  <cyd@mit.edu>
9538         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9539         menu entries that open submenus.
9541 2006-05-24  Alan Mackenzie  <acm@muc.de>
9543         * startup.el (command-line): For names of preloaded files, don't
9544         append ".elc" (now done in Fload), and call file-truename on the
9545         lisp directory.
9547         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9548         match ANY loaded file with the right name, not just those in
9549         load-path.  Put a regexp matching the file name into
9550         after-load-alist, rather than the name itself.
9552         * subr.el (load-history-regexp, load-history-filename-element)
9553         (do-after-load-evaluation): New functions.
9555         * international/mule.el (load-with-code-conversion): Do the
9556         eval-after-load stuff by calling do-after-load-evaluation.
9558 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9560         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9561         has not been killed.
9563 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9565         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9566         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9567         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9568         Optionally set error message in reply.
9570 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9572         * textmodes/org.el (org-open-at-point): Use renamed variable
9573         `org-confirm-shell-link-function'.
9574         (org-confirm-shell-link-function): Rename from
9575         `org-confirm-shell-links'.
9576         (org-export-directory): New function.
9577         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9578         (org-export-icalendar): Use `org-export-directory'.
9579         (org-indent-item): Keep cursor position.
9580         (org-link-file-path-type): New option.
9581         (org-export-as-html): Fix bug with plain lists starting in
9582         column 0.
9583         (org-export-as-html): Remove deadline formatting, this happens
9584         now already in `org-html-handle-time-stamps'.
9585         (org-export-html-style): Deadline class removed.
9586         (org-insert-labeled-timestamps-at-point): New option.
9587         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9588         of `hide-sublevels 1', in case the first headline is not level 1.
9589         (org-overview, org-content): New fuction.
9590         (org-cycle-global-status, org-cycle-subtree-status): Make these
9591         variables buffer-local.
9592         (org-global-cycle): New command.
9593         (org-shifttab): Use `org-global-cycle'.
9594         (org-insert-heading, org-insert-item): Go to end of new
9595         headline/item after creating it.
9596         (org-export-visible): Rename from `org-export-copy-visible'.
9597         Now creates a temporary org-file and applies an exporting command
9598         to it.
9599         (org-table-eval-formula): Support for lisp forms.
9600         (org-agenda-todo-ignore-scheduled): New option.
9601         (org-agenda-get-todos): Use new option
9602         `org-agenda-todo-ignore-scheduled'.
9603         (org-export-html-inline-images): New value `maybe'.
9604         (org-export-as-html): Inlining of images dependent on link description.
9605         (org-archive-subtree): Check for end-of-buffer before trying
9606         `kill-line'.
9607         (org-agenda-follow-mode): New option.
9608         (org-export-with-tags, org-export-with-timestamps): New options.
9609         (org-html-handle-time-stamps): New function.
9610         (org-keyword-time-regexp): New variable.
9611         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9612         (org-agenda-todo-list-sublevels): New option.
9613         (org-html-level-start): When TITLE is nil, just close all levels.
9614         (org-parse-key-lines, org-parse-export-options): Remove functions,
9615         replaced by `org-infile-export-plist'.
9616         (org-combine-plists, org-infile-export-plist)
9617         (org-default-export-plist): New functions.
9618         (org-export-html-preamble, org-export-html-postamble)
9619         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9620         New variables.
9621         (org-export-publishing-directory): New option.
9622         (org-export-as-html, org-export-as-ascii): Use the new property
9623         lists for settings.
9624         (org-export-copy-visible, org-export-as-xoxo):
9625         Respect `org-export-publishing-directory'.
9626         (org-link-search, org-store-link, org-file-apps): Support for
9627         links to BibTeX database entries..
9628         (org-get-current-options, org-set-regexps-and-options):
9629         Implement logging as a startup option.
9630         (org-store-link): Make sure context string is never empty
9631         (org-insert-link): Use relative path when possible.
9632         (org-at-item-checklet-p): New function.
9633         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9634         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9635         (org-metaright, org-metaup, org-metadown, org-shiftup)
9636         (org-shiftdown, org-shiftright, org-shiftleft)
9637         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9638         Dispatch using `call-interactively'.
9639         (org-call-with-arg): New defsubst.
9640         (org-tag-alist, org-use-fast-tag-selection): New options.
9641         (org-complete): Use `org-tag-alist'.
9642         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9643         (org-next-item, org-previous-item): New commands.
9644         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9645         make command.
9646         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9648 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9650         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9651         (ewoc-filter): Use `ewoc-delete'.
9653         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9655 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9657         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9658         Signal more user-friendly error messages.
9660         * complete.el (PC-do-completion): Undo the addition of implicit
9661         wildcards if they did not lead to finding any match.
9662         (read-file-name-internal): Don't add the final > if the completion is
9663         not finished.
9665 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9667         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9668         Quote safe-local-variable predicate.
9670 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9672         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9674 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9676         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9678         * progmodes/make-mode.el (makefile-special-targets-list)
9679         (makefile-macro-table, makefile-target-table): Mark as risky.
9680         (makefile-query-one-target-method): Make this the alias for the
9681         following variable.
9682         (makefile-query-one-target-method-function): Make this the real name.
9684         * textmodes/artist.el (artist-text-renderer): Make this the alias
9685         for the following variable.
9686         (artist-text-renderer-function): Make this the real name.
9688         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9689         the alias for the following variable.
9690         (flyspell-generic-check-word-predicate): Make this the real name.
9692         * textmodes/ispell.el (ispell-format-word): Make this the alias
9693         for the following variable.
9694         (ispell-format-word-function): Make this the real name.
9695         (ispell-message-text-end): Mark as risky.
9697         * skeleton.el (skeleton-transformation, skeleton-filter)
9698         (skeleton-pair-filter): Make these the aliases for the following
9699         variables.
9700         (skeleton-transformation-function, skeleton-filter-function)
9701         (skeleton-pair-filter-function): Make these the real names.
9703         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9704         and skeleton-pair-filter-function.
9706         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9707         alias for the following variable.
9708         (sgml-transformation-function): Make this the real name.
9709         (sgml-tag-alist): Mark as risky.
9711 2006-05-21  Richard Stallman  <rms@gnu.org>
9713         * simple.el (kill-region): Interactively, pass point, then mark.
9715 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9717         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9719 2006-05-21  Romain Francoise  <romain@orebokech.com>
9721         * dired-x.el (dired-mode-map): Don't bind M-g.
9723 2006-05-20  Richard Stallman  <rms@gnu.org>
9725         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9726         (dired-goto-file): Doc fix.
9728 2006-05-21  Kim F. Storm  <storm@cua.dk>
9730         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9731         way to enable built-in cua-mode if user loads older CUA-mode package.
9733         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9734         if default-filename is specified.
9736 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9738         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9740         * info.el (info-apropos): Make sure current-file and current-node
9741         have non-nil values.  Speed up by using add-to-list instead of
9742         manual consing.
9744 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9746         * progmodes/make-mode.el (makefile-mode): Doc fix.
9748 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9750         * dired-aux.el (dired-do-shell-command): Doc fix.
9752 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9754         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9755         ``(custom-manual :tag "Foo" "(foo)Node")''.
9757 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9759         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9760         value is an integer.
9762 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9764         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9765         "format".
9766         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9768 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9770         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9771         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9773 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9776         regexp for keywords.
9778 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9780         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9781         replace-regexp-in-string.
9783         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9784         encode, and escape file name on conversion to URL.
9786 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9788         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9789         Don't unescape URL.
9790         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9792         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9793         on conversion to URLs.
9795         * net/browse-url.el (browse-url-file-url): Encode file name on
9796         conversion to URL.
9798         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9799         conversion to URL.
9801 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9803         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9805 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9807         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9808         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9810 2006-05-19  Glenn Morris  <rgm@gnu.org>
9812         * calendar/diary-lib.el (diary-bahai-date)
9813         (list-bahai-diary-entries, mark-bahai-diary-entries)
9814         (mark-bahai-calendar-date-pattern): Not interactive.
9815         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9816         (diary-entries-list): Change format of 4th element in each entry.
9817         (diary-list-entries): Use add-to-diary-list.
9818         (diary-goto-entry): Handle the case where the buffer visiting the
9819         diary has been killed.
9820         (fancy-diary-display): Add 'locator to button rather than 'marker.
9821         Only generate temp-face when there are marks to apply.
9822         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9823         (diary-fancy-date-pattern): New variable.
9824         (diary-time-regexp): Doc fix.
9825         (diary-anniversary, diary-time): New faces.
9826         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9827         diary-time-regexp.  Add font-lock-multiline property where needed.
9828         Use new faces diary-anniversary and diary-time.
9829         (diary-fancy-font-lock-fontify-region-function): New function, to
9830         handle multiline font-lock pattern in fancy diary.
9831         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9832         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9833         diary-time.
9835 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9837         * international/code-pages.el (mik): Table corrected.
9839 2006-05-18  Kim F. Storm  <storm@cua.dk>
9841         * progmodes/grep.el (grep-find): Don't check grep-find-command
9842         before running command (breaks non-interactive usage).
9844 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9846         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9847         (ewoc--insert-new-node): Don't insert trailing newline.
9848         Instead, adjust successor nodes's start markers.
9849         (ewoc--refresh-node): Delete all text from current node's start
9850         marker to the next one's; adjust successor nodes's start markers.
9851         (ewoc--create): Doc fixes.
9852         (ewoc--refresh): Don't insert newline.
9853         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9854         * pcvs.el (cvs-make-cvs-buffer):
9855         Specify extra newline for ewoc's header and footer.
9856         (cvs-update-header): Update initial header recognition.
9857         Append newline to final header and footer values.
9858         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9860 2006-05-17  Richard Stallman  <rms@gnu.org>
9862         * files.el (file-name-extension): Doc fix.
9864 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9867         we can explicitly enable/disable rather than toggle.
9868         (shell-mode): Use it.
9869         (shell-cd): Don't try to reproduce what `cd' does.
9871 2006-05-17  Kim F. Storm  <storm@cua.dk>
9873         * ido.el (ido-read-internal): Use only nondirectory part of
9874         default item.
9876 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9878         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9879         (ewoc-nth): Doc fix.
9881         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9883 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9885         * international/mule.el (auto-coding-alist): Add .lha to files
9886         read with no-conversion.
9888         * files.el (auto-mode-alist): Add .lha files to archive file
9889         extensions.
9891         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9892         Convert csize to integer when computing offsets within the
9893         compressed archive file.
9895 2006-05-16  Kim F. Storm  <storm@cua.dk>
9897         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9898         with read-from-minibuffer.
9900 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9902         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9903         (byte-compile-warnings): Fix safe-local-variable property.
9905 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9907         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9908         (allout-stylish-prefixes, allout-numbered-bullet)
9909         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9910         predicates to qualify `safe-local-variable' property, when
9911         available, else use equivalent lambda.
9912         (allout-current-topic-collapsed-p): Do the right thing regarding
9913         trailing blank lines.
9915 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * server.el (server-start): Only create a directory if needed.
9918         (server-edit, server-unload-hook): server-start => server-mode.
9919         (kill-emacs-hook): Cleanup upon exit.
9921 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * hexl.el (hexlify-buffer): Encode process arguments manually.
9925 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9927         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9928         call to gdb-tooltip-print.
9930 2006-05-15  Romain Francoise  <romain@orebokech.com>
9932         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9933         systems, default to "tar" since those systems probably have GNU tar.
9935 2006-05-14  Lars Hansen  <larsh@soem.dk>
9937         * desktop.el (desktop-missing-file-warning): Fix docstring.
9938         (desktop-restore-file-buffer): Correct question asked on missing file.
9940 2006-05-14  Kim F. Storm  <storm@cua.dk>
9942         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9943         Add CUA move property.
9945 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9947         * custom.el (custom-push-theme): Load the variable before checking
9948         its `standard-value'.
9950 2006-05-13  Lars Hansen  <larsh@soem.dk>
9952         * desktop.el (desktop-save): Use with-temp-buffer.
9954 2006-05-12  Glenn Morris  <rgm@gnu.org>
9956         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9957         * calendar/calendar.el (calendar-mode-map):
9958         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9959         * calendar/appt.el (appt-check, appt-make-list): Refer to
9960         diary-view-entries, diary-list-entries, diary-show-all-entries
9961         rather than obsolete aliases.
9963 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9965         * simple.el (line-move-finish): Avoid calling point motion hooks
9966         while processing intangibility.
9968 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9970         * term/xterm.el (terminal-init-xterm): Fix typo.
9972 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9974         * allout.el (allout-view-change-hook): Mark as being deprecated,
9975         to be replaced by `allout-exposure-change-hook'.
9976         (allout-exposure-change-hook): New, replacing
9977         `allout-view-change-hook'.
9978         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9979         in addition to `allout-view-change-hook'.
9980         (allout-show-bodies, allout-old-style-prefixes)
9981         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9982         lambda forms to prevent their showing up in variable help
9983         presentations as inscrutable byte-compiled code.
9984         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9985         Use string-or-null-p to qualify safe-local-variable values.
9986         (allout-reindent-bodies): Use memq to qualify matches against
9987         valid safe-local-variable values.  Also, quote the lambda as above.
9988         (allout-use-mode-specific-leader): Add missing candidate-value
9989         symbols, use memq, and quote the lambda.
9990         (allout-overlay-interior-modification-handler): Remove unused
9991         variables `msg' and 'opened'.
9992         (allout-hidden-p): Constrain invisibility consideration to allout's
9993         invisibility spec, disregarding invisibility for other reasons.
9995 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9997         * files.el (version-control): Correct safe values.
9999 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
10001         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10003         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10004         (ewoc--insert-new-node): New func.
10005         Update callers of deleted funcs to use it, instead.
10007 2006-05-11  Glenn Morris  <rgm@gnu.org>
10009         * calendar/calendar.el (diary-show-all-entries): Do not refer to
10010         obsolete alias `show-all-diary-entries'.
10011         (make-diary-entry): Not interactive.
10012         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10013         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10014         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10015         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10016         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10017         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10019 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10021         * calendar/calendar.el (calendar-french-date-string)
10022         (calendar-mayan-date-string, calendar-chinese-date-string)
10023         (calendar-astro-date-string, calendar-iso-date-string)
10024         (calendar-islamic-date-string, calendar-bahai-date-string)
10025         (calendar-hebrew-date-string, calendar-coptic-date-string)
10026         (calendar-ethiopic-date-string, calendar-persian-date-string):
10027         These functions are not interactive.
10029 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
10031         * files.el: Balance parentheses.
10033 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10035         * files.el, newcomment.el, outline.el, simple.el,
10036         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10037         * progmodes/cc-vars.el, progmodes/compile.el:
10038         Move `safe-local-variable' declarations to the respective files.
10040         * help-fns.el (describe-variable): Don't print safe-var if it is
10041         byte-code.  Improve wording as suggested by Luc Teirlinck.
10043 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10045         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10046         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10047         Use a token for pending-triggers to ensure gdb-var-update
10048         gets called once per user input again for pre-GDB 6.4.
10049         (gdb-var-delete): Match on more complex expressions.
10050         (gdb-var-list-children-handler, gdb-var-create-handler):
10051         Use a token for consistency.
10053 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
10055         * textmodes/org.el (org-read-date, org-goto-calendar)
10056         (org-agenda-goto-calendar):
10057         Bind `view-calendar-holidays-initially' to nil.
10059 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10061         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10062         Update all callers to do it there, instead.
10064 2006-05-10  Glenn Morris  <rgm@gnu.org>
10066         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10067         prefix arg case, to avoid view-diary-entries-initially error.
10068         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10069         (calendar-date-is-legal-p): Handle dates with no day part.
10071 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10073         * comint.el (comint-insert-input): Just make it when
10074         comint-use-prompt regexp is nil (default) and with the mouse.
10075         (comint-copy-old-input): Reinstate from 2004-06-23.
10076         (comint-mode-map): Bind C-c C-m to it.
10078 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
10080         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10081         Remove spurious move to point-max (new comint behavior fixes).
10083         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10084         compatibility function (Emacs 18/19).
10085         (idlwave-is-continuation-line): Always return point at start of
10086         previous non-blank continuation line.
10087         (keyword-parameters): Fix continued comment font-lock matcher.
10088         (idlwave-font-lock-fontify-region): Written, use as
10089         font-lock-fontify-region-function, to fix continued keyword
10090         fontification issues.
10092 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10094         * term/mac-win.el (mac-font-panel-mode): Doc fix.
10095         (mac-service-selection, mac-service-open-file)
10096         (mac-service-open-selection, mac-service-mail-selection)
10097         (mac-service-mail-to, mac-service-insert-text): Rename from
10098         mac-services-*.  All uses changed.
10099         (mac-apple-event-map): Rename event symbol `services' to `service'.
10101 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
10103         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10104         (ewoc--node-enter-first, ewoc--node-enter-last)
10105         (ewoc--delete-node-internal): Merge funcs into unique callers.
10107 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
10109         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10110         return value of read-from-minibuffer for empty input.
10112 2006-05-09  Miles Bader  <miles@gnu.org>
10114         * comint.el (comint-insert-input): Remove redundant calls to setq
10115         and goto-char.
10117 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
10119         * comint.el (comint-insert-input): Make it work when
10120         comint-use-prompt-regexp is t.
10122 2006-05-10  Miles Bader  <miles@gnu.org>
10124         * subr.el (field-at-pos): New function.
10126         * comint.el (comint-insert-input): Use it.
10128 2006-05-09  Juri Linkov  <juri@jurta.org>
10130         * battery.el (battery-linux-proc-acpi): Also try
10131         `/proc/acpi/thermal_zone/THR2/temperature'.
10133         * files.el <safe-local-variable>: Remove `eval' and `let' binding
10134         for now unused lambda `string-or-null'.
10136         * add-log.el (change-log-default-name): Put `string-or-null-p'
10137         instead of lambda on `safe-local-variable' property.
10139         * diff-mode.el (diff-context->unified): Use `region-beginning' and
10140         `region-end' instead of `mark' and `point'.
10141         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10142         Operate on region in Transient Mark mode when the mark is active.
10143         Use `region-beginning' and `region-end' instead of `mark' and
10144         `point'.
10145         (diff-hunk-text, diff-goto-source): Doc fix.
10147         * startup.el (fancy-splash-screens, normal-splash-screen): Use
10148         face `mode-line-buffer-id' for mode-line buffer face instead of
10149         hard-coded `(:weight bold)'.
10151         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10152         buffer-undo-list to t (undo-ask is reproducible by visiting
10153         nested archives).
10155 2006-05-09  Kim F. Storm  <storm@cua.dk>
10157         * progmodes/grep.el (rgrep): Set default directory of *grep*
10158         buffer if we start M-x rgrep in the *grep* buffer and choose
10159         a different base directory.
10161 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
10163         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10164         completion also when ido is loaded.
10166 2006-05-09  Masatake YAMATO  <jet@gyve.org>
10168         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10169         "warning" and "import".
10170         (cpp-font-lock-keywords): Added "warning".
10172 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10174         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10176 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10179         pages at a time, if we signal the end, we should indeed reach that end.
10181 2006-05-08  David Reitter  <david.reitter@gmail.com>
10183         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10184         output during execution of the body.
10186 2006-05-08  Kim F. Storm  <storm@cua.dk>
10188         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10190 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
10192         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10193         Use with-current-buffer.
10195 2006-05-07  Kim F. Storm  <storm@cua.dk>
10197         * subr.el (add-to-history): Remove keep-dups arg.
10199         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10200         to nil around call to add-to-history.
10202 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10205         than after a buffer modification.
10207 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10209         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10210         call to...
10211         (gud-watch): ...here so speedbar is raised for already watched
10212         expressions.
10213         (gdb-speedbar-refresh): Delete function.
10214         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10215         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10216         earlier change).
10217         (gdb-var-evaluate-expression-handler)
10218         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10220         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10221         Update localized contents for all buffers except ignored modes.
10223 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10225         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10226         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10227         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10228         (mac-handle-font-panel-closed, mac-handle-font-selection):
10229         New functions.
10230         (mac-font-panel-mode): New minor mode.
10231         (mac-apple-event-map): Add bindings for toolbar toggle button and
10232         font panel.
10233         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10235 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10237         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10238         Avoid `regexp-opt'; simplify regexp for readability.
10240 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10242         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10243         * files.el (buffer-stale-function):
10244         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10245         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10246         links to the main manual, not to emacs-xtra.
10248 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10250         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10251         MacJapanese if text is ASCII-only.
10253 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10255         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10256         unless so nil isn't returned.
10257         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10259 2006-05-06  Kim F. Storm  <storm@cua.dk>
10261         * subr.el (add-to-history): New function.
10263         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10264         (ediff-merge-files-with-ancestor):
10265         * env.el (setenv):
10266         * isearch.el (isearch-update-ring):
10267         * server.el (server-visit-files):
10268         * progmodes/grep.el (lgrep, rgrep):
10269         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10270         * progmodes/xscheme.el (xscheme-insert-expression):
10271         Use add-to-history.
10273         * kmacro.el (kmacro-push-ring): Use add-to-history.
10274         (kmacro-ring-length): Remove unused defun.
10275         (kmacro-start-macro): Use kmacro-push-ring.
10277 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10279         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10280         directly instead of a lambda expression that calls it.
10282 2006-05-06  Kim F. Storm  <storm@cua.dk>
10284         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10285         instead of compute-motion.
10287 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10289         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10290         change.
10292 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10294         * startup.el (command-line-1): Refer to "Pure Storage" on
10295         pure-space-overflow.
10297 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10299         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10300         provided faces once they all have been used up.
10302 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10304         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10305         reference to the Lisp manual to the warning about pure space
10306         overflow.
10308 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10310         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10311         argument to avoid the call to `ispell-internal-change-dictionary'
10312         when not needed.
10313         (ispell-change-dictionary): Use this argument and call
10314         `ispell-internal-change-dictionary' after the possible change
10315         to `ispell-local-dictionary'.
10316         (ispell-internal-change-dictionary): Check for a change in
10317         personal dictionary use too.
10319 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10321         * startup.el (command-line): On MS-Windows, probe "~", not
10322         "~USER", for warning about non-existent home directory
10324         * arc-mode.el (archive-l-e): New optional argument `float' means
10325         generate a float value.
10326         (archive-arc-summarize, archive-lzh-summarize)
10327         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10328         with 3rd argument non-nil when file's size is being computed.
10329         Format the file sizes with %8.0f instead of %8d.
10331 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10333         * cus-start.el (all): Add mac-dnd-known-types.
10335         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10336         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10337         (mac-TIFF-to-string): New functions.
10338         (x-get-selection, x-selection-value)
10339         (mac-select-convert-to-string): Use them.
10340         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10341         (mac-dnd-types-alist): New customization variable.
10342         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10343         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10344         (mac-dnd-handle-drag-n-drop-event): New functions.
10345         (mac-drag-n-drop): Remove function.
10346         (global-map): Bind drag-n-drop and M-drag-n-drop to
10347         mac-dnd-handle-drag-n-drop-event.
10349 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10351         * progmodes/perl-mode.el (perl-beginning-of-function):
10352         Skip anonymous subs.
10354 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10356         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10357         regexp-opt at run time.
10359         * term.el (term-handle-ansi-escape): Fix off by one error.
10361 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10363         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10364         (gdb-init-1, gdb-post-prompt): ...and references to it.
10365         (gdb-frame-handler): Strip directory name from filename if present.
10367         * progmodes/gud.el (gdb-force-update): Delete defvar
10368         (gud-speedbar-buttons): ...and references to it.  Use window-start
10369         to try to keep positon in watch expression.
10371 2006-05-03  Richard Stallman  <rms@gnu.org>
10373         * simple.el (next-history-element, previous-history-element): Doc fix.
10375         * isearch.el (isearch-update-ring): Doc fix.
10377 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10379         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10380         into consideration.  Replace one arm ifs with whens.
10382 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10384         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10385         (menu): Fix typo.
10387 2006-05-02  Miles Bader  <miles@gnu.org>
10389         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10391 2006-05-02  Jay Belanger  <belanger@truman.edu>
10393         * calc/calc-embed.el (calc-override-minor-modes-map)
10394         (calc-override-minor-modes): New variables.
10395         (calc-do-embedded): Make sure that Calc keystrokes aren't
10396         overwritten by minor modes.
10398 2006-05-02  Chong Yidong  <cyd@mit.edu>
10400         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10402 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10404         * startup.el (command-line-1): Refer to Lisp manual when
10405         pure-space-overflow occurs.
10407         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10408         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10409         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10410         (version-control): Don't use `t' for safe-local-variable declarations.
10412 2006-05-01  Richard Stallman  <rms@gnu.org>
10414         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10415         M-r, M-R, M-A, M-SPC or M-DEL.
10416         (diff-mode-map): diff-refine-hunk now on C-c C-w
10417         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10419         * help-mode.el (help-mode): view-exit-action calls delete-window
10420         only when it is safe and possible.
10422         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10423         in messages.
10425         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10427         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10428         in the default tool-bar-map.
10430 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10432         * net/tramp.el (tramp-completion-file-name-handler-alist)
10433         (tramp-run-real-handler, tramp-completion-run-real-handler)
10434         (tramp-completion-handle-file-name-all-completions)
10435         (tramp-completion-handle-file-name-completion): Autoload them.
10436         (tramp-completion-handle-file-exists-p)
10437         (tramp-completion-handle-file-name-directory)
10438         (tramp-completion-handle-file-name-nondirectory)
10439         (tramp-completion-handle-expand-file-name): Remove them.
10440         (tramp-handle-file-name-directory): Return the real directory name.
10441         Returning "/" only doesn't need to be necessary any longer.
10442         (tramp-file-name-handler): Make special attention when in hostname
10443         completion mode.
10444         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10445         (tramp-register-file-name-handlers):
10446         Register `tramp-completion-file-name-handler' only when
10447         `partial-completion-mode' is enabled.
10448         (tramp-completion-handle-file-name-all-completions):
10449         Delete directory part from results.
10450         (tramp-get-completion-methods, tramp-get-completion-user-host):
10451         Discard deleting "/", it doesn't work after the change of
10452         `tramp-handle-file-name-directory' above.
10454 2006-05-01  Kim F. Storm  <storm@cua.dk>
10456         * progmodes/grep.el (grep-expand-template): Use save-match-data
10457         and symbol-value.
10459 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10461         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10462         Use select-frame-set-input-focus instead of raise-frame.
10463         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10465 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10467         * progmodes/gud.el (gud-def): Add %c case.
10468         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10469         (gud-format-command): Make match case sensitive.  Match on %F.
10471 2006-04-30  Glenn Morris  <rgm@gnu.org>
10473         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10474         (cal-tex-preamble): Use cal-tex-preamble-extra.
10475         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10476         than alias `list-diary-entries'.
10478 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10480         * help-fns.el (describe-variable): Add info about safe local variables.
10482 2006-04-29  Richard Stallman  <rms@gnu.org>
10484         * bindings.el (mode-line-format): help-echo doc fixes.
10486         * net/tramp.el (tramp-file-name-handler-alist): Delete
10487         expand-file-name and other operations that can cause spurious loading.
10489 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * files.el (safe-local-variable-p): Remove support for the special
10492         value t.
10494         * textmodes/paragraphs.el (sentence-end-without-space):
10495         Fix safety predicate.
10496         (sentence-end-double-space, sentence-end-without-period)
10497         (paragraph-ignore-fill-prefix):
10498         * textmodes/fill.el (colon-double-space):
10499         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10501         * subr.el (booleanp): New fun.
10503         * textmodes/reftex-vars.el (reftex-guess-label-type):
10504         Tighten the safety predicate.
10506 2006-04-28  Kim F. Storm  <storm@cua.dk>
10508         * progmodes/grep.el (defgroup grep): Doc fix.
10509         (grep-auto-highlight): Remove.
10510         (grep-template): New defcustom.
10511         (grep-find-template): Rename from grep-tree-template.
10512         (grep-files-aliases): Rename from grep-tree-files-aliases.
10513         Remove "all" alias, add "l" alias.
10514         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10515         (grep-find-ignored-directories): New defcustom to replace
10516         grep-tree-ignore-CVS-directories, to facilitate ignoring
10517         subdirectories for multiple version control systems.
10518         (grep-mode-map): Add Recursive grep item to GREP menu.
10519         (grep-regexp-history, grep-files-history): New defvars.
10520         (grep-probe): New helper function.
10521         (grep-compute-defaults): Use it to simplify code.
10522         Adapt to name changes.
10523         Use `.' as base in grep-find-template rather than <D>.
10524         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10525         Call grep-compute-defaults unconditionally.
10526         (grep-expand-keywords): New defconst.
10527         (grep-expand-template): Rename from grep-expand-command-macros.
10528         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10529         of grep-tree-ignore-case to add -i option.
10530         Bind case-fold-search to nil while matching keywords.
10531         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10532         (grep-read-regexp, grep-read-files): New helper functions.
10533         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10534         Adapt to changes in defcustoms and functions above.
10535         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10537 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10539         * net/tramp.el (tramp-completion-file-name-handler):
10540         Disable Tramp's functionality while loading Tramp itself.
10541         (tramp-register-file-name-handlers): That's a defsubst now.
10542         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10543         `after-init-hook'.
10544         (tramp-repair-jka-compr): Remove.
10546 2006-04-27  Jay Belanger  <belanger@truman.edu>
10548         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10549         read expression when `math-read-big-expr' doesn't work.
10551 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10553         * startup.el (command-line-1): Display warning when
10554         pure-space-overflow is non-nil.
10556 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10558         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10559         risky.
10561 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10563         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10564         Return the URL or nil if none can be generated.
10566 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10568         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10569         byte compiler warnings.
10570         (gud-basic-call, gud-find-expr): Let user select an expression
10571         for printing.  Print expression as well as value in GUD buffer.
10573 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10575         * allout.el: Remove local autoload declaration for
10576         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10577         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10578         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10579         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10580         (allout-stylish-prefixes, allout-numbered-bullet)
10581         (allout-file-xref-bullet, allout-presentation-padding)
10582         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10583         safe-local-variable with suitable value spec, and add autoload
10584         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10585         (move-beginning-of-line, move-end-of-line): Repair so these compat
10586         functions now actually resituate the point, when appropriate.
10588 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10590         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10592         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10593         (add-log-iso8601-time-string): Fix call to format-time-string.
10595 2006-04-26  Kim F. Storm  <storm@cua.dk>
10597         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10599 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10601         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10602         Add support for "//" style comments.  Remove `b' flag
10603         from ?* in `asm-mode-syntax-table'.
10605 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * follow.el: Use (featurep 'xemacs) everywhere.
10608         (follow-mode): Use define-minor-mode.
10609         (follow-mode-map): Move initialization into the declaration.
10610         Use command remapping.
10611         (follow-emacs-version-xemacs-p): Remove.
10612         (follow-submit-feedback): Remove.
10614         * allout.el (allout-layout, allout-passphrase-verifier-string)
10615         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10617         * textmodes/reftex-vars.el (reftex-vref-is-default)
10618         (reftex-fref-is-default, reftex-guess-label-type):
10619         Tighten up a bit the safety predicate.
10621         * textmodes/paragraphs.el (sentence-end-double-space)
10622         (sentence-end-without-period, sentence-end-without-space)
10623         (page-delimiter, paragraph-ignore-fill-prefix):
10624         Tighten up a bit the safety predicate.
10626         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10628         * progmodes/python.el (python-continuation-line-p)
10629         (python-beginning-of-statement): syntax-ppss may return
10630         a negative depth.
10631         (python-mode): Don't forcefully enable font-lock.
10633         * time-stamp.el (time-stamp-start, time-stamp-end)
10634         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10636         * add-log.el: Remove spurious * in docstrings.
10637         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10638         (add-change-log-entry): Use it here, since it's not specific
10639         to iso8601.
10640         (add-log-iso8601-time-string): Don't use it here any more.
10641         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10643         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10645 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10647         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10648         (rcirc-toggle-low-priority): Doc fix.
10649         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10650         ChanServ regexp.
10651         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10652         #emacs.
10653         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10654         (rcirc-decode-coding-system): Use utf-8 as the default.
10655         (rcirc-multiline-minor-mode): Set the fill-column.
10656         (rcirc-format-response-string): Display bright and dim nicks.
10657         (rcirc-browse-url): Update interactive spec to fill ARG.
10658         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10659         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10661 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10663         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10664         case for @Article, etc.
10666 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10668         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10669         Added with autoload cookie.
10670         (tramp-unload-file-name-handlers): Rename from
10671         `tramp-unload-file-name-handler-alist'.
10673 2006-04-23  Romain Francoise  <romain@orebokech.com>
10675         * comint.el (comint-match-partial-filename): Doc fix.
10677 2006-04-21  Glenn Morris  <rgm@gnu.org>
10679         * calendar/cal-menu.el (calendar-mode-map): Refer to
10680         `diary-view-entries' rather than alias `view-diary-entries'.
10681         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10683 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10685         * progmodes/antlr-mode.el (antlr-default):
10686         * cus-edit.el (custom-documentation):
10687         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10688         in defface.
10690 2006-04-21  Kim F. Storm  <storm@cua.dk>
10692         * image.el (image-type): New defun split out of create-image.
10693         (create-image): Use it.
10695 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10697         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10698         (org-open-at-point): Remove the "...done" message to keep output
10699         in the echo area visible.
10700         (org-export-as-xoxo): Fix call to `indent-region'.
10702 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10704         * international/mule.el (keyboard-coding-system): defcustom
10705         info-link fixes: "Specify Coding" has been split, keyboard now in
10706         "Terminal Coding", and "Single-Byte Character Support" is now
10707         "Unibyte Mode".
10709 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10711         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10712         Use font-lock-warning-face for any errors e.g. no stack.
10713         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10715 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10717         * progmodes/sh-script.el (sh-shell): Mark as safe.
10719         * newcomment.el (comment-start, comment-start-skip)
10720         (comment-end-skip, comment-end): Mark as safe.
10722 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10724         * textmodes/org.el (org-deadline-announce): Face removed.
10725         (org-level-faces, org-n-levels): Convert to constant.
10726         (org-compatible-face): New function.
10727         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10728         (org-level-5, org-level-6, org-level-7, org-level-8)
10729         (org-special-keyword, org-warning, org-headline-done, org-link)
10730         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10731         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10732         Face definition revised for better color tty support.
10733         (org-bold-re, org-italic-re, org-underline-re): New constants.
10734         (org-set-font-lock-defaults): Use the new constants.
10735         (org-agenda-highlight-todo): New function.
10736         (org-agenda-todo): Fix bug with point at end of line.
10737         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10738         Fontify TODO keywords.
10739         (org-insert-link): Preserve relative path in ../ links.
10740         (org-export-as-html): Convert links pointing to .org files into
10741         links that will work beteen the exported HTML files.
10742         (org-todo-list): Fix bug when arg=0.
10743         (org-insert-heading): More fine-tuning.
10745 2006-04-19  Romain Francoise  <romain@orebokech.com>
10747         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10748         from `rmail-mime-charset-pattern'.
10750 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10752         * progmodes/python.el (python-mode): Fix typo.
10754 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10756         * comint.el (comint-previous-input): Don't clobber input line
10757         when moving off either end of the input history ring.
10758         (comint-delete-input): New function, used by
10759         `comint-previous-input' and others.
10760         (comint-previous-matching-input):
10761         Use `coming-delete-input'.  Save the partial input if leaving the
10762         edit line.  Goto point-max before deleting input to avoid
10763         partial input fragments hanging around.
10764         (comint-restore-input): New function, used by `comint-previous-input'.
10766 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10768         * imenu.el (imenu--index-alist): Balance parentheses.
10770 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10772         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10774 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10776         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10777         file is nil.
10779 2006-04-18  Richard Stallman  <rms@gnu.org>
10781         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10783         * imenu.el (imenu-create-index-function, imenu--index-alist)
10784         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10785         (imenu-default-create-index-function, imenu--generic-function):
10786         Doc fixes.
10788         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10790         * help-mode.el (help-mode): Set view-exit-action to delete window.
10792         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10793         now works by passing nil as arg.
10795         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10797         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10798         (read-abbrev-file): Provide default when reading filename.
10800         * files.el (enable-local-variables): Allow :all as value.
10801         (hack-local-variables): Implement that value.
10802         (safe-local-variable-values, safe-local-eval-forms)
10803         (enable-local-variables): Mark as risky.
10804         (find-file-visit-truename, kept-old-versions): Mark safe.
10806         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10807         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10808         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10810 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10812         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10813         Use forward-line so as to get to BOL even in the presence of fields.
10814         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10815         in return.
10816         (inferior-tcl): Tell tclsh to work in interactive mode.
10818         * complete.el (partial-completion-mode):
10819         Use 'choose-completion-string-functions to make sure that
10820         choose-completion fills the minibuffer properly.
10822         * complete.el (PC-old-read-file-name-internal): Remove.
10823         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10824         of read-file-name-internal.
10825         (partial-completion-mode): Enable/disable this advice.
10827 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10829         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10830         of 2006-04-17.
10832 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10834         * textmodes/org.el (org-insert-heading): Insert heading before
10835         current if at beginning of line.
10836         (org-todo, org-date): New faces.
10837         (org-table-align): Make sure tooltip window contains full text.
10838         (org-no-properties): New defsubst.
10839         (org-set-font-lock-defaults): Use new faces.
10841 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10843         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10844         for root variables.
10846         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10847         (gdb-frame-address): Re-use to identify frame for watch expression.
10848         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10849         variables.
10850         (gdb-init-1, gdb-source, gdb-post-prompt)
10851         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10852         (gdb-frame-handler): Get gdb-frame-address.
10854 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10856         Sync with Tramp 2.0.53.
10858         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10859         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10860         (tramp-completion-file-name-handler): Add autoload cookie for
10861         adding to `file-name-handler-alist'.
10863         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10864         the prompt.  If it returns earlier (when detecting an error
10865         message), the rest of the output will merge accidently with the
10866         output of the next command.  Reported by M Jared Finder
10867         <jared@hpalace.com>.
10869         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10870         for `process-file', in order to let it work for older Emacsen too.
10872 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10874         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10875         (tex-font-lock-keywords-3): Use it.
10877 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10879         * newcomment.el (comment-add): New function.
10880         (comment-region-default, comment-dwim): Use it.
10882 2006-04-15  Michael Olson  <mwolson@gnu.org>
10884         * emacs-lisp/tq.el: Improve comments.
10885         (tq-queue-head-question): New accessor function.
10886         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10887         Update for modified queue structure.
10888         (tq-queue-add): Accept `question' argument.
10889         (tq-queue-pop): If a question is pending, send it.
10890         (tq-enqueue): Accept new optional argument `delay-question'.
10891         If this is non-nil, and at least one other question is pending a
10892         response, queue the question rather than sending it immediately.
10894 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10896         * calendar/appt.el (appt-add): Check whether an appointment is
10897         already present in appt-time-msg-list.  Simplify code.
10899 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10901         * progmodes/cc-langs.el (c-mode-menu):
10902         Don't presume c-subword-mode is bound.
10904 2006-04-13  Bill Wohler  <wohler@newt.com>
10906         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10907         (customize-package-emacs-version): Use cdr instead of cadr now
10908         that alists use dotted pairs.
10910         * custom.el (defcustom): Fix docstring for :package-version.
10912 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10914         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10915         (tramp-handle-shell-command): Display output buffer only when
10916         `tramp-display-shell-command-buffer' is true.
10917         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10919 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10921         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10922         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10924 2006-04-13  Romain Francoise  <romain@orebokech.com>
10926         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10927         leaving temporary .cvsignore buffers behind.
10929 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10931         * textmodes/org.el (org-set-regexps-and-options)
10932         (org-get-current-options): Better names for the startup folding
10933         options.
10935 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10937         * vc.el (vc-annotate): Arrange for point to end up at the same
10938         line number as in the original, but only when using a new buffer.
10940 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10942         * files.el (hack-one-local-variable-eval-safep):
10943         Recognize `edebug-form-spec' for `put', but only if it passes
10944         `edebug-basic-spec'.  Generalize `put' handling.
10946         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10947         vetting file-local form specs.
10949         * allout.el (allout-layout): Autoload its `safe-local-variable'
10950         property.
10952 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10954         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10955         (org-agenda-mouse-1-follows-link)
10956         (org-mouse-1-follows-link): New options.
10957         (org-format-agenda-item): Fix bug if TAGS is nil.
10958         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10960 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10962         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10963         GDB 6.1+ gives full filename for "info sources" so use
10964         file-name-nondirectory.
10966 2006-04-12  Romain Francoise  <romain@orebokech.com>
10968         * subr.el (read-passwd): Bind `message-log-max' to nil.
10970 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10972         * progmodes/perl-mode.el (perl-indent-new-calculate):
10973         Recompute parse-start after jumping backward by a whole sexp.
10975 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10977         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10978         window configuration.
10979         (vc-annotate-display-select): Select the buffer so that current-buffer
10980         (and selected-window) is the output buffer at the end of vc-annotate.
10982 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10984         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10985         8-color terminals, to use all of the colors in a sensible order.
10986         256-color terminals work well with the standard map.
10987         (vc-annotate-lines): Only strip the first color character if it
10988         is "#", to allow for terminal-style named colors.
10989         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10990         the correct buffer is scrolled.
10992 2006-04-11  Richard Stallman  <rms@gnu.org>
10994         * emacs-lisp/bytecomp.el (byte-compile-file):
10995         Bind enable-local-variables to :safe, and make normal-mode obey it.
10997         * files.el (enable-local-variables): Allow value :safe.
10998         (normal-mode): Doc fix.
10999         (hack-local-variables): Implement enable-local-variables = :safe.
11000         (hack-local-variables-confirm): Don't prevent quitting.
11002 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * loadhist.el (unload-feature): A bit of sanity check of
11005         load-history entries.  Cancel timer-vars before unbinding them.
11007         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11008         quote special chars, and make the trick work on the hex part of the
11009         buffer as well.
11010         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11011         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11013         * startup.el (normal-splash-screen): Fix last change so we don't wait
11014         2 minutes if we don't show the splash screen.
11016 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
11018         * textmodes/org.el (org-export-plain-list-max-depth)
11019         (org-table-spaces-around-separators)
11020         (org-radio-targets, org-activate-camels)
11021         (org-table-spaces-around-invisible-separators): Options removed.
11022         (org-time-stamp-rounding-minutes, org-remember-templates)
11023         (org-ellipsis, org-activate-links, org-descriptive-links):
11024         New options.
11025         (org-remember-apply-template, org-current-time)
11026         (org-finish-edit-table-field)
11027         (org-link-unescape, org-link-escape)
11028         (org-string-width, org-table-clean-line, org-html-do-expand)
11029         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11030         (org-read-agenda-file-list): New functions.
11031         (org-table-edit-field)
11032         (org-table-create-or-convert-from-region): New commands
11033         (org-table-toggle-vline-visibility): Command removed.
11034         (org-table-convert-region): Made a command.
11035         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11036         Replace with the normal org- functions.
11037         (org-self-insert-command): Don't trigger realign unnecessarily
11038         when blanking a field that is not full.
11039         (org-mode): `Set buffer-invisibility-spec' for links.
11040         (org-activate-links2): Hide link part and only show descriptive
11041         part of the link.
11042         (org-insert-link): Modify for new linking system.
11043         (org-store-link): Store description separately, for use by
11044         `org-insert-link'.
11045         (org-table-align): Use `org-string-width'.
11046         (defgroup): Completely new group structure for custom variables.
11047         (org-agenda-files): Option: Single file name allowed.  Function:
11048         Optional argument unrestrited means ignore any restricitons.
11049         (org-install-agenda-files-menu): Find a buffer in Org-mode before
11050         trying to modify the menu.  Use generalized access to
11051         `org-agenda-files.'
11052         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11053         (org-agenda-file-to-front, org-remove-file, org-diary)
11054         (org-tags-view, org-export-icalendar-all-agenda-files)
11055         (org-export-icalendar-combine-agenda-files): Use generalized
11056         access to `org-agenda-files'.
11057         (org-remember-handler): Correctly preserve heading if present.
11058         (org-table-insert-row, org-table-insert-hline): Deal with
11059         invisible characters.
11061 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
11063         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11064         (vc-annotate-color-map): New 18 element constant
11065         value/saturation, rotating hue colormap, from red->blue.
11066         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11067         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11068         (vc-annotate): To avoid killing the required local variables,
11069         set them before the end of `with-output-to-temp-buffer', and
11070         after first switching to annotate-mode.
11071         (vc-annotate-warp-version): Add buffer argument in goto-line to
11072         ensure annotation, not source, is scrolled.
11074 2006-04-10  Bill Wohler  <wohler@newt.com>
11076         * custom.el (defcustom, custom-handle-keyword):
11077         Add :package-version keyword.
11078         (custom-add-package-version): New function.  Sets value of new
11079         property 'custom-package-version from :package-version keyword.
11080         (defcustom): Create Common Keywords section in docstring.
11081         (defface, defgroup): Replace definitions of a select few keywords
11082         with a reference to the Common Keywords in defcustom.
11083         (defcustom, defface, defgroup): Replace reference to Customization
11084         chapter in manual with hyperlink.
11086         * cus-edit.el (customize-package-emacs-version-alist): New variable.
11087         (customize-changed-options): Add check for custom-package-version.
11088         (customize-package-emacs-version): New function to look up Emacs
11089         version corresponding to the given package version.
11091         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11092         defun name, in similar fashion to find-variable-regexp.
11094 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
11096         * international/mule-cmds.el (set-locale-environment): Fix last
11097         change for when the locale's preferences don't specify any encoding.
11099 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11101         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11102         so the defined var/fun doesn't need to be quoted.
11104 2006-04-10  Richard Stallman  <rms@gnu.org>
11106         * finder.el (finder-mode-map): Add n and p bindings.
11108 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
11110         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11111         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11112         (gdb-setup-windows): Put something in source window if we can't find
11113         the source file.
11114         (gdb-frame-handler): Make it work again with just assembly.
11115         (gdb-data-list-register-values-handler): Make it work when there is
11116         no stack.
11118 2006-04-09  Richard Stallman  <rms@gnu.org>
11120         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11121         specs while looking for charset.
11123         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11125         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11126         Make them faces.
11127         (lm-font-lock-keywords): Update appropriately.
11129 2006-04-10  Kim F. Storm  <storm@cua.dk>
11131         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11132         it can also replace buffer-substring-no-properties.
11134         * emulation/cua-base.el (cua-delete-region, cua-paste)
11135         (cua-repeat-replace-region): Use filter-buffer-substring.
11137         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11138         (cua-cut-region-to-global-mark): Likewise.
11140         * emulation/cua-rect.el (cua--extract-rectangle)
11141         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11143 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11145         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11146         entry-type.  Add field delimiters to numerical fields if they are
11147         not present.
11149 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11151         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11152         string-const to return value.
11153         (bibtex-remove-delimiters): Use it.
11155 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11158         cl-byte-compile-compiler-macro unless it exists.
11160 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11162         * files.el (hack-local-variables-confirm) <offer-save>:
11163         Clarify message text.  Suggested by Ralf Angeli.
11165 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11167         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11168         (delete-extract-rectangle-line): Use `filter-buffer-substring'
11169         instead of `buffer-substring' and `delete-region'.  (Most of the
11170         code actually copied from `kill-region'.)
11172 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
11174         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11175         (rcirc-default-port): Rename from rcirc-port.
11176         (rcirc-default-nick): Rename from rcirc-nick.
11177         (rcirc-default-user-name): Rename from rcirc-user-name.
11178         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11179         (rcirc-low-priority-flag): New variable.
11180         (rcirc-decode-coding-system): New defcustom.
11181         (rcirc-encode-coding-system): New defcustom.
11182         (rcirc-coding-system-alist): New defcustom.
11183         (rcirc-multiline-major-mode): New defcustom.
11184         (rcirc-nick): New internal variable.
11185         (rcirc-process): Remove variable.
11186         (rcirc-server-buffer): New variable.
11187         (rcirc): Update to use rcirc-default-* variables above.
11188         (rcirc-connect): Do not add window-configuration-hook-here.
11189         (rcirc-server): New internal variable.
11190         (rcirc-connect): Do not send keepalive pings if
11191         rcirc-keepalive-seconds is nil.
11192         (with-rcirc-server-buffer): New macro.
11193         (rcirc-send-string): Encode with rcirc-encode-coding-system.
11194         (rcirc-server-name): Rename from rcirc-server.
11195         (rcirc-buffer-process): New function.
11196         (rcirc-buffer-nick): New function.
11197         (rcirc-buffer-target): Remove function.
11198         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11199         New commands.
11200         (rcirc-mode-map): Change binding of C-c C-l to
11201         rcirc-toggle-low-priority.
11202         (rcirc-mode): Initialize coding system based on
11203         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11204         channel on a mode change.  Make kill-buffer-hook buffer-local.
11205         (rcirc-change-major-mode-hook): New function.
11206         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11207         (rcirc-last-post-time): New variable.
11208         (rcirc-process-message): Store the last time user posted a message
11209         to this target.
11210         (rcirc-multiline-minor-mode): New mode.
11211         (rcirc-multiline-minor-mode-map): New mode map.
11212         (rcirc-edit-multiline): Put multiline-edit buffer in
11213         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11214         (rcirc-print): Ignore any line starting with an ignored nick.
11215         (rcirc-print): Decode using rcirc-decode-coding-system.
11216         (rcirc-track-minor-mode): Update global-mode-string when disabling
11217         this mode.
11218         (minor-mode-alist): Add LowPri indicator.
11219         (rcirc-toggle-low-priority): New function.
11220         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11221         next lowpriority buffer with activity.
11222         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11223         last time the user posted a message in to the target.
11224         (rcirc-update-activity-string): New formatting for low priority
11225         buffers.
11226         (rcirc-split-activity): New function.
11227         (rcirc-handler-PART, rcirc-handler-KICK)
11228         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11229         (rcirc-nick-away-alist): New variable.
11230         (rcirc-handler-301): New handler.  Away messages are printed once
11231         per change.
11233 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11235         * info.el (Info-follow-nearest-node): Doc fix.
11237         * international/mule-cmds.el (set-locale-environment): Make sure
11238         the coding-system preferred by the locale's language has the same
11239         EOL conversion type as the original buffer-file-coding-system.
11240         (locale-language-names): Add a few MS Windows language codes.
11242 2006-04-07  Richard Stallman  <rms@gnu.org>
11244         * simple.el (eval-expression): Doc fix.
11246         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11247         (eval-defun): Doc fixes.
11249 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11251         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11253 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11255         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11256         GDB list command without argument for greater generality.
11258 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11260         * subr.el (string-or-null-p): New function.
11262         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11264         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11266         * files.el: Update comment about safe-local-variable declarations.
11268 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11270         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11271         See idlwave.org.
11273         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11274         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11276         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11277         See idlwave.org.
11279         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11280         version 6.0 (minimal changes).  See idlwave.org.
11282         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11283         6.0 (minimal changes).  See idlwave.org.
11285         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11287 2006-04-06  Romain Francoise  <romain@orebokech.com>
11289         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11290         symmetric encryption features and a new asynchronous interface to
11291         GnuPG.  This new version is version 1.4, plus whitespace changes.
11293 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11295         * files.el: Move some `safe-local-variable' declarations to the
11296         respective files.
11298         * textmodes/ispell.el (ispell-check-comments)
11299         (ispell-local-dictionary): Mark as safe.
11301         * abbrev.el (abbrev-mode): Mark as safe.
11303         * add-log.el (change-log-default-name): Mark as safe.
11305         * textmodes/reftex-vars.el (reftex-vref-is-default)
11306         (reftex-fref-is-default, reftex-level-indent)
11307         (reftex-guess-label-type): Mark as safe.
11309         * textmodes/fill.el (colon-double-space): Mark as safe.
11311         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11312         (sentence-end-double-space, sentence-end-without-period)
11313         (sentence-end-without-space, sentence-end, sentence-end-base)
11314         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11316 2006-04-06  Kim F. Storm  <storm@cua.dk>
11318         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11319         the :set-after list.
11320         (ido-downcase-unc-hosts): New user option.  Default on.
11321         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11322         when it is set, as regexps are now applied on the fly.
11323         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11324         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11325         on the fly, but only when ido-process-ignore-lists is set.
11326         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11327         Only downcase names if ido-downcase-unc-hosts is set.
11329 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11331         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11333         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11335 2006-04-05  Kim F. Storm  <storm@cua.dk>
11337         * ido.el (ido-mode): Set after ido-unc-hosts and
11338         ido-ignore-unc-host-regexps.
11339         (ido-save-history): Save ido-unc-hosts-cache.
11340         (ido-load-history): Load ido-unc-hosts-cache.
11341         (ido-reread-directory): Refresh unc hosts cache in // dir.
11343         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11344         to nil while displaying slash screen.
11346 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11348         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11349         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11351 2006-04-05  Kenichi Handa  <handa@m17n.org>
11353         * international/characters.el: Setup cases of Latin, Greek, and
11354         Cyrillic characters in CJK charsets.
11356 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11358         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11359         default-enable-multibyte-characters.  This reverts the change from
11360         revision 6.17 which is no longer necessary because the passphrase
11361         is sent separately now.  GnuPG messages are unreadable under
11362         multibyte locales with default-enable-multibyte-characters set to nil.
11364 2006-04-04  Andreas Schwab  <schwab@suse.de>
11366         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11367         and `byte-compile-warnings' as `safe-local-variable'.
11369 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11371         * man.el (Man-mode-map): Restore the \r binding.
11372         (Man-abstract-xref-man-page): If Man-target-string is a function,
11373         call it.
11374         (Man-highlight-references): Use Man-default-man-entry to get the
11375         target.  Deal with xrefs too.
11376         (Man-highlight-references0): Don't call the target function.
11378         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11379         cannot deal with it.
11381 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11383         * pgg-gpg.el: Clean up process buffers every time gpg processes
11384         complete.
11386 2006-04-04  Kenichi Handa  <handa@m17n.org>
11388         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11389         here.
11390         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11391         Temporarily bind inhibit-field-text-motion to t.
11393 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         * startup.el (normal-splash-screen): Only set mode-line-format in the
11396         splash buffer, so as not to interfere when debugging the code.
11397         Ignore errors when switching buffer.
11399 2006-04-03  Romain Francoise  <romain@orebokech.com>
11401         * dired.el (dired-dnd-protocol-alist): Fix typo.
11403 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11405         * savehist.el (savehist): Add :version.
11406         (savehist-ignored-variables): New variable.
11407         (savehist-minibuffer-hook): Don't save variables listed in
11408         `savehist-ignored-variables'.
11410         * dired.el (dired-dnd-protocol-alist): Mention that change does
11411         only apply to new buffers in doc string.
11413 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11415         * recentf.el (recentf-open-files-item): Include newline in button
11416         field, so opening a file will work, when the point is at the end
11417         of the file name.  Allow, for example, to [i]search a file by
11418         extension and just push RET to open it.
11420 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11422         * pgg-gpg.el (pgg-gpg-process-filter)
11423         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11425         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11426         lines, temporary fix.
11428 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11430         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11432 2006-04-02  Richard Stallman  <rms@gnu.org>
11434         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11436 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11438         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11439         header-mouse-map.
11441         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11442         (ibuffer-mode-header-map): New keymaps.
11443         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11444         and keybindings for column headers.
11445         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11446         property.
11448 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11450         * speedbar.el (speedbar-after-create-hook): Doc fix.
11452 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11454         * shell.el (shell-directory-tracker)
11455         (shell-dynamic-complete-command): Doc fixes.
11457 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11459         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11460         terminals.
11462 2006-04-01  Kim F. Storm  <storm@cua.dk>
11464         * ido.el (ido-unc-hosts-cache): New defvar.
11465         (ido-unc-hosts): If value of defcustom is a function, call it to
11466         get list of UNC hosts.  Add function-item choices to specify
11467         ido-unc-hosts-net-view or user function.
11468         (ido-ignore-unc-host-regexps): New defcustom.
11469         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11470         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11471         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11473 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11475         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11476         wwidth.
11478 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11480         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11481         (ido-max-work-file-list, ido-switch-buffer)
11482         (ido-read-file-name-as-directory-commands):
11483         Fix typos in docstrings.
11485 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11487         * term/mac-win.el (mac-system-coding-system): Define and use after
11488         Mac-specific coding systems are ready.
11490 2006-03-27  Romain Francoise  <romain@orebokech.com>
11492         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11494         * ldefs-boot.el: Update.
11496 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11498         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11499         passphrases when it is not needed.
11500         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11501         passphrase stuff from gpg, should only be necessary when you use
11502         gpg with a smartcard.
11504 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11506         * comint.el (comint-dynamic-list-completions): Allow user to
11507         select *Completions* buffer.
11509 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11511         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11513 2006-03-26  Andreas Schwab  <schwab@suse.de>
11515         * progmodes/gud.el (gdb): Only complain about multiple debugging
11516         when the gdb process is still running.
11518 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11520         * mail/rmail.el (tool-bar-map): Defvar it.
11521         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11522         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11524 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11526         * help.el (print-help-return-message): Suggest to use
11527         display-buffer instead of switch-to-buffer-other-window to restore
11528         the previous window without selecting it.
11530 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11532         * frame.el (select-frame-by-name): Call x-focus-frame also when
11533         window-system is mac.
11535         * term/mac-win.el: Adjust Courier font specifications in
11536         x-fixed-font-alist.
11537         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11538         when directly encoding to UTF-16 in native byte order, no BOM.
11540 2006-03-25  Kim F. Storm  <storm@cua.dk>
11542         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11543         (cua--init-keymaps): Use it instead of fixed C-return.
11544         (cua-mode): Set after it.
11546         * emulation/cua-rect.el (cua--init-rectangles):
11547         Use cua-rectangle-mark-key instead of fixed C-return.
11549 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11551         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11552         "run" in .gdbinit.
11553         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11555 2006-03-24  Romain Francoise  <romain@orebokech.com>
11557         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11558         `display-buffer-other-frame'.
11560 2006-03-24  Kim F. Storm  <storm@cua.dk>
11562         * apropos.el (apropos-synonyms): Add selection => region.
11564 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11566         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11567         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11568         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11569         (gdb-data-list-register-values-regexp)
11570         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11571         Future proof against new fields being added to MI output.
11572         (gdb-send): Don't treat backslashes for program input as
11573         continuations.
11574         (gdb-assembler-handler): Don't use window-start for this handler.
11575         (gdb-frame-handler): Don't change to hollow arrow if overlay
11576         arrow doesn't move to new frame.
11578 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11580         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11581         prevent compiler warnings.
11582         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11583         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11584         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11585         buffer too.
11587 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11589         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11590         make-network-process, so we can use the same code in Gnus v5-10
11591         too and have this file fully synchronized with that release.
11593 2006-03-23  Romain Francoise  <romain@orebokech.com>
11595         * ibuf-ext.el (ibuffer-read-filter-group-name):
11596         Use `ibuffer-generate-filter-groups' to make completion list match
11597         the filter groups that are really displayed in the Ibuffer buffer.
11598         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11600 2006-03-23  Kenichi Handa  <handa@m17n.org>
11602         * international/mule-cmds.el (sort-coding-systems): Describe that
11603         the argument is modified in docstring.
11605 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11607         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11608         (pgg-gpg-update-agent): New function.
11609         (pgg-gpg-use-agent-p): New function.
11610         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11611         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11612         (pgg-gpg-sign-region): Use it.
11614 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11616         * cus-edit.el (custom-face-set): Call custom-push-theme before
11617         face-spec set so that `changed' theme is correctly saved.
11618         (custom-face-reset-standard): Reset to recalculated face rather
11619         than defface spec.
11621         * custom.el (custom-push-theme): Only save `changed' theme if the
11622         current face does not match the defface specs.
11624 2006-03-21  Simon Josefsson  <jas@extundo.com>
11626         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11627         <wilde@sha-bang.de>.
11628         (pgg-gpg-use-agent): New variable.
11629         (pgg-gpg-process-region): Use it.
11630         (pgg-gpg-encrypt-region): Likewise.
11631         (pgg-gpg-encrypt-symmetric-region): Likewise.
11632         (pgg-gpg-decrypt-region): Likewise.
11633         (pgg-gpg-sign-region): Likewise.
11634         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11636 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11638         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11639         bracket links.
11641 2006-03-21  Kim F. Storm  <storm@cua.dk>
11643         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11644         fringe-indicator-alist instead of modifying global value.
11645         (gdb-frame-handler): Likewise.
11647 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11649         * diff-mode.el (diff-function): Make it inherit from diff-header
11650         instead of diff-context.
11652         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11653         bitmap.
11654         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11655         change names in macro above for consistency.
11656         (gdb-frame-handler): Use hollow-right-triangle for all selected
11657         frames which except the innermost (where execution has stopped).
11658         (gdb-reset): Reset buffer-local values of overlay-arrow.
11660 2006-03-20  Richard Stallman  <rms@gnu.org>
11662         * simple.el (set-mark-command): Doc fix.
11664         * files.el (display-buffer-other-frame): New command.
11665         (ctl-x-4-map): Bind C-x 5 C-o to it.
11667 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11670         rather than just defer-time, in case defer-time has been changed but
11671         the timer isn't running yet.
11672         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11674 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11676         * help-mode.el (help-follow-symbol): New function.
11677         Essentially identical to the old `help-follow', but do not let
11678         `push-button' do the work when on an xref.
11679         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11681 2006-03-19  Richard Stallman  <rms@gnu.org>
11683         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11684         preceded by the word `program'.
11685         (help-follow-mouse, help-follow): Throw error if not on xref.
11686         Delete no longer used args.
11688 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11690         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11691         annotation ensure gud-overlay-arrow-position is redisplayed.
11693 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11695         * textmodes/bibtex.el (bibtex-include-OPTkey)
11696         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11697         (bibtex-autokey-name-case-convert)
11698         (bibtex-autokey-titleword-case-convert): Make these the aliases
11699         for the following two variables.
11700         (bibtex-autokey-name-case-convert-function)
11701         (bibtex-autokey-titleword-case-convert-function): Make these the
11702         real names.
11703         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11704         bibtex-font-lock-crossref sublists.
11705         (bibtex-mode): Revert 2005-12-30 change (which made
11706         completion-ignore-case buffer-local).
11707         (bibtex-url): Simplify.
11709 2006-03-19  Kim F. Storm  <storm@cua.dk>
11711         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11712         cursor property value to 2 (to align with C level change).
11714 2006-03-19  Bill Wohler  <wohler@newt.com>
11716         * image.el (image-load-path-for-library): Shorten first line in
11717         docstring.
11719 2006-03-18  Richard Stallman  <rms@gnu.org>
11721         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11723 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11725         * isearch.el (isearch-other-meta-char): Handle user bindings for
11726         shifted control characters.
11728 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11730         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11731         part that matches email addresses, file names, etc.
11733 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11735         * term/w32-win.el (mouse-set-font):
11736         Mention w32-list-proportional-fonts in the doc string.
11738 2006-03-18  Kim F. Storm  <storm@cua.dk>
11740         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11741         (ido-unc-hosts): New user option to explicitly define list of know
11742         UNC-style hosts for completion.
11743         (ido-cache-unc-host-shares-time): New user option.
11744         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11745         New helper functions for UNC file-name support.
11746         (ido-may-cache-directory): Check for UNC host.  Simplify.
11747         (ido-wash-history): Clean out old UNC hosts.
11748         (ido-nonreadable-directory-p): UNC hosts are always readable.
11749         (ido-directory-too-big-p): UNC hosts are never too big.
11750         (ido-set-current-directory): Handle UNC root path.
11751         (ido-file-name-all-completions): Complete UNC host names from
11752         ido-unc-hosts list.  Cache UNC host shares.
11753         (ido-make-file-list-1): Don't filter UNC root.
11754         (ido-exhibit): Check for // in root directory, and switch to UNC
11755         mode by setting ido-current-directory to //.
11757 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11759         * cus-edit.el (customize-changed-options): Mention explicit
11760         version number as default in prompt.
11762 2006-03-17  Bill Wohler  <wohler@newt.com>
11764         * image.el (image-load-path-for-library): Minor docstring fix.
11766 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11768         * textmodes/org.el (org-read-date): Include subgroup 5 into
11769         replacement text.
11770         (org-popup-calendar-for-date-prompt): Fix customization type.
11772 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11774         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11775         (gdb-continuation): New variable.
11776         (gdb-send): Deal with continuation lines.
11778         * progmodes/gud.el (gud-gdb-complete-command)
11779         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11780         expressions.
11781         (gud-tooltip-mode): Use buffer-local value.
11783 2006-03-16  Kim F. Storm  <storm@cua.dk>
11785         * ido.el (ido-edit-input): Use selected match, if any.
11787 2006-03-16  Bill Wohler  <wohler@newt.com>
11789         * image.el (image-load-path-for-library): Prefer user's images in
11790         image-load-path.
11792 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11794         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11795         when checking for attempt to drag leftmost or rightmost scrollbar.
11797 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11799         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11800         (gdb-force-mode-line-update): New function.
11801         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11802         (gdb-exited): Use them.
11803         (gdb-signal): New function.
11804         (gdb-annotation-rules): Provide a rule for it.
11806 2006-03-16  Kenichi Handa  <handa@m17n.org>
11808         * international/mule.el (auto-coding-regexp-alist): Add entries
11809         for Unicode BOM.
11811         * sort.el (sort-build-lists): Temporarily bind
11812         inhibit-field-text-motion to t.
11814 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11816         * locate.el (locate-command, locate-make-command-line)
11817         (locate-fcodes-file, locate-update-command)
11818         (locate-prompt-for-command, locate, locate-with-filter)
11819         (locate-get-file-positions): Doc fixes.
11820         (locate-buffer-name, locate-header-face): Remove leading `*' in
11821         defcustom.
11822         (locate-filter-output): Use `keep-lines' instead of its alias
11823         `delete-non-matching-lines'.
11824         (locate-get-filename, locate-get-dirname): Add introductory comment.
11825         (locate-find-directory-other-window): Give appropriate error
11826         message if used outside main listing.
11828 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11830         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11831         the new extend-region feature.
11832         (font-lock-after-change-function): Update correspondingly.
11833         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11834         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11836 2006-03-15  Bill Wohler  <wohler@newt.com>
11838         * image.el (image-load-path-for-library): Fix example by not
11839         recommending that one binds image-load-path.  Just defvar it to
11840         placate compiler and only use it if previously defined.
11842 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11844         * textmodes/org.el (org-insert-centered): Use `string-width' to
11845         make underlining work for wide characters.
11846         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11847         TAB to `org-cycle', to make sure that no binding in
11848         `outline-mode-map' can supercede it.
11850 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11852         * allout.el: Increment version to 2.2.1 in file commentary.
11854         (allout-version): Increment to 2.2.1.
11856         (allout-default-layout): New customization variable, used when the
11857         file lacks a specific allout-layout.  Uses allout-layout-type for
11858         recursively nested definition.
11860         (allout-layout-type): Widget defining allout layouts, necessary for
11861         self-recursive definition.
11863         (allout-mode): Incorporate allout-default-layout as fallback for
11864         allout-layout.
11866         (allout-layout): Mark as 'safe-local-variable', and refer mention
11867         fallback to `allout-default-layout' in absence of a specified value.
11868         (allout-passphrase-verifier-string)
11869         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11871         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11873         (allout-get-encryption-passphrase-verifier): Use correct name of
11874         passphrase verifier in docstring.
11876 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11878         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11879         elements.
11880         (gdb-find-watch-expression): Make it work for arrays too.
11881         Follow change to gdb-var-list.
11882         (gud-watch): Allow the user to enter variable name with a prexix
11883         arg.  Create keybindings.
11884         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11885         (gdb-var-list-children-handler, gdb-var-update-handler)
11886         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11887         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11888         Follow change to gdb-var-list.
11889         (gdb-starting): Don't show the overlay arrows when program is running.
11891         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11892         gdb-var-list.
11894 2006-03-14  Bill Wohler  <wohler@newt.com>
11896         * image.el (image-load-path-for-library): Pass value of path
11897         rather than symbol.  Always return list of directories.
11898         Guarantee that image directory comes first.
11900 2006-03-14  Alan Mackenzie  <acm@muc.de>
11902         * font-core.el (font-lock-extend-region\(-function\)?.):
11903         New function/variable.
11905         * font-lock.el (font-lock-after-change-function):
11906         Call font-lock-extend-region.  Obey font-lock-lines-before.
11907         (font-lock-default-fontify-region): Remove reference to
11908         font-lock-lines-before.
11910         * jit-lock.el (jit-lock-after-change):
11911         Call font-lock-extend-region.  Obey font-lock-lines-before.
11913 2006-03-14  David Ponce  <david@dponce.com>
11915         * tree-widget.el (tree-widget-themes-load-path)
11916         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11918 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11920         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11921         (rcirc-print): Mark the start of text at the end of the prompt.
11922         (rcirc-track-minor-mode): Add autoload cookie.
11923         (rcirc-update-activity-string): Add space to front of mode-line
11924         indicator.
11926 2006-03-13  Miles Bader  <miles@gnu.org>
11928         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11929         (rcirc-abbrev-nick): Remove function.
11930         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11932 2006-03-13  David Ponce  <david@dponce.com>
11934         * tree-widget.el: Handle themes across all occurrences of the main
11935         themes sub-directory found in tree-widget-themes-load-path.
11936         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11937         (tree-widget--locate-sub-directory): Return all occurrences.
11938         (tree-widget-themes-path): New function.
11939         Replace tree-widget-themes-directory, and return a list of directories.
11940         (tree-widget-set-parent-theme)
11941         (tree-widget-lookup-image): Use it.
11943 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11945         * textmodes/org.el (org-link-search): Avoid self-matching of
11946         links, allow target text to be distributed over several lines.
11947         (org-search-not-link): New function.
11948         (org-set-regexps-and-options, org-get-current-options):
11949         New startup options.
11950         (org-export-as-html): Take odd-level setting from local variable.
11951         (org-fontify-emphasized-text): New option.
11952         (org-set-font-lock-defaults): Include emphasized text.
11953         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11954         (org-font-lock): Customize group renamed from `org-faces'.
11956 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11958         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11959         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11961 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11963         * cus-start.el (all): Delete :version keyword for members of the
11964         fringe group, since the entire group is new in 22.1.
11966 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11968         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11969         map if value is hexadecimal (an address).
11970         (gud-watch): Only search roots for existing watch expressions.
11971         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11972         prevent caching problems with speedbar-update-directory-contents.
11974 2006-03-12  Juri Linkov  <juri@jurta.org>
11976         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11977         before comparing with `low' and `warn'.
11979         * info.el (Info-dir-remove-duplicates): Move point to the
11980         beginning of the current line after deleting the entries from
11981         redundant heading.  Use marker for `limit' and compare it with
11982         point before calling `re-search-forward'.
11984 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11986         * simple.el (yank): Fix typo in docstring.
11988 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11990         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11991         messages, where "D" is the 6th character.
11993 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11995         * simple.el (yank): Fix last change.
11997 2006-03-11  David Ponce  <david@dponce.com>
11999         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12000         merging elements from the standard ispell-dictionary-alist.
12001         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12002         alist, and return the new alist.
12004 2006-03-11  Richard Stallman  <rms@gnu.org>
12006         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12008         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12009         the way it is implemented is too unclean.
12011         * simple.el (kill-region, yank): Doc fix.
12013         * battery.el (battery-echo-area-format): Doc fix.
12014         (battery-mode-line-format): Likewise.
12015         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12016         (battery-linux-proc-acpi): Ignore batteries that say "charged".
12018 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
12020         * progmodes/octave-mod.el (octave-indent-for-comment):
12021         Behave according to do string.
12023 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
12025         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12026         Be visible only if major mode is Mail Mode.
12028         * textmodes/flyspell.el (flyspell-external-point-words)
12029         (flyspell-process-localwords): Fix last changes.
12031 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12033         * calendar/holidays.el (list-holidays): Doc fix.
12035         * international/mule.el (auto-coding-alist): Add .odt
12036         (OpenOffice's open document) files.
12038         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12039         document) files.  Mention in the doc string the need to sync with
12040         auto-coding-alist.
12042 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
12044         * files.el (hack-local-variables-confirm): Don't prompt for ! if
12045         enable-local-variables is set to always query, or there is no
12046         savable variable.
12048 2006-03-10  Bill Wohler  <wohler@newt.com>
12050         * image.el (image-load-path-for-library): Merge at least three
12051         functions from Gnus and MH-E into this one function that can now
12052         be shared.
12054 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
12056         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12057         gdb-remove-mouse-face and remove help-echo too.
12058         (gdb-enqueue-input): Correct conditional clause.
12060 2006-03-10  Glenn Morris  <rgm@gnu.org>
12062         * calendar/calendar.el (calendar-holidays): Doc fix.
12063         * calendar/holidays.el (list-holidays): Doc fix.
12065 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
12067         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12068         it gets called in gdb-prompt anyway.
12069         (gdb-use-separate-io-buffer): Only restore window arrangement for
12070         gdb-many-windows.
12071         (gdb-enqueue-input): Make it harder to send GDB input when program
12072         is running.
12073         (gdb-buffer-list): New variable.
12074         (gdb-remove-mouse-face): New function.
12075         (gdb-starting): Use it when GDB input won't get sent.
12077 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
12079         * help.el (view-lossage): Remove trailing whitespace before
12080         inserting "\n".
12082 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
12084         * files.el (hack-local-variables-confirm):
12085         Set coding-system-for-read to nil before writing to .emacs.
12087         * arc-mode.el (archive-extract): Check if an existing buffer name
12088         comes from a different archive.
12090         * help.el (describe-key-briefly): If KEY is a down event, read and
12091         discard the up event.
12093 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
12095         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12096         be edited and use font-lock-warning-face for any changes.
12098         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12099         (gdb-edit-value): Use it to report any errors.
12101 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
12103         * help.el (describe-key): Remove leftover test code.
12105 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
12107         * textmodes/org.el: Move defvars out of eval-when-compile.
12108         Use buffer-file-name variable.
12109         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12110         arg `file'.
12111         (org-level-faces): Remove startup dependency.
12112         (org-cycle, org-map-tree, org-scan-tags)
12113         (org-remember-handler): Don't call `outline-level' directly.
12114         (org-mhe-search-all-folders): New option.
12115         (org-mhe-get-message-folder-from-index)
12116         (org-mhe-get-message-folder): Fix indexing search.
12117         (org-format-agenda-item): Handle nil TAGS argument.
12118         (org-cleaned-string-for-export, org-activate-target-links)
12119         (org-make-target-link-regexp): Deal with empty radio target list.
12120         (org-tag): New face.
12121         (org-get-level-face): New function.
12122         (org-set-font-lock-defaults): Simplify setup for headlines.
12123         (org-complete): Pass common substring to `display-completion-list'.
12125 2006-03-06  David Ponce  <david@dponce.com>
12127         * tree-widget.el: Update Commentary header.
12128         (tree-widget-theme-name): Ignore parent themes.
12129         (tree-widget-set-parent-theme): New function.
12130         (tree-widget-set-theme): Use it.
12131         (tree-widget-set-image-properties): Move definition.  Does nothing
12132         if image properties have already been set.
12133         (tree-widget-image-properties): Move definition.  Receive an image
12134         name.  Set the :pointer property.
12135         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
12136         Don't set the :pointer image property.
12137         (tree-widget-convert-widget): New function.  Handle :dynargs
12138         compatibility here.
12139         (tree-widget): Use it to :convert-widget.  Add the :expander-p
12140         predicate to control when the :expander function is entered.
12141         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12142         (tree-widget-value-create): Handle :expander-p.  widget-apply
12143         :expander.
12144         (tree-widget-expander-p): New function.  Default value of the
12145         :expander-p property.
12147 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
12149         * help.el (describe-key): Properly handle the return value of
12150         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
12151         remaps.  Handle string and vector `follow-link' values.
12153 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12155         * complete.el (PC-expand-many-files): Try be more careful when parsing
12156         the shell's output.
12158 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * outline.el (hide-sublevels): Provide better interactive default.
12162 2006-03-06  Kenichi Handa  <handa@m17n.org>
12164         * international/fontset.el (create-fontset-from-fontset-spec):
12165         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12167 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12169         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12170         backslashes instead of one in regexp.
12171         (gud-tooltip-dereference): Add missing optional argument.
12173 2006-03-04  John Paul Wallington  <jpw@pobox.com>
12175         * wdired.el (toplevel): Require `cl' at compile-time.
12177 2006-03-04  Andreas Schwab  <schwab@suse.de>
12179         * server.el (server-process-filter): Handle errors during
12180         evaluation of the argument.
12182 2006-03-03  John Paul Wallington  <jpw@pobox.com>
12184         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12185         escape parentheses at beginning of line.
12186         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12187         (t-mouse-mode): Remove period from end of error message.
12189 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
12191         * textmodes/flyspell.el (flyspell-process-localwords):
12192         Be case-sensitive.
12194 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
12196         * cus-edit.el (custom-quote): Remove function, since it has been
12197         moved to custom.el.
12199         * font-lock.el (lisp-font-lock-keywords-2)
12200         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12201         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12202         they have no special meaning.
12204         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12205         indirect buffer gets killed before indirect buffer.  Use dolist.
12207 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12209         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12210         value instead of a literal constant (1) on more pauses.
12212 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12214         * textmodes/flyspell.el (flyspell-external-point-words):
12215         Be case-sensitive.
12217 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12219         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12220         with "www".
12222 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12224         * allout.el: Restablish intermediate missing comment header to
12225         preserve outline structure.
12226         (allout-beginning-of-current-entry): Skip invisible text.
12227         (allout-open-topic): Fix opening a topic at end-of-buffer.
12228         (allout-minor-mode): Move nearer to allout-mode function.
12230 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12232         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12234 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12236         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12237         is nil.
12239         * progmodes/gud.el (gud-speedbar-menu-items):
12240         Use buffer-local-value and add missing :visible keyword.
12242         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12244 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12246         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12247         must be `follow-link'.
12249         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12251         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12252         formatting: No nested anchors.
12253         (org-all-targets): Fix bug with XEmacs compatibility.
12254         (org-read-date): Add (require 'parse-time).
12255         (org-set-tags): Fix bug with extra inserted space.
12256         (org-export-html-style): Define a style class for targets.
12257         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12258         (org-hide-leading-stars): New option.
12259         (org-hide): New face.
12260         (org-set-font-lock-defaults): Allow to hide leading stars.
12261         (org-get-legal-level, org-tr-level): New functions.
12262         (org-odd-levels-only): New option.
12263         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12264         (org-demote, org-promote): Deal with double-star levels.
12265         (org-convert-to-odd-levels): New command.
12267 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12269         * speedbar.el (speedbar-update-localized-contents): Try to
12270         preserve window-start.
12271         (speedbar-update-directory-contents): Try to preserve window-start
12272         and window-point.
12273         (speedbar-update-special-contents): Don't move back to start of window.
12275         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12276         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12277         speedbar-timer-fn.
12278         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12279         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12280         instead of gdb-speedbar-timer-fn.
12282 2006-02-28  Jay Belanger  <belanger@truman.edu>
12284         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12285         (math-compose-expr): Use latex option when calling
12286         `math-compose-tex-matrix' for latex mode.
12288 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12290         * speedbar.el: Re-instate comments about developing for speedbar
12291         [this is what info and gdb-ui use even if better methods exist now].
12293         * t-mouse.el: New file.
12294         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12295         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12296         (t-mouse-make-event-element): Use posn-at-x-y instead.
12297         (t-mouse-make-event): Deal with Fedora Core 3.
12298         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12299         (t-mouse-mouse-position-function): New function.  Use it instead
12300         of advising mouse-position.
12301         (t-mouse-mode): New minor mode.
12302         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12304 2006-02-27  Glenn Morris  <rgm@gnu.org>
12306         * calendar/calendar.el (calendar-holidays): Doc fix.
12308 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12310         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12311         Re-introduce the concept of a source window.
12312         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12313         consistency with get-buffer-create.
12314         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12315         (gdb-data-list-register-values-handler)
12316         (gdb-stack-list-locals-handler): Try to preserve window-start as
12317         well as window-point.
12318         (gdb-display-source-buffer): New function (old concept).
12319         (gdb-goto-breakpoint): Use it.
12321         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12322         for gdb-ui/gdb-mi (old concept).
12324 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12326         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12327         binding.
12329         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12331         * textmodes/reftex-sel.el (reftex-select-label-map)
12332         (reftex-select-bib-map): Add `follow-mouse' binding.
12334 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12336         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12337         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12338         Give :set functions to provide automatic updating.
12339         Update docstring.  Give compiler defvars early in the file
12340         and move the defcustoms to a later spot where all called functions
12341         are defined.
12342         (jka-compr-file-name-handler-entry): Doc fix.
12343         (jka-compr-compression-info-list--internal)
12344         (jka-compr-mode-alist-additions--internal)
12345         (jka-compr-load-suffixes--internal): New variables.
12346         (jka-compr-install): Set the three above variables.
12347         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12348         (jka-compr-update, jka-compr-set): New functions.
12349         (auto-compression-mode): Doc fix.
12351         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12352         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12353         Use jka-compr-compression-info-list--internal,
12354         jka-compr-mode-alist-additions--internal and
12355         jka-compr-load-suffixes--internal.
12357         * files.el (load-library):
12358         * loadhist.el (file-loadhist-lookup):
12359         * startup.el (command-line):
12360         * subr.el (locate-library):
12361         * emacs-lisp/autoload.el (update-directory-autoloads):
12362         * emacs-lisp/find-func.el (find-library-suffixes):
12363         Use `get-load-suffixes' instead of `load-suffixes'.
12365         * subr.el (locate-library):
12366         * emacs-lisp/find-func.el (find-library-name):
12367         Use `load-file-rep-suffixes' instead of '("").
12369 2006-02-26  Kim F. Storm  <storm@cua.dk>
12371         * ido.el (ido-save-history, ido-load-history): Simplify.
12372         Don't use find-file-noselect to avoid interference from other modes.
12374 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12376         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12377         to use the default shell if filename is not available.
12378         Reported by Giorgos Keramidas.
12380 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12382         * progmodes/etags.el (tags-completion-table): Do completion from
12383         all the tables in the current list, as documented in the manual.
12385 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12387         * CC Mode Update to 5.31.3.
12389 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12391         * progmodes/cc-mode.el (c-postprocess-file-styles):
12392         Bind inhibit-read-only to t, around the call to
12393         c-remove-any-local-eval-or-mode-variables, so that it works on a
12394         RO file.
12396 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12398         * progmodes/cc-awk.el: Correct a typo.
12400 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12402         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12403         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12404         name as an alias.
12406 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12408         * progmodes/cc-mode.el: Correct a typo.
12410 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12412         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12414 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12416         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12417         brace-else-brace (error due to mbeg, mend being undefined).
12419 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12421         * progmodes/cc-mode.el: File Local variables: Solve the problem
12422         where both `mode' and c-file-offsets are specified: `mode' will
12423         overwrite c-f-o's settings:
12424         (c-remove-any-local-eval-or-mode-variables): New function.
12425         (c-postprocess-file-styles): Call the above new function, within
12426         c-tentative-buffer-change, to splat `mode' and `eval' before the
12427         second hack-local-variables.
12429 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12431         * progmodes/cc-mode.el:
12432         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12433         (c-after-change): Protect the match data with save-match-data.
12434         It was getting corrupted by c-after-change-check-<>-operators.
12436         * cc-defs.el: [Supersedes patch V1.38]:
12437         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12438         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12440         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12441         with save-match-data.  It was being corrupted when Font Lock was
12442         not enabled.
12444 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12446         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12447         Mode and Subword Mode.
12449         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12450         real labels ("case 1:" or "foo:") from non-labels ("public:").
12451         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12452         coding; c-f-t-2 doesn't move over a token at EOB.
12454         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12456         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12457         (c-update-modeline): Concatenate the minor mode indicators
12458         directly onto mode-name, removing c-submode-indicators.
12459         Sometimes, c-s-i got separated from the mode name on the mode line.
12461         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12462         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12464 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12466         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12467         error message when there's an evaluation error to show whether
12468         it's loaded from source or not.
12469         (c-filter-ops): Make it available at runtime too to work when
12470         `c-make-init-lang-vars-fun' needs to evaluate from source.
12472 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12474         * help.el (help): Revert last part of 2006-02-23 change (deletion
12475         of the `provide' call).
12477 2006-02-23  Juri Linkov  <juri@jurta.org>
12479         * compare-w.el (compare-windows-highlight): Add new value
12480         `persistent' and change :type from `boolean' to `choice'.
12481         (compare-windows-overlays1, compare-windows-overlays2):
12482         New internal variables.
12483         (compare-windows-highlight): If compare-windows-highlight is
12484         `persistent', add current overlays to compare-windows-overlays[12]
12485         instead of adding compare-windows-dehighlight to pre-command-hook.
12486         (compare-windows-dehighlight): Delete all overlays from
12487         compare-windows-overlays[12].
12489         * info.el (Info-search): Don't bind search-spaces-regexp to
12490         Info-search-whitespace-regexp in non-regexp isearch mode.
12492 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12496 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12498         * textmodes/org.el (org-xemacs-p)
12499         (org-export-html-show-new-buffer, org-table-may-need-update)
12500         (org-insert-item, org-mhe-get-message-real-folder)
12501         (org-mhe-get-message-folder-from-index)
12502         (org-mhe-get-message-folder, org-mhe-get-message-num)
12503         (org-mhe-get-header, org-make-org-heading-search-string)
12504         (org-make-org-heading-camel, org-table-sort-lines)
12505         (org-format-org-table-html, org-format-table-table-html):
12506         Fix typos in docstrings.
12508 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12510         * textmodes/org.el (org-cleaned-string-for-export)
12511         (org-solidify-link-text): New function.
12512         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12513         XEmacs, just to silence the compiler.
12514         (org-export-as-ascii, org-export-as-html-and-open):
12515         Use `org-cleaned-string-for-export' and create internal links.
12516         (org-follow-mhe-link): Require mh-e, use folder.
12518 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12520         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12522         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12523         gdb-debug-log-length.
12524         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12525         it a real ring but...
12526         (gud-gdba-marker-filter): ...make it work like mark-ring.
12527         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12528         (gdb-mouse-jump): New function.  Add bindings.
12530 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12532         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12533         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12534         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12535         (gdb-debug-log-length): Customize it's length.
12536         (gud-watch, gdb-var-create-handler): Display function::var format
12537         but don't use to create variable object.
12538         (gdb-var-create-handler): Use message-box in place of message.
12539         (gdb-stopped): Call gdb-exited if signalled.
12541 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12543         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12545         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12547         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12548         if `reftex-try-all-extensions' is set.
12550         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12551         fail silently when there is no valid argument at point.
12552         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12553         `fail-silently' argument.  From a patch by David Reiter.
12555         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12556         New commands.
12557         (org-mark-ring): New variable.
12558         (org-mark-ring-length): New option.
12559         (org-open-at-point, org-goto, org-open-file): Push old position
12560         onto the mark ring.
12561         (org-add-hook): New function.
12562         (org-export-table-remove-special-lines): New option.
12563         (org-skip-comments, org-format-org-table-html): Respect new
12564         option `org-export-table-remove-special-lines'.
12565         (org-open-file): Allow special command configuration for
12566         directory link.
12567         (org-file-apps): Fix bugs in customize type, added setting
12568         for directories.
12569         (org-activate-tags, org-format-agenda-item, org-complete)
12570         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12571         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12572         (org-link-search, org-make-org-heading-search-string)
12573         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12574         (org-radio-targets, org-file-link-context-use-camel-case)
12575         (org-activate-camels): New options.
12576         (org-update-radio-target-regexp, org-all-targets)
12577         (org-make-target-link-regexp, org-activate-target-links):
12578         New functions.
12579         (org-make-org-heading-search-string): New function.
12580         (org-store-link, org-insert-link): Use new option
12581         `org-file-link-context-use-camel-case'.
12582         (org-activate-camels): Use new option `org-activate-camels'.
12583         (org-link-regexp): Add mhe prefix.
12584         (org-open-at-point, org-store-link): Support for mhe links.
12585         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12586         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12587         (org-mhe-get-header, org-follow-mhe-link): New functions.
12588         (org-remove-angle-brackets, org-add-angle-brackets):
12589         New functions.
12590         (org-bracket-link-regexp): New constant.
12591         (org-read-date): Fix bug that was rejecting all typed dates.
12592         (org-link-search): Make hierarchy above visible after a match.
12593         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12594         (org-store-link): Fix bug with link creation when cursor is in
12595         an empty line.
12596         (org-open-at-point): Fix bug with matching a link.
12597         Fixed buggy argument sequence in call to `org-view-tags'.
12598         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12599         (org-prefix-has-tag): New variable.
12600         (org-format-agenda-item): Remove tags from headline
12601         if appropriate.
12602         (org-agenda-remove-tags-when-in-prefix): New option.
12604 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12606         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12607         Fix the regular expressions.
12609 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12611         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12612         if there's no other specific basis.
12614         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12615         as variables at all.
12616         (unsafep-variable): Rename arg; doc fix.
12618         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12620         * calendar/appt.el (diary-selective-display): Add defvar.
12622         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12624         * isearch.el (search-whitespace-regexp): Fix custom type.
12626         * help.el (describe-key-briefly): Compute interactive args
12627         in same was as before previous change.
12629         * files.el (enable-local-variables): Doc fix.
12631 2006-02-21  Kim F. Storm  <storm@cua.dk>
12633         * fringe.el: Cleanup as file is now pre-loaded.
12634         (fringe-bitmaps): Initialize unconditionally.
12635         (fringe-mode, set-fringe-style): Remove autoload cookies.
12637 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12639         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12640         `horizontal-bar'.
12641         (fringe-cursor-alist): Use `horizontal-bar'.
12643 2006-02-20  Kim F. Storm  <storm@cua.dk>
12645         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12646         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12648         * loadup.el: Load "fringe" on window systems.
12650 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12652         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12653         out of scope components.
12655         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12656         default.
12658 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12660         * custom.el (customize-mark-to-save, customize-mark-as-set):
12661         Load the symbol first.
12663 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12665         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12666         strech spec so it doesn't display as "^J" on the header line
12667         when `Buffer-menu-use-header-line' is t.
12669 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12671         * speedbar.el (speedbar-make-button): Keep text properties
12672         of string arguments if desired.
12674         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12675         expessions.
12677         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12678         of speedbar.
12680 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12682         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12683         to value of `read-file-name-completion-ignore-case'.
12685 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12687         * custom.el (customize-mark-as-set): Push to `user' theme.
12689         * cus-edit.el (custom-save-variables): Allow unthemed values.
12690         (customize-set-variable): Push setting to `user' theme.
12692 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12694         * progmodes/gud.el: Don't require font-lock as it's now
12695         automatically loaded.
12696         (gud-speedbar-buttons): Replace gdb-var-changed with
12697         gdb-force-update.
12699         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12700         gdb-var-changed.
12701         (gdb-post-prompt): Use it.
12702         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12703         (gdb-var-update-handler, gdb-var-delete)
12704         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12705         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12706         gdb-force-update in gdb-post-prompt.
12707         (gdb-reset): Clear watch expressions from speedbar when quitting.
12709 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12711         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12712         (viper-change-state-to-vi, viper-change-state-to-emacs):
12713         Make aware of cursor coloring in the Emacs state.
12714         (viper-special-read-and-insert-char): Use read-char-exclusive.
12715         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12717         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12719         * viper-util.el (viper-save-cursor-color)
12720         (viper-get-saved-cursor-color-in-replace-mode)
12721         (viper-get-saved-cursor-color-in-insert-mode)
12722         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12723         state.
12724         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12726         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12727         (ediff-ignore-case-option3, ediff-actual-diff-options)
12728         (ediff-actual-diff3-options): New variables to control case sensitivity.
12729         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12730         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12731         (ediff-toggle-ignore-case): New function.
12732         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12734         * ediff-help.el (ediff-long-help-message-narrow2)
12735         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12736         (ediff-long-help-message-word-mode): Add ignore-case command.
12737         (ediff-help-for-quick-help): Add ignore-case command.
12739         * ediff-merg.el: Move provide to the end.
12741         * ediff-ptch.el: Move provide to the end.
12743         * ediff-wind.el: Move provide to the end.
12745         * ediff-mult.el: Move provide to the end.
12746         (ediff-set-meta-overlay): Enable follow-link.
12748         * ediff.el: Move provide to the end.
12749         Break recursive load cycle in eval-when-compile.
12750         (ediff-patch-buffer): Better heuristics.
12752         * ediff-util.el: Move provide to the end.
12753         Break recursive load cycle in eval-when-compile.
12754         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12755         defuns.
12756         (ediff-submit-report): Pass the values of ediff-diff3-program,
12757         ediff-diff3-options.
12759 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12761         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12762         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12763         `' (for example, in the docstring of `windmove-default-keybindings').
12765 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12767         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12768         shadow face.  Don't provide binding to edit variable when it is
12769         out of scope.
12771         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12772         (gdb-var-update-handler): Detect out of scope variables with pre
12773         GDB 6.4 too.
12774         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12775         Reset status of variable objects to nil in update handlers.
12776         (gdb-var-update-handler-1): Detect when a variable object comes
12777         in scope.  setcar on var changes gdb-var-list directly.
12779 2006-02-17  Juri Linkov  <juri@jurta.org>
12781         * ffap.el (ffap) <defface>: Add explicit face declaration.
12782         (ffap-highlight): Use face `ffap' directly instead of checking
12783         for its existence.
12785         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12786         `visible-ok' of `other-buffer' to find the right original buffer.
12788         * info.el (Info-search): Skip `Local Variables' node.
12790 2006-02-17  Juri Linkov  <juri@jurta.org>
12792         * info.el (Info-find-file): Check for symbols `apropos', `history',
12793         `toc' in the input filename, and return these symbols as is.
12794         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12795         `history', `toc' instead of strings.
12796         (Info-set-mode-line): For non-string Info-current-file use the
12797         symbol's name inside **.
12798         (Info-isearch-push-state): Add quote before Info-current-file and
12799         Info-current-node.
12800         (Info-isearch-pop-state): Use `equal' instead of `string='.
12801         (Info-extract-pointer, Info-following-node-name): Use
12802         `match-string-no-properties' instead of `match-string'.
12803         (Info-up): Check `old-file' for `stringp'.
12804         (Info-history): Use `equal' instead of `string-equal'.
12805         Check `file' for `stringp'.
12806         (Info-history): Use symbol `history' instead of string as first arg
12807         of `Info-find-node'.
12808         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12809         `toc' instead of string.
12810         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12811         instead of `buffer-substring', and `match-string-no-properties'
12812         instead of `match-string'.
12813         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12814         instead of strings.
12815         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12816         Use symbol `apropos' instead of string.
12817         (Info-copy-current-node-name): Check `Info-current-file' for
12818         `stringp' and construct a command with `Info-find-node' from it.
12819         (Info-fontify-node): Use `match-string-no-properties' instead of
12820         `match-string' and check file names for `stringp'.
12821         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12822         `history', `toc' instead of strings.
12824 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12826         * files.el: Rearrange functions and variables in the file local
12827         variables section.
12829 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12831         * files.el: Add truncate-lines, ispell-check-comments and
12832         ispell-local-dictionary as safe local variables.
12834 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12836         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12837         out of scope variables.
12838         (gud-speedbar-buttons): Use unless.
12840         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12841         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12842         (gdb-show-changed-values): Also use for out of scope variables.
12843         (gdb-var-update-handler-1): Note if variable goes out of scope.
12845 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12847         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12848         default to global variable values for unsupplied args.
12849         (rcirc-get-buffer-create): Fix bug with setting the target.
12850         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12851         test for rcirc-always-use-server-buffer-flag here.
12852         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12853         uses the default face.  Change the ACTION format string.  If the
12854         "nick" is the server, don't print anything for that field.
12855         Comment fixes.
12856         (rcirc-target-buffer): Don't test
12857         rcirc-always-use-server-buffer-flag here.
12858         (rcirc-print): Squeeze extra spaces out of the text before message.
12859         (rcirc-put-nick-channel): Strip potential "@" char from nick
12860         before adding them to nick table.
12861         (rcirc-url-regexp): Improve to match address like "foo.com".
12863 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12865         * allout.el (allout-hidden-p): Move this defsubst before
12866         allout-overlay-interior-modification-handler, where it is first
12867         used.
12869 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12871         * allout.el: Use allout invisible-text overlays instead of
12872         selective display for concealed text.  Also, lots of general
12873         cleanup, and improved compatibility code.
12875         (allout-version) Incremented, corrected, revised, and refined
12876         module commentary.
12878         (provide 'allout): Moved to the bottom, added a require of overlay.
12880         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12881         `except-current'.
12882         (allout-write-file-hook-handler): Minimize delay.
12883         (count-trailing-whitespace-region): New function so
12884         auto-encryption of current topic can resituate cursor exactly.
12885         PGP/GPG encryption trims trailing whitespace from lines, which
12886         must be accounted for across encryption then decryption.
12888         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12889         just plain "\C-c", to avoid intruding on user's keybinding space.
12891         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12892         parameter, so user request to provide a new password is done.
12894         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12895         Refined mechanism for auto-filling behavior while in allout mode.
12897         (allout-mode): Explicitly specify the mode map in the docstring.
12898         Clarify provision for various write-file hook var names.
12899         Adjusted for invisible-text overlays instead of selective-display.
12901         (allout-depth): Really return 0 if not within any topic.  This
12902         rectifies `allout-beginning-of-level' and sequence numbering
12903         errors that occur when cutting and pasting numbered topics.
12904         Changed from a in-line subst to a regular function, as well.
12906         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12908         (allout-end-of-subtree, allout-end-of-subtree)
12909         (allout-end-of-entry, allout-end-of-current-heading)
12910         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12911         (allout-show-children, allout-show-to-offshoot)
12912         (allout-hide-current-entry, allout-show-current-entry): Rectified
12913         handling of trailing blank lines between items.
12915         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12916         (allout-current-depth, allout-unprotected, allout-hidden-p)
12917         (allout-on-current-heading-p, allout-listify-exposed)
12918         (allout-chart-subtree, allout-goto-prefix)
12919         (allout-back-to-current-heading, allout-get-body-text)
12920         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12921         (allout-hide-region-body, allout-toggle-subtree-encryption)
12922         (allout-encrypt-string, allout-encrypted-key-info)
12923         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12924         (allout-file-vars-section-data): Adjusted for use with
12925         invisible-text overlays instead of selective-display.
12927         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12928         Reworked for use with invisible text overlays.
12930         (allout-current-topic-collapsed-p): New function.
12932         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12933         to know when to close the containing topic.
12935         (allout-pre-command-business, allout-post-command-business):
12936         Simplify undo-batching and dynamic isearch exposure.
12938         (allout-set-overlay-category): New for invisible-text overlays.
12939         Sets properties of allout-overlay-category, used by
12940         allout-flag-region to set invisible-text overlay properties.
12941         (allout-get-invisibility-overlay): Get the first qualifying
12942         invisibility overlay, so we can find the extent of it.
12943         (allout-back-to-visible-text): Get to just before the beginnining
12944         of the current invisibility overlay, if any.
12946         (allout-overlay-insert-in-front-handler)
12947         (allout-overlay-interior-modification-handler)
12948         (allout-before-change-handler, allout-isearch-end-handler): New
12949         functions to handle extraordinary actions affecting concealed
12950         text.
12952         (allout-flag-region): Use overlays instead of selective-display
12953         for invisible text - by inheritence from the properties of
12954         allout-overlay-category in mainline Emacs, and applied
12955         property-by-property in XEmacs, some recent versions of which
12956         don't inherit the properties from the category.  Provisions to
12957         respond to concealed-text edits simplified drastically.
12959         (allout-isearch-rectification, allout-isearch-was-font-lock)
12960         (allout-isearch-expose, allout-enwrap-isearch)
12961         (allout-isearch-abort, allout-pre-was-isearching)
12962         (allout-isearch-prior-pos, allout-isearch-did-quit)
12963         (allout-isearch-dynamic-expose)
12964         (allout-hide-current-entry-completely): Functions deleted.
12966         (allout-undo-aggregation): Explicit undo aggregation no longer
12967         necessary due to transition away from selective-display.
12969         (set-allout-regexp, allout-up-current-level)
12970         (allout-next-visible-heading, allout-forward-current-level)
12971         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12972         (allout-kill-line, allout-yank-processing, allout-show-children)
12973         (allout-expose-topic, allout-old-expose-topic)
12974         (allout-listify-exposed, allout-insert-latex-header)
12975         (allout-toggle-subtree-encryption, allout-encrypt-string)
12976         (remove-from-invisibility-spec, allout-hide-current-subtree):
12977         Ditched unused variables.
12979 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12981         * textmodes/ispell.el (ispell-change-dictionary): Call
12982         ispell-buffer-local-dict instead of
12983         ispell-accept-buffer-local-defs.
12984         (ispell-local-dictionary-alist): Accept as valid any coding-system
12985         supported by Emacs.
12986         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12987         changed to iso-8859-3.
12989 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12991         * speedbar.el (speedbar-frame-width): Make an inline function
12992         instead of a macro.  Use frame-width.
12993         (speedbar-try-completion, speedbar-update-contents)
12994         (speedbar-timer-fn): Use consp.
12995         (speedbar-update-localized-contents): Try to preserve point.
12997         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12998         (menu): Re-order menu items.
12999         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13000         field.
13001         (gdb-var-update-handler-1): Use it for GDB 6.4+.
13002         (gdb-post-prompt): Speed things by not forcing update.
13004 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
13006         * wid-edit.el (widget-button-click): For mouse-1, cancel button
13007         press and perform default action if we get a mouse movement event.
13009 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13011         * calendar/icalendar.el (icalendar--get-event-property)
13012         (icalendar--get-event-property-attributes): Fix typos in
13013         docstrings.
13015         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13016         docstring.
13018 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
13020         * bs.el (bs-mode): Use `buffer-disable-undo'.
13021         (bs--get-file-name): Simplify.
13022         (bs-show-in-buffer): Mark the buffer as not modified.
13024 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13026         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13027         widget-button-click.
13029         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13030         (custom-mode): Update docstring.
13032         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13033         binding.
13035         * files.el (hack-local-variables-confirm): Allow scrolling if the
13036         file variable list is too long.  Kill temp buffer after use.
13038 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
13040         * progmodes/gud.el (gdb): Improve doc string.
13041         (gdb-script-font-lock-keywords): Expand allowed character set.
13043         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13044         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13045         (gdb-separate-io-interrupt, gdb-separate-io-quit)
13046         (gdb-separate-io-stop, gdb-separate-io-eof):
13047         Rename from gdb-inferior-* to gdb-separate-*.
13048         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13050 2006-02-14  Jay Belanger  <belanger@truman.edu>
13052         * calc/calc-arith.el (math-check-known-scalarp): Make sure
13053         expression is a symbol before checking that it is bound.
13055         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13056         test to see if equation can be solved.
13058 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13060         * wid-edit.el (widget-button-click): Use :pressed-face property
13061         for overlay face, if it exists.
13063         * cus-edit.el (custom-manual, custom-add-see-also)
13064         (custom-add-parent-links, custom-group-link): Add :pressed-face
13065         property to links.
13067         * files.el (hack-local-variables): Remove ignored variables before
13068         checking if any variables need setting.
13070 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13072         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13074 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
13076         * help.el (where-is): Fix message for remapped commands.
13078         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13079         Fix typos in docstrings.
13081 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
13083         * files.el (safe-local-variable-values): New option.
13084         (hack-local-variables-prop-line): Return a list of variable-value
13085         pairs if MODE-ONLY is non-nil.
13086         (hack-local-variables): Construct list of variable-value pairs,
13087         and apply or reject them in one go.  Ask for confirmation if
13088         variables are not known safe.
13089         (hack-local-variables-confirm): Complete rewrite.  Support
13090         `safe-local-variable-values'.
13091         (enable-local-variables): Update docstring to reflect new
13092         behavior.
13093         (ignored-local-variables): Ignore ignored-local-variables and
13094         safe-local-variable-values.
13095         (safe-local-variable-p): New function.
13096         (risky-local-variable-p): `safe-local-variable' property check
13097         moved to safe-local-variable-p.
13098         (hack-one-local-variable): Checks moved to hack-local-variables.
13100         (byte-compile-dynamic, c-basic-offset, c-file-style)
13101         (c-indent-level, comment-column, fill-column, fill-prefix)
13102         (indent-tabs-mode, kept-new-versions, no-byte-compile)
13103         (no-update-autoloads, outline-regexp, page-delimiter)
13104         (paragraph-start, paragraph-separate, sentence-end)
13105         (sentence-end-double-space tab-width, version-control):
13106         Add `safe-local-variable' property.
13108         * find-lisp.el: Delete nonexistent `autocompile' file variable.
13110         * icomplete.el, play/landmark.el: Change nonexistent
13111         `outline-layout' file variable to `allout-layout'.
13113 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
13115         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13116         (gdb-get-changed-registers): Test value of gud-minor-mode relative
13117         to gud-comint-buffer.
13118         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13119         gdb-ui.el for gdb-mi.el.
13120         (gdb-post-prompt, gdb-get-changed-registers): Move test for
13121         registers buffer to gdb-get-changed-registers.
13122         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
13123         deletion of catchpoints (throw and catch).
13124         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13125         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13126         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13127         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13128         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13130 2006-02-13  Jay Belanger  <belanger@truman.edu>
13132         * calc/calc-arith.el (math-check-known-matrixp): Make sure
13133         expression is a symbol before checking that it is bound.
13135 2006-02-13  Richard M. Stallman  <rms@gnu.org>
13137         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13138         for the minibuffer too, but not if resize-mini-windows will interfere.
13140         * help.el (describe-key-briefly, describe-key): Do all arg-reading
13141         inside `interactive' spec.
13142         (describe-key-briefly-internal, describe-key-internal):
13143         Functions merged back into their callers.
13145 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
13147         * info.el (info-xref-visited): Inherit from info-xref too.
13148         (Info-set-mode-line): Replace occurrences of `%' by `%%'
13149         when propertizing Info-current-file and Info-current-node.
13151 2006-02-13  Juri Linkov  <juri@jurta.org>
13153         * tumme.el (tumme-thumbnail-storage): Fix docstring.
13154         (tumme-thumb-name): Fix per-directory format.
13156 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
13158         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13160 2006-02-12  Miles Bader  <miles@gnu.org>
13162         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13164 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
13166         * tumme.el: Remove history section.  If someone needs the it, it
13167         can always be found in CVS.
13169 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13171         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
13172         about the Thumbnail Managing Standard option.
13174 2006-02-12  Richard M. Stallman  <rms@gnu.org>
13176         * subr.el (substitute-key-definition): Doc fix.
13178         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13180         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13182         * info.el (Info-mode): Doc fix.
13184         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13186 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
13188         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13189         because on Solaris a POSIX compatible "id" is needed.  Reported by
13190         Magnus Henoch <mange@freemail.hu>.
13192 2006-02-12  Juri Linkov  <juri@jurta.org>
13194         * tumme.el: Remove todo item about Thumbnail Managing Standard.
13195         (tumme) <defgroup>: Change :group to `multimedia'.
13196         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13197         Managing Standard.
13198         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13199         Fix dostring.
13200         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13201         and %y.  Fix docstring.
13202         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13203         (tumme-cmd-create-standard-thumbnail-command): New user options.
13204         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13205         is `standard'.  Fix docstring.
13206         (tumme-thumb-width, tumme-thumb-height): New user options.
13207         (tumme-external-viewer): Try to find various viewers.
13208         (tumme-get-thumbnail-image): Use `create-image' instead of
13209         constructing the `image' structure.
13210         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13211         `standard'.
13212         (tumme-thumb-name): Add file name generation for standard storage.
13213         Simplify code for other storages.
13214         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13215         Add modification time %m and thumbnail-nq8 %q.
13216         Use `tumme-cmd-create-standard-thumbnail-command' if
13217         tumme-thumbnail-storage is `standard'.
13218         (tumme-dired-insert-marked-thumbs): New autoload command.
13219         (tumme-dired-after-readin-hook): New function.
13220         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13221         `tumme-thumb-size'.
13222         (tumme-display-image): Replace size-x %x and size-y %y with
13223         width %w and height %h.
13225         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13226         `tumme-dired-insert-marked-thumbs'.
13228 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13230         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13231         include path).
13232         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13233         matching tag.
13235 2006-02-12  Miles Bader  <miles@gnu.org>
13237         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13238         New variables.
13239         (rcirc-abbrev-nick): New function.
13240         (rcirc-format-response-string): Rewrite to use the formats in
13241         `rcirc-response-formats' and expand escape sequences therein.
13242         A text-property `rcirc-text' is added over the actual response
13243         text to make easy to find inside the returned string.
13244         (rcirc-print): When filling, just look for the `rcirc-text'
13245         text-property to find the appropriate fill prefix, instead of
13246         using hardwired patterns.
13248 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13250         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13251         Managing Standard.
13253 2006-02-11  Kim F. Storm  <storm@cua.dk>
13255         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13256         Don't use insert-buffer; do insert-buffer-substring directly.
13257         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13259 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13261         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13262         with inhibit-read-only.  Suggested by Stefan Monnier.
13263         (revert-buffer): Let insert-file-contents discard
13264         buffer-undo-list.  Simplify code.
13265         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13267 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13269         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13271         * help.el (describe-key-briefly): Now a wrapper for
13272         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13273         to t.  Populate yank-menu if empty.
13274         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13275         (describe-key): Now a wrapper for describe-key-internal.  Bind
13276         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13277         (describe-key-internal): Renamed from describe-key.
13279 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13281         * progmodes/glasses.el (glasses-separator): Doc fix.
13282         (glasses-original-separator): New defcustom.
13283         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13285 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13287         * mwheel.el (mouse-wheel-up-event): Doc fix.
13289 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13291         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13292         (tumme-dir): New function.  Copied from thumbs.el.
13294 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13296         * desktop.el (desktop-outvar): Fix typo.
13297         (desktop-save-buffer-p): Doc fix.
13299         * subr.el (substitute-key-definition): Fix typo.
13301 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13303         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13304         when window-system is mac.
13306         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13308 2006-02-10  Kim F. Storm  <storm@cua.dk>
13310         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13311         indirect-function instead of using condition-case.
13313 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13315         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13316         less `colloquial'...
13318 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13320         * tumme.el: Add a couple of todo items.
13322 2006-02-09  Lars Hansen  <larsh@soem.dk>
13324         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13325         (highlight-changes-mode): Don't change desktop-locals-to-save.
13327 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13329         * image-mode.el (image-toggle-display): Clear image cache if using
13330         filename.
13332 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13334         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13335         a `dired-man' target.
13337         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13338         boundary of symbols.
13340 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13342         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13344 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13346         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13347         `mapcar'; return nil.
13349 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13351         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13352         some other event.
13354 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13356         * net/rcirc.el (rcirc-startup-channels-alist):
13357         Add irc.freenode.net and #emacs as defaults.
13358         (rcirc-ignore-all-activity-flag): Remove variable.
13359         (rcirc-authinfo): New variable.
13360         (rcirc-authinfo-filename): Remove variable.
13361         (rcirc-always-use-server-buffer-flag): New flag.
13362         (rcirc): M-x rcirc will automatically connect without prompting.
13363         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13364         connection in lisp.
13365         (rcirc-process-server-response-1): Remove everything but the nick
13366         portion of the sender so it doesn't need to be done everywhere
13367         else.  Update related code.
13368         (global-map): Remove global keybindings.
13369         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13370         (rcirc-send-input): Split into several functions.
13371         (rcirc-process-input-line, rcirc-process-message)
13372         (rcirc-process-command): New functions.
13373         (rcirc-target-buffer): New function to determine where to route
13374         messages.
13375         (rcirc-user-nick): Save match data.
13376         (rcirc-toggle-ignore-buffer-activity)
13377         (rcirc-update-activity-string): Remove global ignore functionality,
13378         which can be done now by toggling rcirc-track-minor-mode.
13379         (rcirc-track-minor-mode-map): New keymap.
13380         (rcirc-track-minor-mode): New minor-mode.
13381         (ignore): Make the ignore output nicer.  Always print it when
13382         adding or removing nicks.
13383         (rcirc-url-regexp): Improve.
13384         (rcirc-mangle-text): Remove properties before using text in the
13385         modeline.
13386         (rcirc-authenticate): Authentication data comes from
13387         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13388         (rcirc-server-prefix): Inherit from rcirc-server.
13390 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13392         * Makefile.in (compile): Append "|| true" to the end of the `find'
13393         command, like compile-always does.
13395 2006-02-08  Sam Steingold  <sds@gnu.org>
13397         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13398         output from a dead connection.
13400 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13402         * dired.el (dired-mode-map): Add more bindings for tumme.
13404 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * wdired.el (wdired-mode-map): Use remap.
13407         (wdired-get-filename): Massage.
13408         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13409         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13410         `keymap' property rather than `local-map'.
13412 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13414         * tumme.el (tumme-get-thumbnail-image): New utility function.
13415         Suggested by from Chong Yidong.
13416         (tumme-dired-with-window-configuration): Rename from
13417         `tumme-dired'.  Add code to save window configuration.
13418         (tumme-restore-window-configuration): New command to restore the
13419         window configuration that `tumme-dired-with-window-configuration'
13420         saves before it changes the window configuration.
13421         (tumme-show-all-from-dir): New command to display thumbnails for
13422         all files in a directory entered by the user, like M-x thumbs.
13423         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13424         have been created.
13425         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13426         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13427         Remove obsolete test function.
13429 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13431         * vc.el (small-temporary-file-directory): Remove defvar; there's
13432         a defcustom for it in files.el.
13434         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13435         Fix typo in message.
13436         (tumme-gallery-generate): Fix typo in `error' message.
13437         (tumme-display-window-height-correction)
13438         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13439         (tumme-line-up-interactive): Dox fixes.
13440         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13441         (tumme-restore-window-configuration, tumme-format-properties-string)
13442         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13443         Fix typos in docstrings.
13445 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13447         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13449 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13451         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13452         User should use hook if desired.
13454         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13455         buffer if necessary.
13456         (gdb-delete-frame-or-window): New function.
13457         (gdb-breakpoints-mode-map): Bind "q" to it.
13459 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * textmodes/nroff-mode.el: Clean up name space.
13462         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13463         (nroff-mode): Obey the global setting of nroff-electric-mode.
13464         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13466         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13468 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13470         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13472 2006-02-06  Lars Hansen  <larsh@soem.dk>
13474         * generic-x.el (etc-fstab-generic-mode): Add file system types
13475         cifs and usbdevfs.  Allow special chars in file names.
13477 2006-02-05  Jay Belanger  <belanger@truman.edu>
13479         Update copyright notices of the files in lisp/calc.
13481 2006-02-05  Romain Francoise  <romain@orebokech.com>
13483         Update copyright notices of all files in the lisp/play directory.
13485 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13487         * ldefs-boot.el: Regenerate.
13489         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13491 2006-02-05  Kim F. Storm  <storm@cua.dk>
13493         * files.el (magic-mode-regexp-match-limit): New defvar.
13494         (set-auto-mode): Use it to limit magic-mode-alist matching.
13496 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13498         * info.el (Info-index, Info-mode): Improve the description of the
13499         `i' command.
13501         * ldefs-boot.el: Regenerate.
13503 2006-02-03  Werner Lemberg  <wl@gnu.org>
13505         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13506         greedy to find the closing bracket in \*[...] and similar
13507         expressions.  This is a first rough fix -- many additional
13508         refinements are necessary to make nroff mode really usable with groff.
13510 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13512         * international/mule-cmds.el (set-locale-environment):
13513         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13514         libX11.
13516 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13518         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13519         archive are created in archive-tmpdir.
13521 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13523         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13524         (ibuffer-fontification-alist): Use it.
13525         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13526         to "* z" and the Ibuffer Mark menu.
13528         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13530 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13532         * textmodes/table.el (*table--cell-describe-mode)
13533         (*table--cell-describe-bindings): Undo last change since
13534         print-help-return-message is not obsoleted by anything at all.
13536 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13538         * emulation/cua-base.el (cua-mode): Doc fix.
13540 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13542         * dframe.el (dframe-handle-make-frame-visible)
13543         (dframe-handle-iconify-frame, dframe-get-focus)
13544         (dframe-select-attached-frame, dframe-power-click)
13545         (dframe-frame-mode): Fix typos in docstrings.
13547         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13548         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13549         Fix typos in docstrings.
13551         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13552         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13553         (hi-lock-archaic-interface-message-used)
13554         (hi-lock-file-patterns-range): Fix typos in docstrings.
13556         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13557         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13559         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13560         Fix typo in docstring.
13562         * net/newsticker.el (newsticker--decode-iso8601-date)
13563         (newsticker--set-customvar, newsticker--buffer-insert-item)
13564         (newsticker--do-run-auto-mark-filter)
13565         (newsticker--parse-generic-feed): Doc fixes.
13566         (newsticker--retrieval-timer-list, newsticker-url-list)
13567         (newsticker-hide-immortal-items-in-echo-area)
13568         (newsticker-hide-obsolete-items-in-echo-area)
13569         (newsticker-new-item-face, newsticker--enclosure)
13570         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13571         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13572         (newsticker--parse-generic-feed, newsticker--cache-contains)
13573         (newsticker--stat-num-items, newsticker-download-enclosures):
13574         Fix typos in docstrings.
13576         * net/rcirc.el (rcirc-debug): Doc fix.
13577         (rcirc-fill-column, rcirc-receive-message-hooks)
13578         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13579         (rcirc-mode, rcirc-generate-new-buffer-name)
13580         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13581         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13582         Fix typos in docstrings.
13583         (rcirc-print): "?\ " -> "?\s".
13584         (rcirc-cmd-join): Improve argument/docstring consistency.
13586 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13588         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13589         before narrow-to-region.
13591 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13593         * simple.el (move-beginning-of-line): Scan properly for invis change.
13595         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13597 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13599         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13600         change bit only when id-format is 'integer.  Reported by Matt
13601         Hodges <M.P.Hodges@rl.ac.uk>.
13603 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13605         * hilit-chg.el (highlight-changes-initial-state)
13606         (highlight-changes-global-initial-state): Doc fixes.
13607         (highlight-changes-global-modes, global-highlight-changes):
13608         Fix typos in docstrings.
13610 2006-02-01  Kim F. Storm  <storm@cua.dk>
13612         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13613         transient-mark-mode in doc string.
13615 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13617         * replace.el (multi-occur): Doc fix.
13618         (multi-occur-in-matching-buffers): Rename from
13619         multi-occur-by-filename-regexp.  Prefix arg says match
13620         buffer names instead of file names.
13622 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13624         * bs.el: Allow non-default values of `bs-header-lines-length'.
13625         (bs--running-in-xemacs): Remove (not needed anymore).
13626         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13627         instead of `shrink-window', thus avoiding having to compute the
13628         height of the window.
13629         (bs--up): Wrap around even when there's no header.
13630         (bs--down): Use `forward-line' instead of `next-line'.
13632 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13634         * image-mode.el (image-toggle-display): Use file name if possible,
13635         instead of unnecessarily allocating a (possibly huge) lisp string.
13637 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13639         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13640         because the `assert' macro signals it at runtime.
13642         * emacs-lisp/cl.el (toplevel): Remove definition of
13643         `cl-assertion-failed' condition.
13645 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13647         * thumbs.el (thumbs-marked-list): Make buffer-local and
13648         permanent-local.
13649         (thumbs-insert-thumb): Make help-echo non-sticky.
13650         (thumbs-file-alist): Use eolp as check for (non)-image.
13652 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13654         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13655         (ediff-before-session-group-setup-hooks)
13656         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13657         Fix typos in docstrings.
13659         * window.el (bw-dir, bw-eqdir, balance-windows)
13660         (split-window-keep-point): Fix typos in docstrings.
13662         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13663         (org-quote-string, org-calendar-to-agenda-key)
13664         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13665         (org-show-following-heading, org-tags-column)
13666         (org-use-tag-inheritance, org, org-allow-space-in-links)
13667         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13668         (org-enable-table-editor, org-calc-default-modes)
13669         (org-table-allow-automatic-line-recalculation)
13670         (org-export-html-style, org-export-with-fixed-width)
13671         (org-export-with-sub-superscripts, org-special-keyword)
13672         (org-formula, org-time-grid, org-table-may-need-update)
13673         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13674         (org-goto-quit, org-get-indentation, org-end-of-item)
13675         (org-move-item-down, org-move-item-up)
13676         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13677         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13678         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13679         (org-agenda-log-mode, org-agenda-toggle-diary)
13680         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13681         (org-agenda-file-to-end, org-agenda-no-heading-message)
13682         (org-agenda-get-closed, org-format-agenda-item)
13683         (org-cmp-priority, org-cmp-category, org-cmp-time)
13684         (org-agenda-change-all-lines, org-agenda-diary-entry)
13685         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13686         (org-link-search, org-camel-to-words, org-open-file)
13687         (org-remember-handler, org-table-convert-region)
13688         (org-table-move-row-down, org-table-move-row-up)
13689         (org-table-copy-region, org-table-wrap-region)
13690         (org-table-toggle-vline-visibility)
13691         (org-table-get-vertical-vector, org-table-modify-formulas)
13692         (org-table-get-specials, org-recalc-commands)
13693         (org-table-rotate-recalc-marks, org-table-eval-formula)
13694         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13695         (org-level-color-stars-only, org-insert-heading):
13696         Fix typos in docstrings.
13697         (last-arg): Add defvar.
13699         * makefile.w32-in (WINS): Add erc.
13700         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13702 2006-01-29  Bill Wohler  <wohler@newt.com>
13704         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13705         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13706         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13707         (mh-autoloads): Don't use comments on otherwise empty lines.
13709 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13711         * emulation/viper.el (viper-major-mode-modifier-list):
13712         Add insert-state and vi-state entries for erc-mode.
13713         (viper-go-away, viper-set-hooks): Add and remove
13714         viper-comint-mode-hook from erc-mode-hook as appropriate.
13716         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13718 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13720         * bs.el (bs--format-aux): Implement `middle' alignment as
13721         described in the docstring for `bs-attributes-list'.
13722         (bs--get-name): Simplify.  Don't pad the buffer name.
13724 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13726         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13727         English aspell dictionary is installed, use the first entry of
13728         ispell-dictionary-alist-1.
13730 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13732         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13733         Doc fix.
13735 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13737         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13738         for `process-file', in order to let it work for older Emacsen too.
13740 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13742         * international/latexenc.el: Add a suitable `coding:' tag.
13743         (latexenc-find-file-coding-system): Undo last change.
13745 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13747         * international/latexenc.el (latexenc-find-file-coding-system):
13748         Make sure latexenc-main-file is a regular file and is readable.
13750 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13752         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13753         Pass FILE to vc-user-login-name.
13755         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13757 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13759         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13760         there are no more images to display.
13761         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13762         the next image.
13764 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13766         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13768         * wid-edit.el (advertised-widget-backward): New alias.
13769         (widget-keymap): Use advertised-widget-backward for S-TAB.
13771         * tumme.el: Correct the keywords.
13772         (tumme-dir-max-size): Use defvar.
13773         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13775         * simple.el (move-beginning-of-line): Take account of fields.
13776         (clone-indirect-buffer-other-window): Take args like
13777         clone-indirect-buffer, and work like it.
13779         * help-fns.el (describe-function): Don't pass `nil' as default.
13781         * files.el (risky-local-variable-p): Follow var aliases.
13783         * subr.el (lazy-completion-table): Doc fix.
13785         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13786         global binding of `line'.
13788 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13790         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13791         Tramp.
13793         * vc.el (vc-default-dired-state-info): Pass FILE to
13794         vc-user-login-name.
13795         (vc-default-update-changelog): Don't use vc-user-login-name, we
13796         don't need it here.
13798         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13799         no longer necessary.
13801 2006-01-25  Kenichi Handa  <handa@m17n.org>
13803         * international/mule.el (decode-char): Avoid the overhead of
13804         calling utf-lookup-subst-table-for-decode if
13805         utf-translate-cjk-mode is nil.
13806         (encode-char): Avoid the overhead of calling
13807         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13808         nil.
13810 2006-01-22  Kenichi Handa  <handa@m17n.org>
13812         * international/mule.el (make-subsidiary-coding-system): Reset
13813         `coding-system-define-form' property of subsidiaries to nil.
13814         Avoid duplicated entry in coding-system-alist.
13815         (make-coding-system): Avoid duplicated entry in
13816         coding-system-alist.
13817         (define-coding-system-alias): Likewise.
13819 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13821         * completion.el: Minor fixes in introductory comment.
13822         (completion-def-wrapper): Fix alist.
13824 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13826         * thumbs.el (thumbs-new-image-size): New function.
13827         (thumbs-increment-image-size-element)
13828         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13829         (thumbs-decrement-image-size): Delete.
13830         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13831         temp files and use to resize.
13832         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13833         Use increment argument to enlarge/shrink.  Preserve point.
13834         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13835         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13836         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13837         (thumbs-mark, thumbs-unmark): Preserve point.
13838         (thumbs-modify-image): Keep old temp files and use to modify.
13839         Cleanup old temp files at load time.  Preserve point.
13840         (thumbs-view-image-mode-map): Use new command names.
13842 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13846         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13847         the nastiest part of the cyclic dependency.
13848         (cal-menu-update): Use dotimes and calendar-increment-month.
13850         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13851         (calendar-week-start-day): Add an :initializer.
13852         (calendar-mode-map): Use suppress-keymap, and command remapping.
13853         (describe-calendar-mode): Setup xref-stack info for the back button.
13854         (calendar-star-date): Insert before delete.
13855         (calendar-set-mode-line): Add file-modified info if applicable.
13856         (calendar-increment-month): New function.
13858 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13860         * font-lock.el (lisp-font-lock-keywords-2):
13861         Recognize "& keywords" only at word boundaries.
13863 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13865         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13866         and permanent-local.
13867         (thumbs-max-image-number): New variable.
13868         (thumbs-do-thumbs-insertion): Use them.
13869         (thumbs-per-line): Change default to 4.
13870         (thumbs-marked-list): Rename from thumbs-markedL.
13871         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13872         (thumbs-rename-images): Use -list instead of L for internal variables.
13873         (thumbs-call-convert): Use call-process instead of shell-command.
13874         (thumbs-insert-thumb): Add filename as help-echo to each image.
13875         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13876         Give dir to thumbs-show-thumbs-list.
13877         (thumbs-show-thumbs-list): Set default-directory to that of images.
13878         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13879         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13880         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13881         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13883 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13885         * ses.el (ses-read-cell): Provide a default value.
13887 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13889         * term/w32-win.el (image-library-alist): Add additional names for
13890         GIF library.
13892 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13894         * international/latexenc.el (latexenc-find-file-coding-system):
13895         Add file-regular-p check.
13897 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * simple.el (clone-buffer): Don't show the new buffer in the same
13900         window.
13902 2006-01-23  Juri Linkov  <juri@jurta.org>
13904         * faces.el (link, link-visited): New faces based on default values
13905         of `info-xref' and `info-xref-visited'.
13907         * info.el (info-xref): Inherit from `link'.
13908         (info-xref-visited): Inherit from `link-visited'.
13910         * cus-edit.el (custom-buffer-create-internal): Use widget type
13911         `custom-manual' instead of `info-link' and don't set properties
13912         `button-face' and `mouse-face' explicitly.
13913         (custom-browse-group-tag, custom-browse-variable-tag)
13914         (custom-browse-face-tag): Inherit from widget class
13915         `custom-group-link' instead of `push-button'.
13916         (custom-button-unraised): Inherit from `underline' face.
13917         (custom-link): Inherit from `link' face.  Fix doc and group.
13918         (custom-add-parent-links, custom-group-value-create): Don't set
13919         properties `button-face' and `mouse-face' explicitly for
13920         `custom-group-link' widget.
13921         (custom-group-link): Add properties `button-face' and `mouse-face'
13922         to widget definition.
13923         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13924         editable-field's :keymap property.
13925         (custom-mode): Fix docstring: substitute keybindings for
13926         `widget-forward' and `widget-backward' from `widget-keymap',
13927         `widget-complete' from `custom-field-keymap', replace old
13928         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13930         * desktop.el (desktop-load-file): Check for `fboundp' before
13931         calling `symbol-function'.
13933         * simple.el (clone-buffer, clone-indirect-buffer)
13934         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13935         `read-string'.  Fix prompts.
13937         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13939 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13941         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13943 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13945         * startup.el (inhibit-splash-screen, initial-scratch-message):
13946         Doc fixes.
13948 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13950         Sync with Tramp 2.0.52.
13952         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13953         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13954         `tramp-unload-tramp' for checklist.
13956         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13957         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13958         (tramp-unload-file-name-handler-alist)
13959         (tramp-unload-tramp): New defuns.
13960         (tramp-advice-PC-expand-many-files): New defadvice.
13961         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13962         removed.
13963         (tramp-handle-expand-file-name): Remove double slash.
13964         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13965         It doesn't matter, because it will be converted later on.
13966         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13967         implementation was just heuristic.
13968         (tramp-post-connection): Set uid and gid properties.
13969         (tramp-convert-file-attributes): Set file's gid change bit.
13970         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13971         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13972         in case of su(do)? methods.  The home directory of the local user
13973         will be taken else.
13974         (tramp-open-connection-telnet)
13975         (tramp-open-connection-rsh, tramp-open-connection-su)
13976         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13977         local shell prompt could hurt.  Reported by Romain Francoise
13978         <romain@orebokech.com>.
13979         (tramp-let-maybe): Add `edebug-form-spec' property.
13980         (tramp-handle-expand-file-name): Bind `default-directory' locally
13981         to "/" in order to avoid problems with UNC shares or Cygwin
13982         mounts.
13983         (tramp-md5-function): Fix typo in error message.
13985         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13987         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13988         for byte-compiler pacification.
13990 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13992         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13993         ID-FORMAT `string'.  This allows us to get rid of
13994         `vc-user-login-name UID'.
13996         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13998 2006-01-22  John Paul Wallington  <jpw@pobox.com>
14000         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14002 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
14004         * emacs-lisp/find-func.el (find-definition-noselect)
14005         (find-variable-noselect): Search variables in C source code too.
14006         (find-function-C-source, find-function-noselect, find-function)
14007         (find-function-other-frame, find-variable-noselect, find-variable)
14008         (find-variable-other-frame, find-variable-at-point):
14009         Fix docstrings.
14011 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14013         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14015 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
14017         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14018         Default to disabling the "Save affix" question.
14020 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
14022         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14023         the first arg to run-python.
14025 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
14027         * startup.el (command-line-1): Handle --no-desktop if desktop.el
14028         is not loaded.
14030 2006-01-20  Jay Belanger  <belanger@truman.edu>
14032         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14033         limit is 0.
14035         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14036         the correct variable.
14038 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
14040         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14041         link.  Fixed buggy argument sequence in call to `org-view-tags'.
14042         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14043         (org-prefix-has-tag): New variable.
14044         (org-format-agenda-item): Remove tags from headline if
14045         appropriate.
14046         (org-agenda-remove-tags-when-in-prefix): New option.
14047         (org-get-tags-at): New function.
14049 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
14051         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
14052         (thumbs-find-image): Move image name and number from buffer name
14053         to mode name.  Set thumbs-buffer.  Preserve point so that large
14054         images remain visible.
14055         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14056         order.
14057         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
14058         mode name.
14059         (thumbs-next-image, thumbs-previous-image): Make them work.
14061 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
14063         * cus-edit.el (custom-buffer-create-internal): State in the text above
14064         the whole buffer buttons that they do not operate on hidden items.
14065         (custom-face-menu): Use `custom-face-save' instead of
14066         `custom-face-save-command'.
14067         (custom-face-save-command): Make it an alias for `custom-face-save'
14068         and declare it obsolete.
14069         (custom-face-save): Doc fix.
14071         * dired.el (dired-no-confirm): Add quote.
14072         (dired-subdir-alist-pre-R): Add quote in
14073         `make-variable-buffer-local' form and remove unbalanced parenthesis.
14075 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14077         * textmodes/table.el (table-mode-indicator): Typo in last change.
14079 2006-01-19  Richard M. Stallman  <rms@gnu.org>
14081         * outline.el (hide-leaves): Don't call outline-end-of-heading.
14082         Fixes bug reported in Nov 2005.
14084         * isearch.el (isearch-forward): Doc fix.
14086         * dired.el (dired-move-to-filename-regexp): Define as alias.
14087         (dired-no-confirm): Use defcustom.
14088         (dired-subdir-alist-pre-R): Put defvar at top level.
14090         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14092         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14093         Mark as risky.
14095         * simple.el (set-mark-command): Doc fix.
14096         (clone-indirect-buffer-other-window):
14097         Read arg like clone-indirect-buffer.
14098         (move-beginning-of-line): Skip invisible newlines.
14100 2006-01-19  Masatake YAMATO  <jet@gyve.org>
14102         * progmodes/cpp.el (cpp-edit-load): Make the order of
14103         listed conditions in a base C code buffer and its associate
14104         CPP Edit buffer the same.
14106 2006-01-19  Kenichi Handa  <handa@m17n.org>
14108         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14109         (rmail-mime-feature): Likewise.
14110         (rmail-require-mime-maybe): Use display-warning to show a warning
14111         message.
14113         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14114         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14116 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14118         * array.el: Move defvars out of eval-when-compile.
14119         (array-make-template): Replace undeclared global var with a local one.
14120         (array-mode): Inline initialization functions.
14121         (array-init-local-variables, array-init-max-row)
14122         (array-init-max-column, array-init-columns-per-line)
14123         (array-init-field-width, array-init-rows-numbered)
14124         (array-init-line-length, array-init-lines-per-row): Remove.
14126         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
14127         (doc-mode-map): Define explicitly.
14128         (doctor-txtype): Use mapc.
14130         * textmodes/table.el: Move defvars out of eval-when-compile.
14131         Remove harmful code meant to avoid byte-compiler warnings.
14132         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
14133         specification that checks table-fixed-width-mode directly.
14134         (table-recognize-region, table-recognize-cell):
14135         Use restore-buffer-modified-p.
14136         (table-fixed-width-mode): Remove code that refreshes
14137         table-fixed-mode-indicator.
14138         (*table--cell-describe-bindings, *table--cell-describe-mode):
14139         Avoid obsolete name print-help-return-message.
14140         (table--test-cell-list): Don't use replace-regexp from elisp.
14141         (table--point-entered-cell-function, table--point-left-cell-function):
14142         Don't set table-fixed-mode-indicator, use force-mode-line-update.
14144         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
14145         that was after the end of file.  Use buffer-file-name variable.
14146         (org-timestamp-change): Use with-current-buffer.
14147         (org-todo-list): Don't unnecessarily define a new buffer-local var.
14148         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14149         `file'.
14151         * progmodes/fortran.el: Move defvars out of eval-when-compile.
14152         (fortran-break-line): Remove unused var `opoint'.
14153         (fortran-abbrev-start): Obey help-event-list.
14155 2006-01-18  Jesper Harder  <harder@phys.au.dk>
14157         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14159 2006-01-18  Masatake YAMATO  <jet@gyve.org>
14161         * progmodes/make-mode.el (makefile-imake-mode): New mode
14162         derived from makefile-mode.
14163         (makefile-imake-mode-syntax-table): New syntax table
14164         derived from makefile-mode-syntax-table.
14165         (makefile-mode): Write about makefile-imake-mode in doc string.
14166         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14167         (makefile-imake-font-lock-keywords): New font lock keywords.
14169         * files.el (auto-mode-alist): Add Imakefile.
14171 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
14173         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14174         loading the file rather than when turning on flyspell-mode.
14176 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14178         * cus-edit.el (customize-rogue): Minor doc fix.
14180 2006-01-17  Juri Linkov  <juri@jurta.org>
14182         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14183         instead of the file at the mark as default if the file at the mark
14184         is the same as the file at point or if dired-dwim-target-directory
14185         is not the same as the current directory and the mark is not active.
14187         * log-view.el (log-view-minor-wrap): Use the same logic to get
14188         revisions as `log-view-diff'.
14190         * info.el (Info-revert-find-node): Check for Info-current-file
14191         before preserving new-history.
14193         * man.el (Man-heading-regexp): Add `/'.
14195         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14196         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14198 2006-01-16  Juri Linkov  <juri@jurta.org>
14200         * faces.el (mode-line-faces): New defgroup.
14201         (mode-line-highlight): Move definition after new defgroup.
14202         (mode-line, mode-line-inactive, mode-line-highlight):
14203         Replace :group `modeline' with `mode-line-faces'.
14204         (mode-line-buffer-id): New face.
14205         (modeline-buffer-id): New face alias.
14206         (vertical-border): Remove :group `modeline'.
14208         * bindings.el (propertized-buffer-identification): Use face
14209         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14210         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14211         (mode-line-buffer-identification-keymap): For mouse-1 replace
14212         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14213         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14214         mouse-3.
14216         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14217         Buffer-menu-buffer.  Doc fix.
14218         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14219         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14220         `Buffer-menu-buffer'.
14222         * info.el (Info-mode-line-node-keymap): New defvar.
14223         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14224         Propertize Info-current-node with `mode-line-buffer-id' and
14225         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14227         * time.el (display-time-mail-face): Replace :group `faces' with
14228         `mode-line-faces'.
14230 2006-01-16  Kenichi Handa  <handa@m17n.org>
14232         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14234         * language/european.el (cp1252): New alias for windows-1252.
14236         * international/mule.el (autoload-coding-system): Prepare for EOL
14237         variants.
14239 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14241         * term.el (term-raw-map): Add mapping for insert.
14242         (term-send-insert): New.
14243         (term-mode): Make variables local here instead of doing it in
14244         `term-emulate-terminal'.
14245         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14246         Scroll reverse needs to take into account the scroll region.
14247         Saving and restoring the cursor should save the color attributes too.
14248         (term-reset-terminal): Reset the scroll region.
14249         (term-handle-ansi-escape): Cursor up and down should take into
14250         account the scroll region.
14251         (term-set-scroll-region): Rename from `term-scroll-region'.
14252         Move to 0,0 after setting the region.
14253         (term-handle-scroll): Handle scroll up.
14254         (term-down): Fix off by one error.
14255         (term-delete-lines): Do not delete outside the scroll region.
14256         (term-insert-lines): Take into account the scroll region.
14258 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * textmodes/ispell.el (ispell-internal-change-dictionary)
14261         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14262         (start, end): Move declaration outside of eval-when-compile.
14264         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14265         (flyspell-mode-on): Use it.
14267         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14268         ispell-kill-ispell-hook.
14270 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14272         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14273         (Custom-reset-saved): Do not ask for confirmation in single option
14274         buffers.
14276 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14278         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14280 2006-01-13  Romain Francoise  <romain@orebokech.com>
14282         * add-log.el (add-change-log-entry, change-log-merge):
14283         Conditionally use `hard-newline'.
14285 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14287         * wid-edit.el (widget-field-end): If the overlay is no longer
14288         associated with a buffer, behave as if the overlay didn't exist.
14290         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14291         Make sure the links use the `custom-link' face.
14293 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14295         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14296         (ld-script-mode): Don't set indent-line-function since we don't
14297         have one.
14299 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14301         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14302         application.
14303         (org-file-apps-defaults-gnu): Use mailcap as the default for
14304         selecting an application on a UNIX system.
14305         (org-agenda-show-tags): New command.
14306         (org-table-insert-hline): Keep cursor in current table line.
14307         (org-table-convert): Offset effect of modifying
14308         `org-table-insert-hline'.
14309         (org-format-agenda-item): New optional argument TAG.
14310         (org-compile-prefix-format): Handle %T format for the tag.
14311         (org-expand-wide-chars): New function.
14312         (org-table-insert-row, org-table-insert-hline):
14313         Use `org-expand-wide-chars'.
14314         (org-open-file): Fix bug in program launch.
14315         (org-get-time-of-day): Fix bug with times before 1am.
14316         (org-agenda-menu): Add tags commands.
14318 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14320         * textmodes/ispell.el (ispell-init-process): Include the used
14321         dictionary in ispell process start message.
14322         (ispell-internal-change-dictionary): When flyspell-mode is active
14323         and dictionary is changed, make sure ispell process is restarted
14324         and flyspell word cache cleared out for the current buffer.
14325         (ispell-change-dictionary): Make sure flyspell word cache is
14326         cleared out in all buffers with active flyspell mode when
14327         dictionary is globally changed.
14328         Call ispell-internal-change-dictionary after dictionary change.
14330 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14332         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14334         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14335         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14336         years.  Fix small differences wrt Makefile.in.
14337         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14338         Makefile.in does.
14340 2006-01-12  Bill Wohler  <wohler@newt.com>
14342         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14343         mh-search.el.
14345 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14347         * progmodes/ld-script.el: Update copyright year.
14349 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14351         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14352         Don't add widget if setting undefined.
14354 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14356         * help-fns.el (describe-variable): Remove newlines from void
14357         variable output.
14359 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14361         * wdired.el (wdired-mode-map): Add help echo for
14362         wdired-abort-changes.
14364         * man.el (Man-file-name-regexp): Adjust for a list of files.
14366 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14368         * progmodes/ld-script.el (auto-mode-alist): Support
14369         suffix conventions used in netbsd and eCos.
14371 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14373         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14374         (custom-variable-menu, custom-face-menu, custom-group-menu)
14375         (Custom-mode-menu): Change names of menu items.  (As discussed on
14376         emacs-devel.)
14377         (custom-face-menu): Add "Undo Edits" item.
14379         * startup.el (init-file-user): defcustom -> defvar.
14381         * tooltip.el (tooltip-mode): Doc fix.
14383 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14385         * reveal.el (reveal-post-command): window-buffer signals an error on
14386         dead windows rather than returning nil.
14387         (reveal-open-new-overlays): An overlay might die while we open others.
14389 2006-01-11  Bill Wohler  <wohler@newt.com>
14391         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14392         phrasing in docstring.
14394         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14395         can give some systems gas.  Add new file mh-buffers.el.
14397 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14399         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14400         C preprocessor forward ported from GNU Emacs 21.2.
14402         * progmodes/asm-mode.el (asm-font-lock-keywords):
14403         Use `cpp-font-lock-keywords'.
14405         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14407         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14408         of $ for "\\.ld[s]?".
14410 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14412         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14413         (tcl-indent-line): Return `noindent' if inside a string.
14415         * progmodes/flymake.el (flymake-split-string): Remove more than one
14416         empty string at beg/end of the result.
14417         (flymake-find-buildfile, flymake-find-possible-master-files):
14418         Use expand-file-name.
14419         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14420         since expand-file-name does it for us.  Use directory-file-name.
14421         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14422         (flymake-ler-get-type, flymake-ler-get-text)
14423         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14424         (flymake-current-line-no): Remove spurious interactive spec.
14425         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14426         (flymake-check-include): Remove arg inc-path merged into inc-name.
14427         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14428         Arg regexp-list replaced by a simple regexp.
14429         (flymake-master-make-header-init, flymake-master-tex-init):
14430         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14432 2006-01-10  Simon Josefsson  <jas@extundo.com>
14434         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14435         describing AUTH PLAIN fix.
14437 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14439         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14440         (report-emacs-bug): Don't record initial prompt text.
14441         Instead, add text properties to prompting text.
14442         (report-emacs-bug-hook): Delete prompting text.
14444 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14447         `dirs'.  Adjust callers.
14449 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14451         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14453 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14455         * reveal.el (reveal-open-new-overlays): New extracted fun.
14456         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14457         using them.  Simplify the code.
14458         (reveal-post-command): Use them.  Fix up obsolete windows in
14459         reveal-open-spots.
14461         * progmodes/flymake.el: Use `require' rather than autoload for
14462         XEmacs's overlays.
14463         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14464         Delete.  Use file-relative-name instead.
14465         (flymake-get-syntax-check-program-args, flymake-perl-init):
14466         Simplify the resulting code.
14468         * log-view.el (log-view-file-re, log-view-message-re): Add support
14469         for DaRCS output.
14471 2006-01-09  Alex Schroeder  <alex@gnu.org>
14473         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14474         identifiers sometimes added in square brackets at the beginning of
14475         subject lines.
14477 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14479         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14480         (Custom-reset-current, Custom-reset-saved): Change question text.
14481         (Custom-reset-standard): Likewise.
14482         (custom-variable-reset-saved): Doc fix.
14484 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14486         * startup.el (init-file-user): Doc fix.
14488 2006-01-07  Alex Schroeder  <alex@gnu.org>
14490         * mail/rmail.el (rmail-current-subject): New function.
14491         (rmail-current-subject-regexp): New function.
14492         (rmail-next-same-subject): Use it.
14494         * mail/rmailsum.el (rmail-summary-by-topic):
14495         Use rmail-current-subject and rmail-current-subject-regexp.
14496         (rmail-summary-next-same-subject): Ditto.
14498         * net/rcirc.el (rcirc-send-input): No longer check whether the
14499         process is open, since not all commands need an open process.
14500         (rcirc-send-string): Check whether the process is open before
14501         sending anything.
14502         (rcirc-ignore-list): New option.
14503         (rcirc-ignore-list-automatic): New variable.
14504         (rcirc-print): Take rcirc-ignore-list into account.
14505         (rcirc-cmd-ignore): New command.
14506         (rcirc-ignore-update-automatic): New function.
14507         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14508         list if ignored nicks.
14509         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14511 2006-01-06  David Reitter  <david.reitter@gmail.com>
14513         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14514         reflect the address to which the report will be sent.
14516 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14518         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14519         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14521 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14523         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14525         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14526         the doc string: "functoin" => "function".
14527         * ldefs-boot.el: Likewise.
14529         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14530         message text: "Duplicat" => "Duplicate".
14532 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14534         * files.el (basic-save-buffer-2): If backing-up failed, reset
14535         buffer-backed-up to nil.
14537 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14539         * progmodes/gud.el (gdb-script-skip-to-head)
14540         (gdb-script-calculate-indentation): Indent for breakpoint command
14541         lists also.
14543 2006-01-05  Bill Wohler  <wohler@newt.com>
14545         * Makefile.in (compile-always): Add mh-autoloads dependency.
14546         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14547         provides it.
14548         (updates): Remove mh-autoloads dependency, since it probably has
14549         already run recently (via recompile).
14551 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14553         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14554         argument `force' to disable the flyspell-last-buffer optimization.
14555         (flyspell-mode-on): Use it.
14557         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14558         flymake-simple-cleanup.
14559         (flymake-allowed-file-name-masks): Use this new default.
14560         All the functions are now called in the right buffer rather than
14561         passing the buffer as argument.
14562         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14563         (flymake-parse-err-lines): Remove redundant buffer arg.
14564         (flymake-get-program-dir): Comment out unused function.
14565         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14566         Remove redundant buffer argument.
14567         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14568         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14570 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14572         * info.el (Info-find-node): Don't record previous node if have none.
14573         (info): Go to directory only if history is empty.
14575         * simple.el (mark): Doc fix.
14577 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14579         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14580         already of desired type.
14581         (mac-ae-list): Coerce parameter to "list" type.
14582         (mac-dispatch-apple-event): Replace cadr part of event with a
14583         dummy position so that event-start returns it.
14585 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14587         * textmodes/org.el (org-end-of-subtree): New function.
14588         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14589         Use `org-end-of-subtree'.
14590         (org-agenda, org-agenda-convert-date): Protect calls to
14591         `fit-window-to-buffer'.
14592         (org-tags-view): Force matching of sublevels when doing a
14593         todo-only search.  Define the correct redo command, including the
14594         arguments.
14595         (org-agenda-redo): Display message.
14596         (org-check-for-org-mode): New function.
14597         (org-agenda-type): New variable.
14598         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14599         Set `org-agenda-type'.
14600         (org-agenda-check-type): New function.
14601         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14602         (org-agenda-week-view, org-agenda-day-view)
14603         (org-agenda-next-date-line, org-agenda-previous-date-line)
14604         (org-agenda-log-mode, org-agenda-toggle-diary)
14605         (org-agenda-toggle-time-grid, org-agenda-date-later)
14606         (org-agenda-date-prompt, org-agenda-diary-entry)
14607         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14608         (org-agenda-convert-date, org-agenda-menu):
14609         Use `org-agenda-check-type'.
14610         (org-make-overlay, org-delete-overlay)
14611         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14612         New compatibility functions.
14613         (org-calendar-select-mouse): New command.
14615 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14617         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14618         (Custom-reset-standard): Fix y-or-n-p messages.
14619         (custom-link): New face for links.
14620         (custom-buffer-create-internal, custom-manual): Use it.
14621         (custom-face-save): Push to theme-face before setting face spec.
14623         * wid-edit.el (widget-default-mouse-face-get): New function.
14624         (widget-specify-button): Handle mouse-face like button-face.
14626         * custom.el (load-theme): Clear old theme settings if reloading.
14628 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14630         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14631         "Erase Customization" button back to same position it occupies in
14632         the individual State menus.
14634 2006-01-04  Kim F. Storm  <storm@cua.dk>
14636         * wid-edit.el (key-sequence): Rework widget to read key binding
14637         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14638         (widget-key-sequence-default-value): Default value for empty sequence.
14639         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14640         (widget-key-sequence-read-event): New command for C-q.
14641         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14642         (widget-key-sequence-value-to-external): New functions.
14644 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14646         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14647         Use expand-file-name.
14648         (flymake-delete-temp-directory): Use expand-file-name,
14649         file-name-directory, and directory-file-name.
14650         (flymake-strrchr): Delete.
14651         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14652         to the init-f function.
14653         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14654         (flymake-init-find-buildfile-dir)
14655         (flymake-init-create-temp-source-and-master-buffer-copy)
14656         (flymake-simple-make-init-impl, flymake-simple-make-init)
14657         (flymake-master-make-init, flymake-master-make-header-init)
14658         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14659         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14660         (flymake-xml-init): Remove corresponding redundant buffer argument.
14661         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14662         the default anyway.  Clean up regexps.
14664         * progmodes/flymake.el (flymake-temp-source-file-name)
14665         (flymake-master-file-name, flymake-temp-master-file-name)
14666         (flymake-base-dir): New buffer-local vars.
14667         (flymake-buffer-data, flymake-get-buffer-value)
14668         (flymake-set-buffer-value): Replace those hash-tables by the new
14669         buffer-local vars.  Update callers.
14671         * progmodes/flymake.el (flymake-check-start-time)
14672         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14673         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14674         Move definition, so we can remove redundant earlier declaration.
14675         (flymake-replace-regexp-in-string, flymake-split-string)
14676         (flymake-get-temp-dir): Use defalias.
14677         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14678         (flymake-xemacs-window-edges): Remove unused function.
14679         (flymake-get-point-pixel-pos): Move.
14680         (flymake-pid-to-names, flymake-reg-names)
14681         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14682         Replace by a simple list flymake-processes and by process-buffer.
14683         Update callers.  Other than simplify the code, it uses buffers rather
14684         than buffer-names so it doesn't get confused by uniquify.
14685         (flymake-buffer-data): The global value should just be nil.
14687         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14688         Optimize the body of a defalias like any other code.
14690         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14691         Make sure we've setup font-lock's vars.  It may influence which
14692         function we then call.
14693         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14694         here since it's too late anyway.
14696 2006-01-03  Romain Francoise  <romain@orebokech.com>
14698         * startup.el (fancy-splash-tail, normal-splash-screen):
14699         Update copyright year.
14701 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14703         * mouse.el (mouse-drag-track): Rename, from
14704         `mouse-drag-region-1'.  Includes optional argument required to
14705         enable post-drag event processing (e.g. delete region keys).
14706         Can be used without this argument to track a mouse region and operate
14707         on it as soon as the drag completes.
14708         (mouse-drag-region): Use `mouse-drag-track'.
14710 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14712         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14713         Move to `custom-buffer' group.
14715         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14716         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14717         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14718         (custom-theme-face-menu): New variables.
14719         (custom-theme-add-variable, custom-theme-variable-action)
14720         (custom-variable-reset-theme, custom-theme-delete-variable)
14721         (custom-face-reset-theme, custom-theme-face-action)
14722         (custom-theme-delete-face, custom-theme-merge-theme)
14723         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14725 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14727         * custom.el: Move Custom Themes commentary to start of theme code.
14728         (custom-known-themes): Rename `standard' theme to `changed'.
14729         (custom-push-theme): Caller no longer specifies what theme to use
14730         when doing `reset'---the setting is simply removed from the theme.
14731         Delete MODE from `theme-value' and `theme-settings' properties.
14732         (custom-declare-theme): Ignore &rest args since we don't use them.
14734         (custom-loaded-themes): Delete variable.
14735         (custom-theme-load-themes, custom-theme-loaded-p)
14736         (custom-theme-value): Delete functions.
14738         (custom-declare-theme): Signal error on invalid theme names.
14739         (provide-theme): custom-loaded-themes was deleted.
14740         (load-theme): Load the file unconditionally.
14741         (enable-theme): Call `load-theme' if theme is undefined.
14742         (custom-enabled-themes): Only update value for successful loads.
14743         (disable-theme): Complete from enabled themes when interactive.
14744         (custom-variable-theme-value): Calculate theme value directly.
14746         (custom-theme-reset-variables, custom-reset-variables): Mark as
14747         XEmacs compatibility functions.  We don't actually use these.
14749         * cus-edit.el (custom-variable-state-set):
14750         Use custom-variable-theme-value instead of custom-theme-value.
14751         (custom-face-state-set): Rename `standard' theme to `changed'.
14752         (custom-save-variables, custom-save-faces): Delete unneeded
14753         references to custom-reset-variables.
14754         (custom-save-resets): Delete function.
14755         (custom-save-variables, custom-save-faces): MODE argument deleted.
14756         (custom-save-variables, custom-save-faces): Ignore theme values.
14758         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14759         compatibility function.
14761 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14763         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14764         (Custom-reset-current, Custom-reset-saved): Likewise.
14765         (Custom-reset-standard): Show message if aborted.
14766         (custom-mode): Doc fix, describing those commands.
14768         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14769         put on event-kind property.
14771 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14773         * custom.el (provide-theme): Ban `user' theme name.
14774         (custom-enabling-themes): New variable.
14775         (enable-theme): Don't enable user if custom-enabling-themes is t.
14776         (custom-enabled-themes): Make it a defcustom.
14777         (custom-theme-recalc-face): No-op if face is undefined.
14779         * cus-edit.el (custom-button-mouse): New variable.
14780         (custom-button-mouse): New face.
14781         (custom-raised-buttons, custom-mode): Use it.
14783         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14785 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14787         * progmodes/gud.el (gud-display-line): Support hl-line in the
14788         source buffer.
14790 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14792         * mouse.el (mouse-drag-window-above): Verify that the found window
14793         overlaps with the given window in the horizontal dimension.
14795 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14797         * Makefile.in (cvs-update): New target.
14799         * makefile.w32-in (cvs-update): Ditto.
14801 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14803         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14804         (custom-new-theme-mode-map): New variable.
14806 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14808         * custom.el (custom-load-themes): Function deleted.
14810         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14811         (custom-save-variables): Don't delete or add custom-load-themes call.
14813 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14815         * cus-start.el: Add `visible-cursor'.
14817         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14818         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14819         (flymake-process-filter): Switch to buffer before calling it instead.
14820         (flymake-post-syntax-check, flymake-highlight-err-lines)
14821         (flymake-delete-own-overlays, flymake-parse-err-lines)
14822         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14823         (flymake-count-lines, flymake-parse-residual):
14824         Remove constant buffer argument.
14825         (flymake-start-syntax-check-for-current-buffer): Remove.
14826         Update callers to use flymake-start-syntax-check instead.
14827         (flymake-display-err-menu-for-current-line):
14828         Remove unused var `mouse-pos'.
14829         (flymake-restore-formatting): Comment out unused function.
14830         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14831         argument, use current-buffer instead.  Update callers.
14833 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14835         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14836         buffer-local because choose-completion-delete-max-match requires
14837         that we set completion-ignore-case (i.e., binding via let is not
14838         sufficient).
14839         (bibtex-complete): Always set completion-ignore-case and
14840         choose-completion-string-functions.  The latter is needed because
14841         choose-completion-string-functions keeps its value if we quit the
14842         *Completions* buffer without requesting a completion.
14844 2005-12-30  Andreas Schwab  <schwab@suse.de>
14846         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14848 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14850         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14852 2005-12-30  Juri Linkov  <juri@jurta.org>
14854         * locate.el (locate-fcodes-file, locate-header-face)
14855         * progmodes/delphi.el (delphi-other-face)
14856         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14858         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14859         group `paren-showing-faces'.
14861         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14862         (goto-address): Fix docstring.
14864         * net/webjump.el (webjump-sample-sites): Update URLs.
14866         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14868         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14870 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14872         * font-lock.el (font-lock-compile-keywords): Signal an error when
14873         font-lock-set-defaults hasn't been called.
14875 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14877         * subr.el (noreturn, 1value): Doc fixes.
14879 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14881         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14882         that assoc-string returns nil.
14884 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14886         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14887         (bibtex-entry-type-str, bibtex-empty-field-re)
14888         (bibtex-search-backward-string, bibtex-preamble-prefix)
14889         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14890         (bibtex-any-valid-entry-type): New variable.
14891         (bibtex-parse-field-name): Simplify.
14892         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14893         (bibtex-preamble-prefix): Include left delimiter.
14894         (bibtex-search-forward-field, bibtex-search-backward-field):
14895         Allow unbounded search past entry boundaries (required by bibtex-pop).
14896         (bibtex-text-in-field-bounds): Use push.
14897         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14898         (bibtex-parse-preamble, bibtex-valid-entry)
14899         (bibtex-beginning-first-field): New functions.
14900         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14901         (bibtex-map-entries): Fix docstring.
14902         (bibtex-flash-head): New arg prompt.  Simplify.
14903         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14904         (bibtex-insert-kill): Simplify.  Always insert text past the
14905         current field or entry.
14906         (bibtex-format-entry): Use bibtex-parse-field.
14907         (bibtex-pop): Use bibtex-beginning-of-entry and
14908         bibtex-end-of-entry to initiate the search.  Insert empty field if
14909         we found ourselves.
14910         (bibtex-print-help-message): New args field and comma.
14911         Handle entry keys.
14912         (bibtex-make-field): Use bibtex-beginning-of-entry.
14913         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14914         invalid entry.
14915         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14916         Handle preambles.  Simplify code for thorough test.
14917         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14918         New arg comma.  Handle entry heads.
14919         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14920         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14921         New arg comma.
14922         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14923         (bibtex-fill-field): Simplify.
14924         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14925         bibtex-parse-field.
14926         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14927         (bibtex-complete): Use bibtex-parse-preamble.
14929 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14931         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14932         Display name of expression instead of convenience variable.
14933         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14935         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14936         toggle-gud-tooltip-dereference.
14937         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14938         (gud-tooltip-tips): ...here when dereferencing.
14940 2005-12-28  Bill Wohler  <wohler@newt.com>
14942         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14944 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14946         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14947         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14948         (vc-annotate-display-autoscale): Adjust call.
14949         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14950         Fix interactive spec.
14951         (vc-annotate-time-span): Remove.
14952         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14953         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14954         (vc-annotate-display-select): Use new name.
14956         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14957         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14958         Correct the construction of span entries.  Simplify.
14959         (vc-annotate-display-select): Fix the nil case.
14960         (vc-annotate): Remove obsolete (and now broken) code.
14961         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14962         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14964 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14966         * subr.el (lazy-completion-table): Correct typo in docstring.
14968         * startup.el (command-line): Use `custom-reevaluate-setting' for
14969         `send-mail-function'.
14971         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14973 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14975         * mail/smtpmail.el (smtpmail-try-auth-methods):
14976         Send credentials together with "AUTH PLAIN" command.
14978 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14980         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14981         mouse-2, go back to previously selected window, so it's selected
14982         when mouse-2 command runs.
14984 2005-12-27  Juri Linkov  <juri@jurta.org>
14986         * descr-text.el (describe-text-sexp): Use square brackets for
14987         button [Show] to distinguish it from the property value `show'.
14988         (describe-property-list): Use `insert-text-button' with
14989         `help-face' type instead of putting face in quotes, because button
14990         is not created automatically for a list of faces.
14991         (describe-text-properties-1): Put button-type value in quotes to
14992         distinguish from plain text "button".
14993         (describe-char): Display code point values in hex.  Don't use
14994         `symbol-name' for `current-input-method' because it is a string.
14995         Use `insert-text-button' with `help-face' type instead of putting
14996         hardcoded face in quotes, because button is not created automatically.
14998 2005-12-27  Richard M. Stallman  <rms@gnu.org>
15000         * progmodes/glasses.el (glasses-face): More specific custom type.
15002         * files.el (set-visited-file-name): Doc fix.
15004         * textmodes/flyspell.el (flyspell-external-point-words):
15005         Use local var buffer-scan-pos to advance scan for next misspelling.
15006         Advance it only after we find the misspelling.
15008 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
15010         * textmodes/flyspell.el (flyspell-external-point-words):
15011         New criteria for finding the misspelling in the buffer.
15013 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
15015         * help-mode.el (help-insert-string): Set help-xref-stack-item
15016         rather than call help-setup-xref.
15018         * descr-text.el (describe-char): Revert previous changes for
15019         optional buffer argument.
15021 2005-12-27  Juri Linkov  <juri@jurta.org>
15023         * help-mode.el (help-insert-string): New function.  Save buffer
15024         contents in cases where it is impossible to recompute the old contents.
15026         * descr-text.el (describe-char): Set help-xref-stack-item
15027         explicitly after buffer has been generated.
15029 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15031         * cus-start.el (all): Add x-gtk-show-hidden-files.
15033 2005-12-26  Richard M. Stallman  <rms@gnu.org>
15035         * replace.el (perform-replace): Calculate match-again
15036         before skipping read-only matches.
15038         * paren.el (paren-showing-faces): New group.
15039         (show-paren-match, show-paren-mismatch): Move to that group.
15041         * button.el (button): Put into group `basic-faces'.
15043         * progmodes/make-mode.el: Remove faces from group `faces'.
15045         * apropos.el (apropos, apropos-value): Doc fix.
15046         (apropos-documentation): Doc fix.
15048 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15050         * subr.el (lazy-completion-table): Remove argument `args'.
15052         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15053         Don't use the `args' argument of lazy-completion-table.
15055 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
15057         * descr-text.el (describe-char): Add optional argument for buffer.
15058         Set buffer appropriately.  Call help-setup-xref.
15059         Suggested by Stefan Monnier.
15061 2005-12-26  Juri Linkov  <juri@jurta.org>
15063         * descr-text.el: Require `help-fns' at runtime.  Don't require
15064         `button' for byte compilation.
15065         (describe-text-widget): Add `help-echo' for first button.
15066         Use `help-info' for second.
15067         (describe-property-list): Use `help-argument-name' instead of `italic'.
15068         (describe-text-category): Add prompt to interactive spec.
15069         Call `help-setup-xref'.
15070         (describe-char): Use `help-character-set'.  Add `help-echo' for
15071         code point.  Use `help-input-method'.  Remove superfluous insert.
15073 2005-12-25  Richard M. Stallman  <rms@gnu.org>
15075         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15076         at point, in case of narrowing.
15078         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15080         * locate.el (locate-header-face): Allow nil in type.
15082         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15084 2005-12-25  Romain Francoise  <romain@orebokech.com>
15086         * battery.el (battery-linux-proc-acpi): Also try
15087         `/proc/acpi/thermal_zone/THM0/temperature'.
15089 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
15091         * custom.el (custom-push-theme): Fix docstring.
15093         * cus-edit.el (custom-variable-set, custom-variable-save)
15094         (custom-variable-save): Custom-quote widget values.
15095         (customize-save-variable): Fix custom-push-theme call.
15097 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
15099         * w32-fns.el (w32-batch-update-autoloads): New function.
15101         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15102         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15103         from the command line.
15105 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
15107         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
15108         reset means to remove setting from theme entirely.  Don't keep
15109         expanding theme-settings list; delete old entries if necessary.
15111         * cus-edit.el (custom-buffer-create-internal): Move "Erase
15112         customization" button one line up.
15113         (custom-themed): New face.
15114         (custom-magic-alist): New value, THEMED, for theme settings.
15115         (custom-variable-state-set, custom-face-state-set):
15116         Check theme-value instead of saved-value.
15117         (custom-variable-reset-standard, custom-face-reset-standard):
15118         Remove theme setting entirely.  Recalculate new values.
15119         (custom-variable-set, custom-variable-set)
15120         (custom-variable-reset-saved, custom-variable-reset-backup)
15121         (custom-face-set, custom-face-reset-saved): Update `user' theme.
15122         (custom-variable-save): Fix typos.
15124 2005-12-23  Juri Linkov  <juri@jurta.org>
15126         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15127         Add autoload cookies.
15128         (edebug-outside-d-c-i-n-s-w): New variable.
15129         (edebug-display, edebug-outside-excursion): Use it to save the
15130         original value of default-cursor-in-non-selected-windows.
15131         Set default-cursor-in-non-selected-windows to t while Edebug
15132         is active.
15133         (edebug-mode, edebug-eval-mode): Doc fix.
15135         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15136         with `buffer-substring-no-properties' to remove common substring
15137         highlighting.
15139         * info.el (info-other-window, info): Rename function argument
15140         `file' to `file-or-node'.
15141         (Info-complete-menu-item): Use local variable `complete-nodes' to
15142         keep the global value of `Info-complete-nodes' unchanged for
15143         subsequent completions.
15144         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15146         * simple.el (get-next-valid-buffer, last-buffer)
15147         (next-error-buffer-p, next-error-find-buffer)
15148         (minibuffer-history-sexp-flag): Doc fix.
15150         * savehist.el (savehist-mode-hook): Add `:group'.
15152         * log-view.el: Call autoload for vc-find-version.
15153         (log-view-current-file): Adjust subgroup numbers.
15154         (log-view-current-tag): Add `length'.
15156 2005-12-23  Richard M. Stallman  <rms@gnu.org>
15158         * vc.el (vc-annotate-car-last-cons): Defn moved up.
15160 2005-12-23  Juri Linkov  <juri@jurta.org>
15162         * hi-lock.el (hi-lock-archaic-interface-message-used)
15163         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15164         (hi-lock-mode): Display "Hi" in the mode line only when
15165         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15166         (hi-lock-write-interactive-patterns):
15167         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15168         (hi-lock-set-pattern, hi-lock-set-file-patterns)
15169         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15170         font-lock-add-keywords to t.
15172 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
15174         * hi-lock.el (hi-lock-highlight-range): New variable.
15175         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15176         only if font-lock-fontified is non-nil.  Remove overlays.
15177         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15178         font-lock-fontified is non-nil, otherwise use overlays (instead of
15179         text properties).
15180         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15181         New variables.
15182         (hi-lock-string-serialize) New function.
15184 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15186         * menu-bar.el (menu-find-file-existing): New function.
15187         (menu-bar-file-menu): Use menu-find-file-existing for Open.
15189         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15191 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15193         * vc.el: Remove unnecessary leading * in docstrings.
15194         (vc-annotate-mode-map): Move initialization into declaration.
15195         (vc-static-header-alist): Nitpick on the regexp.
15196         (vc-default-init-version): New fun.
15197         (vc-register): Use it.
15198         (vc-insert-headers): Use dolist.
15199         (vc-annotate-get-backend): Remove unused function.
15200         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15201         (vc-annotate-mode): Remove corresponding call.
15202         (vc-annotate-car-last-cons): Simplify.
15203         (vc-annotate-buffers): Remove var.
15204         (vc-annotate-backend): Make it buffer-local.
15205         (vc-annotate): Move the interaction to the interactive spec.
15206         Add a `buf' argument.
15207         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15208         killing&creating a vc-annotate buffer, which is very disruptive when
15209         the buffers are shown in dedicated frames.
15211 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15213         * descr-text.el: Add FSF as maintainer.
15214         (describe-text-mode, describe-text-mode-map)
15215         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15216         help-mode.
15217         (describe-text-widget, describe-text-sexp)
15218         (describe-property-list, describe-text-category)
15219         (describe-text-properties, describe-text-properties-1)
15220         (describe-char): Use help buttons instead of widgets.
15221         (describe-char-unicodedata-file): Make URL link in doc string.
15223 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15225         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15226         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15227         Don't include buttons that write a file when there's no file.
15228         (custom-variable-menu, custom-face-menu, custom-group-menu):
15229         Don't include commands that write a file when there's no file.
15230         (customize-browse): Reword the top-of-buffer help intro.
15231         (custom-buffer-create-internal): Fix previous change.
15232         (customize-changed-options-previous-release): Prev release is 21.1.
15233         (customize-changed-options): Doc fix.
15234         (customize-changed): New alias.
15235         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15236         Say "standard values".
15237         (Custom-reset-standard): Doc fix.
15238         (custom-face-reset-standard): Doc fix.
15240 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15243         even if font-lock-mode is non-nil since it may be t without having
15244         turned on font-lock-mode-internal.
15245         (font-lock-choose-keywords): Minor optimization.
15246         (font-lock-add-keywords, font-lock-remove-keywords)
15247         (font-lock-set-defaults): Don't call make-local-variable on a variable
15248         that we know to already be local.
15250 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15252         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15253         messages if in the minibuffer.
15255 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15257         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15258         (tex-mode-flyspell-verify, flyspell-get-word)
15259         (flyspell-external-point-words): Don't use point-min/max uselessly.
15261         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15262         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15263         don't need to show it.
15265 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15267         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15269 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15271         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15272         delete-windows-on with an inexistent buffer.
15274 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15276         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15277         Delete defcustom variable :tag names.
15279 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15281         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15282         (log-view-font-lock-keywords): Ajust subgroup numbers.
15283         (log-view-current-tag): Don't hard code the number of subgroups.
15285 2005-12-20  Juri Linkov  <juri@jurta.org>
15287         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15288         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15290         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15291         (menu-bar-non-minibuffer-window-p): Instead of checking
15292         display-multi-frame-p, use selected-frame when menu-updating-frame
15293         is nil.
15295 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15297         * align.el (align-rules-list): Use [ \t] instead of \s-
15298         for column separators in text mode.
15300 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15302         * help-mode.el (help-customize-variable, help-customize-face):
15303         Don't pop help-xref-stack as help-follow no longer pushes
15304         anything on to it.
15306 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15308         * textmodes/org.el (org-agenda-custom-commands): New option.
15309         (org-agenda): Offer custom commands on splash screen.
15310         (org-make-tags-matcher): Parser for Boolean logic added.
15311         (org-agenda-set-tags): New command.
15312         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15313         (org-set-tags): Efficiency improvements.
15314         (org-auto-align-tags): New option.
15315         (org-todo, org-demote, org-promote): Realign tags.
15316         (org-tags-completion-function): Use also "&" and "|" as separators.
15317         (org-org-menu): Agenda commands simplified.
15319 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15321         * cus-edit.el (customize-apropos, customize-apropos-options):
15322         Docstring changes.
15324         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15326 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15328         * longlines.el (longlines-mode): Wrap while widened.
15329         (longlines-decode-region, longlines-encode-region): Compute max
15330         just once.
15332 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15334         * cus-edit.el (mac): New group.
15336         * cus-start.el (all): Add user options in macterm.c.  Add test for
15337         Mac-related built-ins.  Fix test for GTK-related built-ins.
15339         * term/mac-win.el (mac-handle-language-change)
15340         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15341         (mac-services-open-selection, mac-services-mail-selection)
15342         (mac-services-mail-to, mac-services-insert-text)
15343         (mac-dispatch-apple-event): Add docstrings.
15344         (x-get-selection, mac-select-convert-to-string): Select coding
15345         system from `utf-16be' and `utf-16le' using `byteorder'.
15347 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15349         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15350         a "list" (lambda ...) rather than a real completion list.
15352         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15353         lexical-let when encountering ((lambda (...) ...) ...).
15355 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15357         * progmodes/sh-script.el (sh-mode):
15358         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15359         * textmodes/picture.el (picture-mode): Update docstrings.
15361 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15363         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15364         commands enclosed in $(ARGQUOTE)s should not be split between two
15365         lines, as that will break with GNU Make >3.80, when sh.exe is used
15366         and arg quoting is with '..'.
15367         (autoloads): Don't break the quoted --eval expression between
15368         several lines.
15370 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15372         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15373         Capture error from printing circular structures.
15375 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15377         * wid-edit.el (widget-checkbox-action): Clear undo info.
15379 2005-12-16  Bill Wohler  <wohler@newt.com>
15381         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15382         bar, not menubar in comment.
15384 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15386         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15387         After-change-functions should not clobber the match data.
15389 2005-12-16  Juri Linkov  <juri@jurta.org>
15391         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15392         instead of `buffer-substring'.
15393         (completion-common-substring): Doc fix.
15394         (completion-setup-function): Use minibuffer-completion-contents
15395         instead of minibuffer-contents.  Don't set common-string-length
15396         initially.  Remove special handling of partial-completion-mode.
15397         Move computation of completion-base-size into one cond.
15398         Call completion-base-size-function in mainbuf.  In computation of
15399         completion-base-size for file name completion don't move point to
15400         the end of the minibuffer.  Move computation of common-string-length
15401         into one cond.  Start putting faces only when common-string-length>=0.
15402         Add condition to put completions-common-part when
15403         common-string-length>0.
15405         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15406         place point at the first different character in the minibuffer
15407         even if this position is at the beginning of the minibuffer.
15409         * info.el (Info-read-node-name-1): In completion-base-size-function's
15410         lambda return 1 if common-substring or minibuffer-completion-contents
15411         starts with (, and 0 otherwise.
15413         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15414         Use `crm-current-element' for second arg of `display-completion-list'.
15416 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15418         * files.el (set-auto-mode): Look for an interpreter specified on
15419         the first line also if search for mode specification succeeded,
15420         but the mode is not known.
15422 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15424         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15425         (org-open-at-point): Implement tag searches as links.
15426         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15427         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15428         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15429         (org-agenda-dispatch): New commands.
15430         (org-use-tag-inheritance, org-tags-column): New options.
15431         (org-tab-follows-link, org-return-follows-link): New options.
15432         (org-tags): New customize group.
15433         (org-start-icalendar-file): Get local time zone.
15434         (org-tags-completion-function): New function.
15435         (org-set-font-lock-defaults): Make sure links will also be
15436         highlighted inside headlines.
15438 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15440         * term.el (term-emulate-terminal):
15441         Let term-handle-ansi-terminal-messages override what Bash says about
15442         its current directory.
15444 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15446         * bindings.el (last-buffer): Move to simple.el.
15447         * simple.el (last-buffer): Move here.
15448         (get-next-valid-buffer): New function.
15449         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15450         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15452         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15453         * bindings.el (global-map): Ditto.
15455 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15457         * cus-edit.el: Introductory comment change.
15458         (custom-magic-alist): Change message string for the `rogue' state.
15460 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15462         * tooltip.el: Delete defcustom variable :tag names.
15464         * complete.el (partial-completion-mode): Doc fix.
15466         * textmodes/flyspell.el (flyspell-external-point-words):
15467         Use save-excursion to ensure we don't move backward in the
15468         search loop, not even one character.
15469         (flyspell-delete-all-overlays): Use remove-overlays directly.
15471         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15472         (ispell-start-process): Set that variable.
15473         Clear ispell-buffer-local-name.
15474         (ispell-internal-change-dictionary):
15475         Set ispell-current-dictionary after killing process.
15476         (ispell-buffer-local-dict):
15477         Don't set spell-personal-dictionary after killing process.
15478         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15479         (ispell-tex-skip-alists, ispell-html-skip-alists)
15480         (ispell-skip-region-alist): Mark as risky.
15482         * net/newsticker.el (newsticker--retrieval-timer-list)
15483         (newsticker--display-timer, newsticker-running-p)
15484         (newsticker-ticker-running-p): Definitions moved up.
15486 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15488         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15490 2005-12-15  David Ponce  <david@dponce.com>
15492         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15493         (recentf-edit-list, recentf-open-files): Signal an error when
15494         there is no recent file.
15496 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15498         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15499         read-only except for texinfo-format-region evaluation.
15501 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15503         * vc.el (vc-default-previous-version, vc-default-next-version)
15504         (vc-do-command): Doc fixes.
15506 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15508         * textmodes/bibtex.el (bibtex-expand-strings)
15509         (bibtex-autokey-expand-string, bibtex-name-part)
15510         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15511         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15512         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15513         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15514         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15515         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15516         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15517         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15518         (bibtex-beginning-of-last-entry): Remove.
15519         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15520         message if comma is missing but buffer is read-only.
15521         (bibtex-parse-field-text): Handle whitespaces at the end of field
15522         text.  Return 3-element list with beginning and end of field text
15523         and end of field.
15524         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15525         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15526         (bibtex-search-forward-field, bibtex-search-backward-field):
15527         Search always delimited by limits of entry.  Use more efficient
15528         search algorithms.
15529         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15530         bibtex-end-of-name-in-field.
15531         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15532         extracting the content of a field.
15533         (bibtex-text-in-field): Use search limits.
15534         (bibtex-parse-string-prefix): Handle empty string keys based on
15535         bibtex-string-empty-key.
15536         (bibtex-parse-string): Fix docstring.
15537         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15538         (bibtex-preamble-prefix, bibtex-strings): New functions.
15539         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15540         BibTeX entries (consistent with other BibTeX functions).
15541         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15542         (bibtex-search-entry): Fix docstring.  Simplify.
15543         (bibtex-flash-head, bibtex-complete-string-cleanup)
15544         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15545         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15546         (bibtex-parse-entry): New optional arg content.
15547         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15548         Use bibtex-text-in-field-bounds.
15549         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15550         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15551         bibtex-parse-string-postfix.
15552         (bibtex-find-text-internal): New function.
15553         (bibtex-remove-delimiters): Use it.
15554         (bibtex-find-text): Use it.  New optional arg help.
15555         (bibtex-complete): Handle BibTeX string and preamble entries.
15556         (bibtex-Preamble): Fix order of closing delimiters.
15558 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15560         * vc.el (vc-default-revert): New fun.
15562         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15564 2005-12-14  Romain Francoise  <romain@orebokech.com>
15566         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15567         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15568         (font-lock-remove-keywords): Likewise.
15570 2005-12-14  Juri Linkov  <juri@jurta.org>
15572         * log-view.el (log-view-diff): Doc fix.
15574         * isearch.el (isearch-query-replace): Use (mark) instead of
15575         isearch-opoint if mark is active in transient-mark-mode.
15577 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15579         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15581 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15583         * progmodes/cpp.el (cpp-face): New widget.
15584         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15586 2005-12-14  Juri Linkov  <juri@jurta.org>
15588         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15589         around `erase-buffer' and `insert'.
15591         * descr-text.el (describe-text-properties): Replace buffer name
15592         "*Help-2*" with "*Help*<2>".
15593         (describe-char): Add functions print-help-return-message,
15594         toggle-read-only.  Use help-setup-xref with nil to not store
15595         describe-char in help-xref-stack.  Use help-make-xrefs to
15596         make [back] button.
15598         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15600         * wdired.el (wdired-old-point): New internal variable.
15601         (wdired-change-to-wdired-mode): Set it buffer-locally.
15602         (wdired-abort-changes): Restore point after aborting changes.
15604 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15606         * vc.el (vc-do-command): Add a new value t for okstatus.
15608         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15609         frame in case of errors.
15611 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15613         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15614         so it comes after "On the Left" in the menu.
15616 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15618         * cus-edit.el (customize-apropos, customize-apropos-options)
15619         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15621 2005-12-12  Bill Wohler  <wohler@newt.com>
15623         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15624         non-writable Subversion-controlled files by saving window
15625         configuration before calling vc-do-command.  vc-do-command calls
15626         pop-to-buffer on error which is unexpected during registration.
15628 2005-12-12  Jay Belanger  <belanger@truman.edu>
15630         * calc/README: Update the summary of changes.
15632 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15634         * descr-text.el (describe-char): Rework last fix to solve the problem
15635         is the same way it's solved for everything else in that function
15636         (i.e. by extracting the info before setting up the *Help* buffer).
15638 2005-12-12  Kim F. Storm  <storm@cua.dk>
15640         * subr.el (version-regexp-alist): Allow space as separator before
15641         non-numeric part, e.g. "1.0 alpha".
15642         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15644 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15646         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15647         Implement Logging and the keep-modes setting.
15648         (org-get-category): Make sure a string is returned.
15649         (org-log-done): New function.
15650         (org-log-done, org-closed-string): New options.
15652 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15654         * tooltip.el (tooltip-y-offset): Change default to 20.
15656 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15658         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15660         * frame.el (display-hourglass): Doc fix.
15662         * help.el (help-for-help-internal): Simplify entry for `a'.
15664         * info.el (Info-on-current-buffer): Doc fix.
15665         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15667         * startup.el (inhibit-splash-screen): Make this the real name.
15668         (inhibit-startup-message): Make this the alias.
15669         (command-line): Find only simple.el, and use its directory
15670         to fill in other preloaded files' names.
15671         (command-line): Deactivate the mark if deactivate-mark is set.
15673         * international/mule.el (load-with-code-conversion):
15674         Bind deactivate-mark.
15676         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15678 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15680         * cus-edit.el (customize-apropos): Avoid listing an option more
15681         than once under different aliases.  No longer list user options
15682         that are not defined with defcustom (unless a prefix arg is given).
15683         Doc fix.
15684         (customize-apropos-options): Doc fix.
15686 2005-12-11  Juri Linkov  <juri@jurta.org>
15688         * frame.el (set-background-color, set-foreground-color)
15689         (set-cursor-color, set-mouse-color, set-border-color):
15690         Add explicit prompts to read colors by `facemenu-read-color'.
15691         (show-trailing-whitespace, blink-cursor-delay)
15692         (blink-cursor-interval, display-hourglass, hourglass-delay):
15693         Remove tags.
15694         (display-hourglass, hourglass-delay): Doc fix.
15695         (cursor-in-non-selected-windows): Capitalize words in tag.
15697         * faces.el (frame-background-mode): Replace `choice-item' keywords
15698         with `const' to not make [default] button.  Change default value tag
15699         from `default' to `automatic'.  Doc fix.
15700         (trailing-whitespace) <defface>: Change group `whitespace' to
15701         `whitespace-faces'.
15703 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15705         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15707 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15709         * term/mac-win.el: Create keymap for mac-apple-event-map.
15711 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15713         * tooltip.el (tooltip-mode): Move to start of file so that it
15714         appears at top of customize buffer.
15716         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15717         Add the gud groupname.
15718         (gud-tooltip-mode): Add the tooltip groupname.
15719         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15720         avoid conflict with tooltip-use-echo-area.
15722 2005-12-10  Romain Francoise  <romain@orebokech.com>
15724         * help.el (help-for-help-internal): Add `r' in doc string.
15726 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15728         * align.el (align-regexp, align-highlight-rule):
15729         Use region-beginning and region-end instead of point and mark, so that
15730         repetition (with `repeat-complex-command') recomputes the region
15731         bounds.
15733 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15735         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15736         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15737         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15738         (balance-windows): Rewrite using the above new functions.
15740 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15742         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15743         react if global-hi-lock-mode seems intended.
15744         (global-hi-lock-mode) Renamed from hi-lock-mode.
15745         (hi-lock-archaic-interface-message-used)
15746         (hi-lock-archaic-interface-deduce): New variables.
15747         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15748         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15749         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15750         Replace hi-lock-buffer-mode with hi-lock-mode.
15752 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15754         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15755         completion list, even after a partial completion has been
15756         inserted in the current buffer.  If there are more than 1
15757         completion, redisplay the *Completions* buffer; if the
15758         completion is unique, delete the *Completions* window.
15760 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15762         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15763         strings and long subject lines that were broken into multiple
15764         lines at arbitrary places.  Handle subjects that have "Re: " in
15765         the middle.
15767 2005-12-10  John W. Eaton  <jwe@octave.org>
15769         * emacs/octave-mod.el (octave-electric-space): Don't indent
15770         comments or strings if octave-auto-indent is nil.
15772 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15774         * term/mac-win.el: Require url when compiling.
15775         Call mac-process-deferred-apple-events after loading init files.
15776         (mac-apple-event-map): New defvar.  Define event handlers in it.
15777         (core-event, internet-event): New Apple event class symbols.
15778         (open-application, reopen-application, open-documents)
15779         (print-documents, open-contents, quit-application)
15780         (application-died, show-preferences, autosave-now, get-url):
15781         New Apple event ID symbols.
15782         (about): New HICommand ID symbol.
15783         (mac-event-spec, mac-event-ae): New macros.
15784         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15785         (mac-ae-selection-range, mac-ae-text-for-search)
15786         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15787         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15788         and Services menu events are now defined in mac-apple-event-map.
15789         (mac-drag-n-drop): Remove selection range handling.
15791 2005-12-10  Kenichi Handa  <handa@m17n.org>
15793         * simple.el (zap-to-char):
15794         * isearch.el (isearch-process-search-char): Translate CHAR by
15795         translation-table-for-input.
15797 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15799         * foldout.el (foldout-exit-fold): Properly hide subtree.
15801 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15803         * files.el (save-buffer):
15804         * international/ucs-tables.el (ucs-set-table-for-input):
15805         * mail/mail-extr.el (mail-extract-address-components):
15806         * mail/sendmail.el (mail-mode): Reformat doc string.
15808 2005-12-09  Juri Linkov  <juri@jurta.org>
15810         * isearch.el (isearch-highlight): Change main overlay priority
15811         from 1 to 1001.  Simplify.
15812         (isearch-lazy-highlight-update): Change lazy overlay priority
15813         from 0 to 1000.
15815         * replace.el (replace-highlight): Change overlay priority from
15816         1 to 1001.
15818         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15819         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15821         * compare-w.el (compare-windows-highlight): Change overlay
15822         priority from 1 to 1000.
15824         * menu-bar.el (menu-bar-edit-menu): Add listp around
15825         pending-undo-list to disable menu item "undo" when pending
15826         undo list is empty.
15828         * locate.el (locate): Disable undo in *Locate* buffer.
15830 2005-12-09  Kim F. Storm  <storm@cua.dk>
15832         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15834 2005-12-09  David Ponce  <david@dponce.com>
15836         * recentf.el: Improvement of the menu code.
15837         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15838         instead of menu hook.
15839         (recentf-show-menu, recentf-hide-menu): New functions.
15840         (recentf-menu-customization-changed, recentf-mode): Use them.
15841         (recentf-menu-action, recentf-max-menu-items)
15842         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15843         (recentf-arrange-by-rule-others)
15844         (recentf-arrange-by-rules-min-items)
15845         (recentf-arrange-by-rule-subfilter) : Don't use
15846         `recentf-menu-customization-changed'.
15847         (recentf-arrange-rules): Likewise.  Accept functions to compute
15848         sub-menu titles.
15849         (recentf-menu-filter): Likewise.  Doc fix.
15850         (recentf-menu-value-shortcut): Doc fix.
15851         (recentf-dump-variable): Quote atom value.
15852         (recentf-make-menu-items): Update to use it as a menu filter.
15853         (recentf-match-rule): New function.
15854         (recentf-arrange-by-rule): Use it.
15855         (recentf-indirect-mode-rule): New function.
15856         (recentf-build-mode-rules): Use it.
15857         (recentf-dir-rule): New function.
15858         (recentf-arrange-by-dir): Use it.
15859         (recentf-filter-changer-current): Rename from
15860         `recentf-filter-changer-state'.  All references updated.
15861         (recentf-filter-changer-alist): Update filter names.
15862         (recentf-filter-changer-select): New function.
15863         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15864         available in `recentf-filter-changer-alist'.
15865         (recentf-data-cache, recentf-clear-data)
15866         (recentf-update-menu): Remove.  All references updated.
15867         (recentf-match-rule-p, recentf-build-dir-rules)
15868         (recentf-filter-changer-goto-next)
15869         (recentf-filter-changer-get-current)
15870         (recentf-filter-changer-get-next): Remove.
15872 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15874         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15875         buffer "Reset" button to "Reset to Current" for consistency with
15876         the State buttons.
15878 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15880         * ibuf-ext.el (define-ibuffer-filter filename):
15881         If `dired-directory' is a list then really use its car.
15883 2005-12-08  Kim F. Storm  <storm@cua.dk>
15885         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15886         Fix indention of text on right side of replaced rectangle.
15888 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15890         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15891         No need to check gud-comint-buffer is bound.
15892         (gdb): Prevent multiple debugging when first session uses gdba.
15894 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15896         CC Mode update to 5.31.
15898         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15899         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15900         We might do this function properly in the future).
15902         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15903         New macros c-sentence-end and c-default-value-sentence end, to cope
15904         with Emacs 22's new function `sentence-end'.
15906 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15908         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15909         compat issue using `c-put-overlay' and `c-delete-overlay'.
15911         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15912         New compat macros to handle overlays/extents.
15914 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15916         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15917         (for GNU Emacs 20.4)
15919         * progmodes/cc-defs.el:
15920         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15922         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15923         highlighting mechanism so it will work in XEmacs too.
15925         * progmodes/cc-defs.el: Insert c-int-to-char.
15927         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15928         call to the new macro c-int-to-char.  This solves XEmacs's
15929         regarding characters as different from integers.
15931 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15933         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15934         New internal helper.
15936         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15937         construct to make the indirect face lookup work in XEmacs.
15939         (c-cpp-matchers): Append the negation char face to the existing
15940         fontification, so that the cpp face doesn't disappear.
15941         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15942         and strings.
15944         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15945         to map to `font-lock-negation-char-face' in emacsen where it exists.
15947 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15949         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15951         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15952         Rename "c-subword-move-mode" as "c-subword-mode".
15954         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15955         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15957 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15959         * progmodes/cc-mode.el: Added autoload directive for
15960         `c-subword-move-mode' for use in older emacsen.
15962 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15964         * progmodes/cc-mode.el:
15965         (i) Insert a binding for C-c C-backspace into
15966         c-bind-special-erase-keys which works in TTYs.
15967         (ii) Make sure that when file styles are used, any explicitly
15968         given style variables take priority over those in the style.
15969         Do this by calling `hack-local-variables' a second time.
15971         * progmodes/cc-vars.el: Add language specific customization
15972         widgets for AWK to c-doc-comment-style, c-require-final-newline
15973         and c-default-style.  Add a defcustom for awk-mode-hook.
15974         Give c-syntactic-element and c-syntactic-context doc-strings by
15975         directly setting their `variable-documentation' propery.
15976         This allows Emacs 22.1 to read these with C-h v.
15978         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15980 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15982         * progmodes/cc-fonts.el, cc-vars.el
15983         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15984         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15985         Masatake YAMATO.
15987         (c-doc-comment-style): Made GtkDoc default in C mode.
15989         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15990         and C-c C-<delete>.
15992         (c-bind-special-erase-keys): New function for use on
15993         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15995         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15996         <delete> key behavior in XEmacs according to `delete-forward-p'.
15997         C.f. `c-electric-delete'.
15999 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16001         * progmodes/cc-mode.el: Give c-hungry-backspace and
16002         c-hungry-delete-forward permanent key bindings.
16004         * progmodes/cc-cmds.el (c-electric-semi&comma):
16005         Bind c-syntactic-context for calls to "criteria functions", for
16006         consistency with other calls to user functions.
16008         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16009         `current-prefix-arg', since this might be the prefix arg to a
16010         command which calls c-indent-command as a function.  Change the
16011         interactive spec from "p" to "P".
16013         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16014         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16015         was difficult to understand.
16017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16019         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16020         first char of an identifier.
16022         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16023         +" syntax in C++.
16025 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16027         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16028         auto-fill doesn't split a c-comment's last word from a hanging
16029         "*/" when a space is typed between them after fill-column.
16031         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16033         * progmodes/cc-styles.el (c-set-style)
16034         (c-setup-paragraph-variables): Abort the command if we're not in a
16035         CC Mode buffer.
16037         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16038         with blank comment-prefix, and a blank line as the comment's
16039         second line.
16041 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16043         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16044         Incorporate the patterns added in the Emacs development branch
16045         for the new Emacs 22 face `font-lock-negation-char-face'.
16047         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16048         of "red" since it stands out better in xterms and DOS terminals.
16050         * progmodes/cc-engine.el (c-literal-faces):
16051         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16053 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16055         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16056         forcibly enable c-electric-flag.
16058         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16059         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16060         after the comment-prefix of a C-style comment will close that comment.
16062 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16064         * progmodes/cc-fonts.el (c-basic-matchers-before)
16065         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16066         in Pike.
16068         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16069         digraphs.
16071         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16072         (c-cpp-message-directives, c-cpp-include-directives)
16073         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16074         (c-cpp-expr-directives): Introduce new language constants to
16075         control cpp syntax in a cleaner way.
16077         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16079         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16081         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16082         (c-multiline-string-start-char): New language constants and
16083         variables to specify how newlines in string literals work.
16085         (c-font-lock-invalid-string): Use them.
16087         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16088         unbalanced close brace is entered.  Optimization by avoiding going
16089         back over arbitrarily large blocks.  Removed hints that this
16090         function only would be relevant/useful in AWK.
16092         (c-electric-brace): Indent syntactically after the cleanups since
16093         lineup functions might do it differently then.
16095         * progmodes/cc-engine.el, cc-langs.el
16096         (c-opt-op-identifier-prefix): New language constant and variable.
16098         (c-just-after-func-arglist-p, c-after-special-operator-id)
16099         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16101         * progmodes/cc-align.el, cc-engine.el
16102         (c-after-special-operator-id): New helper to handle C++ operator
16103         identifiers.
16105         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16106         (c-guess-basic-syntax): Handle C++ operator identifiers in
16107         declarations.
16109         * progmodes/cc-langs.el (c-assignment-operators): Add the
16110         trigraph version of ^= too.
16112         * progmodes/cc-langs.el (c-assignment-operators): Add the
16113         trigraph version of |= in C++.
16115         * progmodes/cc-fonts.el (c-font-lock-declarators):
16116         Handle `c-decl-hangon-kwds' after the identifier name.
16118         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16119         whether an arglist is "nonempty", ignore a comment after the open
16120         paren if it isn't followed by a non-comment token on the same line.
16122         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16123         Enable heuristics below the point to cope with classes inside special
16124         brace lists in Pike.
16126 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16128         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16130 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16132         * progmodes/cc-guess.el (cc-guess-install): New function to
16133         install an already guessed style in another buffer.
16135         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16136         sets `inhibit-read-only' - `c-save-buffer-state' should be used
16137         anyway if the change always is undone.
16139 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16141         Implement togglable electricity:
16143         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16144         saying when it should be used.
16146         * progmodes/cc-engine.el: Add the new buffer-local variable,
16147         c-electric-flag.
16149         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16150         c-toggle-auto-newline.
16152         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16153         c-toggle-auto-newline.  Remove the binding for
16154         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
16155         c-toggle-electric-state.
16157         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16159         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16160         c-\(forward\|backward\)-subword.
16161         (c-update-modeline): Add the new modeline flag `l' for
16162         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
16163         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16164         Make the old name an alias of the new name.
16165         (c-toggle-electric-state): New function.
16166         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16167         Adapt these functions to do electric things only when
16168         c-electric-flag is non-nil.
16169         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16170         new functions from c-electric-brace.
16171         (c-point-syntax): Add a check for "virtual semicolons" in AWK
16172         mode, so that the tentative extra newline doesn't change the
16173         syntax of the following brace.
16174         (c-electric-brace): Restructure by extracting the above functions.
16175         Tidy up the coding somewhat.
16176         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16177         restructure a bit.
16179 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16181         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16182         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
16184         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16185         (c-submode-indicators): Change name from `c-auto-hungry-string'
16186         since it's now used to track another submode.
16188         (c-update-modeline): Convert to function and extended to check
16189         `c-subword-move-mode'.
16191         (c-forward-into-nomenclature, c-backward-into-nomenclature):
16192         Convert to compat aliases for `c-forward-subword' and
16193         `c-backward-subword'.
16195         * progmodes/cc-subword.el: New functions and minor mode to handle
16196         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16198         (c-forward-subword, c-backward-subword, c-mark-subword)
16199         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16200         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16201         Functions corresponding to the standard word handling functions.
16203         (c-subword-move-mode): Minor mode that replaces all the standard
16204         word handling functions with their subword equivalences.
16206 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16208         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16209         entry for one-liner-defun.
16211         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16212         name in its def-edebug-spec.
16214         * progmodes/cc-cmds.el (c-electric-brace): Make the
16215         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16216         compacts space before a comment, if this will make things fit on
16217         one line.
16219         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16221         * progmodes/cc-align.el: New function c-snug-1line-defun-close
16223         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16224         clean-up one-liner-defun.
16226         * progmodes/cc-styles.el: Add the new "awk" style.
16228         * progmodes/cc-vars.el: Add description of one-liner-defun to
16229         c-cleanup-list's doc-string.  New user options,
16230         c-max-one-liner-length.  In c-default-style, set the default style
16231         for AWK to "awk".
16233 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16235         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16236         macros inside labels.
16238         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16239         `c-at-statement-start-p' and `c-at-expression-start-p'.
16241         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16242         error if the mark isn't set.
16244         * progmodes/cc-engine.el (c-guess-continued-construct)
16245         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16246         accurately detect functions inside functions.
16248         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16249         like `c-at-statement-start-p' that additionally recognizes commas
16250         and expression parentheses as delimiters.
16252         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16253         to avoid heuristics that doesn't work for unclosed blocks.
16254         (c-at-statement-start-p): New function.
16256         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16257         Objective-C directives, e.g. directives spanning lines should work
16258         reasonably well now.
16260         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16262         (c-forward-objc-directive): New function to move over any ObjC
16263         directive.
16265         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16266         (c-basic-matchers-before): Use it.
16268         (c-font-lock-objc-iip-decl): Remove.
16270         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16271         in the template arglist recognition.
16273         * progmodes/cc-styles.el (c-style-alist): Fix several
16274         inconsistencies in the Whitesmith style.
16276         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16277         New lineup function to get lines after Whitesmith style blocks
16278         correctly indented.
16280         (c-lineup-whitesmith-in-block): Back out the compensation for
16281         opening parens since it's done using `add' lists in the style
16282         definition instead.  Don't use the anchor position since it varies
16283         too much between the syntactic symbols. :P
16285         * progmodes/cc-vars.el (c-valid-offset): Update.
16287         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16288         lists where the offsets are combined according to several
16289         different methods: `first', `min', `max', and `add'.
16290         Report offset evaluation errors with `c-benign-error' so that some kind
16291         of reindentation still is done.
16293         * progmodes/cc-engine.el (c-guess-basic-syntax):
16294         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16295         `arglist-close'.
16297         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16298         situations for `arglist-cont-nonempty' and `arglist-close'.
16300         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16302         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16303         cc-bytecomp-boundp' in a number of places.
16305         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16306         macro related issue.
16308 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16310         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16311         list is now [asdf], a char class [:alpha:].
16312         Include code for char classes.
16313         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16314         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16316         Remove (nearly all of) the cruft associated with AWK Mode's former
16317         concept of "virtual semicolons":
16319         Adapt c-beginning-of-statement, c-end-of-statement (together with
16320         subfunctions) to use the new notion of "virtual semicolon" in
16321         place of the old awkward special handling for AWK.  There remains
16322         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16323         * progmodes/cc-cmds.el:
16324         (c-ascertain-adjacent-literal): In the backwards direction, now
16325         recognises AWK regexp delimiters as string delimiters.
16326         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16327         check more rigorously for "end of macro".
16328         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16329         virtual semicolons;
16330         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16331         out the code for forward movement into ...
16332         (c-end-of-statement): Now contains the code for forward movement,
16333         adapted for virtual semicolons.
16335         * progmodes/cc-engine.el:
16336         (c-ws*-string-limit-regexp): New regexp.
16337         (c-forward-single-comment, c-backward-single-comment): Comment out
16338         the (now redundant) "special" AWK stuff.
16340         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16341         c-string-par-start, c-string-par-separate to be more like Text
16342         Mode than Fundamental Mode.
16344 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16346         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16347         to the fontified region so that fontification doesn't occur
16348         outside it (could happen e.g. when fontifying a line with an
16349         unfinished declaration).
16351 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16353         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16354         start of the file.  ^L now separate sections of the file.
16355         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16356         (c-awk-one-line-possibly-open-string-re)
16357         (c-awk-regexp-one-line-possibly-open-char-class-re)
16358         (c-awk-one-line-possibly-open-regexp-re)
16359         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16360         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16362         Amend the concept of "virtual semicolons" (in the indentation
16363         engine) for languages like AWK, such that they are now
16364         conceptually attached to end of the last token of a statement, not
16365         the end of the line.  (In AWK Mode, however, the pertinent text
16366         property is still physically set on the EOL.)  Remove the specific
16367         tests for awk-mode, thus facilitating the introduction of other
16368         language modes where EOLs can end statements.
16369         (Note: The funtionality in cc-cmds.el, specifically
16370         c-beginning/end-of-statement has yet to be amended.)
16372         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16373         New macros.
16375         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16376         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16377         c-vsemi-status-unknown-p-fn (in a new page).
16379         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16380         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16381         numerous awkward forms like
16382         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16383         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16384         variable before-ws-ip, the place just after char-before-ip appears.
16386         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16387         a comment.
16389 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16391         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16392         `c-tentative-buffer-changes'.
16394         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16395         convert to macro to choose between Emacs and XEmacs at compile time.
16397         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16399         (c-tentative-buffer-changes): New macro to handle temporary buffer
16400         changes in a convenient way.
16402         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16403         for `c-tentative-buffer-changes'.
16405         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16406         the checks for paren sexps between the point and the keyword, to
16407         avoid some false alarms.
16409         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16410         Fixed a situation where an error could be thrown for unbalanced
16411         parens.  Changed to make use of c-keyword-member' to avoid some
16412         repeated regexp matches.
16414         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16415         These language variable are no longer necessary.
16417         (c-block-stmt-kwds): New language constant used by
16418         c-looking-at-inexpr-block'.
16420         (c-guess-basic-syntax): Remove an optional check that looked at
16421         the existence of the now removed language variables.
16423         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16424         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16425         object instantiation expressions as declarations in some contexts.
16426         This bug only affected languages where the declarator can't be
16427         enclosed in parentheses.
16429         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16430         insert newlines before and after substatement braces.
16432         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16433         function declaration headers and the handling of C++ style member
16434         init lists.
16436         (c-just-after-func-arglist-p): Rewritten to use
16437         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16439         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16441         (c-guess-basic-syntax): Adapt case 5B for the new
16442         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16443         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16444         covers all cases now).
16446         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16448 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16450         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16451         c-string-par-start/separate c-sentence-end-with-esc-eol,
16452         initialised in c-setup-paragraph-variables, used in string
16453         scanning subroutines of c-beginning-of-statement.
16455         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16456         which precedes the newly inserted `{'.
16458 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16460         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16461         function for declaration level blocks.  It should now cope with
16462         templates better and also be a lot more comprehensible.
16464         (c-looking-at-decl-block): The new function.
16466         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16467         for compatibility.
16469         (c-add-class-syntax, c-guess-continued-construct)
16470         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16472         (c-decl-block-key): Change to tell apart ambiguous and
16473         unambiguous keywords.  Pike specials are now handled directly in
16474         the code instead.
16476         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16477         New language constants and variables to make the backward skip in
16478         `c-looking-at-decl-block' as tight as possible.
16480         (c-nonsymbol-token-char-list): New language constant.
16482         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16483         find balanced template arglists backwards.
16485         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16486         making char classes for `c-syntactic-skip-backward'.
16488         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16489         16D - can't be a class-close at that point.
16491         * progmodes/cc-engine.el (c-guess-basic-syntax)
16492         (c-add-class-syntax): Don't narrow out the enclosing declaration
16493         level.  This makes everything a lot easier, and it was actually
16494         only four small places that needed it to work.  Some places that
16495         previously did `widen' are removed now, which has the effect that
16496         `c-guess-basic-syntax' never will look at things outside the
16497         current narrowment now.  The anchor position for `topmost-intro'
16498         is affected by this, but it was so bogus it was basically useless
16499         before, and now it's equally bogus but in a slightly different way.
16501         (c-narrow-out-enclosing-class): Gone.
16503         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16504         the narrowed region.
16506         (c-least-enclosing-brace): Remove silly optional argument.
16508         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16509         the point could be left directly after an open paren when finding
16510         the beginning of the first decl in the block.
16512         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16513         Specify which submatch to use.
16515         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16517         (c-decl-start-re): No longer any need for special treatment of
16518         ObjC due to the above.
16520         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16521         presumably follows C in that regard.
16523         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16524         New language constants to specify operator tokens inside
16525         identifiers in a more high level way.
16527         (c-opt-identifier-prefix-key): New internal language constant.
16529         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16530         (c-identifier-start, c-identifier-key): Now completely calculated
16531         from other constants.
16533         (c-identifier-last-sym-match): Decommission since it's no longer used.
16535         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16537         * progmodes/cc-engine.el (c-forward-name): Remove the
16538         optimization when c-identifier-key is equal to c-symbol-key since
16539         it doesn't work in byte compiled files.  Don't record empty
16540         regions as identifiers.
16542         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16543         simplify access to `c-operators' and its likes.
16545         (c-operator-list, c-all-op-syntax-tokens)
16546         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16547         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16548         (c-primary-expr-regexp, c-cast-parens): Use it.
16550         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16551         an explicit language in functions.
16553         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16554         variant of adornment.
16556         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16557         variable.
16559         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16560         the Pike value.
16562         * progmodes/cc-engine.el (c-on-identifier)
16563         (c-simple-skip-symbol-backward): Small fix for handling "-"
16564         correctly in `skip-chars-backward'.  Affected the operator lfun
16565         syntax in Pike.
16567         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16568         diagnostic message about precompiled language vars not being used.
16570         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16571         "__attribute__" is followed by a parenthesis.
16573         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16574         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16575         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16577         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16578         Internal cleanups to properly detect the declared identifiers in
16579         various declarations.
16581         (c-decl-start-kwds): New language constant to recognize
16582         declarations that can start anywhere.  Used for class declarations
16583         in Pike.
16585         (c-specifier-key, c-not-decl-init-keywords)
16586         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16587         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16589         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16590         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16591         handling of the compiler specific extension keywords into a new
16592         language constant `c-decl-hangon-kwds' that defines keyword
16593         clauses to be ignored in declarations.
16595         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16596         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16597         Necessary to stop at the declared identifier in e.g. IDL valuetype
16598         declarations.
16600         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16601         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16602         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16603         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16604         class and enum declarations as such and not as part of the type.
16606         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16607         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16609         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16610         declarations when there's some syntax error later on.
16612         (c-complex-decl-matchers): Did away with a reference to
16613         `c-specifier-key'.
16615         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16616         value - this variable is always dynamically bound.
16618         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16619         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16620         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16621         functions that might do hidden buffer changes: All such internal
16622         functions are now marked instead of those that don't.
16624         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16625         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16626         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16627         (c-literal-type): Allow these functions to make hidden buffer changes,
16628         so that they are free to use text property caching later on.
16630         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16631         (c-electric-brace, c-electric-slash, c-electric-star)
16632         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16633         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16634         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16635         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16636         with the changed semantics of the functions above.
16638         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16639         when macros occur in obscure places.  Optimized the sexp movement
16640         a bit.
16642 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16644         Enhancements for c-beginning-of-statement to work in AWK Mode:
16646         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16647         (completed statement) with `}' (statement completed by closing
16648         brace or semicolon) and `$' (statement completed by EOL).
16650         (c-awk-virtual-semicolon-ends-prev-line-p)
16651         (c-awk-virtual-semicolon-ends-line-p)
16652         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16653         (c-awk-at-statement-end-p): New functions.
16655         * progmodes/cc-cmds.el: Simplify the structure of functions
16656         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16657         two functions and c-beginning-of-statement to handle AWK Mode.
16659         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16660         c-backward-single-comment for AWK mode.  Attempt to clarify their
16661         doc-strings.
16663         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16665 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16667         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16668         label handling.  Labels are now recognized in a uniform and more
16669         robust way, regardless of context.  Text properties are put on all
16670         labels to recognize the following declarations better.
16671         Multiword labels are handled both in indentation and fontification for
16672         the benefit of language extensions like Qt.  For consistency, keywords
16673         in labels are now fontified with the label face instead.
16674         That also applies to "case" and "default".
16676         (c-beginning-of-statement-1): Fix some bugs in the label
16677         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16678         with `c-label-kwds'.
16680         (c-find-decl-spots): Support that the callback adds more
16681         `c-decl-end' spots to find.
16683         (c-forward-decl-or-cast-1): Don't treat a list of plain
16684         identifiers followed by a colon as a declaration.
16686         (c-forward-label): New function to recognize labels.
16688         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16689         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16690         earlier since they aren't so context sensitive now.  Handle labels
16691         on the top level gracefully.  Moved access label recognition to
16692         the generic label case (CASE 15) - removed CASE 5E.
16694         (c-font-lock-declarations): Add recognition of labels in the
16695         same round since we need to handle labels in parallell with other
16696         declarations to recognize both accurately.  It should also improve
16697         speed.
16699         (c-simple-decl-matchers, c-basic-matchers-after):
16700         Move `c-font-lock-labels' so that it only is used on decoration level 2
16701         since `c-font-lock-declarations' handles it otherwise.
16703         (c-complex-decl-matchers): Remove the simplistic recognition of
16704         access labels.
16706         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16707         with labels earlier.
16709         (c-decl-start-re): New language variable to make
16710         `c-font-lock-declarations' stop for the special protection labels
16711         in Objective-C that start with `@'.
16713         (c-label-key): Remove since it's no longer used.
16715         (c-recognize-colon-labels, c-label-prefix-re): New language
16716         constants to support recognition of generic colon-terminated labels.
16718         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16719         are colon terminated labels.
16721         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16722         first argument starts with a special brace list.
16724         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16725         (c-font-lock-declarations): Break out the declaration and cast
16726         recognition from `c-font-lock-declarations' to a new function, so
16727         that it can be used in the indentation engine.
16729         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16730         up to the start of the literal.  Fixed bug with the point on the
16731         wrong side of the search limit that could happen when the start
16732         position is inside a literal.
16734         * progmodes/cc-engine.el (c-parse-state)
16735         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16736         so that it's kept a little bit back to increase the hit rate.
16738         (c-parse-state): Change the macro handling and fixed some
16739         glitches.  Macro context is checked more often than necessary now,
16740         but otoh less garbage conses are generated.
16742         * progmodes/cc-engine.el (c-parse-state)
16743         (c-invalidate-state-cache): Cache the last position where
16744         `c-state-cache' applies.  This can speed up refontification quite
16745         a bit in blocks where there are many non-brace parens before the point.
16747         (c-state-cache-end): New variable for this.
16749         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16750         cache variable.
16752         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16753         get close initial continue positions when the start position is
16754         inside a literal or macro.  Do not call the callback for spots
16755         before the start position (which can happen e.g. for `c-decl-end'
16756         spots inside comments).  Optimize better in special cases when the
16757         region is a single line inside a literal or macro (typically when
16758         the current line is refontified).
16760         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16761         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16762         entries from the paren state.
16764         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16765         special case for "else if" clauses.
16767         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16768         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16770         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16771         New language variable to recognize the gcc extension with statement
16772         blocks inside expressions.
16774         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16775         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16776         no longer used and hence removed.
16778         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16779         to `c-add-stmt-syntax'.
16781         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16782         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16783         This fixes bogus label recognition.
16785         * progmodes/cc-engine.el (c-add-type, c-check-type)
16786         (c-forward-name, c-forward-type): Improve storage of template
16787         types in `c-found-types' so that they can be recognized better.
16789         (c-syntactic-content): Add option to skip past nested parens.
16791         * progmodes/cc-engine.el (c-forward-name):
16792         Set `c-last-identifier-range' all the time.  It's less work that way.
16793         Handle that there might not be an identifier to store in
16794         `c-last-identifier-range'.
16796         (c-forward-type): Handle that `c-last-identifier-range' might be
16797         nil from `c-forward-name'.
16799         * progmodes/cc-defs.el (c-safe-scan-lists)
16800         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16802         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16803         to work even if the form fails.
16805         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16806         down in a large file in one go.
16808         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16810         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16811         function which is like `c-lineup-math' but returns nil instead of
16812         `c-basic-offset' when it doesn't match.
16814         (c-lineup-math): Change to use `c-lineup-assignments'.
16816 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16818         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16819         c-beginning-of-statement.  New subfunctions
16820         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16822 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16824         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16825         hardcoded char classes whereever possible.  Changed a couple of
16826         places to use skip by syntax instead of skip by char class.
16828         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16829         Fix a bug in the regexp that caused extreme backtracking.
16831         * progmodes/cc-langs.el (c-block-comment-starter)
16832         (c-block-comment-ender): New language constants to specify in a
16833         single place how block comments look.
16835         (c-comment-start-regexp, c-block-comment-start-regexp)
16836         (comment-start, comment-end, comment-start-skip)
16837         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16838         (c-syntactic-ws, c-nonempty-syntactic-ws)
16839         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16840         `c-line-comment-starter', `c-block-comment-starter' and
16841         `c-block-comment-ender'.
16843         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16844         New language constants to break up things a bit.
16846         (c-simple-ws): New language constant for simple whitespace.
16848         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16850         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16851         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16852         newlines.  Allow and ignore nil elements in the list.
16854 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16856         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16857         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16859         * progmodes/cc-cmds.el: Tidy up the comments in
16860         c-beginning-of-statement and subfunctions.
16862         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16863         more flexible c-put-char-property and c-clear-char-properties.
16864         Add the author's email address.
16866         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16868         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16869         closing "*/" of a block comment.
16871         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16872         subfunctions) so that it works at BOB and EOB.
16874         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16875         c-beginning-of-statement, including new variable
16876         c-block-comment-start-regexp.
16878 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16880         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16881         symbols from `*-font-lock-extra-types' so that there's no need to
16882         use `regexp-opt' on those lists.
16884         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16885         `c-type-modifier-kwds' is empty.
16887         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16888         there are several strings on the same line.
16890         * progmodes/cc-engine.el (c-literal-limits): Remove the
16891         compatibility function for older emacsen.  `c-literal-limits-fast'
16892         has now taken the place of this function.
16894         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16895         with older emacsen: We now require `pps-extended-state'.
16897 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16899         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16900         which obviates the need to hack sentence-end.  This now handles
16901         escaped newlines in strings correctly.  Correct minor bugs in
16902         c-move-over-sentence and in c-beginning-of-statement.
16904         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16905         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16906         that movement over macros and code are rigorously separated from
16907         eachother.  Correct a few incidental bugs.
16909         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16910         Improve its doc-string.  Improve the handling of certain specific cases.
16912 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16914         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16915         (c-guess-basic-syntax): Change the way class-level labels are
16916         recognized; they can now contain essentially any symbols.
16918         (c-opt-extra-label-key): New language variable to cope with the
16919         special protection label syntax in Objective-C.
16921         (c-opt-access-key): Remove; this is now handled better by
16922         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16924         (c-complex-decl-matchers): Update to handle that
16925         `c-opt-access-key' no longer exists.
16927         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16928         improved label recognition in `c-beginning-of-statement-1'.
16930         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16931         Recognize bitfields better.
16933         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16934         Remove some cruft and fixed a bug that could cause it to go to a
16935         position further down.
16937         * progmodes/cc-langs.el, cc-engine.el
16938         (c-beginning-of-statement-1): Improve detection of labels in
16939         declaration contexts.
16941         (c-beginning-of-decl-1): Use it.
16943         (c-nonlabel-token-key): New language constant and variable needed
16944         by `c-beginning-of-statement-1'.
16946         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16947         manifested itself due to the correction in `c-forward-sexp'.
16949         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16950         Make these behave as documented when used at the buffer limits.
16952         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16953         (c-type-decl-end-used): Made this a language variable.
16955         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16956         correctly when `combine-after-change-calls' is used together with
16957         temporary narrowings.
16959         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16960         Report labels correctly when the start point is immediately after the
16961         colon.
16963         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16964         Remove since it isn't used anymore.
16966         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16967         bracket arglists such as template parens in C++.
16969         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16970         in the last check-in.  Some optimization.
16972         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16973         where it could stop at the same level in a preceding sexp when
16974         PAREN-LEVEL is set.
16976         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16977         text property lookup only when it's needed.
16979         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16980         Change the policy for paren marked angle brackets to be more
16981         persistent; once marked they remain marked even when they're found
16982         to be unbalanced in the searched region.  This should keep the
16983         paren syntax around even when individual lines are refontified in
16984         multiline template arglists.
16986         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16987         to control markup so that incorrect angle bracket arglists aren't
16988         marked in contexts where the correct value for
16989         `c-disallow-comma-in-<>-arglists' isn't known.
16991         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16992         argument has become `c-parse-and-markup-<>-arglists'.
16994         (c-remove-<>-arglist-properties): Remove - no longer used.
16996         (c-after-change-check-<>-operators): New function used on
16997         `after-change-functions' to avoid that "<" and ">" characters that
16998         are part of longer operators have paren syntax.
17000         (c-<>-multichar-token-regexp): New language variable used by
17001         `c-after-change-check-<>-operators'.
17003         (c-after-change): Call `c-after-change-check-<>-operators'.
17005         (c-font-lock-<>-arglists): Use the context properties set by
17006         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17007         correctly to avoid doing invalid markup.
17009         (c-font-lock-declarations): Remove code that undoes the invalid
17010         markup done by `c-font-lock-<>-arglists'.
17012         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17013         after `c-font-lock-declarations'.
17015         * progmodes/cc-engine.el (c-syntactic-skip-backward):
17016         Add paren-level feature.
17018         (c-guess-basic-syntax): Improve the anchor position for
17019         `template-args-cont' in nested template arglists.  There's still
17020         much to be desired in this area, though.
17022 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17024         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17025         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17027 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17029         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17030         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17032         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17033         it doesn't work no longer are supported.
17035         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17036         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17037         requires support for the syntax-table' text property, which rules
17038         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
17039         cruft associated with those versions.
17041         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17042         for the `syntax-table' text property, which rules out Emacs 19 and
17043         XEmacs < 21.4.  Removed various compatibility cruft associated
17044         with those versions.
17046         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17047         support for the `syntax-table' text property.
17049         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17050         variable and use an extra quoted face name instead.  All the
17051         emacsen flavors handle that correctly.
17053         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17054         (c-font-lock-declarators, c-font-lock-declarations)
17055         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17056         property to mark the items in in declarator lists to handle
17057         refontification inside multiline declarations better.
17059         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17060         construct like "a * b = c;" as a declaration.
17062 2005-12-08  Kim F. Storm  <storm@cua.dk>
17064         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17065         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
17066         select either meta, hyper, or super modifier for rectangle commands.
17067         (cua--rectangle-modifier-key): New defvar.
17068         (cua--M/H-key): Use it.  Remove special case for `space'.
17069         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17070         on X, to meta otherwise.  Always bind C-return to toggle
17071         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
17073         * emulation/cua-rect.el (cua-help-for-rectangle):
17074         Use cua--rectangle-modifier-key.  Handle super modifier too.
17075         (cua--init-rectangles): Always bind C-return to toggle rectangle.
17076         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17078         * ido.el: Move Acknowledgements and History after Commentary.
17079         Minor changes to Commentary.
17081         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17082         keymap if cua--prefix-override-timer is `shift'.
17083         (cua--shift-control-prefix): New function; emulate "type prefix
17084         key twice" functionality to handle shifted prefix key override.
17085         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17086         New commands.
17087         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17089 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
17091         * textmodes/org.el (org-insert-heading): Try to do items before
17092         headings.
17093         (org-agenda-mode): Quote `org-agenda-mode-hook'.
17094         (org-insert-item): New function.
17095         (org-renumber-ordered-list): Don't skip to higher level lists.
17097 2005-12-08  Juri Linkov  <juri@jurta.org>
17099         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17101         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17103         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17105         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17106         the constructed function name fun-1.
17108         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17109         because such links don't lead to parent documentation.
17111 2005-12-08  Kenichi Handa  <handa@m17n.org>
17113         * descr-text.el (describe-char): Use *Help-2* buffer if the
17114         current buffer is *Help*.  Call describe-text-properties while
17115         setting the original buffer.
17117 2005-12-07  Bill Wohler  <wohler@newt.com>
17119         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
17120         and causes problems with non-MH users (such as Gnus users).
17122 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
17124         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17125         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17126         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17127         command "info sources".  Move calls to GDB command "list".
17128         (gdb-find-file-hook): Just use gdb-source-file-list.
17129         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17130         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17131         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17132         (gdb-data-list-register-values-handler): Use correct trigger name.
17134 2005-12-07  Kim F. Storm  <storm@cua.dk>
17136         * ido.el (ido-completion-map): Rename from ido-mode-map.
17137         (ido-common-completion-map, ido-file-completion-map)
17138         (ido-file-dir-completion-map, ido-buffer-completion-map):
17139         Rename from ido-mode-....-map.
17140         (ido-init-completion-maps): Rename from ido-init-mode-maps.
17141         (ido-setup-completion-map): Rename from ido-define-mode-map.
17142         (ido-read-internal): Bind minibuffer-local-filename-completion-map
17143         to ido-completion-map.
17145 2005-12-07  Kenichi Handa  <handa@m17n.org>
17147         * international/mule-cmds.el
17148         (set-display-table-and-terminal-coding-system): If the coding
17149         system specified in `unibyte-display' property is different from
17150         the arg coding-system, don't setup standard-display-table.
17152 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17154         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17155         that comments end at \n, regardless of selective-display.
17157 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
17159         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17160         (gdb-version): New variables.
17161         (gdb-source-file-list, gdb-register-names)
17162         (gdb-changed-registers): New variables for use with GDB 6.4+.
17163         (gdb-ann3): Replace with...
17164         (gdb-init-1, gdb-init-2): ...two new functions.
17165         (gdba, gdb-prompt): Call gdb-init-1.
17166         (gdb-get-version): New function.  Call gdb-init-2 from here.
17167         (gud-watch): Make it work with mouse events too.
17168         (gdb-post-prompt): Don't add to queue until GDB version is known.
17169         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17170         (gdb-locals-mode): Use gdb-version.
17171         (gdb-memory-format-map, gdb-memory-unit-map)
17172         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17173         (gdb-locals-font-lock-keywords-1)
17174         (gdb-locals-font-lock-keywords-2): New variables.
17175         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17176         (gdb-set-gud-minor-mode-existing-buffers-1)
17177         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17178         (gdb-var-update-1, gdb-var-update-handler-1)
17179         (gdb-data-list-register-values-handler)
17180         (gdb-data-list-register-values-custom)
17181         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17182         (gdb-stack-list-locals-handler, gdb-get-register-names):
17183         New functions for use with GDB 6.4+.
17184         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17185         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17186         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17187         (gdb-stack-list-locals-regexp)
17188         (gdb-data-list-register-names-regexp): New regexps for use with
17189         GDB 6.4+.
17191 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17195 2005-12-06  Nozomu Ando  <nand@mac.com>
17197         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17198         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17199         <seallan@verizon.net>.
17201 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17203         * frame.el (set-frame-parameter): Add doc string.
17205 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17207         * textmodes/org.el (org-occur-highlights): New variable.
17208         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17209         (org-highlight-sparse-tree-matches): New option.
17210         (org-do-occur): New function.
17211         (org-get-heading): Make it work also at beginning of line.
17212         (org-category-table): New variable.
17213         (org-get-category-table, org-get-category)
17214         (org-camel-to-words, org-link-search): New functions.
17215         (org-select-this-todo-keyword): New variable.
17216         (org-todo-list): New command.
17217         (org-shiftright, org-shiftleft): New commands.
17218         (org-agenda-todo): Add prefix argument.
17219         (org-show-hierarchy-above): New option.
17220         (org-show-todo-tree): Numerical prefix creates tree for specific
17221         TODO keyword.
17222         (org-outline-level): New function, to assign a level to plain
17223         lists items.
17224         (org-cycle-include-plain-lists): New option.
17225         (org-mode): Use `org-outline-level' as value of `outline-level'.
17226         (org-cycle): Temporarily switch `outline-regexp' if
17227         `org-cycle-include-plain-lists' is non-nil.
17228         (org-start-icalendar-file): Fix format bug.
17229         (org-agenda-get-day-entries): Create category table.
17230         (org-agenda-get-todos, org-agenda-get-timestamps)
17231         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17232         (org-agenda-get-blocks): Use `org-get-category'.
17233         (org-context-in-file-links): Rename from
17234         `org-line-numbers-in-file-links'.
17236 2005-12-06  Romain Francoise  <romain@orebokech.com>
17238         * window.el (balance-windows): Delete extraneous third arg in call
17239         to `enlarge-window'.
17241 2005-12-06  Kenichi Handa  <handa@m17n.org>
17243         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17245 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17247         * progmodes/gdb-ui.el (gdb-var-create-handler)
17248         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17249         (gdb-var-list-children-handler, gdb-var-update-handler):
17250         Current buffer is already gdb-partial-output-buffer, don't
17251         make it current again.
17253 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17255         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17256         (list-buffers-noselect): Use it.
17258 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17260         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17261         (mail-yank-ignored-headers): Use regexp-opt.
17262         (mail-mode-map): Move initialization into declaration.
17263         (mail-sent-via): Remove unused shadowed var `to-line'.
17264         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17265         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17266         (mail-do-fcc): Use dolist and push.
17267         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17268         (mail-yank-ignored-headers): Don't autoload.
17270 2005-12-05  Kenichi Handa  <handa@m17n.org>
17272         * international/mule-cmds.el (set-language-info-internal): New fun.
17273         (set-language-info): Call set-language-info-internal to update
17274         language-info-alist.  If LANG-ENV is the current one, call
17275         set-language-environment to make INFO effective now.
17276         (set-language-info-alist): Likewise.
17277         (locale-language-names): With locale "en", use English
17278         lang. env. but set the default codings to iso-8859-1.
17280 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17282         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17283         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17284         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17285         for plain strings.
17286         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17287         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17288         Create registers buffer if necessary.  Echo new state in minibuffer.
17289         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17291 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17293         * info.el (Info-fontify-node): Match external links using
17294         non-directory part of filename.
17296 2005-12-04  Juri Linkov  <juri@jurta.org>
17298         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17299         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17300         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17301         because there is no customization option for it.
17303         * font-lock.el (lisp-font-lock-keywords-1):
17304         Add define-global-minor-mode.
17306         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17308         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17309         properties on the constructed variable names.
17311         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17312         Put `definition-name' properties on the constructed function names
17313         next-sym and prev-sym.
17315         * emacs-lisp/find-func.el (find-function-regexp):
17316         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17317         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17318         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17319         and easy-menu-define.
17321         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17322         easy-mmode-define-global-mode and define-global-minor-mode.
17323         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17325         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17326         instead of easy-mmode-define-global-mode.
17328         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17329         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17331         * cus-edit.el (customize-group, customize-group-other-window):
17332         Filter out autoloaded options from the group completion list by
17333         using heuristics that autoloaded groups don't have `custom-autoload'
17334         property on their symbols (they have only `custom-loads').
17336         * simple.el (completion-setup-function): Put completions-common-part
17337         face on complete completion string too (i.e. completion string
17338         without completions-first-difference face).
17340         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17342 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17344         * view.el (view-mode): Doc fix.
17346         * disp-table.el (standard-display-european): Add to the warning
17347         message a reference to the doc string.
17349         * play/yow.el (apropos-zippy): Call print-help-return-message,
17350         similar to other Help and Apropos commands.
17352         * help.el (print-help-return-message): If pop-up-frames is
17353         non-nil, set up help-return-method to delete the help window and,
17354         possibly, its frame as well, and don't display message about
17355         scrolling the help window.  Doc fix.
17356         (help-return-method): Doc fix.
17358 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17360         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17361         whereby names of length one or names starting with a
17362         symbol-constituent character would not be returned.
17364 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17366         * subr.el (atomic-change-group): Add edebug and indentation spec.
17368 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17370         * completion.el (save-completions-file-name): Fix typo in last change.
17372 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17374         * info.el: Move back/forward history to the beginning of the tool bar.
17376 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17378         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17379         Add fset of allout-real-isearch-abort during compile to fix
17380         byte-compilation warnings.
17381         (allout-mode-p): Move definition of this macro above all uses, or
17382         byte compilation in barren Emacs (eg, during Emacs build) will
17383         lack the definition.
17384         (allout-mode): Move this variable above any uses, or byte
17385         compilation will fail.
17386         (allout-resolve-xref): Remove use of personal file-reference function.
17387         (allout-toggle-current-subtree-encryption): Do the current (ie,
17388         visible containing) topic, rather than nearest around point.  Doc fix.
17389         (allout-toggle-subtree-encryption): New function, workhorse that
17390         works on nearest topic containing point.
17391         (allout-encrypt-string): Signal requirement for newer version of pgg.
17392         (allout-resumptions): Doc fix.
17394 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17396         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17398 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17400         * textmodes/flyspell.el (flyspell-external-point-words):
17401         Consider a misspelling as found in the string search if: (a) misspelling
17402         and found string lengths match, or (b) misspelling is found as
17403         element in a boundary-chars separated longer string, or (c)
17404         ispell-program-name is really ispell and misspelling is found as
17405         part of a TeX string.  After successful match move beginning of
17406         search region to end of match.  Warn about not found misspellings
17407         once the process is done.
17408         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17410 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17412         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17413         tool bar (removed inadvertently).
17415 2005-12-02  Juri Linkov  <juri@jurta.org>
17417         * log-view.el (log-view-diff): Clarify doc string.
17419 2005-12-01  Bill Wohler  <wohler@newt.com>
17421         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17422         triggers lm-verify errors.
17424 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17426         * simple.el (transient-mark-mode, line-number-mode)
17427         (column-number-mode, size-indication-mode): Remove `:require nil'.
17429 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17431         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17432         in the margin also.
17433         (gdb-breakpoints-mode-map): Use D instead of d for
17434         gdb-delete-breakpoint.
17435         (gdb-get-frame-number): Require a number to match on.
17436         (gdb-threads-mode-map): Add follow-link binding.
17438 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17440         * isearch.el (isearch-mode-map): Avoid exiting search on
17441         language-change event.
17443 2005-11-30  Romain Francoise  <romain@orebokech.com>
17445         * speedbar.el (speedbar-default-position): New defcustom.
17446         (speedbar-frame-reposition-smartly): Use it.
17448         * dframe.el (dframe-reposition-frame-emacs): Fix position
17449         computation for `left' location.
17450         Update copyright year.
17452 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17454         * help.el (help-map): Move initialization into declaration.
17456         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17458         * help-fns.el (help-argument-name): Don't autoload.
17459         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17460         to be re-loaded when customizing the `help' group.
17462 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17464         * help-fns.el (describe-function-1): Fill arglist output.
17466 2005-11-30  Kim F. Storm  <storm@cua.dk>
17468         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17469         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17470         after revert-buffer (or anything else which kills all local variables).
17472         * apropos.el (apropos-parse-pattern): Doc fix.
17473         Set apropos-regexp directly, rather than expecting callers to do so.
17474         (apropos-command, apropos, apropos-value, apropos-documentation):
17475         Simplify calls to apropos-parse-pattern.
17477 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17479         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17480         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17481         (hi-lock-write-interactive-patterns): Use comment-region.
17483         * longlines.el (longlines-mode): Add mail-setup-hook.
17485         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17487         * simple.el (sendmail-user-agent-compose, next-line):
17488         Conditionally use hard-newline.
17490 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17492         * international/latexenc.el (latex-inputenc-coding-alist):
17493         Reword doc string.
17495 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17497         * help.el (describe-key-briefly, describe-key): Recognize default
17498         bindings.
17500 2005-11-29  Romain Francoise  <romain@orebokech.com>
17502         * view.el (view-inhibit-help-message): New defcustom.
17503         (view-mode-enter): Use it.
17505 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17507         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17508         Preserve user position.
17510 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17512         * font-lock.el: Throw error if facemenu is not loaded to prevent
17513         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17515         * loadup.el: Add comment explaining why facemenu must be loaded
17516         before font-lock.
17518 2005-11-28  Jay Belanger  <belanger@truman.edu>
17520         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17521         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17523         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17525         * calc/calc-embed.el (calc-do-embedded): Update help message.
17527         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17529 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17531         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17533         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17534         called-interactively-p.
17535         (elp-profilable-p): Rename from elp-not-profilable-p.
17536         Invert result and take into account macros and autoloaded functions.
17537         (elp-instrument-function): Update call.
17538         (elp-instrument-package): Update call.  Add completion.
17539         (elp-pack-number): Use match-string.
17540         (elp-results-jump-to-definition-by-mouse): Merge into
17541         elp-results-jump-to-definition and then remove.
17542         (elp-output-insert-symname): Make help echo text single-line.
17544         * replace.el (query-replace-map): Move initialization into declaration.
17545         (occur-engine): Use with-current-buffer.
17546         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17547         (occur-mode-mouse-goto): Replace with an alias.
17549 2005-11-28  Juri Linkov  <juri@jurta.org>
17551         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17553         * term/w32-win.el: Bind [S-tab] to [backtab].
17555         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17556         `Info-find-file' to t.
17558         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17559         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17560         and same-window-regexps.
17561         (occur-next-error): Don't move point for arg 0.
17563 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17565         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17567 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17569         * log-edit.el (log-edit-changelog-use-first): New var.
17570         (log-edit-changelog-ours-p): Use it.
17571         (log-edit-insert-changelog): Set it with new arg `use-first'.
17572         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17573         (log-edit-hook): Add them to the list of suggested options.
17575         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17576         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17577         redundant work.
17578         (flyspell-mode-on): Use add-hook for after-change-functions.
17579         (flyspell-mode-off): Use remove-hook for after-change-functions.
17580         (flyspell-changes): Make it buffer-local.
17581         (flyspell-after-change-function): Make it non-interactive.  Use push.
17582         (flyspell-post-command-hook): Check input-pending-p while processing
17583         the potentially long list of buffer changes.
17585 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17587         * buff-menu.el (list-buffers-noselect): Display the selected
17588         frame's buffer list, not the global one.
17590 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17592         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17593         that (list last-input-event) works as in interactive spec.
17595 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17597         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17598         `facemenu-keymap' needs to be defined when font-lock is loaded.
17599         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17601 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17603         * completion.el: Remove useless leading * in defcustom docstrings.
17604         (save-completions-file-name): Use ~/.emacs.d if available.
17605         (completion-standard-syntax-table): Rename from
17606         cmpl-standard-syntax-table and fold initialization into declaration,
17607         thus removing cmpl-make-standard-completion-syntax-table.
17608         (completion-lisp-syntax-table, completion-c-syntax-table)
17609         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17610         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17611         (symbol-under-point, symbol-before-point)
17612         (symbol-under-or-before-point, symbol-before-point-for-complete)
17613         (add-completions-from-c-buffer): Use with-syntax-table.
17614         (make-completion): Don't return a list of completion entries.
17615         Update callers.
17616         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17617         (completion-initialize): Rename from initialize-completions.
17618         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17619         (kill-emacs-save-completions): Collect stats here.
17620         (save-completions-to-file, load-completions-from-file):
17621         Use with-current-buffer.
17622         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17623         into a function.  Move all calls to toplevel.
17624         (completion-lisp-mode-hook): New fun.
17625         (completion-c-mode-hook, completion-setup-fortran-mode):
17626         Set the syntax-table here.  Use local-set-key.
17627         (completion-saved-bindings): New var.
17628         (dynamic-completion-mode): Make it into a proper minor mode.
17629         (load-completions-from-file): Remove unused var `num-uses'.
17631         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17632         constructor if it is explicitly overridden.
17634         * complete.el (PC-completion-as-file-name-predicate):
17635         Use minibuffer-completing-file-name.
17636         (partial-completion-mode): Use find-file-not-found-functions.
17637         (PC-lisp-complete-symbol): Use with-syntax-table.
17638         (PC-look-for-include-file): Remove dead setq.
17639         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17640         (PC-complete): Use with-current-buffer.
17642         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17643         escape single quotes.
17645 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17647         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17648         of `if' whose condition always returned nil.  Doc fix.
17650         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17651         window's buffer the current buffer around the call to
17652         `list-buffers-noselect'.  This is necessary to mark that buffer
17653         with a `.' in the Buffer Menu when called from Lisp, for instance
17654         by Auto Revert Mode.
17656 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17658         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17659         attaching to it.
17660         (gdb-pre-prompt): Make sure gdb-error is reset.
17662         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17663         with a child process, detect it.
17664         (gud-speedbar-buttons): Match regexp more carefully.
17666 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17668         * mouse.el (mouse-drag-move-window-bottom):
17669         Use adjust-window-trailing-edge.
17671 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17673         * simple.el (blink-matching-open): Ignore
17674         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17675         (blink-matching-paren-on-screen): Update docstring.
17677         * paren.el (show-paren-mode): No longer change
17678         `blink-matching-paren-on-screen'.
17680 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17682         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17683         (gdb-threads-select, gdb-edit-register-value):
17684         Use `posn-set-point' instead of `mouse-set-point' because the
17685         latter is not fbound when configured without X.
17687 2005-11-27  Kim F. Storm  <storm@cua.dk>
17689         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17690         existing face when partially highlighting a TAB in a rectangle.
17692 2005-11-26  Kim F. Storm  <storm@cua.dk>
17694         * ido.el (ido-mode-map): Doc fix.
17695         (ido-mode-common-map, ido-mode-file-map)
17696         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17697         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17698         parent for ido-mode-map instead of building from scratch.
17699         (ido-init-mode-maps): New defun to initialize new maps.
17700         (ido-mode): Call it.
17701         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17702         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17704 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17706         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17707         `mouse-set-point' because the latter is not fbound when configured
17708         without X.
17710 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17712         * files.el (file-relative-name): Doc fix.
17714 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17716         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17717         non-empty string for secondary prompt PS2.
17719 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17721         * progmodes/compile.el (compilation-setup): Fix last change.
17723 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17725         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17726         (gdb-mouse-toggle-breakpoint-margin)
17727         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17728         Add gdb-server-prefix to keep out of command history.
17729         (gdb-edit-register-value): New function.
17730         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17731         (gdb-info-registers-custom): Use above map.
17733 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17735         * custom.el (enable-theme): Signal error if argument is not a
17736         theme.  Don't recalculate a face if it's not loaded yet.
17738         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17739         the `user' theme is in effect.
17741         * info.el (Info-on-current-buffer): Record actual filename in
17742         Info-current-file, instead of t, or a fake filename if a non-file
17743         buffer.  Make autoload.
17744         (Info-find-node, Info-revert-find-node): No need to check for
17745         Info-current-file nil.
17746         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17747         Info-current-file is now never `t'.
17748         (Info-fontify-node): Many simplifications due to Info-current-file
17749         always being valid.  Use Info-find-file to find node filename.
17751 2005-11-25  David Kastrup  <dak@gnu.org>
17753         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17754         new character, then delete" in order to preserve markers.
17756 2005-11-25  David Ponce  <david@dponce.com>
17758         * recentf.el (recentf-arrange-by-rule): Handle a special
17759         `auto-mode-alist'-like "strip suffix" rule.
17760         (recentf-build-mode-rules): Handle second level auto-mode entries.
17762 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17764         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17765         window modes.
17767         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17768         jde-javadoc-checker-report-mode.
17770         * ediff-wind (ediff-make-wide-display): Slight simplification.
17772         * ediff.el (ediff-date): Change the date of last update.
17774 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17776         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17777         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17778         (hi-lock-mode): New global minor mode.
17779         (turn-on-hi-lock-if-enabled): New function.
17780         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17781         Change arguments to regexp and face instead of a font-lock pattern.
17782         Directly set face property, instead of refontifying.
17783         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17784         (hi-lock-find-patterns): Use line-number-at-pos.
17786         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17787         arguments for hi-lock-set-pattern.
17788         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17789         Call font-lock-fontify-buffer.
17790         (hi-lock-find-file-hook, hi-lock-current-line)
17791         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17793         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17794         turned off.
17796         * progmodes/compile.el (compilation-setup): Don't fiddle with
17797         font-lock-defaults.
17799 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17801         * progmodes/gdb-ui.el (gdb-var-create-handler)
17802         (gdb-var-list-children-handler): Find values for all variable
17803         objects.  gud-speedbar-buttons decides whether to display them.
17805 2005-11-24  Romain Francoise  <romain@orebokech.com>
17807         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17808         buffer name with a space.
17810 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17812         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17813         `org-export-local-list-max-depth'.  Change default value to 3.
17814         (org-auto-renumber-ordered-lists)
17815         (org-plain-list-ordered-item-terminator): New options.
17816         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17817         (org-get-indentation, org-get-string-indentation)
17818         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17819         New functions.
17820         (org-move-item-down, org-move-item-up): New commands.
17821         (org-export-as-html): New classes for CSS support.  Bug fix in
17822         regular expression detecting fixed-width regions.  Respect
17823         `org-local-list-ordered-item-terminator'.
17824         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17825         also a list item.
17826         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17827         New item moving functions.
17829 2005-11-24  Juri Linkov  <juri@jurta.org>
17831         * isearch.el (isearch-repeat): With empty search ring set
17832         `isearch-error' to the error string instead of signaling error
17833         with the function `error'.
17835 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17837         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17839 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17841         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17842         and variable.
17843         (gdb-var-create-handler, gdb-var-list-children-handler):
17844         Don't match on "char **...".
17845         (gdb-var-update-handler): Find values for all variable objects.
17846         (gdb-info-frames-custom): Identify frames by leading "#".
17848         * progmodes/gud.el (gud-speedbar-menu-items): Add
17849         gdb-speedbar-auto-raise as radio button.
17850         (gud-speedbar-buttons): Raise speedbar if requested.
17851         Don't match on "char **...".
17852         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17853         Make it editable.
17855 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17857         * info.el (Info-fontify-node): Handle the case where
17858         Info-current-file is t.
17860 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17862         * simple.el (blink-matching-open): Fix off-by-one in last change.
17864 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17866         * term/mac-win.el: Don't change default directory.
17868 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17870         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17871         buffers correctly.  (It used to throw an error in such buffers.)
17872         Make it ask for confirmation in group buffers and other Custom
17873         buffers containing more than one customization item.
17875 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17877         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17878         property on mail and url overlays.
17879         (goto-address-at-point): Use `posn-set-point' instead of
17880         `mouse-set-point' because the latter is not fbound when configured
17881         without X.
17883 2005-11-22  Lars Hansen  <larsh@soem.dk>
17885         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17886         (ls-lisp-classify, ls-lisp-format): Delete call to
17887         ls-lisp-parse-symlink.
17888         (ls-lisp-handle-switches): Handle symlinks to directories as
17889         directories when ls-lisp-dirs-first in non-nil.
17891 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17893         * startup.el (command-line): Make sure that loaddefs.el is handled
17894         correctly in load-history.
17896 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17898         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17899         (gdb-struct-string, gdb-array-string): New constants.
17900         (gdb-info-locals-handler): Use them.
17901         (gdb-reset): Reset gdb-var-list to nil.
17903 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17905         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17906         in patterns.
17908 2005-11-21  Juri Linkov  <juri@jurta.org>
17910         * custom.el (defcustom): Update link types in docstring.
17912 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17914         * custom.el (defgroup): Add doc-string-elt info.
17916         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17918 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17920         * newcomment.el (comment-enter-backward): Fix last fix.
17922         * simple.el (blink-matching-open):
17923         * paren.el (show-paren-function): Allow new paren-class info.
17925 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17927         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17928         handled automagically.
17930 2005-11-20  Andreas Schwab  <schwab@suse.de>
17932         * descr-text.el (describe-char): When copying overlays put them
17933         over the full char description instead of just the first character
17934         of it.
17936 2005-11-20  Juri Linkov  <juri@jurta.org>
17938         * simple.el (what-cursor-position):
17939         * descr-text.el (describe-char): Use Lisp-readable syntax
17940         for octal and hex.  Reorder decimal, octal and hex values.
17941         Remove excess whitespace in the output.  Use `=' in `column='
17942         like in `point=' and `Hscroll='.
17944         * international/mule-cmds.el (encoded-string-description):
17945         Use Lisp-readable syntax for hex.
17947 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17949         * newcomment.el (comment-enter-backward): Handle the case where the
17950         comment is closed by EOB.
17952 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17954         * longlines.el (longlines-before-revert-hook)
17955         (longlines-after-revert-hook): New functions.
17956         (longlines-mode): Turn off longlines temporarily when reverting.
17957         Add a message-setup-hook.
17958         (longlines-decode-buffer): New function.
17959         (longlines-wrap-line): Preserve marker positions.
17961 2005-11-19  Andreas Schwab  <schwab@suse.de>
17963         * emacs-lisp/shadow.el: Handle compressed files.
17965 2005-11-19  Romain Francoise  <romain@orebokech.com>
17967         * net/browse-url.el (browse-url-default-browser): Signal an error
17968         if no usable browser can be found, rather than try to load w3.
17970 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17972         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17973         replacing existing properties.
17974         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17975         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17976         tty specs.
17977         (rcirc-server-prefix, rcirc-server): New faces.
17978         (rcirc-url-regexp): Generate with rx macro.
17979         (rcirc-last-server-message-time): New variable.
17980         (rcirc-filter): Record time of last message.
17981         (rcirc-keepalive): Kill processes that did not send a message
17982         since the last ping.
17983         (rcirc-mode): Give rcirc-topic a local binding here.
17985 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17987         * subr.el (read-passwd): Fontify the prompt as we do with other
17988         prompts.
17990 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17992         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17993         binding buffer-read-only to nil.
17995 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17997         * complete.el (partial-completion-mode):
17998         Mention completion-auto-help in the doc string.
18000         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
18001         more Lisp-ish way.
18003 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
18005         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18006         digits, not 8, to avoid misalignment for files larger than 100MB.
18008 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
18010         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18011         Mention "keyboard shortcuts" in the help text.
18013 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18015         * startup.el (fancy-splash-default-action): Discard only
18016         mouse-down and succeeding mouse-up events in the splash screen
18017         window so that drag-n-drop event can be processed.
18019 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
18021         * longlines.el (longlines-mode): Add hacks for mail-mode and
18022         message-mode.
18024 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
18026         * textmodes/org.el (org-table-sort-lines): New command.
18027         (org-tbl-menu): Add entry for `org-table-sort-lines'.
18028         (org-add-file): Command removed, use `org-agenda-file-to-front'
18029         instead.
18030         (org-export-icalendar): Use `org-icalendar-combined-name'.
18031         (org-cycle-agenda-files, org-agenda-file-to-end)
18032         (org-agenda-file-to-front): New commands.
18033         (org-table-tab-jumps-over-hlines, org-export-html-style):
18034         New options.
18035         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18036         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18037         New functions.
18038         (org-fill-paragraph): Call `org-table-align' in tables.
18039         (org-mode): Call `org-set-autofill-regexps'.
18040         (org-export-as-html): Support for local handformatted lists.
18041         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
18042         (org-export-local-list-max-depth): New option.
18043         (org-html-expand): Use `org-html-protect'.
18045 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
18047         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18048         to "p".
18049         (gdb): Move definition of gud-pp to...
18051         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
18052         speedbar.
18053         (gdb-find-watch-expression): New function.
18055 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18057         * faces.el (face-attribute, set-face-attribute): Mention existence
18058         of `:ignore-defface' setting in docstring.
18060 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18062         * simple.el (completion-setup-function): Fix last change.
18064 2005-11-17  John Paul Wallington  <jpw@pobox.com>
18066         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18067         Use `posn-set-point' instead of `mouse-set-point' because the
18068         latter is not fbound when configured without X.
18070         * comint.el (comint-insert-input): Likewise.
18072 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18074         * simple.el (hard-newline): New variable.
18075         (sendmail-user-agent-compose, next-line): Use it.
18077         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18078         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18079         (mail-mail-reply-to, mail-mail-followup-to)
18080         (mail-position-on-field, mail-signature, mail-yank-original)
18081         (mail-attach-file): Likewise.
18083         * mail/mailheader.el (mail-header-format)
18084         (mail-header-format-function): Likewise.
18086         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18088 2005-11-17  Juri Linkov  <juri@jurta.org>
18090         * font-lock.el (font-lock-faces): Rename this defgroup from
18091         `font-lock-highlighting-faces'.
18092         (font-lock-comment-face, font-lock-comment-delimiter-face)
18093         (font-lock-string-face, font-lock-doc-face)
18094         (font-lock-keyword-face, font-lock-builtin-face)
18095         (font-lock-function-name-face, font-lock-variable-name-face)
18096         (font-lock-type-face, font-lock-constant-face)
18097         (font-lock-warning-face, font-lock-negation-char-face)
18098         (font-lock-preprocessor-face)
18099         (font-lock-regexp-grouping-backslash)
18100         (font-lock-regexp-grouping-construct): Rename :group from
18101         `font-lock-highlighting-faces' to `font-lock-faces'.
18103         * cus-edit.el (lisp, c, tex):
18104         * progmodes/ada-mode.el (ada):
18105         * progmodes/asm-mode.el (asm):
18106         * progmodes/cperl-mode.el (cperl-faces):
18107         * progmodes/cpp.el (cpp):
18108         * progmodes/dcl-mode.el (dcl):
18109         * progmodes/f90.el (f90):
18110         * progmodes/fortran.el (fortran):
18111         * progmodes/icon.el (icon):
18112         * progmodes/idlwave.el (idlwave-misc):
18113         * progmodes/m4-mode.el (m4):
18114         * progmodes/make-mode.el (makefile):
18115         * progmodes/meta-mode.el (meta-font):
18116         * progmodes/modula2.el (modula2):
18117         * progmodes/octave-mod.el (octave):
18118         * progmodes/pascal.el (pascal):
18119         * progmodes/perl-mode.el (perl):
18120         * progmodes/prolog.el (prolog):
18121         * progmodes/ps-mode.el (PostScript-edit):
18122         * progmodes/scheme.el (scheme):
18123         * progmodes/sh-script.el (sh-script):
18124         * progmodes/simula.el (simula):
18125         * progmodes/tcl.el (tcl):
18126         * textmodes/nroff-mode.el (nroff):
18127         * textmodes/reftex-vars.el (reftex-fontification-configurations):
18128         * textmodes/sgml-mode.el (sgml):
18129         * textmodes/texinfo.el (texinfo):
18130         Add :link (custom-group-link font-lock-faces) to defgroup.
18132         * hi-lock.el (hi-lock): Rename this defgroup from
18133         `hi-lock-interactive-text-highlighting'.  Change parent group from
18134         `faces' to `font-lock'.  Add link to the manual.
18135         (hi-lock-mode, hi-lock-file-patterns-range)
18136         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18137         `hi-lock-interactive-text-highlighting' to `hi-lock'.
18138         (hi-lock-faces): Add :group `faces'.
18140         * cus-edit.el (custom-variable-prompt): Clarify the code.
18142         * faces.el (face-read-string): Set the default value arg of
18143         completing-read.
18145 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
18147         * rfn-eshadow.el (file-name-shadow-properties)
18148         (file-name-shadow-tty-properties, file-name-shadow-mode):
18149         Remove autoloads, because the file is now preloaded.
18151 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18153         * printing.el (easy-menu-intern): Don't define.
18154         (pr-get-symbol): Use easy-menu-intern only if defined.
18156         * simple.el (blink-matching-open): Simplify a bit.
18157         (completion-setup-function): Fix the case of partial-completion-mode
18158         when the minibuffer's contents start with "-".
18159         Obey completion-base-size-function even when
18160         minibuffer-completing-file-name is non-nil.
18162 2005-11-16  Richard M. Stallman  <rms@gnu.org>
18164         * net/eudcb-ph.el (eudc-ph-open-session):
18165         Use set-process-query-on-exit-flag.
18167         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18169         * international/ucs-tables.el (ucs-set-table-for-input):
18170         Use make-local-variable, not make-variable-buffer-local.
18172         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18173         Improve warning message text.
18175         * savehist.el (savehist-save-hook): Add :group.
18177         * menu-bar.el (menu-bar-help-menu):
18178         Rename Find Extra Packages to External Packages.
18180         * cus-edit.el (Custom-reset-standard): Verify that
18181         :custom-standard-value prop exists before calling it.
18183         * apropos.el (apropos-calc-scores): Use apropos-pattern.
18185 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
18187         * wid-edit.el (color): Enclose %t in %{...%}.
18189         * cus-edit.el (face): Enclose %t in %{...%}.
18191 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
18193         * savehist.el (savehist-mode-hook): Re-add the var.
18194         (savehist-mode): Use it.
18196 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18198         * textmodes/flyspell.el: Fix commenting convention.
18199         Remove unnecessary leading * in custom docstrings.
18200         (flyspell-emacs): Remove unused var.
18201         (flyspell-delete-region-overlays): Use remove-overlays.
18202         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18203         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18204         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18205         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18206         (make-flyspell-overlay): Don't locally reuse a global name.
18207         (flyspell-highlight-incorrect-region)
18208         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18209         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18210         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18211         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18212         Wrap calls to accept-process-output inside with-local-quit since it's
18213         often called from a post-command-hook.
18214         (flyspell-correct-word, flyspell-auto-correct-word):
18215         Use ispell-send-string.
18216         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18218         * calendar/diary-lib.el (diary-list-entries): Also hide the
18219         terminating newline.
18221 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18223         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18224         window-system, to allow fonts on tty.
18226 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18228         * progmodes/gud.el (gud-speedbar-item-info): New function.
18229         (gud-install-speedbar-variables): Use it to display data type
18230         of watch expression as a tooltip in speedbar.
18232 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18234         * font-core.el (global-font-lock-mode): Add :version keyword,
18235         because default was changed.
18237         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18239         * startup.el (command-line): Use `custom-reevaluate-setting' for
18240         `file-name-shadow-mode'.
18242         * loadup.el: Preload rfn-eshadow.
18244         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18245         Add :version keyword.
18246         (file-name-shadow-properties, file-name-shadow-tty-properties)
18247         (file-name-shadow): Add :version keyword.
18249         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18250         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18251         in the custom-group property of the symbol frames and the fringe
18252         group got no link to its parent group frames.
18253         Doc fix.
18255 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18257         * progmodes/gud.el (gud-stop-subjob): New function.
18258         (gud-menu-map, gud-tool-bar-map): Use it.
18260 2005-11-16  Kim F. Storm  <storm@cua.dk>
18262         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18263         than kill it.
18264         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18265         to a more useful/logical place.
18267 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18269         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18270         go buttons complementary.
18272 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18274         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18275         (rfn-eshadow-sifn-equal): New function.
18276         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18278 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18280         * viper-utils.el (viper-non-word-characters-reformed-vi):
18281         Quote `-' in string.
18283         * viper.el (viper-emacs-state-mode-list): Ensure that
18284         rcirc-mode buffers come up in Emacs state.
18286         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18287         operation.
18289 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18291         * term.el (term-termcap-format): Fix typos.
18292         (term-down): Fix the negative argument case.
18294 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18296         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18297         2005-08-15.
18298         (gdb-ann3): New command gud-go.
18299         (menu): Accomodate gdb-mi.el.
18300         (gdb-assembler-custom): Make buffer of selected window current
18301         so that set-window-point works.
18303         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18304         buttons and include new ones.
18306 2005-11-16  Kim F. Storm  <storm@cua.dk>
18308         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18309         (gud-menu-map): Use it.
18311 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18313         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18314         that works correctly for Custom and that does not override a user
18315         who disables it.
18317         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18318         (help-xref-interned, help-follow): Make hyperlinks for variables
18319         that are unbound, but have a non-nil variable-documentation property.
18321         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18322         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18323         Use the `variable-documentation' property to give the mode hook a
18324         docstring and expand that docstring.
18326 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18328         * savehist.el (savehist-mode): Don't bother with
18329         `custom-set-minor-mode'.
18330         (savehist-coding-system): Check XEmacs version.
18331         (history-length): Declare also at run time.
18332         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18333         Don't set the customize state.
18334         (savehist-minibuffer-hook): Special case for when
18335         minibuffer-history-variable is equal to t.
18337 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18339         * files.el (write-file): Refresh VC status.
18341         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18342         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18343         than fundamental-mode to see if the mode was set.
18345 2005-11-14  Romain Francoise  <romain@orebokech.com>
18347         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18348         dummy function in `eval-when-compile' to avoid compiler warning.
18349         Require `man' at compile time.
18351 2005-11-14  Jay Belanger  <belanger@truman.edu>
18353         * calc-alg.el (calcFunc-write-out-power): Rename it to
18354         calcFunc-powerexpand.
18355         (math-write-out-power): Rename it to math-powerexpand; have it
18356         handle negative exponents.
18357         (calc-writeoutpower): Rename it to calc-powerexpand.
18359         * calc-ext.el: Change calcFunc-writeoutpower and
18360         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18361         autoloads.
18362         Add calcFunc-ldiv to autoloads.
18364         * calc-arith.el (calcFunc-ldiv): New function.
18366         * calc.el (calc-left-divide): New function.
18368 2005-11-14  Juri Linkov  <juri@jurta.org>
18370         * cus-edit.el (custom-variable-prompt): Set the default value arg
18371         of completing-read.
18373         * cus-dep.el (custom-make-dependencies): Reverse the list of
18374         found dependencies.
18376 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18378         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18379         Highlighting" entry, it is on by default now.
18380         (menu-bar-options-save): Do not save global-font-lock-mode.
18382 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18384         * textmodes/flyspell.el (flyspell-large-region):
18385         Call flyspell-accept-buffer-local-defs.
18387 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18389         * textmodes/flyspell.el (flyspell-notify-misspell):
18390         Fix misspelling of "Misspelling".
18391         (flyspell-process-localwords): New function.
18392         (flyspell-large-region): Call flyspell-process-localwords and
18393         flyspell-delete-region-overlays.
18394         (flyspell-delete-region-overlays): New function.
18395         (flyspell-delete-all-overlays): Call that.
18397 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18399         * help.el (help-for-help-internal): Improve doc of C-h a.
18400         (describe-key): Improve prompt; doc fix.
18402 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18404         * vc-svn.el (vc-svn-registered): Catch all errors.
18406         * cus-dep.el (custom-make-dependencies): Typo.
18408 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18410         * net/tramp-util.el (top): Fix compilation warning.
18412 2005-11-13  Kim F. Storm  <storm@cua.dk>
18414         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18416 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18418         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18419         (gud-speedbar-buttons): Match on "const char *" too.
18421         * progmodes/gdb-ui.el (gdb-var-create-handler)
18422         (gdb-var-list-children-handler): Match on "const char *" too.
18423         (gdb-var-evaluate-expression-handler): Match on empty string.
18424         (gdb-var-update-handler): Only call
18425         gdb-var-evaluate-expression-handler when required.
18427 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18429         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18430         selected window.  This still doesn't work for speedbar.
18431         (gud-speedbar-buttons): Handle string expressions properly.
18433         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18434         (gdb-var-create-handler): Handle string expressions properly.
18435         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18436         Handle string expressions properly.  Move "type" field into regexp.
18438 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18440         * bookmark.el (bookmark-maybe-message): New function to reduce
18441         code duplication: invokes `message' iff baud-rate is high enough.
18442         (bookmark-write-file): Use above instead of an inline conditional.
18443         (bookmark-load): Same.
18445 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18447         * bookmark.el (bookmark-write-file): Don't visit the destination
18448         file, just write the data to it using write-region.  This is
18449         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18450         change to avoid visiting the file in the first place.
18452 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18454         * hi-lock.el (hi-lock-mode): Set the default value of
18455         font-lock-defaults.
18457 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18459         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18460         arg to `file-attributes'.
18461         (find-lisp-format): The UID and GID can now be strings.
18463 2005-11-12  Kim F. Storm  <storm@cua.dk>
18465         * help.el (help-map): Bind C-h d to apropos-documentation.
18467         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18468         when point is at end-of-buffer.
18470         * apropos.el (apropos-match-face): Doc fix.
18471         (apropos-sort-by-scores): Add new choice `verbose'.
18472         (apropos-documentation-sort-by-scores): New defcustom.
18473         (apropos-pattern): Now contains the pattern entered by the user.
18474         (apropos-pattern-quoted): New defvar.
18475         (apropos-regexp): New defvar, containing the regexp corresponding
18476         to apropos-pattern.
18477         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18478         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18479         interactive calls; returns list of words for a word list, and
18480         string for a regexp.
18481         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18482         parses a list of words or regexp as returned by apropos-read-pattern.
18483         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18484         (apropos-score-doc): Return a very high score if the string
18485         entered by the user matches literally.
18486         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18487         (apropos-command): Doc fix.  Use apropos-read-pattern and
18488         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18489         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18490         apropos-parse-pattern.
18491         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18492         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18493         apropos-documentation-sort-by-scores.  Call apropos-print with
18494         nosubst=t.
18495         (apropos-documentation-internal): Pass doc string through
18496         substitute-key-definition before adding text properties.
18497         Highlight substring matching literal user input if possible.
18498         (apropos-documentation-check-doc-file): Remove locals beg and end.
18499         Fix calculation of score (as added twice).  Pass doc string through
18500         substitute-key-definition before adding text properties.
18501         (apropos-documentation-check-elc-file): Pass doc string through
18502         substitute-key-definition before adding text properties.
18503         Highlight substring matching literal user input if possible.
18504         (apropos-print): Add new arg NOSUBST; if set, command and variable
18505         doc strings have already been passed through substitute-key-definition.
18506         Add code to handle apropos-accumulator items without score element
18507         for backwards compatibility (e.g. with woman package).
18508         Only show scores if apropos-sort-by-scores is `verbose'.
18510 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18512         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18513         Add jka-compr-load-suffixes to load-suffixes.
18515         * jka-compr.el: Require jka-cmpr-hook.
18516         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18517         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18518         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18519         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18520         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18521         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18522         (jka-compr-uninstall): Remove entries from
18523         jka-compr-added-to-file-coding-system-alist after they are used.
18524         (jka-compr-error): Remove unused var `curbuf'.
18525         (jka-compr-file-local-copy): Remove unused var `notfound'.
18527 2005-11-10  Romain Francoise  <romain@orebokech.com>
18529         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18531 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18533         * progmodes/gud.el (gud-menu-map): Move parentheses.
18534         (gdb): New command gud-pv.
18536 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18538         * tar-mode.el: Remove spurious or unnecessary leading stars
18539         in docstrings.
18540         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18541         (tar-parse-octal-integer-safe): Use mapc.
18542         (tar-header-block-summarize): Remove unused var `ck'.
18543         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18544         cleared before.  Obey default-enable-multibyte-characters.
18545         Use mapconcat.  Simplify setting of tar-header-offset.
18546         (tar-mode-map): Move initialization inside delcaration.
18547         (tar-flag-deleted): Use `abs'.
18548         (tar-expunge-internal): Remove unused var `line'.
18549         (tar-expunge-internal): Don't hardcode point-min==1.
18550         (tar-expunge): Widen while doing set-buffer-multibyte.
18551         (tar-rename-entry): Use file-name-coding-system.
18552         (tar-alter-one-field): Don't hardcode point-min==1.
18553         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18554         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18556 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18558         * add-log.el (add-log-current-defun): Handle class::method
18559         notation of c++.  Fix incorrect comment.
18561 2005-11-10  Alan Mackenzie  <acm@muc.de>
18563         * help-fns.el (describe-variable): Make C-h v work when a variable
18564         has variable documentation yet is unbound.
18566 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18568         * man.el (Man-highlight-references): Set an empty
18569         string to `Man-arguments' if it is nil.
18570         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18572 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18574         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18575         commenting conventions.
18577         * cus-dep.el (custom-make-dependencies): Simplify.
18578         Better follow the commenting conventions.
18580 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18582         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18583         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18584         All uses changed.
18585         (apropos-rewrite-regexp): Doc fix.
18586         (apropos-variable, apropos-command, apropos, apropos-value):
18587         Change prompt; carry through the argument renaming.
18589 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18591         * find-lisp.el: Require dired.
18592         (find-lisp-find-dired-internal): Do not call
18593         `abbreviate-file-name' on DIR.
18595 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18597         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18599 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18601         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18602         when using the speedbar.
18603         (gdb): New command gud-pp.
18604         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18606 2005-11-09  Juri Linkov  <juri@jurta.org>
18608         * replace.el (occur-excluded-properties): New defcustom.
18609         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18611 2005-11-08  Jay Belanger  <belanger@truman.edu>
18613         * calc/calc-units.el (math-convert-units): Replace any composite
18614         unit by its definition.
18616 2005-11-08  Lars Hansen  <larsh@soem.dk>
18618         * emacs-lisp/autoload.el (update-directory-autoloads):
18619         Add obsolete function alias.
18621 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18624         comment-indent-function.
18625         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18627         * reveal.el (reveal-post-command): Rework the handling of
18628         reveal-open-spots, so as to be more reliable.  There were several
18629         tricky corner cases where an open spot might be lost, or where
18630         a closed spot might end up on the list of open spots.
18631         Only reveal text that's ellipsised.
18633 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18635         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18637 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18639         * ibuffer.el (ibuffer): Search iconified frames too when
18640         getting Ibuffer buffer's window.
18642 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18644         * progmodes/compile.el (compilation-internal-error-properties):
18645         save-excursion around the computation of MARKER.
18647 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18649         * textmodes/flyspell.el (flyspell-external-point-words):
18650         flyspell-get-word returns a list, not just a string.
18652 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18654         * ibuffer.el (ibuffer): Search all visible frames when getting
18655         Ibuffer buffer's window.
18657 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18659         * man.el (Man-reference-regexp): Accept spaces between
18660         `Man-name-regexp' and `Man-section-regexp'.
18661         (Man-apropos-regexp): New variable.
18662         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18663         if available.
18664         (Man-highlight-references, Man-highlight-references0):
18665         Handle the case when `Man-arguments' includes "-k".
18666         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18667         `TARGET'. `TARGET' can be a number, function or nil.
18669 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18671         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18672         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18673         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18674         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18675         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18676         (gdb-send-item): Use buffer-local-value and simplify.
18678 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18680         * startup.el (command-line): Use `custom-reevaluate-setting' for
18681         `global-font-lock-mode'.
18683         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18684         by default, except in batch mode or when the -D option is given.
18686         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18687         specified keyword args on to `define-minor-mode'.  Update docstring.
18689 2005-11-05  Romain Francoise  <romain@orebokech.com>
18691         * replace.el (occur-engine): Add marker at end of line, too.
18693 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18695         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18696         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18697         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18698         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18699         argument to all these routines, so the passphrase can be managed
18700         externally and passed in to the system.
18701         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18702         pgg-add-passphrase-to-cache function.
18704         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18705         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18706         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18707         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18708         argument to all these routines, so the passphrase can be managed
18709         externally and passed in to the system.
18710         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18711         function.
18713 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18715         * font-lock.el: Don't deal with font-lock-face-attributes here,
18716         move the code ...
18718         * startup.el (command-line): ... here.  Use face-spec-set instead
18719         of custom-declare-face.
18721         * faces.el (face-spec-set): Reset the face if spec is not nil.
18723 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18725         * newcomment.el (comment-region-internal): Box more tightly in the
18726         common case where there's no TAB in the boxed text.
18728 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18730         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18731         up-node.
18733 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18735         * newsticker.el: Commentary updated.  Code formatting changed.
18736         (newsticker-version): Change to "1.9".
18737         (newsticker, newsticker-feed): Doc fix.
18738         (newsticker-url-list): Doc fix.  Add option "Weekly".
18739         (newsticker-retrieval-interval): Add option "Weekly".
18740         (newsticker-headline-processing): Doc fix.
18741         (newsticker-auto-mark-filter): Remove.
18742         (newsticker-auto-mark-filter-list): New.
18743         (newsticker-layout, newsticker-sort-method): Doc fix.
18744         (newsticker-hide-old-items-in-newsticker-buffer)
18745         (newsticker-heading-format, newsticker-item-format)
18746         (newsticker-desc-format): Doc fix.
18747         (newsticker-show-all-rss-elements): Remove.
18748         (newsticker-show-all-news-elements): New.
18749         (newsticker-faces, newsticker-ticker): Doc fix.
18750         (remove-from-invisibility-spec): Code formatting.
18751         (newsticker--process-ids): New.
18752         (newsticker-mode): Doc fix.
18753         (newsticker-mode): Change mode-line-format.
18754         (newsticker-start): Remove debug output.
18755         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18756         (newsticker-w3m-show-inline-images): Code formatting.
18757         (newsticker-next-item): Call `force-mode-line-update'.
18758         (newsticker-previous-item): Call `force-mode-line-update'.
18759         (newsticker-next-feed): Call `force-mode-line-update'.
18760         (newsticker-previous-feed): Call `force-mode-line-update'.
18761         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18762         (newsticker-show-old-items): Do not show descs.
18763         (newsticker-hide-entry): Hide too much.
18764         (newsticker-hide-entry, newsticker-show-entry)
18765         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18766         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18767         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18768         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18769         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18770         (newsticker-get-news): Call `force-mode-line-update'.
18771         Collect process ids.
18772         (newsticker--sentinel): Change coding system handling.
18773         Move image retrieval to new functions newsticker--get-logo-url-*.
18774         Move feed parsing to new functions newsticker--parse-*.
18775         Update list of process ids.
18776         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18777         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18778         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18779         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18780         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18781         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18782         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18783         (newsticker--decode-coding-string): Remove.
18784         (newsticker--decode-numeric-entities): Check input.  Format code.
18785         (newsticker--remove-whitespace): Check input.
18786         (newsticker--do-forget-preformatted): Doc fix.
18787         (newsticker--decode-rfc822-date): Allow for missing time.
18788         (newsticker--update-process-ids): New.
18789         (newsticker--image-sentinel): Change comment.
18790         (newsticker--image-read): Change error message.
18791         (newsticker--imenu-goto): Doc fix.  Show headline title.
18792         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18793         (newsticker--buffer-do-insert-text): Clean whitespace in
18794         html-rendered headline title.  Code formatting.
18795         Call `newsticker--buffer-print-extra-elements'.
18796         (newsticker--buffer-print-extra-element): Remove.
18797         (newsticker--buffer-print-extra-elements): New.
18798         (newsticker--buffer-do-print-extra-element): New.
18799         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18800         large sizes.
18801         (newsticker--run-auto-mark-filter)
18802         (newsticker--do-run-auto-mark-filter):
18803         Use `newsticker-auto-mark-filter-list'.
18805 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18807         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18808         (rcirc-print): Force redisplay before running hooks.  Do long
18809         buffer truncation after making new text read-only.  Deal with nil
18810         text when decoding strings.  If TARGET is nil, use either the
18811         currently selected buffer, if it is an rcirc buffer and of the
18812         same process or the process buffer.
18813         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18814         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18815         (rcirc-short-buffer-name): Add variable.
18816         (rcirc-kill-buffer-hook): Recompute short buffer names.
18817         Remove nick from private channel.
18818         (rcirc-send-input): Send command text to current-buffer.
18819         Don't clear overlay arrow here.
18820         (rcirc-short-buffer-name): Return a short buffer name.
18821         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18822         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18823         buffer-name abbreviations.
18824         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18825         Do not touch nick-table when killing a parted channel.
18826         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18827         Clear arrow from current buffer if it is now hidden.
18828         (rcirc-current-buffer): Add variable.
18829         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18830         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18831         Remove -face from names.
18832         (rcirc-update-activity-string): Print "DND" when globally ignoring
18833         activity.
18834         (rcirc-ignore-buffer-activity-flag): Rename from
18835         rcirc-ignore-channel-activity.
18836         (rcirc-ignore-all-activity-flag): Doc fix.
18837         (rcirc-channels): Remove variable.
18838         (rcirc-kill-buffer-hook):
18839         (rcirc-get-buffer-create): Add nick to private channel.
18840         (rcirc-multiline-edit-submit): Remove tabs.
18841         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18842         folded.
18843         (rcirc-remove-nick-channel): Bug fix.
18844         (rcirc-toggle-ignore-buffer-activity): Rename from
18845         rcirc-toggle-ignore-channel-activity.
18846         (rcirc-record-activity): Add buffers to the front of the list.
18847         (rcirc-update-activity): Remove killed buffers from list.
18848         (rcirc-process-server-response-1): Remove last argument if it is
18849         null before calling handler.
18850         (rcirc): Add "rcirc" defcustom prefix.
18851         (rcirc-prompt): Simplify default prompt.
18852         Use custom-initialize-default.
18853         (rcirc-private-chats): Remove variable.
18854         (rcirc-prompt): Change initialization.
18855         (rcirc-version): Remove function.
18856         (rcirc-id-string): Add constant.
18857         (rcirc-last-buffer): Remove variable.
18858         (rcirc-buffer-alist): Add variable.
18859         (rcirc-connect): Update variable setup.
18860         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18861         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18862         default.
18863         (rcirc-handler-generic): Trigger activity.
18864         (rcirc-send-message): Create the buffor of the target.
18865         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18866         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18867         (rcirc-multiline-edit-cancel): Remove function.
18868         (rcirc-set-last-buffer): Remove function.
18869         (rcirc-get-any-buffer): Add function.
18870         (rcirc-join-channels): Don't print /join text.
18871         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18872         messages.
18873         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18874         (rcirc-handler-NOTICE): Recognize CTCP responses.
18875         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18876         constructing TOPIC string for buffers we are not JOINed.
18877         (rcirc-handler-CTCP-response): Add handler.
18878         (rcirc-multiline-edit-submit): Restore the window-configuration
18879         before adjusting point.
18880         (rcirc): Add customization group.
18881         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18882         (rcirc-user-full-name, rcirc-startup-channels-alist)
18883         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18884         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18885         (rcirc-input-ring-size, rcirc-read-only-flag)
18886         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18887         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18888         Change defvar to defcustom.
18889         (rcirc-update-prompt): Add optional ALL arg, which will update
18890         prompts in all rcirc buffers.  Regexp quote replacement text.
18891         (rcirc-fill-column): Accept frame-width as a value.
18892         (rcirc-set-changed): Add function.
18893         (rcirc-next-active-buffer): Write more meaningful messages.
18894         (rcirc-faces): Add customization group.
18895         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18896         (rcirc-nick-in-message-face, rcirc-prompt-face)
18897         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18898         (with-rcirc-process-buffer): Move before first usage.
18899         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18900         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18901         (rcirc-debug): Rename from `rcirc-log'.
18902         (rcirc-format-response-string): Do not print `-' chars for a
18903         NOTICE with no sender.  Simplify output of server responses.
18905 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18907         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18908         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18909         Make urls mouse and RET clickable.
18911 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18913         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18915 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18917         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18918         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18919         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18920         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18921         argument to all these routines, so the passphrase can be managed
18922         externally and passed in to the system.
18923         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18924         pgg-add-passphrase-to-cache function.
18926         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18927         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18928         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18929         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18930         argument to all these routines, so the passphrase can be managed
18931         externally and passed in to the system.
18932         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18933         function.
18935 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18937         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18938         from goto-address-url-regexp.
18940 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18942         * textmodes/org.el (org-read-date, org-goto-calendar)
18943         (org-recenter-calendar, org-agenda-goto-calendar):
18944         Temporarily clear `calendar-move-hook'.
18946 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18948         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18949         merging.
18951         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18952         have merge clashes.
18954 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18956         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18957         Undo previous change.
18959         * startup.el (command-line): Use `custom-reevaluate-setting' for
18960         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18961         tty-register-default-colors on Mac.
18963 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18965         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18966         (gdb-buffer-type): Make it automatically buffer local...
18967         (gdb-get-create-buffer): ...and set it accordingly.
18968         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18969         actually work.
18971 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18973         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18974         not red.
18976 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18978         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18979         case GUD buffer is not visible.
18980         (gdb-goto-breakpoint): Try to force display in source buffer.
18981         (gdb-frame-gdb-buffer): Copy other similar functions.
18982         (gdb-restore-windows): Don't display source if not asked for.
18983         (gdb-assembler-buffer-name): Don't capitalise.
18985 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18987         * wid-edit.el (key-sequence): New widget type.
18989         * simple.el (set-mark-command-repeat-pop): New variable.
18990         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18991         if set-mark-command-repeat-pop is true.
18993         * info.el (Info-fontify-node): Don't display extra "see" if there
18994         already is one here.
18996         * mouse.el: Fix special handling of DEL after dragging a region:
18997         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18998         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
19000         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19002         * textmodes/ispell.el (ispell-command-loop): Change `i' description
19003         not to assume it pertains to an affix.
19005         * textmodes/flyspell.el (flyspell-post-command-hook):
19006         Bind deactivate-mark to prevent deactivation.
19008 2005-11-03  Lars Hansen  <larsh@soem.dk>
19010         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19011         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19012         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19014 2005-11-03  Romain Francoise  <romain@orebokech.com>
19016         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
19017         Update copyright years.
19019 2005-11-03  Sam Steingold  <sds@gnu.org>
19021         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19022         Use system-type instead of window-system because window-system is not
19023         correctly defined during loadup.
19025 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
19027         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19028         (xml-parse-tag): Join strings separated by a comment properly.
19030 2005-11-02  Andreas Schwab  <schwab@suse.de>
19032         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19034 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19037         (byte-optimize-pure-func): Quote the eval'd value.
19039         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19040         Rename from perl-font-lock-syntactic-face-function.
19041         Change the calling convention so it can be used as a font-lock MATCHER.
19042         Do the parse-partial-sexp loop outselves.
19043         (perl-font-lock-syntactic-keywords): Use it.
19044         (perl-mode): Don't set font-lock-syntactic-face-function any more.
19046 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
19048         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19049         disassembly buffer too.
19050         (gdb-exited): Remove overlay arrows when execution has finished.
19051         (gdb-info-frames-custom, gdb-info-threads-custom)
19052         (gdb-info-registers-custom): Don't add inappropriate text
19053         properties if inferior is not active.
19055 2005-11-02  Glenn Morris  <rgm@gnu.org>
19057         * progmodes/fortran.el (fortran-blink-match):
19058         Use `blink-matching-delay'.
19060 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
19062         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19064 2005-11-02  Lars Hansen  <larsh@soem.dk>
19066         * net/tramp.el (tramp-action-out-of-band): Handle scp message
19067         "Permission denied".
19069 2005-11-01  Richard M. Stallman  <rms@gnu.org>
19071         * textmodes/flyspell.el (flyspell-external-point-words):
19072         Pass nil to flyspell-get-word.
19074 2005-11-02  Kim F. Storm  <storm@cua.dk>
19076         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19077         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19079 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19081         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19082         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19083         (calendar-mouse-print-dates): Add optional `event' argument.
19084         Update interactive-spec.
19085         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19086         Use `calendar-event-to-date' instead of `event'.
19088 2005-11-02  Masatake YAMATO  <jet@gyve.org>
19090         * progmodes/ld-script.el (ld-script-builtins):
19091         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19092         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19093         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19095 2005-11-01  Romain Francoise  <romain@orebokech.com>
19097         * vc-sccs.el: Update copyright year.
19098         * ezimage.el: Likewise.
19100 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
19102         * info.el (Info-fontify-node): Use `string-width' for fontifying
19103         underlined titles.
19105 2005-11-01  Juri Linkov  <juri@jurta.org>
19107         * info.el (Info-fontify-node): Downcase node header keywords Node,
19108         Prev, Next, Up before comparison.
19109         (Info-history): Insert absolute directory name, and put invisible
19110         property on it.
19112 2005-11-01  Juri Linkov  <juri@jurta.org>
19114         * info.el (Info-file-supports-index-cookies): New variable.
19115         (Info-find-node-2): Check makeinfo version for index cookie support.
19116         (Info-index-nodes): Search for nodes with index cookies only when
19117         Info-file-supports-index-cookies is t.  Otherwise, search nodes
19118         with "Index" in the node name.
19119         (Info-index-node): Search index cookie in the current node only when
19120         Info-file-supports-index-cookies is t.  Otherwise, check the word
19121         "Index" in the node name.
19122         (Info-find-emacs-command-nodes): Remove code that searches nodes
19123         with "Index" node name in the top menu.
19125 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * progmodes/scheme.el (scheme-mode-variables): Use the default
19128         comment-indent-function.
19130         * faces.el (face-attribute): Handle the case where a face inherits from
19131         a non-existent face.
19133         * simple.el (eval-expression-print-format): Use lisp-readable syntax
19134         for octal and hexa output, and merge the char into the paren.
19135         (kill-new): Use push.
19136         (copy-to-buffer): Use with-current-buffer.
19137         (completion-setup-function): Move code in loop to remove redundancy.
19138         (minibuffer-local-must-match-map): Don't add bindings that duplicate
19139         those inherited from minibuffer-local-completion-map.
19141         * savehist.el (savehist-mode) <defcustom>:
19142         Use custom-set-minor-mode if available.
19143         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19144         and emit a message if applicable.
19146 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
19148         * savehist.el: Sync up to version 19.
19149         (savehist-mode): New minor mode.
19150         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19151         (savehist-length): Remove (use history-length instead).
19152         (savehist-file-modes): Rename from savehist-modes.
19153         (savehist-save-hook, savehist-loaded): New vars.
19154         (savehist-load): Use savehist-mode.  Try to smooth up transition from
19155         old format to new format.
19156         (savehist-install): Allow savehist-autosave-interval to be nil.
19157         (savehist-save): Run the new hook.  Be more careful to only trim the
19158         history variables.
19159         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
19160         (savehist-printable): Print into a buffer rather than char-by-char.
19162 2005-11-01  John Wiegley  <johnw@newartisans.com>
19164         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19165         toggle-ignore keybinding (C-a).  The author said it had been
19166         disabled much earlier due to a possible incompatibility, but after
19167         many months of usage I have encountered no problems (and it is a
19168         rather useful option, especially for switching to " *temp*").
19170         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19171         support for OS/X's AddressBook, by calling out to the open source
19172         program "contacts" (installable through Fink).
19174         * net/eudc.el (eudc-expand-inline): If the
19175         `eudc-multiple-match-handling-method' is set to `all', delete the
19176         query string before inserting the query result.
19178         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19179         flag, to prevent Eshell from using the system ls when
19180         `eshell-ls-insert-directory' is in used.
19181         (eshell-ls-insert-directory): Disable font-lock in directory
19182         buffer so that Eshell's own fontification is seen.  This broke
19183         recently due to changes in font-lock, so this goes back to version
19184         21 behavior.
19186 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
19188         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19189         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19190         (gdb-many-windows): Doc fix.
19192 2005-10-31  Romain Francoise  <romain@orebokech.com>
19194         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19196 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19198         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19199         that global-font-lock-mode can be enabled by default.
19201         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19202         (font-lock-add-keywords, font-lock-remove-keywords)
19203         (font-lock-fontify-buffer): Remove autoload cookies.
19205         * jit-lock.el (jit-lock-register): Likewise.
19207         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19209 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19211         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19212         intact if there is no gud-comint-buffer.
19214 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19216         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19217         old prompt comint-prompt-read-only is t and GDB commands are
19218         issued from tool bar etc.
19220 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19222         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19224 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19226         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19227         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19229 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19231         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19232         starting at beginning of line.  Fontification is messed up when
19233         `open-paren-in-column-0-is-defun-start' set to t.
19234         Reported by John Paul Wallington <jpw@pobox.com>.
19236 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19238         * comint.el (comint-send-input): Call `comint-update-fence' when
19239         `comint-process-echoes' and `comint-prompt-read-only' are both
19240         non-nil, to avoid leftover read-only newline.
19242 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19244         * textmodes/flyspell.el (flyspell-external-point-words):
19245         Detect when WORD can't be checked properly because
19246         flyspell-get-word finds just part of it, and move on.
19248         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19249         boundarychar for Polish.
19250         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19251         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19253 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19255         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19256         (gdb-registers-font-lock-keywords): Delete.
19257         (gdb-registers-mode): Don't fontify.
19258         (gdb-info-registers-custom): Use text properties instead as, in
19259         future, changed register values will use font-lock-warning-face.
19260         (gdb-local-font-lock-keywords): Rename to...
19261         (gdb-locals-font-lock-keywords): ...for consistency.
19263 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19265         * vc.el (vc-switch-backend): Better error message if the buffer is
19266         not visiting a file under version control.
19268         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19270 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19272         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19273         ~/.emacs.d/.emacs.
19275 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19277         * replace.el (occur-mode-mouse-goto): Always go to other window.
19278         (occur-mode-goto-occurrence): Always switch in same window.
19280         * simple.el (undo): Display message at end, not at start.
19282         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19283         New arg REUSE-CELL.
19284         (cancel-timer-internal): New function.
19285         (timer-event-handler): Use cancel-timer-internal,
19286         and pass the cell it returns to timer-activate...
19288         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19289         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19290         (jit-lock-after-change): Test memory-full.
19292 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19294         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19295         part of the decoded armor to find the key-identifier.
19296         (pgg-gpg-lookup-key-owner): New function to return the
19297         human-readable identifier of a key owner.
19298         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19299         key itself.
19300         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19301         the key value) if we have a key and can match it against a secret
19302         key.  Also, added a note pointing out fact that the prompt only
19303         indicates the first matching key.
19305         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19306         pgg-decrypt-region.
19307         (pgg-pending-timers): A new hash for tracking the passphrase cache
19308         timers, so that new ones supercede old ones.
19309         (pgg-add-passphrase-to-cache): Rename from
19310         `pgg-add-passphrase-cache' to reduce confusion (all callers
19311         changed).  Modified to cancel old timers when new ones are added.
19312         (pgg-remove-passphrase-from-cache): Rename from
19313         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19314         changed).  Modified to cancel old timers when their keys are
19315         removed from the cache.
19316         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19317         XEmacs, an indirection to delete-itimer.
19318         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19319         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19320         users can only check cache without risk of prompting.  Correct bug in
19321         notruncate behavior.
19322         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19323         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19324         Add informative docstrings.
19325         (pgg-decrypt): Convey provided passphrase in subordinate call to
19326         pgg-decrypt-region.
19328         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19329         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19330         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19331         `passphrase' argument, so the passphrase can be managed externally
19332         and then passed in to the system.
19334         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19335         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19336         so the passphrase cache can be used reliably with identifiers
19337         besides a pgp packet's key id.
19339         * pgg-gpg.el (pgg-pgp-encrypt-region)
19340         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19341         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19342         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19343         argument to all these routines, so the passphrase can be managed
19344         externally and passed in to the system.
19346         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19347         `notruncate' argument, so the passphrase cache can be used
19348         reliably with identifiers besides a pgp packet's key id.
19350 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19352         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19353         symmetric encryption.
19354         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19355         encrypted session key.
19356         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19357         message ask for the passphrase in a proper way.
19359         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19360         New user commands for symmetric encryption.
19362 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19364         * textmodes/conf-mode.el (conf-assignment-sign)
19365         (conf-assignment-regexp): Fix docstrings.
19366         (conf-mode-initialize): New function.
19367         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19368         recognize recursive calls.
19369         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19370         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19371         (conf-xdefaults-mode): Use define-derived-mode and
19372         conf-mode-initialize.
19374 2005-10-29  Romain Francoise  <romain@orebokech.com>
19376         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19378 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19380         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19381         part of the decoded armor to find the key-identifier.
19382         (pgg-gpg-lookup-key-owner): New function to return the
19383         human-readable identifier of a key owner.
19384         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19385         key itself.
19386         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19387         the key value) if we have a key and can match it against a secret
19388         key.  Also, added a note pointing out fact that the prompt only
19389         indicates the first matching key.
19391         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19392         pgg-decrypt-region.
19393         (pgg-pending-timers): A new hash for tracking the passphrase cache
19394         timers, so that new ones supercede old ones.
19395         (pgg-add-passphrase-to-cache): Rename from
19396         `pgg-add-passphrase-cache' to reduce confusion (all callers
19397         changed).  Modified to cancel old timers when new ones are added.
19398         (pgg-remove-passphrase-from-cache): Rename from
19399         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19400         changed).  Modified to cancel old timers when their keys are
19401         removed from the cache.
19402         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19403         XEmacs, an indirection to delete-itimer.
19404         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19405         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19406         users can only check cache without risk of prompting.  Correct bug in
19407         notruncate behavior.
19408         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19409         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19410         Add informative docstrings.
19411         (pgg-decrypt): Convey provided passphrase in subordinate call to
19412         pgg-decrypt-region.
19414 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19416         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19417         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19418         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19419         `passphrase' argument, so the passphrase can be managed externally
19420         and then passed in to the system.
19422         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19423         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19424         so the passphrase cache can be used reliably with identifiers
19425         besides a pgp packet's key id.
19427         * pgg-gpg.el (pgg-pgp-encrypt-region)
19428         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19429         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19430         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19431         argument to all these routines, so the passphrase can be managed
19432         externally and passed in to the system.
19434         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19435         `notruncate' argument, so the passphrase cache can be used
19436         reliably with identifiers besides a pgp packet's key id.
19438 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19440         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19441         symmetric encryption.
19442         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19443         encrypted session key.
19444         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19445         message ask for the passphrase in a proper way.
19447         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19448         New user commands for symmetric encryption.
19450 2005-10-28  Bill Wohler  <wohler@newt.com>
19452         * help-mode.el (help-url): New button type.  Calls browse-url.
19453         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19454         Similar to Info nodes: URL `url'.
19455         (help-make-xrefs): Create help-url buttons for
19456         help-xref-url-regexp matches.
19458 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19460         * tool-bar.el (tool-bar-add-item-from-menu)
19461         (tool-bar-local-item-from-menu): Fix doc strings.
19463 2005-10-28  Romain Francoise  <romain@orebokech.com>
19465         * ldefs-boot.el: Update.
19467         * subr.el (locate-library): Move from help-fns.el.
19468         * help-fns.el (locate-library): Move to subr.el.
19470 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19472         * net/tramp.el (tramp-completion-mode): defvar moved up.
19474         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19476         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19478         * files.el (find-file-noselect): Use %d to format large file size.
19480         * bindings.el (mode-line-format): Add %e.
19482         * loadup.el ("facemenu"): Load unconditionally.
19483         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19484         ("x-dnd"): Load, when appropriate.
19486         * startup.el (command-line): Call before-init-hook earlier.
19487         Warn about some bad characters in -u user name.
19489         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19490         (flyspell-external-point-words): Error if misspelled word is not found.
19491         Set flyspell-large-region-beg at end of word.
19493 2005-10-28  Andreas Schwab  <schwab@suse.de>
19495         * view.el (View-revert-buffer-scroll-page-forward):
19496         Use view-page-size-default.
19498 2005-10-28  Juri Linkov  <juri@jurta.org>
19500         * international/quail.el (quail-get-current-str): Translate last
19501         raw character for deterministic input methods.
19503 2005-10-27  Jay Belanger  <belanger@truman.edu>
19505         * calc/calc-ext.el: Add functions to autoloads.
19506         (math-identity-matrix-p, math-ident-row-p): New functions.
19508         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19509         multiplication by an identity matrix; don't turn multiplication by
19510         an inverse matrix into division.
19511         (math-div-symbol-fancy): Replace division by matrices with
19512         multiplication by inverse.
19514         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19516         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19517         (calc-writeoutpower): New functions.
19519 2005-10-27  Romain Francoise  <romain@orebokech.com>
19521         * replace.el (occur-engine): Include colon in mouse-face highlight.
19523         * dired-x.el: Change Maintainer field.
19525 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19527         * longlines.el (longlines-mode): Bind after-change-functions to
19528         nil during initial decoding and final encoding.
19530 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19532         * term.el (term-emulate-terminal, term-handle-colors-array)
19533         (term-handle-ansi-escape): Specify the terminfo capabilities
19534         implemented.
19536 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19538         * info.el (Info-fontify-node): Fix detection of sentence-break
19539         before *Note.
19541 2005-10-26  Romain Francoise  <romain@orebokech.com>
19543         * smerge-mode.el: Add `tools' to file keywords.
19545 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19547         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19548         when the fringe is not available.
19550         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19551         (def-gdb-auto-update-trigger): Simplify construction.
19552         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19553         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19554         defined explicitly.
19555         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19556         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19557         defined explicitly.
19558         (gdb-info-locals-custom): Remove as it's a no-op.
19560 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19562         * longlines.el (longlines-mode): Remove narrowing before
19563         performing the initial decoding or final encoding.
19565 2005-10-25  Romain Francoise  <romain@orebokech.com>
19567         * emacs-lisp/find-func.el (find-library-name): Also strip
19568         extension if library name ends in .el, to take advantage of
19569         `find-library-suffixes'.
19571 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19573         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19575 2005-10-25  Juri Linkov  <juri@jurta.org>
19577         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19578         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19580 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19582         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19583         (blackbox-redefine-key): Add argument `map'.
19585         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19586         regions when moving the jit-lock-context-unfontify-pos boundary.
19588 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19590         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19592 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19594         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19596 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19598         * play/blackbox.el (blackbox-redefine-key): New function.
19599         (blackbox-mode-map): Use it to remap existing bindings for cursor
19600         motion instead of binding literal keys.
19602 2005-10-25  Glenn Morris  <rgm@gnu.org>
19604         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19605         diary does not end in a newline.  Do not assume a blank line at
19606         the start of the diary file.
19608 2005-10-25  Kenichi Handa  <handa@m17n.org>
19610         * international/quail.el (quail-translate-key): If the input
19611         method is deterministic and failed to handle the last key, restart
19612         the key handling loop from an appropriate key.
19614 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19616         * vc.el (vc-dired-mode): Extend comment for binding of
19617         `directory-listing-before-filename-regexp'.
19619 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19621         * textmodes/texinfo.el (texinfo-mode):
19622         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19623         not to unnecessarily expose emacs-mule's internal char codes.
19625 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19627         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19628         Display hand pointer and help-echo on disabled icon too.
19629         (gdb-mouse-until): New function.
19630         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19632 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19634         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19635         with 2005-10-23 change to doctor.el.
19637         * finder.el (finder-mode-map): Add follow-link binding.
19639 2005-10-25  Kim F. Storm  <storm@cua.dk>
19641         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19642         to gdb-mouse-toggle-breakpoint-fringe.
19643         (gdb-mouse-toggle-breakpoint-margin): Rename from
19644         gdb-mouse-toggle-breakpoint.  Fix doc.
19645         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19646         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19647         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19648         string properties also for fringe breakpoint bitmaps.
19650 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19652         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19654 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19656         * simple.el (completion-common-substring):
19657         Use `completion-common-substring' prior to `completion-base-size'.
19659 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19661         * savehist.el: Require CL while compiling.
19662         (savehist-history-variables): Remove.
19663         (savehist-save-minibuffer-history, savehist-additional-variables)
19664         (savehist-minibuffer-history-variables): New vars.
19665         (savehist-save): Use them.
19666         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19667         (savehist-install): New fun, extracted from savehist-load.
19668         (savehist-load): Use them.
19670 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19672         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19673         a dummy doc-string-elt property.
19674         (defalias, defvaralias, define-category): Add a docstring property.
19676         * image.el (defimage):
19677         * widget.el (define-widget):
19678         * custom.el (defface, defcustom): Add `doc-string' declaration.
19680         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19681         (defadvice): Add `doc-string' declaration.
19683         * emacs-lisp/byte-run.el (macro-declaration-function):
19684         Handle `doc-string' declarations.
19685         (define-obsolete-function-alias, define-obsolete-variable-alias):
19686         Add `doc-string' declaration.
19688 2005-10-24  Kenichi Handa  <handa@m17n.org>
19690         * international/utf-7.el (utf-7): Add autoload cookie.
19692         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19694 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19696         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19697         list of directories passed to batch-update-autoloads.  Add "." to
19698         the list of the echoed directories.
19700         * pgg-def.el:
19701         * pgg-gpg.el:
19702         * pgg-parse.el:
19703         * pgg-pgp.el:
19704         * pgg-pgp5.el:
19705         * pgg.el: Moved here from the gnus subdirectory.
19707 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19709         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19710         in case comint-prompt-read-only is set to t.
19712         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19713         in case comint-prompt-read-only is set to t.
19715 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19717         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19718         Now a string.
19719         (icalendar-import-format): Handle CLASS, STATUS, URL.
19720         Rename `subject' to `summary'.
19721         (icalendar-import-format-summary): Rename from
19722         `icalendar-import-format-subject'.
19723         (icalendar-import-format-url, icalendar-import-format-status)
19724         (icalendar-import-format-class): New variables.
19725         (icalendar--rris): Take variable argument list.
19726         (icalendar--datestring-to-isodate): Remove unnecessary
19727         calendar-style check when converting dates with explicit month names.
19728         (icalendar-export-region): Change return type of conversion
19729         subroutines.  Bury current buffer unless error occurred.
19730         (icalendar--convert-to-ical)
19731         (icalendar--parse-summary-and-rest): New functions.
19732         (icalendar--convert-ordinary-to-ical)
19733         (icalendar--convert-weekly-to-ical)
19734         (icalendar--convert-yearly-to-ical)
19735         (icalendar--convert-block-to-ical)
19736         (icalendar--convert-cyclic-to-ical)
19737         (icalendar--convert-anniversary-to-ical): Change return type.
19738         Strip trailing blanks from subject.
19739         (icalendar--convert-sexp-to-ical): Change return type.
19740         Strip trailing blanks from subject.  Handle simple sexp
19741         entries as generated by icalendar.el.
19742         (icalendar--convert-float-to-ical)
19743         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19744         (icalendar-import-file): Doc fix.
19745         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19746         Correct call to icalendar--rris.
19747         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19748         `summary'.
19749         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19751 2005-10-24  Romain Francoise  <romain@orebokech.com>
19753         * server.el (server-sentinel): Set query-on-exit flag to nil on
19754         new client processes (it isn't inherited from the server process).
19756         * replace.el (occur-engine): Rearrange text properties.
19758 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19760         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19761         case-fold-search is nil.
19762         (debug-help-follow): Use help-xref-interned directly.
19764 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19766         * thumbs.el (thumbs-image-type): Add .pbm.
19768 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19770         * faces.el (inhibit-face-set-after-frame-default): New variable.
19771         (set-face-attribute): Bind it.
19772         (face-set-after-frame-default): Test it.
19774         * help-fns.el (describe-simplify-lib-file-name): New function.
19775         (describe-function-1, describe-variable): Use it.
19777         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19779         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19780         Eliminate nil as possible value.
19781         (tooltip-hide-delay): Reduce internal-border-width.
19783         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19784         (menu-bar-file-menu) <new-file>: Likewise.
19786         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19788         * international/mule.el (load-with-code-conversion):
19789         Pass full file name to `eval-buffer' unless preloading.
19791         * textmodes/flyspell.el (flyspell-large-region):
19792         Call ispell-check-version.
19794         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19795         Fix the make-variable-buffer-local call that was supposed
19796         to be for this variable.
19797         (ispell-aspell-supports-utf8): Doc fix.
19798         (ispell-find-aspell-dictionaries): Preserve elements of
19799         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19800         (ispell-aspell-find-dictionary): Return nil on error.
19802         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19803         (doctor-symptoms): Likewise.
19805         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19807 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19809         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19810         (custom-raised-buttons): Add :set spec.
19811         (custom-button-unraised, custom-button-pressed-unraised):
19812         New faces, so that custom-raised-buttons actually does something.
19813         (custom-mode): Use custom-button and custom-button-pressed.
19815         * wid-edit.el (widget-specify-button): Don't ignore
19816         widget-mouse-face on graphic terminals.
19817         (widget-move-and-invoke): Cleanup.
19819 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19821         * whitespace.el (whitespace-cleanup): Doc fix.
19823 2005-10-23  Romain Francoise  <romain@orebokech.com>
19825         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19826         `eval-after-load' to avoid evaluating their result.
19828 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19830         * files.el (directory-listing-before-filename-regexp):
19831         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19833         * dired.el (dired-move-to-filename-regexp): Remove.
19834         All occurences replaced by `directory-listing-before-filename-regexp'.
19836         * dired-x.el, locate.el, vc.el:
19837         Replace `dired-move-to-filename-regexp' by
19838         `directory-listing-before-filename-regexp'.  In vc.el it is
19839         overwritten locally; maybe this can be handled in files.el too.
19841         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19842         replaced by `directory-listing-before-filename-regexp'.
19844 2005-10-23  Andreas Schwab  <schwab@suse.de>
19846         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19847         and eval-next-after-load.
19849 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19851         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19852         exist, create it.
19854 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19856         * allout.el: Remove autoloads for mailcrypt and crypt++.
19857         Require pgg, pgg-gpg during compilation.
19858         (allout-version): Increment version number to 2.1, and use a literal
19859         rather than RCS Id.
19860         (allout-default-encryption-scheme): Remove.
19861         (allout-passphrase-verifier-handling)
19862         (allout-passphrase-verifier-string)
19863         (allout-file-passphrase-verifier-string)
19864         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19865         (allout-passphrase-hint-handling): Rename and simplify.
19866         (allout-init): Use `find-file-hook' if available, otherwise
19867         `find-file-hooks'.
19868         (allout-mode): Use `write-file-functions' if available, otherwise
19869         `local-write-file-hooks' and, instead of making auto-save-hook
19870         buffer local, make the write-file-hook activity contingent to
19871         allout-mode.
19872         (allout-mode): Use key-binding substitution in the docstring.
19873         (allout-kill-line): Spell-out kill ring data structure mutation
19874         instead of using byte-compiler-complaint-provoking `pop'.
19875         (allout-insert-listified): Use `insert' rather than `insert-string'
19876         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19877         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19878         (allout-encrypt-string): Totally revamped vis new underlying
19879         encryption facilities.
19880         (allout-mc-activate-passwd): Remove.
19881         (allout-obtain-passphrase): New, more or less replaces
19882         allout-mc-activate-passwd.
19883         (allout-encrypted-key-info): More or less replaces
19884         allout-encrypted-text-type.
19885         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19886         (my-mark-marker): Use `(featurep 'xemacs)'.
19888 2005-10-23  Lars Hansen  <larsh@soem.dk>
19890         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19891         (byte-compile-file-form-defmumble, byte-compile-defun)
19892         (byte-compile-defmacro): Use it.
19893         (byte-compile-form): Don't call byte-compile-set-symbol-position
19894         when a byte-compile handler is called.
19896 2005-10-22  Romain Francoise  <romain@orebokech.com>
19898         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19900         * subr.el (eval-after-load): Convert library name to an absolute
19901         file name using locate-library, since load-history no longer has
19902         library names in it.
19904 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19906         * files.el (make-temp-file): Move from subr.el.
19907         * subr.el (make-temp-file): Move to files.el.
19909         * window.el (get-buffer-window-list): Move from subr.el.
19910         * subr.el (get-buffer-window-list): Move to window.el.
19912         * image.el (image-load-path): Use eval-at-startup to initialize.
19914         * subr.el (eval-at-startup): New macro.
19916         * subr.el: Much rearrangement of functions and division
19917         into pages.  No code changes.
19919 2005-10-22  Kenichi Handa  <handa@m17n.org>
19921         * tar-mode.el (tar-extract): Be sure to call
19922         find-operation-coding-system if set-auto-coding doesn't find a
19923         coding system.
19925 2005-10-22  Kim F. Storm  <storm@cua.dk>
19927         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19928         Change users.
19929         (image-type-file-name-regexps): New defconst.
19930         (image-type-from-data): Simplify loop.
19931         (image-type-from-buffer): New defun.
19932         (image-type-from-file-header): Use it instead of image-type-from-data.
19933         Use image-search-load-path instead of only looking in data-directory.
19934         (image-type-from-file-name): New defun.
19935         (image-search-load-path): Change `pathname' to `filename'.
19936         Make PATH arg optional, default to image-load-path.
19938 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19940         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19942         * textmodes/paragraphs.el (sentence-end-base): New variable.
19943         (sentence-end): Use sentence-end-base.
19945 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19947         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19948         property independently from the font-lock-multiline variable.
19950 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19952         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19954         * startup.el (command-line): Convert library names
19955         in `load-history' to absolute file names.
19957         * subr.el (symbol-file): Doc fix.
19959         * loadhist.el (file-loadhist-lookup): Call locate-library
19960         instead of find-library-name.  Don't try converting
19961         abs file names to library names, since load-history no longer
19962         has library names in it.
19963         (file-dependents, file-provides, file-requires): Doc fixes.
19965 2005-10-21  Juri Linkov  <juri@jurta.org>
19967         * progmodes/etags.el (tags-table-mode): New function.
19968         (tags-verify-table): Replace initialize-new-tags-table with
19969         tags-table-mode.
19971         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19972         default value.
19973         (desktop-modes-not-to-save): Add tags-table-mode to the
19974         default value.
19976         * info.el (Info-index-next): Add total number of index
19977         alternatives to the message.
19979         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19980         backward only space (instead of space and period) before looking
19981         at sentence end.
19983         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19984         Add the old variable value as 4th default-value arg of read-string.
19986 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19988         * cus-face.el (custom-declare-face): Make face from X resources
19989         also on Mac.
19991         * disp-table.el (standard-display-g1, standard-display-graphic):
19992         Refuse to use string glyphs also on Mac.
19993         (standard-display-european): Don't set terminal coding system also
19994         on Mac.
19996         * frame.el (display-screens): Use x-display-screens also on Mac.
19998 2005-10-21  Romain Francoise  <romain@orebokech.com>
20000         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
20002 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20004         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20005         and $? into sexps.
20007         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20008         warning face on open-paren-in-column-0.
20010         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20011         boundary case.  Fix typo.
20012         Suggested by Martin Rudalics <rudalics@gmx.at>.
20014 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
20016         * textmodes/org.el (org-combined-agenda-icalendar-file)
20017         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20018         (org-export-icalendar-this-file)
20019         (org-export-icalendar-all-agenda-files)
20020         (org-export-icalendar-combine-agenda-files): New commands.
20021         (org-export-icalendar, org-print-icalendar-entries)
20022         (org-start-icalendar-file, org-finish-icalendar-file)
20023         (org-ical-ts-to-string): New functions.
20024         (org-read-date, org-goto-calendar)
20025         (org-agenda-goto-calendar): Inhibit displaying diary entries by
20026         call to `calendar'.
20027         (orgtbl-setup): Remove the :keys arguments from the menu description.
20028         (org-after-save-iCalendar-file-hook): New variable.
20030 2005-10-21  Kenichi Handa  <handa@m17n.org>
20032         * language/vietnamese.el (tcvn-5712): Make it an alias of
20033         vietnamese-tcvn coding-system.
20035 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
20037         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20038         group id is given.
20040 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20042         * progmodes/sh-script.el (sh-escaped-line-re): New var.
20043         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20044         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20045         whose line is either continued or ends with a comment.
20047 2005-10-20  Romain Francoise  <romain@orebokech.com>
20049         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20051         * replace.el (occur-engine): Add follow-link property.
20053         * font-core.el (font-lock-mode): Doc fix.
20055 2005-10-20  Richard M. Stallman  <rms@gnu.org>
20057         * net/rcirc.el: New file.
20059 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
20061         * term.el (term-term-name): Initialize to "eterm-color".
20063 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
20065         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20066         for encryption functionality.
20067         Move allout customization subgroup from `editing' to `outlines' group.
20068         Fix commentary keywords to legitimate ones.
20069         Update author info (using my current email address, obscurified).
20070         (allout-encrypt-string, allout-encryption-produce-work-buffer)
20071         (allout-encrypted-topic-p, allout-encrypted-text-type)
20072         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20073         (allout-situate-encryption-key-verifier)
20074         (allout-get-encryption-key-verifier, allout-verify-key)
20075         (allout-next-topic-pending-encryption)
20076         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20077         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20078         (outline-key-verifier-handling, outline-key-hint-handling)
20079         (outline-encrypt-unencrypted-on-saves): New defcustoms.
20080         (allout-file-key-verifier-string, allout-encryption-scheme)
20081         (allout-key-verifier-string, allout-key-hint-string)
20082         (allout-after-save-decrypt): New variables.
20083         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20084         (allout-after-saves-handler): New hook functions.
20085         (allout-post-command-business): Do allout-after-save-decrypt.
20086         (allout-enable-file-variable-adjustment): Custom var to enable
20087         mechanism for adding and adjusting settings of Emacs file variables.
20088         (allout-adjust-file-variable, allout-file-vars-section-data):
20089         New functions, implement the mechanism.
20090         (outlineify-sticky): Use the file vars mechanism.
20091         (allout-inhibit-protection, allout-during-write-cue)
20092         (allout-override-protect, allout-before-change-protect): Remove.
20093         (allout-flag-region, allout-open-topic): Adjust read-only text.
20094         (allout-open-line-not-read-only): Add to facilitate read-only
20095         text based protection.
20096         (allout-kill-line): Revise to adjust read-only text, clue the
20097         user about the inhibition.
20098         (allout-unprotected): Use unwind-protect.
20099         (allout-shift-in, allout-shift-out): Disallow manually shifting a
20100         topic deeper than the offspring depth of the previous topic -
20101         avoiding confusing "containment discontinuities".
20102         (allout-reindent-bodies): Fix retention of body relative hanging
20103         indent during promotion of collapsed bodies.
20104         (allout-open-topic): Make it easy to open new topic with same
20105         bullet as current topic - topic creation functions provided with
20106         any universal argument provokes now prompt for bullet, defaulting
20107         to the bullet of the previous topic.
20108         (allout-plain-bullets-string, allout-distinctive-bullets-string):
20109         Plain bullet alternates `.' period and `,' comma only.  All other
20110         bullets are relegated to special status (but customizable).
20111         (allout-end-of-entry): Rename from allout-end-of-current-entry
20112         since it actually operates w.r.t. most immediately containing
20113         entry, visible or not.
20114         (allout-hide-current-entry, allout-show-current-entry): Use the
20115         revised version.
20116         (allout-old-expose-topic): Solidify deprecation.
20117         (allout-end-of-subtree): Add so we can span concealed as well
20118         as visible topics.
20119         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20120         (allout-end-of-current-heading): Tweak to just respect the first line.
20121         (allout-get-body-text): Add.
20122         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20123         when invoked interactively.
20124         (allout-up-current-level): Use `interactive-p'.
20125         (allout-mode, allout-init): Miscellaneous docstring and
20126         operational refinements, as well as hookups of new encryption stuff.
20127         (allout-beginning-of-current-entry): Now works as advertised.
20128         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20129         (allout-isearch-rectification): Refine condition for isearching.
20130         (allout-isearch-abort, allout-enwrap-isearch)
20131         (allout-flag-region, my-region-active-p): Relocate some macros.
20132         (allout-title): Fallback title is (buffer-name), not
20133         non-existing (current-buffer-name).
20134         (subst-char-in-string): Define if absent (for some XEmacs versions).
20136 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
20138         * mail/sendmail.el (mail-setup-hook, mail-aliases)
20139         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20140         (mail-citation-prefix-regexp, mail-signature-file)
20141         (mail-default-headers, mail-bury-selects-summary)
20142         (mail-send-nonascii): Add autoload cookies.
20144 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20146         * frame.el (blink-cursor-mode): Add `mac' to the list of
20147         window-system's that support blinking cursor.
20149 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
20151         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20153 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
20155         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20156         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20157         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20159 2005-10-20  Kim F. Storm  <storm@cua.dk>
20161         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20162         (ido-set-current-directory): Don't add / after final @.
20163         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20164         Explicitly handle ange-ftp completion oddities.
20165         (ido-make-file-list): Don't rotate list at tramp root to avoid
20166         triggering tramp file handler for expand-file-name via get-file-buffer.
20168 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20170         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20172 2005-10-19  Jay Belanger  <belanger@truman.edu>
20174         * calc/calc-units.el (math-standard-units): Add units, adjust
20175         symbols and update values.
20176         (math-unit-prefixes): Add more prefixes.
20178 2005-10-19  Romain Francoise  <romain@orebokech.com>
20180         * bookmark.el (bookmark-menu-heading): New face.
20181         (bookmark-bmenu-list): Use it.
20182         Don't fiddle with `baud-rate' at top-level.
20184 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
20186         * image.el (create-image, find-image): Mention max-image-size in
20187         docstring.
20189 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20191         * savehist.el (savehist-load): Revert to checking XEmacs.
20193         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20194         Various docstring and line-width fixups.
20195         (conf-mode): Use cond.
20196         Set font-lock-defaults.  Don't set comment-use-syntax.
20198 2005-10-18  David Ponce  <david@dponce.com>
20200         * tree-widget.el (tree-widget-button-click): New function.
20201         (tree-widget-button-keymap): Use it.
20203 2005-10-18  Romain Francoise  <romain@orebokech.com>
20205         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20206         (bookmark-bmenu-hide-filenames): Add follow-link property.
20207         Improve help-echo text.
20209         * ffap.el (find-file-at-point): Doc fix.
20211 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20213         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20215 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20217         Install to the CVS repository what I forgot to install in my
20218         2005-10-16 changes.
20220         * progmodes/python.el (python-complete-symbol): Pass the common
20221         prefix substring of completion to `display-completion-list'.
20223         * textmodes/org.el (org-complete): Ditto.
20225 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20227         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20229         * woman.el (WoMan-xref-man-page): New button type derived
20230         from `Man-abstract-xref-man-page'.
20231         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20233         * man.el (Man-abstract-xref-man-page): New button type.
20234         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20235         (Man-highlight-references): Add new optional argument `xref-man-type'.
20237 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20239         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20241 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20243         * cus-edit.el (Custom-move-and-invoke): Delete.
20244         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20246         * wid-edit.el (widget-move-and-invoke): New function, from
20247         Custom-move-and-invoke.
20249 2005-10-17  Bill Wohler  <wohler@newt.com>
20251         Move all remaining images from lisp/toolbar to etc/images, move
20252         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20253         the low resolution images in their own directory (low-color).
20255         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20256         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20257         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20258         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20259         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20260         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20261         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20263         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20264         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20265         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20266         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20267         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20268         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20269         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20270         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20271         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20272         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20273         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20274         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20275         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20276         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20277         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20279         To conform with convention, replace the underscore (_) in the
20280         following image names with dash (-) or (/) as appropriate.
20282         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20283         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20284         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20285         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20286         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20287         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20288         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20289         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20290         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20291         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20292         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20293         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20294         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20295         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20296         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20298         * info.el (info-tool-bar-map): Replace underscores in image names
20299         with dashes.
20301         * makefile.w32-in (WINS): Remove toolbar.
20303         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20305         * tool-bar.el: Move to lisp from toolbar.  Now that
20306         toolbar is empty, it should be deleted when folks run "cvs up -P".
20308 2005-10-18  Jay Belanger  <belanger@truman.edu>
20310         * calc/calc-store.el (calc-store-into): Get the proper variable name
20311         to display in message.
20313 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20315         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20316         expressions display in speedbar for all buffers when debugging.
20317         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20319         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20320         (speedbar-insert-button, speedbar-make-button):
20321         Use add-text-properties.
20322         (speedbar-update-localized-contents)
20323         (speedbar-update-directory-contents)
20324         (speedbar-update-special-contents): Use dolist.
20325         (speedbar-buffer-easymenu-definition): Add a menu separator.
20327 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20329         * makefile.w32-in: Use $(lisp) consistently.
20330         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20331         for shell specific generation of mh-autoloads.
20333 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20335         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20337 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20339         * jit-lock.el (jit-lock-fontify-now):
20340         Move jit-lock-context-unfontify-pos to avoid wasted work.
20342 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20344         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20345         `tramp-completion-mode' for checking if we are in completion mode.
20346         (tramp-completion-handle-file-name-all-completions): Reorder code
20347         in order to complete for file names only in case there are no
20348         method/user/host completions.  This is necessary for cooperation
20349         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20351 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20353         * longlines.el (longlines-search-forward)
20354         (longlines-search-backward): Match any number of spaces.
20356 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20358         * diff-mode.el (diff-mode): Doc fix.
20360 2005-10-16  David Reitter  <david.reitter@gmail.com>
20362         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20363         as default on darwin and windows systems.
20365 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20367         * arc-mode.el (archive-zip-extract): Doc fix.
20369 2005-10-16  Romain Francoise  <romain@orebokech.com>
20371         * mouse.el (mouse-1-click-follows-link): Doc fix.
20373 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20375         * savehist.el: Don't require CL at runtime.
20376         (savehist-xemacs): Remove.
20377         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20378         (savehist-no-conversion): Use (featurep 'xemacs).
20379         (savehist-load): Check existence of start-itimer rather than XEmacs.
20380         Use an idle timer.
20381         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20382         `delete-if-not'.
20384 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20386         * savehist.el: Newer version.
20387         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20388         (savehist-last-checksum, savehist-no-conversion): New vars.
20389         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20390         New functions.
20391         (savehist-load, savehist-save): Use them.
20392         (savehist-delimit): Remove.
20394 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20396         * progmodes/compile.el (compilation-goto-locus): Display the
20397         compilation buffer first and the source buffer second, in case they're
20398         in overlapping frames.  Don't raise the compilation frame if it was the
20399         selected window upon entry.  Pass the `other-window' arg to
20400         pop-to-buffer.
20402         * info.el (Info-fontify-node): Use dolist.
20403         Change add-text-properties to put-text-property.
20405 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20407         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20408         bound of search.
20410 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20412         * dabbrev.el (dabbrev-completion): Pass the common
20413         prefix substring of completion to `display-completion-list'.
20415         * filecache.el (file-cache-minibuffer-complete)
20416         (file-cache-complete): Ditto.
20418         * tempo.el (tempo-display-completions): Ditto.
20420         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20422         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20424         * eshell/em-hist.el (eshell-list-history): Ditto.
20426         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20428         * mail/mailalias.el (mail-complete): Ditto.
20430         * progmodes/etags.el (complete-tag): Ditto.
20432         * progmodes/make-mode.el (makefile-complete): Ditto.
20434         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20436         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20438         * progmodes/pascal.el (pascal-complete-word)
20439         (pascal-show-completions): Ditto.
20441         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20443         * simple.el (completion-common-substring): New variable.
20444         (completion-setup-function): Use `completion-common-substring'
20445         to put faces.
20447 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20449         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20450         (x-get-selection, mac-select-convert-to-string): Convert from/to
20451         UTF-16 clipboard data as in native byte order, no BOM.
20453 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20455         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20456         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20457         (gud-sentinel): Use speedbar-frame to check for speedbar.
20459 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20461         * savehist.el: New file.
20463 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20465         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20466         Fix bug in \bf fontification.
20468 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20470         * pcvs.el (cvs-edit-log-files): New var.
20471         (cvs-mode-edit-log): New arg `file'.
20472         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20473         Instead force the use of the original file and nothing else.
20474         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20475         the cvs-minor-wrap-function is set.
20476         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20478 2005-10-14  Bill Wohler  <wohler@newt.com>
20480         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20481         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20482         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20483         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20484         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20485         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20486         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20487         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20488         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20489         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20490         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20491         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20492         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20493         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20494         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20496         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20497         appropriately (for example, gud-break to gud/break).
20499 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20501         * longlines.el (longlinges-search-function)
20502         (longlines-search-forward, longlines-search-backward): New functions.
20503         (longlines-mode): Set isearch-search-fun-function to
20504         longlinges-search-function.
20506         * mouse.el (mouse-drag-region-1): Handle the case where a
20507         double-click event is bound to an arbitrary function.
20509 2005-10-14  David Ponce  <david@dponce.com>
20511         * recentf.el (recentf-track-opened-file)
20512         (recentf-track-closed-file, recentf-update-menu)
20513         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20514         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20515         mouse-1-click-follows-link.
20517 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20519         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20520         Gnome file-manager.png.  Suggested by
20521         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20523         * toolbar/README: Add diropen.xpm.
20525 2005-10-13  Bill Wohler  <wohler@newt.com>
20527         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20528         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20530 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20532         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20533         Don't waste the byte-compiler's time on constant data.
20535 2005-10-13  Kenichi Handa  <handa@m17n.org>
20537         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20538         byte with `escape-glyph' face.
20540         * international/fontset.el (ccl-encode-unicode-font):
20541         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20542         Handle the case that ucs-mule-to-mule-unicode translates a character to
20543         ASCII (usually for IPA characters).
20545 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20547         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20548         Don't hide the underline of titles if font-lock-mode is disabled.
20550 2005-10-12  Bill Wohler  <wohler@newt.com>
20552         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20553         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20554         files in MH-E-SRC have been updated.
20555         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20557 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20559         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20560         (mixal-mode-syntax-table): Add \n as end-comment.
20561         (mixal-operation-codes-alist): Immediately initialize to full value.
20562         (mixal-add-operation-code): Remove.
20563         (mixal-describe-operation-code): Make the arg non-optional.
20564         Use the interactive spec instead.
20565         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20566         (mixal-font-lock-keywords): Don't highlight comments here any more.
20567         (mixal-font-lock-syntactic-keywords): New var.
20568         (mixal-mode): Use it.  Fix comment-start-skip.
20570 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20572         * startup.el (command-line-x-option-alist): -nb => -nbi
20574 2005-10-12  Kim F. Storm  <storm@cua.dk>
20576         * startup.el (fancy-splash-default-action): Discard mouse click in
20577         the splash screen window, as it has no sensible meaning in the
20578         next window to be selected.  Fixes error reported by Jan D.
20580 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20582         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20584 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20586         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20587         Try to fix up minor layout issues like indentation, line break, etc...
20588         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20589         because it doesn't work.
20590         (mixal-operation-codes): Add some more codes.
20591         (mixal-font-lock-keywords): Process comments here.
20592         (mixal-mode): mixasm no longer needs -g option.
20594 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20596         * progmodes/sh-script.el (sh-tmp-file):
20597         Use mktemp -t.  Finish support for es and rc shells.
20599 2005-10-11  Jay Belanger  <belanger@truman.edu>
20601         * calc/calcalg2.el (calc-integral): With an argument, compute the
20602         definite integral.
20604 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20606         * mouse.el (mouse-drag-region-1): Don't try to catch a
20607         double-click when doing follow-link (it's overridden anyway).
20609 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20611         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20612         (autoload-print-form-outbuf): Add docstring.
20614 2005-10-11  Juri Linkov  <juri@jurta.org>
20616         * info.el (Info-mode-menu): Delete menu item "Edit".
20617         (Info-mode): Delete description of Info-edit from docstring,
20618         and rearrange descriptions of Info commands in the order
20619         they are documented in the Info manual.
20621 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20623         * calendar/appt.el (appt-check): Use diary-selective-display var.
20625 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20627         * net/newsticker.el (newsticker-start, newsticker-show-news):
20628         Add autoload cookies.
20630 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20632         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20634 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20636         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20638 2005-10-10  Jay Belanger  <belanger@truman.edu>
20640         * calc/calc-arith.el (math-check-known-scalarp)
20641         (math-check-known-matrixp): Check the values of arguments that are
20642         variables.
20643         (math-check-known-square-matrixp): New function.
20644         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20645         (math-super-types): Add sqmatrix type.
20647         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20648         mode name `square' to `sqmatrix'.
20650         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20651         mode name `square' to `sqmatrix'.
20653 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20655         * progmodes/etags.el (select-tags-table-mode): Don't use
20656         selective-display.
20657         (tags-select-tags-table): Pass `button' to the action function.
20658         (select-tags-table): Place the side-info on button properties rather
20659         than in hidden text.  Abbreviate file names.
20660         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20661         (select-tags-table-select): Add `button' argument.
20662         Get side-info from the button property rather than from hidden text.
20664 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20666         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20667         (gud-speedbar-buttons): Preserve point if possible.
20668         (gud-sentinel): Restore previous speedbar display type.
20670         * progmodes/gdb-ui.el (gdba): Improve diagram.
20671         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20672         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20673         Call get-buffer-window once.
20675 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20677         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20678         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20679         (pascal-indent-command): Remove unused var `ind'.
20680         (pascal-indent-case): Remove unused var `oldpos'.
20681         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20682         since it's now used as a proper minor mode map.
20683         (pascal-outline): Rename to pascal-outline-mode.
20684         (pascal-outline-mode): Use define-minor-mode.
20685         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20686         selective-display.
20688 2005-10-10  Andreas Schwab  <schwab@suse.de>
20690         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20691         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20693         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20694         outside source directory.
20696 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20698         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20699         C-x' as a prefix.
20700         (orgtbl-mode-map): Full keymap instead of sparse, because all
20701         `self-insert-command' keys are redefined in this map.
20702         (org-export-as-html): Specify charset for HTML file, by taking it
20703         from the coding system.
20705 2005-10-10  Kenichi Handa  <handa@m17n.org>
20707         * textmodes/flyspell.el (flyspell-check-word-p):
20708         If unread-command-events is non-empty, don't call sit-for.
20710 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20712         * font-lock.el (font-lock-syntactic-keywords)
20713         (font-lock-keywords): Doc fixes.
20715         * textmodes/flyspell.el (flyspell-external-point-words):
20716         Simplify logic, and don't try to check for consecutive appearances
20717         of one incorrect word.
20719 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20721         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20722         separator.
20724         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20725         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20726         (gud-expansion-speedbar-buttons): New function.
20727         (gud-speedbar-buttons): Check for gud-comint-buffer.
20729 2005-10-09  Bill Wohler  <wohler@newt.com>
20731         * Makefile.in (updates): Add mh-loaddefs dependency.
20733 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20735         * speedbar.el (speedbar-file-key-map): Fix typo.
20737 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20739         * cus-start.el (line-spacing): Add custom spec.
20741 2005-10-09  Romain Francoise  <romain@orebokech.com>
20743         * textmodes/ispell.el (ispell-check-version): Fix last change.
20745 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20747         * term/x-win.el: Remove -i, --icon-type from comment.
20749         * startup.el (command-line-x-option-alist): Remove options -i,
20750         -itype, --icon-type, added -nb, --no-bitmap-icon
20752 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20754         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20755         instead of :active.
20757 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20759         * textmodes/ispell.el (ispell-check-version):
20760         Ignore hyphen, and all that follows, in aspell's version text.
20762 2005-10-08  Jay Belanger  <belanger@truman.edu>
20764         * calc/calc-arith.el (math-known-square-matrixp): New function.
20765         (math-pow-fancy): Check for matrices before distributing exponent
20766         across products.
20768         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20769         fullscreen keypad.  Suggested by Luc Teirlinck.
20770         (calc-keypad-show-input): Add space for formatting.
20772         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20773         Add square matrix option.
20775         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20776         of checking calc-matrix-mode when deciding how to expand.
20778         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20780 2005-10-08  Lars Hansen  <larsh@soem.dk>
20782         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20783         Add error handling.
20784         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20786 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20788         Sync with Tramp 2.0.51.
20790         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20791         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20792         Insert special handling for `last-coding-system-used', again
20793         it still seems to be necessary (unlike stated before).
20794         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20795         (tramp-password-prompt-regexp): There might be other words before
20796         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20797         (tramp-chunksize): Improve docstring.
20798         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20799         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20800         Christian Joergensen <bugs@razor.dk>.
20802 2005-10-07  Glenn Morris  <rgm@gnu.org>
20804         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20805         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20806         precision'.
20808 2005-10-07  Romain Francoise  <romain@orebokech.com>
20810         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20811         (ibuffer-do-shell-command-pipe-replace)
20812         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20813         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20814         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20815         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20816         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20817         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20818         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20819         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20820         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20821         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20822         Autoload file sans suffix.
20824         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20826 2005-10-07  David Ponce  <david@dponce.com>
20828         * recentf.el (recentf-menu-open-all-flag): New option.
20829         (recentf-digit-shortcut-command-name): New function.
20830         (recentf--shortcuts-keymap): New variable.
20831         (recentf-menu-shortcuts): New variable.
20832         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20833         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20834         (recentf-menu-value-shortcut): New function.
20835         (recentf-make-menu-item): Use it.  No more in-lined.
20836         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20837         (recentf-open-most-recent-file): Rename from
20838         `recentf-open-file-with-key'.  Don't depend on key binding.
20839         (recentf-mode-map): New variable.
20840         (recentf-mode): Use it.
20842 2005-10-06  Bill Wohler  <wohler@newt.com>
20844         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20846         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20847         (MH-E-SRC): New.  Used by mh-autoloads.
20848         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20849         files in MH-E-SRC have been updated.
20850         (compile, recompile, bootstrap): Depend on mh-autoloads.
20852 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20854         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20855         gud-break and gud-remove icons when the fringe is not available.
20857         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20858         Typo.
20860 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20862         * play/zone.el (zone): Wrap body with save-window-excursion.
20864 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20866         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20867         Use the new `list-only' arg to diary-list-entries.
20869         * calendar/diary-lib.el: Use overlays rather than selective-display.
20870         (diary-selective-display): New var.
20871         (diary-header-line-format): Use it.
20872         (diary-list-entries): Add argument `list-only'.
20873         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20874         Replace \^M by invisible overlays.
20875         (diary-unhide-everything): Replace \^M by invisible overlays.
20876         (print-diary-entries): Look for overlays rather than \^M.
20877         Add a space to the temp buffer name.
20878         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20879         Put the buffer in diary-mode.
20880         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20881         (diary-anniversary): Make the year arg optional.
20882         (diary-time-regexp): New const.
20883         (diary-font-lock-keywords): Use it to accept a few more time formats.
20885         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20887 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20889         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20890         Fix bug introduced 2005-07-03: Use (car (last ...))
20891         to faithfully reproduce replaced artist-last.
20892         (artist-set-arrow-points-for-poly): Likewise.
20893         Suggested by Johan Bockg\e,Ae\e(Brd.
20895 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20897         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20898         * wid-edit.el (widget):
20899         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20900         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20902 2005-10-06  Kenichi Handa  <handa@m17n.org>
20904         * international/mule-cmds.el (set-language-environment):
20905         Fix setting up of case-table for unibyte mode.
20907         * simple.el (what-cursor-position): If the character is displayed
20908         by some `display' text property, show that.  Don't use
20909         single-key-description for eight-bit characters in multibyte mode.
20911 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20913         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20914         (gdb-ann3): Set it.
20915         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20916         (gdb-info-frames-custom): Use inverse-video for first five
20917         characters of selected frame only.
20918         (gdb-get-frame-number): Select frame even when point is on frame
20919         number.
20921 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20923         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20924         Put `font-lock-function-name-face'.
20925         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20926         and `font-lock-variable-name-face'
20927         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20928         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20929         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20930         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20931         (gdb-local-font-lock-keywords): New font lock keywords definition.
20932         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20933         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20934         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20936 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20938         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20939         (ediff-merge-region-is-non-clash-to-skip): Previously called
20940         ediff-merge-region-is-non-clash.
20942         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20943         Use insert-buffer-substring.
20945         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20946         selecting files to patch.  Also bug fixes.
20948         * ediff-util.el (ediff-setup): Bug fix.
20949         (ediff-next-difference): Never skip clashes that differ in white
20950         space only.
20952         * ediff-wind.el (ediff-setup-control-frame)
20953         (ediff-destroy-control-frame): Check the menubar feature.
20955         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20956         (viper-refresh-mode-line): Use make-local-variable to localize
20957         some vars instead of make-variable-buffer-local.  Suggested by
20958         Stefan Monnier.
20960         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20961         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20962         Use make-local-variable instead of make-variable-buffer-local.
20963         Suggested by Stefan Monnier.
20965         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20966         (viper-comint-mode-hook): Use make-local-variable on
20967         require-final-newline.
20968         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20970 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20972         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20973         also the second char of a comment-start sequence.
20974         (scheme-sexp-comment-syntax-table): New var.
20975         (lambda, define): Set their scheme-doc-string-elt property.
20976         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20977         Use lisp-font-lock-syntactic-face-function now that it properly
20978         handles |...| symbols.
20979         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20980         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20982         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20983         bit from # to |.
20984         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20986         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20987         (lisp-doc-string-elt-property): New var.
20988         (lisp-font-lock-syntactic-face-function): Use it.
20989         Rewrite to recognize docstrings even for forms not at toplevel.
20991         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20992         annotation on the | part of #| rather than on the # part.
20993         (scheme-font-lock-syntactic-face-function): New function, to
20994         distinguish strings from |...| symbols.
20995         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20996         syntax-table so that #|...|# is properly highlighted.
20998         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20999         Don't mark as docstring the 3rd elem of an unknown toplevel form.
21001 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21003         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21004         and C-e.
21006         * emacs-lisp/eldoc.el: Move comments into docstrings.
21007         (eldoc-message-commands): Initialize in its declaration.
21008         Add move-beginning-of-line and move-end-of-line.
21009         (eldoc-add-command, eldoc-add-command-completions)
21010         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21012         * outline.el (outline-mark-subtree): Activate the mark.
21014         * calendar/appt.el (appt-time-regexp): New var.
21015         (appt-add, appt-make-list): Use it.
21016         (appt-convert-time): Clean up.
21018         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21019         Don't set any syntax-table property here.
21020         (tex-font-lock-verb): New function.  Do it here.
21021         (tex-font-lock-syntactic-keywords): Use it.
21023 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21025         * wid-edit.el (widget-file-complete): Get the widget start point
21026         the right way.  Default directory to `/' if file has none.
21028         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21030         * textmodes/flyspell.el (flyspell-mode-on):
21031         Call ispell-maybe-find-aspell-dictionaries.
21033         * textmodes/ispell.el (ispell-word, ispell-region):
21034         Call ispell-maybe-find-aspell-dictionaries.
21035         (ispell-accept-buffer-local-defs):
21036         Don't call ispell-maybe-find-aspell-dictionaries
21038 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21040         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21042 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
21044         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21045         instead of `fboundp' in order to allow for anonymous functions.
21047 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
21049         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21050         case the user clicks on the link while another window is selected.
21051         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21053         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21054         functionality.
21055         (dframe-help-echo): Save point in case mouse tracking is off.
21057 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
21059         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21061 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21063         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21064         not change the global value of those vars.
21066         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21067         make-local-variable which we do not need any more.
21069 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
21071         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21072         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21073         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21074         (speedbar-path-line): Define obsolete aliases.
21075         (speedbar-line-directory): Doc fix.
21077         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21078         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21079         instead of speedbar-line-path.
21081 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21083         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21084         to nil if dropping on a window.  Handle dropping on a minibuffer window
21085         like dropping on a non-window part of Emacs.
21087 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21089         * net/ange-ftp.el: Use with-current-buffer.
21090         (ange-ftp-insert-directory): Do not follow symlinks any more.
21092         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21093         Remove interactive spec.
21095 2005-10-03  Kim F. Storm  <storm@cua.dk>
21097         * ido.el (ido-mode): Use custom-initialize-set.
21099 2005-10-02  Richard M. Stallman  <rms@gnu.org>
21101         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21102         Use insert-buffer-substring.
21104         * net/tramp.el: Pacify byte compiler warnings in pacification code.
21105         (tramp-handle-file-local-copy): Use insert-buffer-substring.
21107 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21109         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21110         in last change.
21111         (ange-ftp-insert-directory): Fix up the search for the case where
21112         `file' is absolute.
21114 2005-10-02  Romain Francoise  <romain@orebokech.com>
21116         * progmodes/compile.el (compile-goto-error): Delete extra paren.
21118 2005-10-02  Andreas Schwab  <schwab@suse.de>
21120         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21121         directory component in the session info.
21123 2005-10-01  Richard M. Stallman  <rms@gnu.org>
21125         * comint.el (comint-redirect-subvert-readonly): Doc fix.
21127         * simple.el (next-error-internal): New function.
21129         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21130         (compilation-start): Pass new arg to compilation-buffer-name.
21131         (compile-goto-error): Use next-error-internal.
21133 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21135         * speedbar.el: Remove RCS tag.
21136         (speedbar-check-read-only): Handle non-existent files.
21138         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21140         * info.el (Info-speedbar-hierarchy-buttons)
21141         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21143 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21145         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21146         Do not match newline.
21147         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21148         (bibtex-summary): Remove unnecessary save-excursion.
21149         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21151 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21153         * term/mac-win.el: Add charset info for "iso10646-1".
21154         Modify default fontset to use ATSUI-compatible fonts for some charsets
21155         if available.
21157 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21159         * speedbar.el: Re-apply arch tag.
21160         (speedbar-version): Rename to version 1.0.  Suggested by Eric
21161         M. Ludlam.
21162         Reapply two changes from Emacs CVS' version of speedbar lost
21163         during the merge:
21164         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21165         (speedbar-frame-parameters): Improve customize type.
21167 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21169         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21170         (ange-ftp-file-directory-p): Fix the symlink case.
21171         (ange-ftp-insert-directory): When listing a single file, get a list of
21172         the parent buffer and extract the relevant line.  Inspired from a patch
21173         by Katsumi Yamaoka <yamaoka@jpl.org>.
21174         (ange-ftp-file-name-sans-versions): Simplify.
21176 2005-09-30  Bill Wohler  <wohler@newt.com>
21178         Move MH-E image files from toolbar and mail directories into
21179         etc/images.
21181         * mail/reply2.*: Move to etc/images/mail/reply*.
21183         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21184         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21185         etc/images.
21187         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21188         * toolbar/reply*: Move to etc/images/mail.
21190         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21192 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
21194         * speedbar.el: New version 1.0pre3.
21196         Frame management code (including timer, and mouse click specifics)
21197         moved to dframe.el:
21198         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21199         (speedbar-timer): Removed.  Use dframe-timer.
21200         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21201         (speedbar-activity-change-focus-flag): Removed.  Use
21202         dframe-activity-change-focus-flag.
21203         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21204         dframe-update-speed.
21206         (speedbar-current-frame): New macro.  Use this instead of the
21207         variable speedbar-frame.
21209         (speedbar-use-images, speedbar-expand-image-button-alist)
21210         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21212         (speedbar-find-image-on-load-path): Removed.  Replaced by
21213         defezimage in ezimage.el.
21214         (speedbar-expand-image-button-alist): Removed.  Replaced by
21215         ezimage-expand-image-button-alist in ezimage.el.
21217         (speedbar-ignored-directory-regexp)
21218         (speedbar-add-ignored-directory-regexp)
21219         (speedbar-ignored-directory-expressions)
21220         (speedbar-line-directory, speedbar-buffers-line-directory)
21221         (speedbar-directory-line, speedbar-buffers-line-directory):
21222         Renamed, replacing `path' with `directory'.
21224         (speedbar-create-directory, speedbar-expand-line-descendants)
21225         (speedbar-toggle-line-expansion)
21226         (speedbar-contract-line-descendants): New commands.
21228         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21229         (speedbar-use-tool-tips-flag): New options.
21231         (speedbar-check-read-only, speedbar-require-version)
21232         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21233         (speedbar-handle-delete-frame, speedbar-try-completion)
21234         (speedbar-update-localized-contents): New functions.
21236         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21237         (speedbar-object-read-only-indicator): New variables.
21239         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21240         New hooks.
21242         (speedbar-separator-face): New face.
21244         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21245         (speedbar-ignored-modes): Add fundamental-mode.
21246         (speedbar-directory-unshown-regexp): Add . directories.
21248         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21249         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21250         `]' for full expand/close.
21251         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21253         (speedbar-check-vc): Support hidden files.
21254         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21255         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21256         state is nil, it is not checked out.
21258         (speedbar-line-text, speedbar-line-token): Support expand buttons
21259         with no text.
21260         (speedbar-refresh): Universal argument acts as power-click.
21261         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21262         that buffer to get variable values.
21264         And many other bugfixes.
21266         * dframe.el, ezimage.el, sb-image.el: New files.
21268         * sb-*.xpm: Remove files.  New image files installed into
21269         etc/images/ezimage.
21271 2005-09-30  Kenichi Handa  <handa@m17n.org>
21273         * ps-mule.el (ps-mule-show-warning): If a character is in
21274         ps-print-translation-table, don't treat it as non-printable.
21276 2005-09-30  David Ponce  <david@dponce.com>
21278         * tree-widget.el (tree-widget-themes-load-path): New variable.
21279         (tree-widget-themes-directory): Doc fix.
21280         (tree-widget-image-formats) [Emacs]: Doc fix.
21281         (tree-widget--locate-sub-directory): New function.
21282         (tree-widget-themes-directory): Use it.
21284         * recentf.el (recentf-filename-handlers): Rename from
21285         `recentf-filename-handler'.  Allow a list of functions.
21286         (recentf-menu-items-for-commands): Fix :help strings.
21287         (recentf-apply-filename-handlers): New function.
21288         (recentf-expand-file-name): Use it.
21289         (recentf-cleanup): Remove duplicates too.
21291 2005-09-29  Juri Linkov  <juri@jurta.org>
21293         * faces.el: Rearrange face definitions to be in the same order as
21294         their face descriptions in "(emacs)Standard Faces".
21296         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21298         * tooltip.el (tooltip): Add group `basic-faces'.
21300         * buff-menu.el (Buffer-menu-buffer): Remove group
21301         `font-lock-highlighting-faces'.
21303         * progmodes/compile.el (compilation-error, compilation-warning)
21304         (compilation-info, compilation-line-number, compilation-column-number):
21305         Change group from `font-lock-highlighting-faces' to `compilation'.
21307         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21308         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21309         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21310         (vhdl-font-lock-reserved-words-face)
21311         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21312         `font-lock-highlighting-faces'.
21314         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21316 2005-09-28  Kim F. Storm  <storm@cua.dk>
21318         * emulation/cua-base.el: Set CUA move property on additional commands:
21319         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21320         forward-sexp, backward-sexp, forward-list, backward-list.
21322 2005-09-28  Romain Francoise  <romain@orebokech.com>
21324         * comint.el (comint-show-output): Really set point at the
21325         beginning of the output when not using `comint-use-prompt-regexp'.
21327 2005-09-27  Jay Belanger  <belanger@truman.edu>
21329         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21330         in TeX mode.
21332 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21334         * textmodes/org.el (org-table-sum): Fix format string.
21336         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21337         Quote face names.
21339 2005-09-26  Romain Francoise  <romain@orebokech.com>
21341         * isearch.el (isearch-forward-regexp): Close doc string.
21343 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21345         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21347         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21349         * progmodes/compile.el (compilation-error-properties):
21350         When getting the file from the previous error message,
21351         correctly decode the new data format.
21353         * progmodes/cc-cmds.el (c-electric-paren):
21354         Call old-blink-paren only for close-paren.
21356 2005-09-24  Andreas Schwab  <schwab@suse.de>
21358         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21359         condition.
21361 2005-09-25  Romain Francoise  <romain@orebokech.com>
21363         * dired-aux.el (dired-copy-file-recursive):
21364         * dired.el (dired-delete-file):
21365         * ediff-mult.el (ediff-dir-diff-copy-file):
21366         * ediff-util.el (ediff-test-save-region):
21367         * forms.el (forms-mode):
21368         * ido.el (ido-file-internal, ido-delete-file-at-head):
21369         * log-edit.el (log-edit-done):
21370         * ses.el (ses-yank-resize):
21371         * play/gomoku.el (gomoku-human-plays, gomoku)
21372         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21373         (gomoku-offer-a-draw):
21374         * play/landmark.el (lm-human-resigns, lm):
21375         * net/eudcb-ldap.el (eudc-ldap-check-base):
21376         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21377         * progmodes/ebrowse.el (ebrowse-find-pattern):
21378         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21379         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21380         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21382         * vc.el (vc-delete-file):
21383         * play/gomoku.el (gomoku-terminate-game, gomoku)
21384         (gomoku-prompt-for-move, gomoku-human-takes-back):
21385         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21386         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21388 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21390         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21391         color rxvt terminals by using the code xterm.el used to use before
21392         2005-04-09 in order to match the colors used by rxvt.
21394 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21396         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21397         colors rxvt-unicode terminals by using the same code as xterm.el.
21399 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21401         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21402         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21403         new symbol used for the tex-verbatim face.
21405 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21407         * woman.el (woman-file-name):
21408         * wid-edit.el (widget-file-prompt-value)
21409         (widget-coding-system-prompt-value):
21410         * w32-fns.el (set-w32-system-coding-system):
21411         * vc.el (vc-version-diff, vc-annotate):
21412         * textmodes/reftex-auc.el (reftex-arg-cite)
21413         (reftex-arg-index-tag):
21414         * textmodes/refer.el (refer-get-bib-files):
21415         * textmodes/artist.el (artist-figlet-choose-font):
21416         * terminal.el (terminal-emulator):
21417         * replace.el (occur-read-primary-args):
21418         * rect.el (string-rectangle, string-insert-rectangle):
21419         * ps-print.el (ps-print-preprint):
21420         * progmodes/pascal.el (pascal-goto-defun):
21421         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21422         * progmodes/compile.el (compilation-find-file):
21423         * printing.el (pr-interactive-n-up):
21424         * play/animate.el (animate-birthday-present):
21425         * net/rcompile.el (remote-compile):
21426         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21427         * mail/rmailsum.el (rmail-summary-search-backward)
21428         (rmail-summary-search):
21429         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21430         (rmail-output-read-file-name):
21431         * mail/rmail.el (rmail-search, rmail-search-backwards):
21432         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21433         * locate.el (locate):
21434         * international/quail.el (quail-show-keyboard-layout):
21435         * international/mule.el (set-buffer-file-coding-system)
21436         (revert-buffer-with-coding-system, set-file-name-coding-system)
21437         (set-terminal-coding-system, set-keyboard-coding-system)
21438         (set-next-selection-coding-system):
21439         * international/mule-diag.el (describe-coding-system)
21440         (describe-font, describe-fontset):
21441         * international/mule-cmds.el (universal-coding-system-argument)
21442         (search-unencodable-char, describe-input-method)
21443         (set-language-environment, describe-language-environment):
21444         * international/codepage.el (codepage-setup):
21445         * international/code-pages.el (codepage-setup):
21446         * info.el (Info-search, Info-follow-reference)
21447         (Info-search-backward):
21448         * emacs-lisp/advice.el (ad-read-advised-function)
21449         (ad-read-advice-class, ad-clear-cache, ad-activate)
21450         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21451         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21452         (ad-read-regexp):
21453         * ediff-util.el (ediff-toggle-regexp-match):
21454         * ediff-ptch.el (ediff-prompt-for-patch-file):
21455         * dired-aux.el (dired-diff):
21456         * diff.el (diff):
21457         * cus-edit.el (custom-variable-prompt):
21458         * calendar/timeclock.el (timeclock-ask-for-project):
21459         * calc/calcalg3.el (calc-get-fit-variables):
21460         * calc/calc-store.el (calc-edit-variable)
21461         (calc-permanent-variable):
21462         * vc-mcvs.el (vc-mcvs-register):
21463         * shadowfile.el (shadow-define-literal-group):
21464         * woman.el (woman-file-name):
21465         * vc.el (vc-version-diff, vc-merge):
21466         * textmodes/reftex-index.el (reftex-index-complete-tag):
21467         * format.el (format-decode-buffer, format-decode-region):
21468         * emulation/viper-cmd.el (viper-read-string-with-history):
21469         * emacs-lisp/debug.el (cancel-debug-on-entry):
21470         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21471         * ediff.el (ediff-merge-revisions)
21472         (ediff-merge-revisions-with-ancestor, ediff-revision):
21473         * completion.el (interactive-completion-string-reader):
21474         * calc/calc-prog.el (calc-user-define-formula):
21475         Follow convention for reading with the minibuffer.
21477 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21479         * progmodes/python.el (python-describe-symbol): Add globals() and
21480         locals() to the arguments of emacs.ehelp.
21482 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21484         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21485         New function, code extracted from ispell-valid-dictionary-list.
21486         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21487         Call it.
21489 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21491         * subr.el (version-regexp-alist): Extend valid syntax for version
21492         strings: allow any of the characters -,_,+ to separate the
21493         alpha/beta/rc part from the version part.  Doc fix.
21494         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21496 2005-09-23  David Reitter  <david.reitter@gmail.com>
21498         * mail/mailclient.el: New file.
21500 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21502         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21503         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21504         Doc fixes.
21506         * progmodes/cc-mode.el (c-font-lock-init):
21507         Specify font-lock-lines-before.
21509 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21511         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21512         whole conflict.
21514 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21516         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21517         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21518         of `remap' feature when available.  Additional key bindings for
21519         better tty support.
21520         (org-mode-restart, org-force-self-insert): New commands.
21521         (org-time-stamp-inactive): New command.
21522         (org-remap): New function.
21523         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21524         (org-enable-fixed-width-editor): Move to `org-structure'
21525         customization group.
21526         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21527         blank field after field motion commands.
21529 2005-09-23  Kenichi Handa  <handa@m17n.org>
21531         * international/mule-cmds.el (set-language-environment):
21532         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21533         have to call utf-translate-cjk-load-tables.
21535 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21537         * mouse.el (mouse-move-drag-overlay): Fix last change.
21539 2005-09-22  David Ponce  <david@dponce.com>
21541         * tree-widget.el (tree-widget-value-create): Fix previous change.
21543 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21545         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21547 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21549         * mouse.el (mouse-move-drag-overlay): New function.
21550         (mouse-drag-region-1): Use it.
21551         Try to simplify a bit the state handling.  Handle clicks on links
21552         inside intangible areas.
21553         (mouse-save-then-kill): Minor simplification.
21554         (mouse-secondary-overlay): Make it always non-nil instead of
21555         recreating it each time.
21556         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21557         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21558         Simplify accordingly.
21560 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21562         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21564 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21566         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21567         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21568         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21569         to patch.
21571         * ediff-util.el: Use insert-buffer-substring.
21573         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21575         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21576         field boundaries in the minibuffer.
21577         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21578         (viper-minibuffer-post-command-hook): New hook.
21579         (viper-line): Don't move cursor at bolp.
21581         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21583         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21584         avoid compiler warnings.
21586         * emulation/viper-macs.el (ex-map): Better messages.
21588         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21590         * emulation/viper.el: Replace make-variable-buffer-local with
21591         viper-make-variable-buffer-local everywhere, to avoid warnings.
21593 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21595         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21596         Delete unused var `old-selected-window'.
21597         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21598         (mouse-drag-secondary): Delete unused var `start-frame'.
21600 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21602         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21604 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21606         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21607         Re-indent within 80 columns.  Use inhibit-read-only.
21609 2005-09-19  Romain Francoise  <romain@orebokech.com>
21611         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21613 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21615         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21616         unconditionally, since the after-change-function already did it.
21618 2005-09-19  Miles Bader  <miles@gnu.org>
21620         * net/newsticker.el: Get rid of CVS keyword.
21622 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21624         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21625         The prompt is formatted later.
21627 2005-09-19  David Ponce  <david@dponce.com>
21629         * tree-widget.el (tree-widget-value-create): Save the converted
21630         tree :node widget.
21632 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21634         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21635         variable `message'.
21637 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21639         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21640         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21641         <slawomir.nowaczyk.847@student.lu.se>.
21643 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21645         * image.el (image-load-path): Use symbol `data-directory' instead
21646         of its value, for backward compatibility with packages that bind
21647         it during `find-image'.  Suggested by Katsumi Yamaoka.
21648         (image-search-load-path): Handle symbols whose values are strings.
21650 2005-09-18  Romain Francoise  <romain@orebokech.com>
21652         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21653         with-current-buffer form in save-excursion.
21655 2005-09-18  Deepak Goel  <deego@gnufans.org>
21657         * apropos.el (apropos-command): Fix `message' call: first arg
21658         should be a format spec.  In this and all other cases that appear
21659         below and elsewhere in the source code, I made a change only when
21660         two conditions were satisfied: [1] I can think of a possibility
21661         that the arguments would cause an error, for example, the code in
21662         question relies on external variables such as filenames.  [2] I
21663         was sure that the arg to `message' could not have been nil in the code.
21665         * textmodes/tildify.el (tildify-region): Ditto.
21667         * textmodes/reftex-index.el (reftex-index-change-entry)
21668         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21669         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21670         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21671         (org-priority, org-table-sum):
21672         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21673         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21674         (flyspell-word, flyspell-display-next-corrections):
21675         * textmodes/bibtex.el (bibtex-print-help-message):
21676         * textmodes/artist.el (artist-key-set-point-poly):
21677         * term/mac-win.el (mac-services-insert-text):
21678         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21679         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21680         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21681         (vhdl-compose-configuration):
21682         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21683         (sh-set-indent, sh-learn-line-indent):
21684         * progmodes/ps-mode.el (ps-mode-target-column):
21685         * progmodes/idlwave.el (idlwave-make-tags)
21686         (idlwave-scan-library-catalogs):
21687         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21688         * progmodes/gud.el (gud-jdb-analyze-source):
21689         * progmodes/flymake.el (flymake-log):
21690         * progmodes/ebnf2ps.el (ebnf-generate-region):
21691         * progmodes/cmacexp.el (c-macro-expansion):
21692         * progmodes/ada-xref.el (ada-treat-cmd-string):
21693         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21694         (ada-justified-indent-current, ada-batch-reformat):
21695         * play/zone.el (zone):
21696         * play/landmark.el (lm-move):
21697         * play/decipher.el (decipher-show-alphabet):
21698         * net/newsticker.el (newsticker--display-jump)
21699         (newsticker--display-scroll):
21700         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21701         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21702         * mail/feedmail.el (feedmail-dump-message-to-queue):
21703         * eshell/esh-proc.el (eshell-remove-process-entry):
21704         * emulation/ws-mode.el (ws-last-error):
21705         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21706         (viper-record-kbd-macro):
21707         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21708         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21709         * emacs-lisp/find-func.el (find-function-noselect):
21710         * calendar/timeclock.el (timeclock-status-string)
21711         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21712         (timeclock-when-to-leave-string):
21713         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21714         * calc/calc-units.el (calc-enter-units-table):
21715         * calc/calc-mode.el (calc-mode-record-mode):
21716         * woman.el (woman-mini-help):
21717         * wdired.el (wdired-change-to-wdired-mode):
21718         * vc.el (vc-retrieve-snapshot):
21719         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21720         * startup.el (display-startup-echo-area-message):
21721         * simple.el (set-goal-column):
21722         * ses.el (ses-command-hook, ses-recalculate-cell):
21723         * server.el (server-process-filter):
21724         * printing.el (pr-interface-txt-print, pr-interface-printify)
21725         (pr-interface-ps):
21726         * pcvs.el (cvs-help):
21727         * log-edit.el (log-edit, log-edit-mode-help):
21728         * iswitchb.el (iswitchb-possible-new-buffer):
21729         * isearch.el (isearch-edit-string):
21730         * image-mode.el (image-mode, image-minor-mode):
21731         * ibuf-macs.el (define-ibuffer-filter):
21732         * hi-lock.el (hi-lock-find-patterns):
21733         * files.el (toggle-read-only):
21734         * ediff-util.el (ediff-copy-diff)
21735         (ediff-write-merge-buffer-and-maybe-kill):
21736         * echistory.el (Electric-history-undefined):
21737         * dnd.el (dnd-insert-text):
21738         * dired-aux.el (dired-query):
21739         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21740         * bookmark.el (bookmark-bmenu-locate):
21741         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21742         Fix `message' calls to ensure first arg is a format string.
21743         The change was made only when these two conditions were satisfied:
21744         [1] when there is a possibility that the arguments would cause an error
21745         for example, if the code in question relies on external variables
21746         such as filenames, and
21747         [2] if the arg to `message' could not have been nil in the code.
21749         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21750         Not having a %s would be weird, though not technically wrong.
21752 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21754         * term/mac-win.el (mac-add-charset-info): Doc fix.
21756 2005-09-17  Romain Francoise  <romain@orebokech.com>
21758         * shell.el (shell-resync-dirs): Handle echoing processes more
21759         reliably.  Don't insert resync command if `comint-process-echoes'
21760         is non-nil.
21762 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21764         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21765         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21766         aspell versions >= 0.60.
21767         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21768         only if ispell-aspell-supports-utf8 is non-nil.
21770 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21772         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21773         buffer-local value to lisp-indent-function.
21775 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21777         * progmodes/glasses.el (glasses-make-readable): If
21778         glasses-separator differs from underscore, put appropriate
21779         overlays over underscore characters.
21780         (glasses-convert-to-unreadable): If glasses-separator differs from
21781         underscore, try to convert glasses-separator characters to
21782         underscores.
21784 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21786         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21787         Use with-syntax-table and dolist.
21789 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21791         * textmodes/reftex-auc.el:
21792         * textmodes/reftex-cite.el:
21793         * textmodes/reftex-dcr.el:
21794         * textmodes/reftex-global.el:
21795         * textmodes/reftex-parse.el:
21796         * textmodes/reftex-ref.el:
21797         * textmodes/reftex-sel.el:
21798         * textmodes/reftex-toc.el:
21799         * textmodes/reftex-vars.el:
21800         * textmodes/reftex.el: Small changes to remove compiler warnings.
21802         * textmodes/reftex-index.el: Likewise.
21803         (reftex-query-index-phrase): More efficient use of markers.
21805 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21807         * image.el (image-load-path): New variable.
21808         (image-search-load-path): New function.
21809         (find-image): Search for images in `image-load-path'.
21811 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21813         * follow.el: Change Maintainer field.
21815 2005-09-15  David Ponce  <david@dponce.com>
21817         * recentf.el (recentf-save-file-modes): New option.
21818         (recentf-save-list): Use it.
21820 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21822         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21823         (mode-line-mule-info, mode-line-modified): Move bindings from
21824         mouse-3 to mouse-1.
21826 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21828         * simple.el (sendmail-user-agent-compose): Revert last change.
21830 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21832         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21833         Use with-current-buffer.
21834         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21835         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21836         (ange-ftp-insert-directory): Remove unused var `short'.
21837         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21839         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21840         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21842         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21843         (check-calendar-holidays, diary-list-entries): Autoload.
21844         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21845         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21847         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21848         which mistakenly removed a call to display-buffer.
21850 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21852         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21854 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21856         * progmodes/hideshow.el
21857         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21858         (hs-allow-nesting): New user var.
21859         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21860         (hs-hide-block-at-point): When nesting allowed,
21861         if there is already an overlay in place, delete it.
21862         (hs-safety-is-job-n): Delete func; remove call sites.
21863         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21864         (hs-overlay-at): New func.
21865         (hs-already-hidden-p, hs-show-block): Use it.
21866         (hs-hide-all): Don't pre-clean if nesting allowed.
21867         (hs-show-all): Temporarily disallow
21868         nesting around call to `hs-discard-overlays'.
21870 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21872         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21873         Delete unused local var.
21875 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21877         * help-fns.el (describe-categories): "?\ " -> "?\s".
21878         (help-do-arg-highlight): Recognize also ARG-n, as in
21879         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21881         * international/codepage.el (dos-unsupported-char-glyph):
21882         * net/newsticker.el (tool-bar-map, w3-mode-map)
21883         (w3m-minor-mode-map):
21884         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21885         (ent-alist):
21886         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21888 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21890         * custom.el (custom-push-theme): Handle the case where a symbol is
21891         bound but face properties have not yet been assigned.
21893         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21894         Fix behavior if noerase is `t' and there is no mail buffer.
21896         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21897         if `continue' is nil, rather than signal an error.
21899 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21901         * font-lock.el (font-lock-keywords): Add autoload.
21903         * help-fns.el (describe-variable): Rearrange to put source link
21904         in a predictable place.
21906         * net/newsticker.el: New file.
21908 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21910         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21911         (calendar-basic-setup): Use the new nil arg.
21912         (number-of-diary-entries): Move to diary-lib.el.
21914         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21915         (diary-list-entries): Use with-syntax-table and dolist.
21916         Rename from list-diary-entries.
21917         Use number-of-diary-entries if `number' is nil.
21918         (diary, diary-view-entries): Use this new name and new nil arg value.
21919         (number-of-diary-entries): Move from calendar.el.
21920         (diary-unhide-everything): New function.
21921         (include-other-diary-files, fancy-diary-display)
21922         (diary-show-all-entries, make-diary-entry): Use it.
21923         (diary-mail-entries): Use buffer-string.
21924         (mark-diary-entries): Fix long standing paren typo.
21925         (diary-sexp-entry): Use count-lines.
21926         (make-diary-entry): Avoid `previous-line'.
21927         (diary-mode-map): New var.
21928         (diary-mode): Redraw cal after saving.  Setup header-line.
21929         (fancy-diary-display-mode): Use local-set-key.
21931         * startup.el (command-line): Try calling various terminal-init-foo-bar
21932         functions by stripping hyphenated suffixes from $TERM.
21934         * files.el (normal-mode): Check boundness of font-lock-keywords.
21936 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21938         * progmodes/compile.el: Don't decide a file's directory
21939         until the user actually tries to go there.
21940         (compilation-next-error-function):
21941         Pass compilation-find-file the directory from the file-struct.
21942         (compilation-internal-error-properties): Separate local FILE-STRUCT
21943         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21944         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21945         Expand it, and if nil, use default-directory.
21946         (compilation-get-file-structure): Don't mix specified directory
21947         with default directory.  Put specified directory into
21948         file-struct.  Don't make the file name absolute.
21950         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21951         (compile-command): Add autoload.
21952         (compilation-disable-input): Add autoload.
21954 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21956         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21957         strings of the variables it can override.
21958         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21959         %Q and %q, for fully-qualified domain name and unqualified host name.
21961 2005-09-11  Kim F. Storm  <storm@cua.dk>
21963         * emacs-lisp/authors.el (authors-aliases): Update list.
21964         (authors-fixed-entries): Update mldrag.el entry.
21966 2005-09-10  Alan Mackenzie  <acm@muc.de>
21968         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21969         from the region narrowed to.
21971 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21973         * textmodes/ispell.el (ispell-check-version): Signal an error if
21974         aspell version is less than 0.60.
21976 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21978         * progmodes/octave-inf.el (inferior-octave-startup):
21979         Resync current dir at the end.
21981 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21983         * woman.el (woman-topic-at-point-default):
21984         Rename to woman-use-topic-at-point-default.
21985         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21986         (woman-file-name): Reflect renames above.  Automatically use the
21987         word at point as topic if woman-use-topic-at-point is non-nil.
21988         Otherwise offer it as default but don't insert it in the
21989         minibuffer.  Also use `test-completion' instead of `assoc' as
21990         suggested by Stefan Monnier.
21992 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21994         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21995         the attempt to do it over Tramp.  This is not yet supported.
21997 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21999         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22000         (menu-bar-non-minibuffer-window-p): New functions.
22001         ("Split Window", "Save As..."): Use them.
22002         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22003         ("Print Buffer", "Truncate Long Lines in this Buffer"):
22004         Use menu-bar-menu-frame-live-and-visible-p.
22005         ("Save Buffer", "Insert File", "Open Directory...")
22006         ("Open File...", "Visit New File..."):
22007         Use menu-bar-non-minibuffer-window-p.
22008         (kill-this-buffer-enabled-p, dired <menu-enable>):
22009         Use menu-bar-non-minibuffer-window-p.
22011 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22013         * cus-start.el (all): Don't complain about fringe-related
22014         built-ins if fringes are not supported.  Ditto about
22015         selection-related built-ins.  Fix the test for GTK-related built-ins.
22017         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22018         ("Postscript Print Buffer", "Print Region", "Save As...")
22019         ("Save", "Insert File...", "Open Directory...")
22020         ("Open File...", "Visit New File..."")
22021         ("Truncate Long Lines in this Buffer"): Don't look at
22022         menu-updating-frame if this display does not support multiple frames.
22024 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22026         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22028 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
22030         * woman.el: Format- and whitespace-related changes.
22032 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22034         * woman.el: Fix my email address.
22036 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22038         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22039         (sh-mode): Locally set skeleton-pair-default-alist.
22041         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22043         * progmodes/flymake.el: Require `compile' unconditionally.
22045         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22047         * woman.el (woman-file-name): Provide a default, not initial input.
22049         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22051         * font-lock.el (font-lock-support-mode): Doc fix.
22053         * descr-text.el (describe-property-list): Handle non-symbol prop names.
22055 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22057         * simple.el (blink-matching-open): Get rid of text props from
22058         the string shown in echo area.  Don't permanently set point.
22059         Some rearrangements.
22061 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22063         * recentf.el (recentf-filename-handler): Add custom choice
22064         `abbreviate-file-name'.
22066         * msb.el (msb--very-many-menus): Fix typo.
22068         * disp-table.el (standard-display-european): Don't set
22069         enable-multibyte-characters to nil.
22071 2005-09-08  David Ponce  <david@dponce.com>
22073         * recentf.el (recentf-show-file-shortcuts-flag): New option.
22074         (recentf-expand-file-name): Doc fix.
22075         (recentf-dialog-mode-map): Define digit shortcuts.
22076         (recentf--files-with-key): New variable.
22077         (recentf-show-digit-shortcut-filter): New function.
22078         (recentf-open-files-items): New function.
22079         (recentf-open-files): Use it.
22080         (recentf-open-file-with-key): New command.
22082 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
22084         * buff-menu.el (Buffer-menu-sort-by-column): New function.
22085         Suggested by Kim F. Storm.
22086         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22087         (Buffer-menu-make-sort-button): Use global keymap.
22089 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
22091         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22092         (Man-getpage-in-background-advice): Remove defadvice; it isn't
22093         necessary any longer with the remapped command.
22094         (Man-bgproc-sentinel-advice): Remove defadvice which counts
22095         formatting time only.
22097         * net/tramp.el (tramp-action-password)
22098         (tramp-multi-action-password): Compile the password prompt from
22099         `method', `user' and `host'.  Sometimes it isn't obvious which
22100         password to enter, for example with remote files offered by
22101         recentf.el, or with multiple steps.  Suggested by Robert Marshall
22102         <robert@chezmarshall.freeserve.co.uk>.
22104 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22106         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22107         Fix regexp for when "s///" is at the beginning of line.
22109 2005-09-07  Jay Belanger  <belanger@truman.edu>
22111         * calc/calc-poly.el (math-expand-term): Multiply out any powers
22112         when in matrix mode.
22114 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22116         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22117         non-anonymous functions.
22119 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
22121         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22122         when using a header line.  Otherwise, use mouse-1-click-follows-link.
22124         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22125         can't be moved; don't signal an error.
22127 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
22129         * cus-theme.el (custom-theme-write-faces): Save the current face
22130         spec, not the defface spec.
22132         * custom.el (custom-known-themes): Clarify meaning of "standard".
22133         (custom-push-theme): Save old values in the standard theme.
22134         (disable-theme): Correct typo.
22135         (custom-face-theme-value) Deleted unused function.
22136         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22138 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22140         * progmodes/compile.el (compilation-goto-locus): Take into account
22141         iconified frames when determining whether the buffer is
22142         already visible.
22143         Don't reset window height if the window already existed.
22145 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
22147         * custom.el (load-theme): Rename from require-theme.
22148         Add interactive spec.
22149         (enable-theme): Rename from custom-enable-theme.
22150         Add interactive spec.
22151         (disable-theme): Rename from custom-disable-theme.
22152         Add interactive spec.
22153         (custom-make-theme-feature): Doc fix.
22154         (custom-theme-directory): Doc fix.
22155         (provide-theme): Call enable-theme.
22157 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22159         * obsolete/lazy-lock.el (lazy-lock-mode):
22160         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22161         font-lock-mode if it's off.  Print a warning instead.
22163         * progmodes/compile.el (compilation-start): Ignore errors if the
22164         process died before we get to send-eof.
22166         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22167         Undo last change.  Enclosing the result in quotes broke things on Unix
22168         since tex-send-command passes it through shell-quote-argument.
22169         (tex-send-command): Pass `file' through convert-standard-filename
22170         when possible.
22171         (tex-uptodate-p): Handle the case where TeX hasn't put additional
22172         info in a transcript.
22174 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
22176         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22177         fix compilation warning.  Reorder the key definitions to group
22178         together keys emitted by the current version of xterm.
22180         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22181         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22182         Reorder predicates to correct min-color usage.
22184 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
22186         * longlines.el (longlines-mode): Inhibit read-only when encoding.
22187         Kill local variables when longlines-mode is turned off.
22189 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22191         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22193         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22195         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22197         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22198         (font-lock-lines-before): Change default to being inactive.
22199         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22200         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22202 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22204         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22205         Deactivate temporarily advice if active (not needed for Emacs 22,
22206         but for backwards compatibility).
22207         (tramp-exists-file-name-handler): Rewrite.  First implementation
22208         was too simple.
22209         (tramp-advice-make-auto-save-file-name):
22210         Call `tramp-handle-make-auto-save-file-name' (again, just for
22211         backwards compatibility).
22213 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22215         * progmodes/vhdl-mode.el
22216         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22217         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22218         (vhdl-set-default-project): New function (easier setting of default).
22219         (vhdl-port-copy): Handle extended identifiers for generics.
22220         (vhdl-compiler-alist): Better description for error message regexp.
22221         (vhdl-make): Query for target, use previous as default.
22222         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22223         (vhdl-font-lock-keywords-2): Fix fontification for record
22224         el. assign.
22225         (vhdl-speedbar-make-subpack-line): Add package body link.
22226         (vhdl-generate-makefile-1): Not include itself as dependency.
22227         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22228         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22229         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22230         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22231         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22232         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22233         (vhdl-import-project): Add string argument for `error'.
22234         (vhdl-compose-configuration)
22235         (vhdl-compose-configuration-architecture): Add configuration
22236         declaration generation.
22237         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22238         (vhdl-trailer-re): Add "record" keyword (better indentation).
22239         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22240         "[^ \t-\"]+".
22241         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22242         (vhdl-testbench-entity-file-name)
22243         (vhdl-testbench-architecture-file-name): Allow separate
22244         customization of testbench file names.
22245         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22246         (vhdl-get-visible-signals): Allow newline within alias declaration.
22247         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22248         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22249         (member-ignore-case): Alias for missing function in XEmacs.
22250         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22251         (vhdl-update-sensitivity-list): Ignore case on read signals.
22252         (vhdl-replace-string): Adjust case only for file names.
22253         (vhdl-update-sensitivity-list): Fix search for read signals.
22254         (vhdl-update-sensitivity-list): Exclude formal parameters.
22255         (vhdl-get-visible-signals): Include aliases of signals.
22256         (vhdl-get-visible-signals): Fix signal name searching.
22257         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22258         (vhdl-fixup-whitespace-region): Fix for character
22259         literals (e.g. `:').
22261 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22263         * ansi-color.el (comint-last-output-start):
22264         * bs.el (font-lock-verbose):
22265         * diff-mode.el (add-log-buffer-file-name-function):
22266         * dired-x.el (vm-folder-directory):
22267         * faces.el (help-xref-stack-item):
22268         * files.el (font-lock-keywords):
22269         * find-lisp.el (dired-buffers, dired-subdir-alist):
22270         * ido.el (cua-inhibit-cua-keys):
22271         * log-view.el (cvs-minor-wrap-function):
22272         * outline.el (font-lock-warning-face):
22273         * simple.el (compilation-current-error):
22274         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22275         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22276         * tooltip.el (comint-prompt-regexp):
22277         * w32-fns.el (explicit-shell-file-name):
22278         * term/mac-win.el (mac-charset-info-alist)
22279         (mac-services-selection, mac-system-script-code):
22280         * term/tty-colors.el (msdos-color-values):
22281         * term/w32-win.el (xlfd-regexp-registry-subnum):
22282         * term/x-win.el (x-keysym-table, x-selection-timeout)
22283         (x-session-id, x-session-previous-id):
22284         * textmodes/ispell.el (mail-yank-prefix):
22285         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22286         * textmodes/org.el (calc-embedded-close-formula)
22287         (calc-embedded-open-formula)
22288         (font-lock-unfontify-region-function):
22289         * textmodes/reftex-global.el (isearch-next-buffer-function)
22290         (TeX-master):
22291         * textmodes/reftex.el (font-lock-keywords):
22292         * textmodes/tex-mode.el (font-lock-comment-face)
22293         (font-lock-doc-face):
22294         * textmodes/texinfo.el (outline-heading-alist):
22295         Add defvars.
22297         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22298         (artist-spray-chars, artist-mode-init, artist-replace-string)
22299         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22300         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22301         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22303         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22304         (conf-align-assignments): "?\ " -> "?\s".
22306         * textmodes/reftex-index.el (TeX-master): Add defvar.
22307         (reftex-index-phrases-marker): Move up defvar.
22309         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22310         (reftex-toc-include-labels-indicator)
22311         (reftex-toc-include-index-indicator)
22312         (reftex-toc-max-level-indicator): Move up declarations.
22314         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22315         of args to `tramp-run-real-handler', even if it's empty in this case.
22317 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22319         * dired.el (dired-move-to-filename-regexp): Add date format for
22320         Mac OS X 10.3 in East Asian locales.
22322 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22324         * files.el (make-auto-save-file-name): Add file name handler call
22325         if applicable.
22327         * net/tramp.el (tramp-file-name-handler-alist)
22328         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22329         (tramp-handle-make-auto-save-file-name): Rename from
22330         `tramp-make-auto-save-file-name'.
22331         (tramp-exists-file-name-handler): New defun.
22332         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22333         `make-auto-save-file-name' is not a magic file name operation.
22335 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22337         * files.el (risky-local-variable-p):
22338         Match `-predicates' and `-commands.
22340         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22341         (custom-save-all): Visit the file if necessary;
22342         kill the buffer if we created it.
22343         (custom-save-delete): Don't visit file or kill buffer here.
22345 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22347         * textmodes/org.el (org-special-keyword): New face.
22348         (org-table-copy-down, org-table-eval-formula)
22349         (org-table-recalculate, org-init-section-numbers):
22350         Use `string-to-number' instead of `string-to-int'.
22351         (org-get-location): Use `insert-buffer-substring' instead of
22352         `insert-buffer'.
22353         (org-modify-diary-entry-string): New function.
22354         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22355         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22356         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22357         active region.
22358         (org-export-as-html): Handle QUOTE keyword.
22359         (org-quote-string): New option.
22360         (org-bookmark-jump-unhide): New function, used for
22361         `bookmark-after-jump-hook'.
22362         (org-diary-default-entry): Apply only when not called through
22363         `org-agenda'.
22365 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22367         * net/eudc.el (mode-popup-menu):
22368         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22369         * progmodes/ada-mode.el (compile-auto-highlight)
22370         (skeleton-further-elements):
22371         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22372         * progmodes/cmacexp.el (msdos-shells):
22373         * progmodes/compile.el (font-lock-extra-managed-props)
22374         (font-lock-keywords, font-lock-maximum-size)
22375         (font-lock-support-mode):
22376         * progmodes/grep.el (font-lock-lines-before):
22377         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22378         * progmodes/mixal-mode.el (compile-command):
22379         * progmodes/perl-mode.el (font-lock-comment-face)
22380         (font-lock-doc-face, font-lock-string-face):
22381         * progmodes/prolog.el (comint-prompt-regexp):
22382         * progmodes/sh-script.el (font-lock-comment-face)
22383         (font-lock-set-defaults, font-lock-string-face):
22384         * progmodes/sql.el (font-lock-keyword-face)
22385         (font-lock-set-defaults, font-lock-string-face):
22386         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22387         (itimer-version, lazy-lock-defer-contextually)
22388         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22389         Add defvars.
22391         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22392         (cperl-electric-keyword, cperl-electric-pod)
22393         (cperl-electric-backspace, cperl-forward-re)
22394         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22395         (vc-rcs-header, vc-sccs-header): Add defvars.
22397         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22398         (font-lock-syntactic-keywords, gud-find-expr-function):
22399         Add defvars.
22401         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22402         (gdb-frame-parameters): Declare before use.
22404         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22405         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22406         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22407         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22409         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22410         (idlwave-help-with-source): Use `insert-buffer-substring', not
22411         `insert-buffer'.
22413 2005-08-29  Juri Linkov  <juri@jurta.org>
22415         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22416         Put outline-back-to-heading function call inside save-excursion.
22418 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22420         * man.el (Man-init-defvars, Man-translate-references)
22421         (Man-support-local-filenames, Man-highlight-references):
22422         * progmodes/sql.el (sql-interactive-mode):
22423         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22425         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22426         (compilation-mode-font-lock-keywords): Add defvars.
22427         (checkdoc-interactive-loop): "?\ " -> "?\s".
22429         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22430         (font-lock-doc-face, font-lock-string-face)
22431         (font-lock-keywords-case-fold-search): Add defvars.
22432         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22434         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22435         Don't pass X and Y (they are ignored anyway).
22436         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22437         (mouse-delete-window): Make arguments optional.
22439         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22440         (caesar-translate-table, minor-modes, news-buffer-save)
22441         (news-group-name, news-minor-modes): Add defvars.
22443         * emacs-lisp/lselect.el (mouse-highlight-priority)
22444         (x-lost-selection-functions, zmacs-regions):
22445         * emacs-lisp/pp.el (font-lock-verbose):
22446         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22447         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22448         (ses-mode-map):
22449         * emacs-lisp/tcover-unsafep.el (safe-functions):
22450         * international/mule-cmds.el (mac-system-coding-system)
22451         (mac-system-locale):
22452         * language/ethio-util.el (rmail-current-message)
22453         (rmail-message-vector):
22454         * language/thai-util.el (thai-auto-composition-mode):
22455         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22456         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22457         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22458         (vm-primary-inbox, vm-spool-files):
22459         * mail/rmail.el (deleted-head, font-lock-fontified)
22460         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22461         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22462         (total-messages):
22463         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22464         (rmail-summary-mode-map):
22465         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22466         (rmail-last-label, rmail-last-multi-labels)
22467         (rmail-summary-vector, rmail-total-messages):
22468         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22469         * mail/rmailsum.el (msgnum):
22470         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22471         (rmail-current-message):
22472         * obsolete/fast-lock.el (font-lock-face-list):
22473         * obsolete/rnewspost.el (mail-reply-buffer):
22474         * obsolete/scribe.el (compile-command):
22475         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22477 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22479         * ibuf-ext.el (ibuffer-auto-update-changed):
22480         Use `frame-or-buffer-changed-p' to check whether we need to update.
22481         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22482         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22483         as a `frame-or-buffer-changed-p' state vector instead.
22485 2005-08-27  Romain Francoise  <romain@orebokech.com>
22487         * textmodes/makeinfo.el (makeinfo-compile):
22488         Use `compilation-start'.  Set `next-error-function' according to
22489         `disable-errors'.
22490         (makeinfo-next-error): New function.
22491         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22492         (makeinfo-buffer): Likewise.
22494         * progmodes/compile.el (compilation-start): Add autoload cookie.
22496         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22497         * textmodes/sgml-mode.el: Likewise.
22498         * progmodes/python.el: Likewise.
22500 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22502         * simple.el (blink-matching-paren-distance): Document the meaning
22503         of nil value, and allow to customize to nil.
22505         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22506         command.com, not command.exe.
22508 2005-08-26  John Wiegley  <johnw@newartisans.com>
22510         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22511         code around a bit so that an extraneous nil argument is not added
22512         to a command when no args are given.
22514         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22515         double-quoted argument resolves to nil, return it as an empty
22516         string rather than as nil.  This made it impossible to pass "" to
22517         a shell script as a null string argument.
22519 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22521         * outline.el (outline-invent-heading): New fun.
22522         (outline-promote, outline-demote): Use it.
22523         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22524         (outline-end-of-subtree): Remove unused var `opoint'.
22526 2005-08-26  David Reitter  <david.reitter@gmail.com>
22528         * menu-bar.el (truncate-lines, write-file, print-buffer)
22529         (ps-print-buffer-faces, ps-print-buffer, split-window):
22530         Disable menu items when the frame they refer to is invisible, or when
22531         they refer to a buffer and the minibuffer is selected.
22533 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22535         * progmodes/flymake.el (flymake-highlight-err-lines):
22536         Use save-excursion around flymake-highlight-line to preserve point.
22538 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22540         * progmodes/octave-mod.el: Change Author and Maintainer address.
22541         (octave-maintainer-address): Change Kurt's email address.
22542         * progmodes/octave-inf.el: Change Author and Maintainer address.
22543         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22545 2005-08-26  Kim F. Storm  <storm@cua.dk>
22547         * subr.el (version-list-<, version-list-<=, version-list-=):
22548         Rename from integer-list-*.
22549         (version-list-not-zero): Likewise.  Fix while loop.
22550         (version=): Use version-list-= instead of string-equal.
22552 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22554         * outline.el (outline-promote): Try shortening the heading.
22555         As last resort, read the heading to use.
22556         (outline-demote): As last resort, read the heading to use.
22558 2005-08-26  Romain Francoise  <romain@orebokech.com>
22560         * progmodes/compile.el (compilation-start): Doc fix.
22562         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22563         (antlr-font-lock-additional-keywords): Fix reference to
22564         `antlr-font-lock-literal-regexp' erroneously changed during the
22565         mass face rename.
22566         (antlr-run-tool): Use `compilation-start'.
22568         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22569         instead of the obsolete `compile-internal'.
22571 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22573         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22574         (number, original-date):
22575         * calendar/cal-china.el (date):
22576         * calendar/cal-coptic.el (date):
22577         * calendar/cal-french.el (date):
22578         * calendar/cal-hebrew.el (date, entry, number, original-date):
22579         * calendar/cal-islam.el (date, number, original-date):
22580         * calendar/cal-iso.el (date):
22581         * calendar/cal-julian.el (date):
22582         * calendar/cal-mayan.el (date):
22583         * calendar/cal-menu.el (date, event):
22584         * calendar/cal-persia.el (date):
22585         * calendar/lunar.el (date):
22586         * calendar/solar.el (date): Add defvars.
22588         * emerge.el:
22589         * ibuffer.el:
22590         * info-xref.el:
22591         * obsolete/bg-mouse.el:
22592         * obsolete/sun-curs.el:
22593         * obsolete/swedish.el: Move the `defvar's to the top level.
22595         * smerge-mode.el (smerge-refined-change): Add :group.
22597 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22599         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22600         (smerge-keep-n): Remove props.
22601         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22602         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22603         now that it's done in smerge-keep-n.
22604         (smerge-refined-change): New face.
22605         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22606         (smerge-refine): New funs.
22607         (smerge-basic-map): Bind smerge-refine.
22609 2005-08-25  Juri Linkov  <juri@jurta.org>
22611         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22612         compilation-process-setup-function and compilation-disable-input
22613         in grep-mode instead of let-bindings in grep.
22615         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22616         Delete "Automatic File De/compression" (auto-compression-mode).
22618 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22620         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22621         Silence warning about non-existent variable.
22623 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22625         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22626         Rename "Describe Key" to "Describe Key or Mouse Operation".
22628         * mail/mailalias.el (build-mail-aliases): Delete comments
22629         from the contents before processing them.
22631         * isearch.el (isearch-edit-string): Erase the Search prompt
22632         if user enters an empty string and there is no default.
22634         * comint.el (comint-file-name-prefix): Add autoload.
22636 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22638         * subr.el (play-sound): Rearrange to avoid warning.
22640 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22642         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22643         New hook.
22644         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22646 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22648         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22650         * custom.el (custom-theme-set-variables): Sort minor modes last.
22652 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22654         * subr.el (version-separator, version-regexp-alist): New vars used by
22655         version comparison funs.
22656         (integer-list-<, integer-list-=, integer-list-<=)
22657         (integer-list-not-zero): New funs for integer list comparison.
22658         (version-to-list, version=, version<, version<=): New funs for version
22659         comparison.
22661 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22663         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22664         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22665         time to silence the byte-compiler.
22667         * ibuffer.el (ibuffer-compile-make-eliding-form)
22668         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22669         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22670         so it's silly to get warnings for it).
22671         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22672         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22673         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22674         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22675         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22676         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22677         Defvar at compile time.
22678         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22679         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22680         Declare them before use.
22682         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22683         (info-xref-good, info-xref-bad): Defvar at compile time.
22685         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22686         Use `let*' instead of `let'.
22688         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22689         (*mouse-y*, menu, char): Defvar at compile time.
22690         (sc::menu): Declare it before use.
22691         (sc::pack-one-line): Use `let', not `let*'.
22693         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22694         (mail-send-hook): Defvar at compile time.
22696         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22697         Defvar at compile time.
22699         * term/sun-mouse.el (current-global-mousemap)
22700         (current-local-mousemap): Declare them before use.
22702 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22704         * bookmark.el (bookmark-after-jump-hook): New hook.
22705         (bookmark-jump): Run `bookmark-after-jump-hook'.
22707 2005-08-23  Juri Linkov  <juri@jurta.org>
22709         * faces.el (minibuffer-prompt): Doc fix.
22711 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22713         * progmodes/xscheme.el: Trivial changes to silence warnings.
22714         (xscheme-previous-mode, xscheme-previous-process-state):
22715         Add defvars.
22716         (xscheme-last-input-end, xscheme-process-command-line)
22717         (xscheme-process-name, xscheme-buffer-name)
22718         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22719         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22720         (xscheme-control-g-synchronization-p)
22721         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22722         (default-xscheme-runlight, xscheme-runlight)
22723         (xscheme-runlight-string, xscheme-process-filter-state)
22724         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22725         Move to beginning of file.
22726         (scheme-interaction-mode-commands-alist)
22727         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22728         Declare them before use.  Note: the initialization code for the
22729         variables has not been moved because it uses functions that reference
22730         the variables.
22731         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22732         (xscheme-prompt-for-expression-map): Declare them before use.
22733         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22735 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22737         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22739 2005-08-22  Juri Linkov  <juri@jurta.org>
22741         * faces.el (set-face-underline): Delete this duplicate function
22742         and make an obsolete alias to set-face-underline-p.
22743         (set-face-underline-p): Use docstring of set-face-underline.
22744         (describe-face): Create hyperlink to parent face.
22746         * info.el (Info-insert-dir): Use save-excursion around
22747         insert-buffer-substring.
22748         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22749         (Info-escape-percent): Delete function.
22750         (Info-fontify-node): Replace Info-escape-percent by
22751         replace-regexp-in-string with REP arg set to lambda that
22752         duplicates `%' and preserves text properties.
22754         * progmodes/compile.el (compilation-disable-input): Doc fix.
22755         (define-compilation-mode): Doc fix and refill.
22756         (kill-compilation): Use `mode-name' in the error message.
22757         (compilation-find-file): Use `compilation-error' in the
22758         read-file-name's prompt.
22760 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22762         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22763         (smerge-auto-leave): Make undo re-enable the mode.
22764         (debug-ignored-errors): Add the user-error of impossible resolution.
22765         (smerge-resolve): Move things around a bit, in preparation for later.
22766         (smerge-diff): Don't fail if the buffer has no associated file.
22767         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22768         (smerge-conflict-overlay): New function.
22769         (smerge-match-conflict): Don't add text properties here.
22770         (smerge-find-conflict): Instead, add an overlay here.
22771         Also check for the case where we're inside a conflict already, so as to
22772         obviate the need for font-lock-multiline, which is unbearably slow with
22773         large conflicts and ciomplex font-lock patterns.
22774         (smerge-remove-props): Remove overlay rather than text-properties.
22775         (smerge-mode): Don't set font-lock-multiline.
22776         Remove overlays when turned off.
22778 2005-08-21  Kim F. Storm  <storm@cua.dk>
22780         * ido.el (ido-ignore-item-p): Use save-match-data.
22781         Bind case-fold-search to ido-case-fold locally.
22783 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22785         * files.el (normal-mode): If font lock is on, turn it off and on.
22787         * subr.el (replace-regexp-in-string): Doc fix.
22789         * startup.el (command-line-1): Don't suppress startup screen
22790         due to existing processes.
22792         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22794         * progmodes/compile.el (compilation-disable-input): Default to nil.
22796 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22798         * progmodes/compile.el (compilation-disable-input): New defcustom.
22799         (compilation-start): If compilation-disable-input is non-nil, send
22800         EOF to the compilation process.
22802 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22804         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22805         Run the argument of tex-shell-cd-command through
22806         convert-standard-filename, to get the correct style of slashes on
22807         Windows, and enclose the result in quotes, in case the file name
22808         includes whitespace or other special characters.
22810 2005-08-19  Andreas Schwab  <schwab@suse.de>
22812         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22813         process.
22815 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22817         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22819 2005-08-18  Kim F. Storm  <storm@cua.dk>
22821         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22823 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22825         * scroll-lock.el: New file.
22827 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22829         * dired.el (dired-move-to-end-of-filename):
22830         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22832 2005-08-18  Kim F. Storm  <storm@cua.dk>
22834         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22835         rather than toggle mode when custom value is nil.
22836         (ido-everywhere): Fix defun doc string.
22838 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22840         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22841         as tag instead of "Inviolable".
22843 2005-08-17  Kim F. Storm  <storm@cua.dk>
22845         * windmove.el (windmove-coordinates-of-position): Remove.
22846         (windmove-coordinates-of-window-position): Remove.
22847         (windmove-reference-loc): Use posn-at-point instead.
22849         * subr.el (insert-for-yank-1): Doc fix.
22851         * ido.el (ido-enter-matching-directory): Rename from
22852         ido-enter-single-matching-directory.  Change `slash' choice to
22853         `only'.  Add `first' choice.
22854         (ido-exhibit): Adapt to above changes.
22856 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22858         * Makefile.in: Expand comment about building loaddefs.el.
22860 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22862         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22863         Comment use of defadvice.
22865         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22867 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22869         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22870         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22871         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22872         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22873         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22874         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22875         for backward compatibility for faces that did not appear in the
22876         previous Emacs release.
22878         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22880 2005-08-15  Kim F. Storm  <storm@cua.dk>
22882         * emulation/cua-base.el (cua-delete-region): Return t if
22883         deleted region was non-empty.
22884         (cua-replace-region): Inhibit overwrite-mode for
22885         self-insert-command if replaced region was non-empty.
22886         (cua--explicit-region-start, cua--status-string): Make them
22887         buffer-local at top-level...
22888         (cua-mode): ...rather than when mode is enabled.
22890 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22892         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22893         Set t for Emacs 21, 22, and so on.
22895 2005-08-15  David Ponce  <david@dponce.com>
22897         * tree-widget.el: Update Commentary header.
22898         (tree-widget-theme): Doc fix.
22899         (tree-widget-space-width): New option.
22900         (tree-widget-image-properties): Look up in the default theme too.
22901         (tree-widget--cursors): Only for images with arrow pointer shape.
22902         (tree-widget-lookup-image): Pointer shape is hand by default.
22903         (tree-widget-icon): Rename generic icon widget from
22904         `tree-widget-control'.
22905         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22906         derive from `tree-widget-icon'.
22907         (tree-widget-handle): Improve default look and feel of the text
22908         representation.
22909         (tree-widget): Rename :*-control properties to :*-icon properties.
22910         Add :action and :help-echo properties.
22911         (tree-widget-after-toggle-functions): Move.
22912         (tree-widget-close-node, tree-widget-open-node): Remove.
22913         (tree-widget-before-create-icon-functions): New hook.
22914         (tree-widget-value-create): Update to allow customization of icons
22915         and nodes at run-time via that new hook.
22916         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22917         (tree-widget-icon-action, tree-widget-icon-help-echo)
22918         (tree-widget-action, tree-widget-help-echo): New functions.
22920 2005-08-15  Kim F. Storm  <storm@cua.dk>
22922         * ido.el (ido-buffer-internal): Use with-no-warnings.
22923         (ido-make-merged-file-list): Use while-no-input.
22925 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22927         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22928         (flyspell-large-region): Fix doc and custom type.
22930 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22932         * files.el (interpreter-mode-alist): Doc fix.
22934         * mail/rmail.el (rmail-nonignored-headers): New variable.
22935         (rmail-clear-headers): Use it.
22936         (rmail-reply): Better handling of mail-followup-to header.
22938         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22939         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22940         don't try to refer to executable-font-lock-keywords.
22941         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22942         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22943         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22944         (sh-mode): Set comment-start-skip, local-abbrev-table,
22945         imenu-case-fold-search.
22946         (sh-set-shell): Don't set them here.
22947         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22948         Don't cache the results in the original alist; don't ever modify
22949         that alist.
22951         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22953         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22954         empty.
22956 2005-08-15  Andreas Schwab  <schwab@suse.de>
22958         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22960         * dired.el, info.el, mail/rmail.el: Revert last change.
22962 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22964         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22965         modification in `eval-after-load' form.
22966         * info.el: Likewise.
22967         * mail/rmail.el: Likewise.
22969 2005-08-14  Juri Linkov  <juri@jurta.org>
22971         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22972         Remove highlighting of "Compilation started".  Highlight only
22973         the word "finished" in "Compilation finished".  Add highlighting
22974         of "interrupt", "killed", "terminated" and the exit code.
22975         (compilation-start): Add newline after header.  Use exactly the
22976         same time stamp format as the finishing message.
22977         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22979         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22980         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22981         Add highlighting of "interrupt", "killed", "terminated".
22983         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22984         enabled and the current command is self-insert-command, call it
22985         explicitly with overwrite-mode bound to nil, to not allow it
22986         to delete the character after the selected region.
22988 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22990         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22991         move-end-of-line, end-of-line, and beginning-of-line to the list
22992         of commands after which the echo area is updated.
22994 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22996         * cus-edit.el (custom-save-all, custom-save-delete):
22997         Bind recentf-exclude to exclude custom-file.
22999 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
23001         * mail/rmailsum.el (rmail-summary-end-of-message): New command
23002         to go to the bottom of the mail message.  Added to
23003         `rmail-summary-mode-map' with key "/".
23004         (rmail-summary-show-message): New (internal) function for use by
23005         both `rmail-summary-beginning/end-of-message'.
23006         (rmail-summary-beginning-of-message): Change to use
23007         rmail-summary-show-message.
23009         * mail/rmail.el (rmail-end-of-message): New command to go to the
23010         end of the current message.  Added to `rmail-mode-map' with key "/".
23011         (rmail-beginning-of-message): Fix to work as documented.
23012         (rmail-mode): Change documentation.
23014         * progmodes/compile.el (compilation-start): Add the line
23015         "Compilation started" with compilation start time.
23016         (compilation-mode-font-lock-keywords): Add `started' to keywords.
23018 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
23020         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23021         of menu items.
23023 2005-08-11  Richard M. Stallman  <rms@gnu.org>
23025         * simple.el (pop-global-mark): Reverse test of widen-automatically.
23027         * battery.el (battery-status-function): Don't use ignore-errors.
23029 2005-08-11  Lute Kamstra  <lute@gnu.org>
23031         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23032         define-obsolete-variable-alias.
23034 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23036         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23037         (ange-ftp-send-cmd): Revert last change, and expand
23038         the comment explaining the problem.
23040 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
23042         * ldefs-boot.el: Update.
23044         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23045         item to "Time, Load and Mail".  Change help echo text.
23047         * time.el (display-time-use-mail-icon, display-time-format)
23048         (display-time-string-forms): Shorten first line of docstrings.
23050 2005-08-10  Lars Hansen  <larsh@soem.dk>
23052         * desktop.el (desktop-buffer-mode-handlers):
23053         Make non-customizable.  Add autoload cookie.  Change initial value to
23054         nil; add elements in respective modules instead.  Fix doc string.
23055         (desktop-load-file): New function.
23056         (desktop-minor-mode-handlers): New autoloaded variable.
23057         (desktop-create-buffer): Call minor mode handlers.
23058         Use desktop-load-file to load major and minor mode modules prior to
23059         checking for a handler.
23060         (desktop-save): Don't add nil to desktop-minor-modes for minor
23061         modes with nil function in desktop-minor-mode-table.  Don't delete
23062         desktop file before rewriting it.
23063         (desktop-locals-to-save): Add autoload cookie.  Don't make
23064         automatically buffer-local.  Add variables column-number-mode,
23065         size-indication-mode, indent-tabs-mode,
23066         indicate-buffer-boundaries, indicate-empty-lines and
23067         show-trailing-whitespace.
23068         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23069         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
23070         (desktop-clear-preserve-buffers-regexp): Delete.
23071         (desktop-clear-preserve-buffers): Update initial value and docstring.
23072         (desktop-save-buffer): Fix doc string.
23074         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23075         (hilit-chg-desktop-restore): New function.
23076         (highlight-changes-mode): Add highlight-changes-mode to
23077         desktop-locals-to-save.
23079         * dired.el: Add handler to desktop-buffer-mode-handlers.
23080         (dired-restore-desktop-buffer): Remove autoload cookie.
23081         (dired-mode): Add autoload cookie.
23083         * info.el: Add handler to desktop-buffer-mode-handlers.
23084         (Info-restore-desktop-buffer): Remove autoload cookie.
23085         (Info-mode): Add autoload cookie.
23087         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23088         (mh-restore-desktop-buffer): Remove autoload cookie.
23089         (mh-folder-mode): Add autoload cookie.
23091         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23092         (rmail-restore-desktop-buffer): Remove autoload cookie.
23094 2005-08-11  Masatake YAMATO  <jet@gyve.org>
23096         * hexl.el (hexl-address-region):
23097         (hexl-ascii-region, hexl-font-lock-keywords):
23098         (hexl-highlight-line-range): Use the term "region"
23099         instead of "area" for consistency with the other symbols
23100         defined in hexl.el.
23102 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
23104         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23105         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23106         out by Juri Linkov).  Add `display-battery-mode'.
23108 2005-08-09  Juri Linkov  <juri@jurta.org>
23110         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23111         Remove `-text' from face variable names.
23112         (compilation-error-file-name, compilation-warning-file-name)
23113         (compilation-info-file-name): Delete faces.
23114         (compilation-line-number, compilation-column-number):
23115         Remove face underlining.
23116         (compilation-message-face): Set to `underline' value by default.
23117         (compilation-error-face, compilation-warning-face)
23118         (compilation-info-face): Remove `-file-name' from face names.
23119         (compilation-error-text-face, compilation-warning-text-face)
23120         (compilation-info-text-face): Delete face variables.
23121         (compilation-text-face): Delete function.
23123         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23124         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23125         (grep-error-face): Set to `compilation-error' instead of
23126         `compilation-error-face' (which is redefined to `grep-hit-face' in
23127         grep buffers).
23128         (grep-mode-font-lock-keywords): Remove `-text' from face variable
23129         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
23131         * dired-aux.el (dired-do-query-replace-regexp):
23132         Use `query-replace-read-args'.
23134         * replace.el (query-replace-read-from, query-replace-read-to)
23135         (query-replace-read-args): Rename arg `string' to `prompt'.
23137         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23139 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
23141         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23142         uploading files.
23143         (ange-ftp-canonize-filename): Handle file names beginning with ~
23144         correctly.
23146 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23148         * textmodes/fill.el (canonically-space-region)
23149         (fill-context-prefix, fill-french-nobreak-p)
23150         (fill-delete-newlines, fill-comment-paragraph)
23151         (justify-current-line): "?\ " -> "?\s".
23153 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
23155         * textmodes/fill.el (fill-nonuniform-paragraphs):
23156         Improve argument/docstring consistency.
23158 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23160         * textmodes/ispell.el (ispell-word): More fboundp checks.
23162         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23163         (find-file-noselect-1): Call it here, only if RAWFILE.
23164         (normal-mode): Always set some major mode.
23165         (save-some-buffers-action-alist): Change some explanation strings.
23166         (file-name-non-special): In the `quote' method, use unwind-protect.
23168 2005-08-09  Magnus Henoch  <mange@freemail.hu>
23170         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23171         (ispell-have-aspell-dictionaries): New variable.
23172         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23173         (ispell-get-aspell-config-value): New function.
23174         (ispell-aspell-find-dictionary): New function.
23175         (ispell-aspell-add-aliases): New function.
23176         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23177         appropriate.  Don't look for ispell dictionaries if we use aspell.
23178         (ispell-menu-map): Don't build a submenu of dictionaries.
23180 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23182         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23183         (sql-read-passwd): Use read-passwd.
23185         * progmodes/idlw-toolbar.el (idlwave-toolbar)
23186         (idlwave-toolbar-is-possible): Add defvars.
23188         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23189         Avoid warnings.
23191         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23192         (idlwave-system-class-info, idlwave-executive-commands-alist):
23193         Use defvar.
23195         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23197         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23198         Avoid warnings.
23200         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23201         and content-type: headers.
23203         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23205         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23206         and rename some of them to be more self-explanatory.
23208         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23210         * startup.el (command-line-1): Implement -scriptload.
23212         * replace.el (occur-engine): Initial *Occur* output not undoable.
23214         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23215         and improve help strings.
23217         * isearch.el (isearch-repeat): When changing direction,
23218         mark search successful.
23220         * ediff-init.el: Use (featurep 'xemacs).
23222         * comint.el (send-invisible): Identify buffer, if not selected.
23224         * align.el: Delete autoload for c-guess-basic-syntax.
23226 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23228         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23229         Improve argument/docstring consistency.  Doc fixes.
23230         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23231         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23232         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23233         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23234         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23235         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23236         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23237         Defvar at compile time.
23239 2005-08-09  Juri Linkov  <juri@jurta.org>
23241         * info.el: Replace `info' with upper-case `Info' where appropriate.
23242         (info-title-1, info-title-2, info-title-3, info-title-4)
23243         (info-menu-header): Move up face definitions.
23244         (info-menu-star): Rename from `info-menu-5'.
23245         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23246         (Info-fontify-visited-nodes): Fix docstring.
23247         (Info-hide-note-references): Fix docstring.
23248         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23249         menu items in the same way as on cross-references.
23250         (info-apropos): Fix sorting order and formatting to be like in the
23251         stand-alone Info browser.  Display error messages for 1 sec.
23252         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23253         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23254         from the menu bar.
23255         (Info-insert-dir): Restore point after calling
23256         `insert-buffer-substring'.
23258 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23260         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23261         (recompute-lucid-menubar): Add defvars.
23263         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23265         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23267         * net/net-utils.el (run-dig): Rename from `dig'.
23269         * play/gametree.el (gametree-mode): Use make-local-variable,
23270         not make-variable-buffer-local.
23272         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23274         * ansi-color.el (ansi-color-make-extent)
23275         (ansi-color-set-extent-face): Use fboundp, not functionp.
23277         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23278         not make-variable-buffer-local.
23280         * bookmark.el (Info-current-file): Add defvar.
23281         (bookmark-jump-noselect): Use with-no-warnings.
23283         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23285         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23287         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23289         * find-file.el (ada-procedure-start-regexp)
23290         (ada-package-start-regexp): Add defvars.
23292         * info.el (Info-insert-dir): Use insert-buffer-substring.
23294         * xml.el (xml-att-def-re): Add defvar.
23296         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23297         calling convention.
23299         * subr.el (while-no-input): Return t if there is input.
23301 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23303         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23305 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23307         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23308         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23310 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23312         * cmuscheme.el (scheme-start-file): Replace reference to
23313         `user-emacs-directory' by "~/.emacs.d/".
23315 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23317         * info.el (Info-dir-remove-duplicates): Avoid case folding
23318         in loop; instead, keep downcased strings for comparison.
23319         Suggested by Helmut Eller.
23321 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23323         Sync with Tramp 2.0.50.
23325         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23326         XEmacs case; not necessary anymore.
23327         (tramp-user-regexp): Allow "@" as part of user name.
23328         (tramp-handle-set-visited-file-modtime)
23329         (tramp-handle-insert-file-contents)
23330         (tramp-handle-write-region): No special handling for
23331         `last-coding-system-used, because this is done in
23332         `tramp-accept-process-output' now.
23333         (tramp-accept-process-output): New defun.
23334         (tramp-process-one-action, tramp-process-one-multi-action)
23335         (tramp-wait-for-regexp, tramp-wait-for-output)
23336         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23337         Howells <dhowells@redhat.com>.
23338         (clear-visited-file-modtime): Defadvice removed.  The check for
23339         unset buffer's modtime does not need to be based on
23340         `tramp-buffer-file-attributes'.  Suggested by RMS.
23341         (tramp-message): Insert "\n" if not being at beginning of line.
23342         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23343         sequence with same logic.
23344         (tramp-completion-handle-expand-file-name): Discard call of
23345         `tramp-drop-volume-letter'.  It is not necessary, and there have
23346         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23347         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23348         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23349         should always be visible.
23350         (tramp-handle-insert-directory, tramp-setup-complete)
23351         (tramp-set-process-query-on-exit-flag)
23352         (tramp-append-tramp-buffers): Pacify byte-compiler.
23353         (tramp-bug): Delete non-existing variables from list.
23354         Apply `tramp-load-report-modules' as pre-hook.
23355         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23356         `shell-prompt-pattern' because of non-7bit characters.
23357         Reported by Sebastian Luque <sluque@mun.ca>.
23358         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23359         (tramp-match-string-list): Remove function.
23360         (tramp-wait-for-regexp): Remove call of that function.
23361         Suggested by Kim F. Storm <storm@cua.dk>.
23362         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23363         instead of octal character code ?\600.  The latter resulted in a
23364         syntax error with XEmacs.
23366         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23367         XEmacs case; not necessary anymore.
23368         (tramp-smb-handle-write-region): No special handling for
23369         `last-coding-system-used, because this is done in
23370         `tramp-accept-process-output' now.
23371         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23373 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23375         * wid-edit.el (widget-choice-value-create):
23376         Unconditionally respect user choice.  Set :explicit-choice back to nil
23377         when no longer needed.
23378         (widget-choice-action): Unconditionally respect user choice.
23379         Eliminate :explicit-choice-value.
23381         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23383         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23384         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23385         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23386         running new function `toggle-indicate-empty-lines'.
23387         Rename "Customize" item to "Customize fringe".
23388         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23389         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23390         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23391         Delete "Empty lines only" item.
23392         (menu-bar-showhide-fringe-ind-customize): New function.
23393         (menu-bar-showhide-fringe-ind-mixed)
23394         (menu-bar-showhide-fringe-ind-box)
23395         (menu-bar-showhide-fringe-ind-right)
23396         (menu-bar-showhide-fringe-ind-left)
23397         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23398         instead of `fringe-indicators'.
23400 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23402         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23403         Change the date of last update.
23405 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23407         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23408         (viper-exec-yank, viper-put-back): Don't display modification msg
23409         if in the minibuffer.
23411         * viper-init.el (viper-replace-overlay-cursor-color)
23412         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23413         Make variables frame local.
23415         * viper-util.el (viper-append-filter-alist): Use append instead of
23416         nconc.
23418         * viper.el (viper-vi-state-mode-list)
23419         (viper-emacs-state-mode-list): Move help-mode and
23420         completion-list-mode from the first list to the second.
23421         (viper-mode): Docstring.
23422         (viper-go-away, viper-non-hook-settings): Don't localize
23423         minor-mode-alist in newer Emacsen.  Add advice to
23424         set-cursor-color.  Don't bind "\C-c\\".
23426 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23428         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23429         (scheme-macro-expand-command): New user options.
23430         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23431         (scheme-form-at-point, scheme-start-file)
23432         (scheme-interactively-start-process): New functions.
23433         (scheme-get-process): New function, extracted from `scheme-proc'.
23434         (run-scheme): Call `scheme-start-file' to get start file, and pass
23435         it to `make-comint'.
23436         (switch-to-scheme, scheme-proc):
23437         Call `scheme-interactively-start-process' if no Scheme buffer/process
23438         is available.
23440 2005-08-06  Juri Linkov  <juri@jurta.org>
23442         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23443         Use `compilation-text-face', `compilation-info-text-face' and
23444         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23445         (compilation-error): New face.
23446         (compilation-error-file-name): Inherit from
23447         `compilation-error' instead of `font-lock-warning-face'.
23448         (compilation-warning-file-name): Inherit from
23449         `compilation-warning' instead of `font-lock-warning-face'.
23450         (compilation-info, compilation-error-file-name)
23451         (compilation-warning-file-name, compilation-info-file-name)
23452         (compilation-line-number, compilation-column-number): Doc fix.
23453         (compilation-error-text-face, compilation-warning-text-face)
23454         (compilation-info-text-face): New face variables.
23455         (compilation-line-face, compilation-column-face)
23456         (compilation-enter-directory-face)
23457         (compilation-leave-directory-face): Doc fix.
23458         (compilation-text-face): New function.
23460         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23461         instead of 1 to display binary file names as info file links.
23462         (grep-error-face): Use `compilation-error-face' instead of
23463         `font-lock-keyword-face'.
23464         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23465         and `compilation-warning-text-face' instead of
23466         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23467         instead of `grep-error-face'.
23469 2005-08-05  Kenichi Handa  <handa@m17n.org>
23471         * international/code-pages.el: Add autoload cookies for all coding
23472         systems.
23474 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23476         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23478 2005-08-04  Juri Linkov  <juri@jurta.org>
23480         * progmodes/compile.el (compilation-mode-map):
23481         * progmodes/grep.el (grep-mode-map):
23482         Bind TAB to `compilation-next-error' and [backtab] to
23483         `compilation-previous-error'.
23485         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23486         matching line numbers, column numbers and their ranges with regexp
23487         matching only line numbers.
23488         (grep-context-face): New face variable.
23489         (grep-mode-font-lock-keywords): Use it.
23491         * faces.el (read-face-name): Delete duplicate faces.
23493 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23495         * thumbs.el (thumbs-find-image): Don't make variables
23496         automatically buffer local.
23497         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23498         (thumbs-image-num): Make automatically buffer local.
23499         (thumbs-show-thumbs-list): Use `make-local-variable', not
23500         `make-variable-buffer-local'.
23501         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23503         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23504         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23505         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23506         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23507         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23508         (feelings-about, foullst, found, hello, history, howareyoulst)
23509         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23510         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23511         (neglst, obj, object, owner, please, problems, qlist)
23512         (random-adjective, relation, remlst, repetitive-shortness)
23513         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23514         (shortlst, something, sportslst, stallmanlst, states, subj)
23515         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23516         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23517         Defvar at compile time.
23519         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23520         not `make-variable-buffer-local'.
23522 2005-08-02  Kim F. Storm  <storm@cua.dk>
23524         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23525         rectangle overlay in selected window.
23527 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23529         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23530         instead of display group.  Make `indicate-buffer-boundaries'
23531         customizable through Custom.
23533 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23535         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23536         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23537         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23538         (gdb-put-string): Fix typos in docstrings.
23540 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23542         Update copyright notices of files in progmodes directory for
23543         release of Emacs 22.1.
23545         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23547         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23548         Don't barf if the GUD buffer has been killed.
23550 2005-08-01  Kim F. Storm  <storm@cua.dk>
23552         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23554 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23556         * simple.el (next-error-follow-minor-mode):
23557         make-variable-buffer-local -> make-local-variable.
23559         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23561         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23562         (byte-compile-form-make-variable-buffer-local): New functions to warn
23563         about misuses of make-variable-buffer-local where make-local-variable
23564         was meant.
23566 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23568         * bs.el (bs-attributes-list): Doc fix.
23569         (bs): Update url-link.
23571         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23572         (desktop-load-default): Simplify.
23574         * ibuffer.el (ibuffer-columnize-and-insert-list)
23575         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23576         (ibuffer-unmark-all, ibuffer-toggle-marks)
23577         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23578         (ibuffer-compile-make-format-form, ibuffer-format-column)
23579         (ibuffer-current-buffers-with-marks)
23580         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23581         (ibuffer): Doc fix.
23582         (ibuffer-mode): Fix typo in docstring.
23583         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23584         with `define-obsolete-variable-alias'.
23585         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23587 2005-07-29  Kenichi Handa  <handa@m17n.org>
23589         * international/mule-cmds.el (select-message-coding-system):
23590         Be sure to use LF for end-of-line.  If no coding system is decided,
23591         return iso-8859-1-unix.
23593 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23595         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23596         (ange-ftp-pending-error-line): New vars.
23597         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23598         to handle the non-fatal no-route-to-host messages.
23599         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23601 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23603         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23604         (isearch-quote-char, isearch-printing-char)
23605         (isearch-text-char-description): "?\ " -> "?\s".
23606         (isearch-lazy-highlight-cleanup)
23607         (isearch-lazy-highlight-initial-delay)
23608         (isearch-lazy-highlight-interval)
23609         (isearch-lazy-highlight-max-at-a-time)
23610         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23611         Declare with define-obsolete-*-alias macros.
23612         (isearch-forward): Fix typo in docstring.
23613         (search-invisible, search-ring-yank-pointer)
23614         (regexp-search-ring-yank-pointer): Doc fixes.
23616         * recentf.el (recentf-menu-append-commands-p): Declare with
23617         `define-obsolete-variable-alias'.
23618         (recentf-max-saved-items, recentf-menu-filter)
23619         (recentf-arrange-by-rule-subfilter): Doc fixes.
23620         (recentf-menu-append-commands-flag)
23621         (recentf-initialize-file-name-history, recentf-expand-file-name)
23622         (recentf-clear-data): Fix typos in docstrings.
23624 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23626         * progmodes/gdb-ui.el: Smarten comments.
23627         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23629 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23631         * term/apollo.el (terminal-init-apollo): New function containing
23632         all former top level forms in the file.
23633         * term/bobcat.el (terminal-init-bobcat):
23634         * term/cygwin.el (terminal-init-cygwin):
23635         * term/iris-ansi.el (terminal-init-iris-ansi):
23636         * term/linux.el (terminal-init-linux):
23637         * term/news.el (terminal-init-news):
23638         * term/rxvt.el (terminal-init-rxvt):
23639         * term/sun.el (terminal-init-sun):
23640         * term/tvi970.el (terminal-init-tvi970):
23641         * term/vt100.el (terminal-init-vt100):
23642         * term/vt102.el (terminal-init-vt102):
23643         * term/vt125.el (terminal-init-vt125):
23644         * term/vt200.el (terminal-init-vt200):
23645         * term/vt201.el (terminal-init-vt201):
23646         * term/vt220.el (terminal-init-vt220):
23647         * term/vt240.el (terminal-init-vt240):
23648         * term/vt300.el (terminal-init-vt300):
23649         * term/vt320.el (terminal-init-vt320):
23650         * term/vt400.el (terminal-init-vt400):
23651         * term/vt420.el (terminal-init-vt420):
23652         * term/wyse50.el (terminal-init-wyse50):
23653         * term/xterm.el (terminal-init-xterm): Likewise.
23655         * term/README: Describe the terminal-init-* functionality.
23657         * startup.el (command-line): After loading the terminal initialization
23658         file call the corresponding terminal initialization function.
23660 2005-07-27  Kenichi Handa  <handa@m17n.org>
23662         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23663         negative.
23665         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23666         (ps-mule-composition-prologue): Fix for the case that
23667         RelativeCompose is false.
23669 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23671         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23673         * descr-text.el (describe-char): Handle the case where the list of
23674         chars is displayed in a separate frame.
23675         Be a bit more discriminating when looking for the char.
23677 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23679         * bookmark.el (bookmark-automatically-show-annotations)
23680         (bookmark-read-annotation-text-func): Doc fixes.
23681         (bookmark-save): Improve argument/docstring consistency.
23682         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23683         (bookmark-alist-from-buffer)
23684         (bookmark-upgrade-file-format-from-0)
23685         (bookmark-grok-file-format-version)
23686         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23687         (bookmark-read-annotation-mode)
23688         (bookmark-insert-current-bookmark, bookmark-jump)
23689         (bookmark-exit-hook): Fix typos in docstrings.
23690         (bookmark-exit-hooks): Define as obsolete alias.
23691         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23692         not `bookmark-exit-hooks'.  Fix docstring.
23693         (bookmark-bmenu-select): "?\ " -> "?\s".
23695 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23697         * startup.el (command-line): Fix typo.
23699 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23701         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23702         not emacs-quick-startup.
23704 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23706         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23707         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23708         instead of `reb-with-current-window'.
23709         (reb-prev-match): Likewise.  Also, don't move left if the search
23710         was unsuccessful.
23711         (reb-initialize-buffer): New function.
23712         (re-builder, reb-change-syntax): Use it.
23714         * man.el (Man-goto-page): Make second argument NOERROR optional.
23716 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23718         * man.el (Man-bgproc-sentinel): Check here for failure to find
23719         any man page in the output, and report the error here.
23720         (Man-arguments): Make it permanent local.
23721         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23722         (Man-mode): Pass t for NOERROR.
23724         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23725         (grep-mode-font-lock-keywords):
23726         Don't use compilation-...-face for messages that are not file names.
23728         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23729         Don't use compilation-...-face for messages that are not file names.
23731 2005-07-22  Juri Linkov  <juri@jurta.org>
23733         * startup.el (normal-splash-screen): Update menu name.
23735         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23737 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23739         * term/xterm.el: Load term/rxvt if the terminal is actually an
23740         rxvt terminal.
23741         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23743         * term/rxvt.el (function-key-map): Use substitute-key-definition
23744         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23746         * term/cygwin.el: New file.
23748 2005-07-22  Kim F. Storm  <storm@cua.dk>
23750         * image-file.el (insert-image-file, image-file-yank-handler):
23751         Fix last change to maintain a (unique) yank-handler on yanked images.
23753 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23755         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23756         of the file size (as in "177B" for 177 bytes).  This happens with
23757         "ls -lh" on FreeBSD.
23759 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23761         * hilit-chg.el (highlight-changes-global-initial-state)
23762         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23763         (hilit-chg-fixup, highlight-changes-mode):
23764         Fix typos in docstrings.
23765         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23766         Doc fixes.
23768 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23770         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23771         mode function using `eval-after-load'.
23773 2005-07-21  Kim F. Storm  <storm@cua.dk>
23775         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23776         included when reporting an Emacs crash, and tell about the DEBUG file.
23778         * image-file.el (insert-image-file): Add yank-handler.
23779         (image-file-yank-handler): Yank handler to make unique copies of
23780         images when they are yanked into a buffer next to each other.
23782 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23784         * comint.el (comint-use-prompt-regexp, comint-send-input)
23785         (comint-source-default, comint-extract-string)
23786         (comint-get-source, comint-word, comint-completion)
23787         (comint-source, comint-prompt-read-only, comint-update-fence):
23788         Fix typos in docstrings.
23789         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23790         Declare with define-obsolete-*-alias macros.
23791         (comint-previous-matching-input-from-input)
23792         (comint-next-matching-input-from-input)
23793         (comint-previous-matching-input, comint-next-matching-input)
23794         (comint-forward-matching-input):
23795         Improve argument/docstring consistency.
23797         * desktop.el (desktop-clear-preserve-buffers-regexp):
23798         Also preserve the *server* buffer.
23800         * simple.el (clone-indirect-buffer): Doc fix.
23801         (fixup-whitespace, just-one-space)
23802         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23803         (next-error, next-error-highlight)
23804         (next-error-highlight-no-select, next-error-last-buffer)
23805         (next-error-buffer-p, next-error-find-buffer, next-error)
23806         (previous-error, next-error-no-select, previous-error-no-select)
23807         (open-line, split-line, minibuffer-prompt-width, kill-new)
23808         (binary-overwrite-mode): Fix typos in docstrings.
23809         (set-fill-column): Fix typo in message.
23811         * skeleton.el (skeleton-proxy-new): Doc fix.
23813         * strokes.el (strokes-load-hook): Doc fix.
23814         (strokes-grid-resolution, strokes-get-grid-position)
23815         (strokes-renormalize-to-grid, strokes-read-stroke)
23816         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23817         (strokes-global-map): Fix typos in docstrings.
23818         (strokes-help): Doc fix.  Fix help message and pass it through
23819         `substitute-command-keys'.
23821         * tempo.el (tempo-insert-prompt, tempo-interactive)
23822         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23823         (tempo-insert-string-functions, tempo-local-tags)
23824         (tempo-define-template, tempo-insert-template)
23825         (tempo-insert-prompt-compat, tempo-is-user-element)
23826         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23827         Fix typos in docstrings.
23829         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23830         (vcursor-key-bindings, vcursor-use-vcursor-map)
23831         (vcursor-find-window, vcursor-scroll-down)
23832         (vcursor-disable, vcursor-beginning-of-buffer)
23833         (vcursor-end-of-buffer): Fix typos in docstrings.
23834         (vcursor-relative-move, vcursor-get-char-count):
23835         Improve argument/docstring consistency.
23837         * version.el: "?\ " -> "?\s".
23839         * wid-edit.el (widget-default-create, widget-after-change)
23840         (widget-default-format-handler, widget-checklist-add-item)
23841         (widget-radio-add-item, widget-choose, widget-specify-secret)
23842         (widget-field-value-create, widget-field-value-get)
23843         (widget-editable-list-format-handler)
23844         (widget-editable-list-entry-create, widget-group-value-create)
23845         (widget-documentation-link-add)
23846         (widget-documentation-string-value-create): "?\ " -> "?\s".
23847         (widget-convert-text): Doc fix.
23848         (widget-narrow-to-field, widget-field-find)
23849         (widget-url-link-action, widget-emacs-library-link-action)
23850         (widget-color-notify): Fix typos in docstrings.
23852         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23853         (x-select-text, set-w32-system-coding-system)
23854         (w32-add-charset-info): Fix typos in docstrings.
23856         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23857         (cua-enable-cua-keys, cua-use-hyper-key)
23858         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23859         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23861         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23863         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23864         `defalias' instead of faking it.
23866         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23867         (eshell-ls-missing, eshell-ls-dired-initial-args)
23868         (eshell-ls-use-in-dired): Fix typos in docstrings.
23870 2005-07-20  Kim F. Storm  <storm@cua.dk>
23872         * emulation/cua-base.el (cua-mode): Improve doc string.
23874 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23876         * abbrev.el (expand-region-abbrevs): Doc fix.
23877         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23878         Improve argument/docstring consistency.
23880         * arc-mode.el (archive-get-descr, archive-alternate-display):
23881         Doc fixes.
23882         (archive-l-e): Improve argument/docstring consistency.
23883         (archive-tmpdir, archive-unixdate, archive-unixtime)
23884         (archive-chmod-entry): Fix typos in docstrings.
23885         (archive-unflag, archive-unflag-backwards)
23886         (archive-unmark-all-files): "?\ " -> "?\s".
23888         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23889         (Buffer-menu-not-modified, Buffer-menu-execute)
23890         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23891         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23893         * composite.el (compose-string, encode-composition-rule)
23894         (compose-last-chars): Fix typos in docstrings.
23896         * desktop.el (desktop-enable, desktop-basefilename):
23897         Declare with `define-obsolete-variable-alias'.
23898         (desktop-internal-v2s): Don't quote keywords.
23899         (desktop-clear): "?\ " -> "?\s".
23901         * dired.el (dired-align-file, dired-flag-backup-files)
23902         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23903         (dired-listing-switches, dired-ls-F-marks-symlinks)
23904         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23905         (dired-directory, dired-faces, dired, dired-revert)
23906         (dired-mode, dired-summary, dired-view-file)
23907         (dired-copy-filename-as-kill, dired-delete-file)
23908         (dired-no-confirm, dired-unmark-all-marks)
23909         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23910         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23911         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23912         Fix typos in message strings.
23914         * dired-x.el (virtual-dired): Declare with `defalias'.
23915         (dired-mark-unmarked-files, dired-local-variables-file)
23916         (dired-omit-here-always): Doc fix.
23917         (dired-omit-mode, dired-find-subdir)
23918         (dired-enable-local-variables, dired-clean-up-buffers-too)
23919         (dired-extra-startup, dired-mark-extension, dired-jump)
23920         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23921         (dired-smart-shell-command, dired-guess-shell-alist-user)
23922         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23923         (dired-x-bind-find-file, dired-x-submit-report):
23924         Fix typos in docstrings.
23925         (dired-mark-unmarked-files): "?\ " -> "?\s".
23927         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23929         * faces.el (describe-face): "?\ " -> "?\s".
23930         (read-all-face-attributes, read-face-font, modify-face)
23931         (face-attr-construct, italic): Fix typos in docstrings.
23932         (frame-update-face-colors): Declare with
23933         `define-obsolete-function-alias'.
23935         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23936         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23937         (magic-mode-alist, buffer-file-numbers-unique)
23938         (write-file-functions, get-free-disk-space):
23939         Fix typos in docstrings.
23940         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23941         (write-contents-hooks, write-file-hooks):
23942         Declare with `define-obsolete-variable-alias'.
23944         * forms-d2.el (arch-rj): Fix typo in docstrings.
23945         (arch-tocol): Likewise.  "?\ " -> "?\s".
23947         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23948         Fix typo in docstring.
23949         (set-screen-width, set-screen-height): Delete redundant info in
23950         doctrings.
23951         (new-frame, screen-height, screen-width): Declare with
23952         `define-obsolete-function-alias'.
23953         (delete-frame-hook, blink-cursor): Declare with
23954         `define-obsolete-variable-alias'.
23956         * paths.el (prune-directory-list): Fix typos in docstring.
23958         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23959         (cvs-prefix-get): Fix typos in docstrings.
23961         * ps-print.el (ps-extend-face-list, ps-extend-face)
23962         (ps-print-background-image): Fix typos in docstrings.
23963         (ps-default-fg, ps-default-bg): Doc fixes.
23965         * s-region.el (s-region-bind): Doc fix.
23966         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23968         * textmodes/org.el (org-table-formula-substitute-names)
23969         (org-table-get-vertical-vector): Doc fixes.
23970         (org-table-recalculate): Remove unused argument to `message'.
23972 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23974         * textmodes/org.el (org-table-column-names)
23975         (org-table-column-name-regexp)
23976         (org-table-named-field-locations): New variables.
23977         (org-archive-subtree): Protect `this-command' when calling
23978         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23979         the kill buffer.
23980         (org-complete): Remove fixed-formula completion.
23981         (org-edit-formulas-map): New variable.
23982         (org-table-edit-formulas): New command.
23983         (org-finish-edit-formulas, org-abort-edit-formulas)
23984         (org-show-variable, org-table-get-vertical-vector): New functions.
23985         (org-table-maybe-eval-formula): Handle `:=' fields.
23986         (org-table-get-stored-formulas, org-table-store-formulas)
23987         (org-table-get-formula, org-table-modify-formulas)
23988         (org-table-replace-in-formulas): Handle named field formulas.
23989         (org-table-get-specials): Store locations of named fields.
23991 2005-07-19  Juri Linkov  <juri@jurta.org>
23993         * progmodes/grep.el (grep-regexp-alist)
23994         (grep-mode-font-lock-keywords, grep-process-setup):
23995         Use default GNU grep match color "01;31m" instead of "01;41m".
23996         (grep-regexp-alist, grep-mode-font-lock-keywords):
23997         Use `\\[[0-9]*m' instead of `\\[00m'.
23998         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23999         sgr_start where its handling is more important.  Use the real
24000         length of sgr_start instead of constant 8.
24001         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24002         specially.  Delete all remaining escape sequences.
24003         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24004         (grep-regexp-alist): Make hyperlink only for binary file name
24005         instead of the whole line.
24006         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24007         (grep-mode): Add autoload.
24009         * emacs-lisp/find-func.el (find-function-regexp):
24010         Add `define-compilation-mode'.
24012 2005-07-19  Juri Linkov  <juri@jurta.org>
24014         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24015         (compare-windows-sync-string-size, compare-windows-recenter)
24016         (compare-windows-highlight, compare-windows): Add version 22.1.
24017         (compare-windows) <defface>: Inherit from lazy-highlight instead
24018         of duplicating its default value.
24020         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24021         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24023         * descr-text.el (describe-char): Create link buttons for `charset'
24024         and `code point'.  Add the current input method name with a link
24025         button to `to input' field.  Print face names of display table
24026         characters in `The display table entry is displayed by' section
24027         instead of printing face-id in the `display' field.
24028         Guess hardcoded faces and create a link button for them.
24029         Skip empty fields when calculating max-width.
24030         Treat `widget-create' specially while inserting strings from the
24031         collected field list.
24032         (describe-char-after): Made obsolete in version 22.1, not 21.5.
24034         * diff-mode.el (diff-file-header): Change foreground color from
24035         yellow to green on light backgrounds.
24036         (diff-context): Inherit from `shadow' only for color/grayscale
24037         with more than 88 colors.
24038         (diff-indicator-removed, diff-indicator-added)
24039         (diff-indicator-changed): New faces.
24040         (diff-font-lock-keywords): Use new faces.  Regroup rules.
24041         Add "^---$" for `normal' diff format.  Fontify `#' lines with
24042         font-lock-comment-delimiter-face and font-lock-comment-face.
24043         Add `#' to ^[^...] in the rule for `diff-context-face'.
24045         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24046         a button-like box.  Inherit from `highlight' on low colors.
24047         (shadow): Use shades of gray only for color/grayscale with
24048         more than 88 colors.  Use green for light backgrounds with
24049         8 colors, and yellow for dark backgrounds with 8 colors.
24051         * font-lock.el (font-lock-regexp-grouping-backslash):
24052         Don't inherit from escape-glyph (use bold for all cases).
24054         * info.el (info-xref-visited): Use light foreground color `violet'
24055         for dark backgrounds instead of dark color `magenta3'.
24056         (info-title-1): Use `yellow' color for dark backgrounds.
24058         * isearch.el (isearch): Use not-too-dark magenta3 instead of
24059         too-light magenta2.
24061         * replace.el (match): Use slightly more light RoyalBlue3 instead
24062         of dark RoyalBlue4.
24064         * wid-edit.el (widget-inactive): Inherit from `shadow'.
24066 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
24068         * novice.el (disabled-command-hook): Declare it with
24069         `define-obsolete-variable-alias'.
24071         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24072         (desktop-buffer-misc-functions, desktop-buffer-handlers)
24073         (desktop-load-default): Add release to obsolescence info.
24074         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24075         (desktop-append-buffer-args, desktop-read):
24076         Fix typos in docstrings.
24077         (desktop-kill): Fix typo in message.
24078         (desktop-save): Doc fix.
24080 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24082         * viper-cmd.el (viper-escape-to-state): Bug fix.
24083         (viper-envelop-ESC-key): Change the definition of fast
24084         keysequence so it'll work with keyboard macros.
24086         * ediff.el (ediff-patch-buffer): Change the docstring.
24088 2005-07-19  Kenichi Handa  <handa@m17n.org>
24090         * international/mule-cmds.el (select-safe-coding-system): Try to
24091         use an auto-coding (if any) before anything else.  If the found
24092         auto-coding is invalid, show a warning message.
24094         * international/mule.el (find-auto-coding): New function created
24095         by modifying the body of set-auto-coding.
24096         (set-auto-coding): Use find-auto-coding to find a coding.
24098 2005-07-18  Richard M. Stallman  <rms@gnu.org>
24100         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24101         not isearch-mode-end-hook-error.
24102         (allout-before-change-protect): Fix error message.
24104 2005-07-18  Juri Linkov  <juri@jurta.org>
24106         * allout.el (allout-mode):
24107         * calculator.el (calculator-copy):
24108         * custom.el (custom-known-themes):
24109         * dired.el (dired-desktop-buffer-misc-data)
24110         (dired-restore-desktop-buffer):
24111         * dired-x.el (dired-omit-marker-char):
24112         * files.el (basic-save-buffer):
24113         * font-core.el (font-lock-mode):
24114         * calendar/calendar.el (calendar-goto-hebrew-date)
24115         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24116         (calendar-goto-persian-date):
24117         * language/ethio-util.el (ethio-sera-to-fidel-region):
24118         * textmodes/picture.el (picture-mode):
24119         Delete duplicate duplicate words.
24121 2005-07-18  Juri Linkov  <juri@jurta.org>
24123         * isearch.el (isearch-mode-map): Remove key bindings for regexp
24124         chars * ? } |.
24125         (isearch-fallback): Don't call `isearch-process-search-char'.
24126         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24127         (isearch-process-search-char): Call `isearch-fallback' for regexp
24128         chars * ? } |.
24129         (isearch-return-char): Make obsolete with `make-obsolete' instead
24130         of simply documenting it as obsolete in the docstring.
24131         (isearch-fallback): Refill docstring.
24133         * international/isearch-x.el
24134         (isearch-process-search-multibyte-characters): Remove unneeded
24135         `concat'.  Add intermediate values to `junk-hist' instead of
24136         `minibuffer-history'.  Test the length of `str'.
24138 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
24140         * allout.el (allout-resolve-xref): Fix typos in error strings.
24141         (allout-before-change-protect): Remove unneeded `concat'.
24143         * array.el (array-mode, array-reconfigure-rows)
24144         (untabify-backward): Fix typos in docstrings.
24145         (array-reconfigure-rows): Use `insert-buffer-substring', not
24146         `insert-buffer'.
24148         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24149         * progmodes/ada-mode.el (ada-make-body):
24150         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24152         * dired.el (dired-log):
24153         * tar-mode.el (tar-subfile-save-buffer):
24154         * play/zone.el (zone-pgm-stress-destress):
24155         Use `insert-buffer-substring', not `insert-buffer'.
24157 2005-07-17  Simon Josefsson  <jas@extundo.com>
24159         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24161 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
24163         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24164         Add plain auth method.
24165         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24167 2005-07-17  Kim F. Storm  <storm@cua.dk>
24169         * ido.el (dired-other-window): Add ido property.
24171 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
24173         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24174         Fix typo in docstring.
24175         (byte-compile-interactive-only-functions): Add `insert-buffer' and
24176         `insert-file-literally'.
24178         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24179         info and delete redundant message.  Doc fix.
24180         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24181         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24183 2005-07-16  Richard M. Stallman  <rms@gnu.org>
24185         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24186         (byte-compile-and): Use byte-compile-and-recursion.
24187         (byte-compile-or-recursion): New function.
24188         (byte-compile-or): Use that.
24189         (byte-compile-if): Guard the else-clause too.
24190         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24192         * isearch.el (isearch-mode-end-hook-quit): New variable.
24193         (isearch-done): Bind it.
24194         (isearch-mode-end-hook): Doc fix.
24196         * allout.el (allout-isearch-did-quit): Variable deleted.
24197         (allout-real-isearch-abort): Function name no longer used.
24198         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24199         (allout-isearch-rectification): isearch-mode always exists.
24200         Don't set allout-isearch-did-quit.
24201         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24202         allout-isearch-did-quit.
24203         (allout-enwrap-isearch): Just add the hook.
24204         (allout-isearch-abort): Function deleted.
24205         (allout-pre-command-business): Avoid warning.
24207         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24208         Correctly avoid warnings.
24209         (pascal-outline): Likewise.
24211         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24213         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24215         * play/tetris.el (tetris-mode): Avoid warning.
24217         * play/snake.el (snake-mode): Avoid warning.
24219         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24220         (gamegrid-set-display-table): Avoid warning.
24221         (gamegrid-set-timer): Likewise.
24222         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24223         (gamegrid-add-score-with-update-game-score-1): Take FILE
24224         as argument.
24225         (gamegrid-add-score-with-update-game-score): Pass that argument.
24226         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24228         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24230         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24231         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24233         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24234         and insert-file.
24236         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24237         (sc-ask): Avoid warnings.
24239         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24240         (eshell-hist-initialize): Use that var the natural way.
24242         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24244         * emacs-lisp/re-builder.el (reb-cook-regexp):
24245         Avoid warning calling lre-compile-string.
24246         (reb-color-display-p): Avoid warning.
24248         * calculator.el (calculator-last-input): Guard uses
24249         of event-key and key-press-event-p.
24250         (event-key, key-press-event-p): Delete definitions.
24252         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24253         (find-gc-source-directory, find-gc-subrs-callers)
24254         (find-gc-noreturn-list, find-gc-source-files)
24255         (find-gc-subrs-called): Vars renamed and defvar'd.
24257         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24258         (checkdoc-overlay-put, checkdoc-delete-overlay)
24259         (checkdoc-overlay-start, checkdoc-overlay-end)
24260         (checkdoc-mode-line-update, checkdoc-char=):
24261         Define such that compiler knows they are defined.
24262         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24263         (checkdoc-read-event): Delete.  Use read-event directly.
24265         * whitespace.el (whitespace-make-overlay)
24266         (whitespace-overlay-put, whitespace-delete-overlay)
24267         (whitespace-overlay-start, whitespace-overlay-end):
24268         Define such that compiler knows they are defined.
24269         (whitespace): Move conditional inside.
24271         * tempo.el (tempo-insert-template): Suppress warning.
24273         * ediff-diff.el (longlines-mode): Add defvar.
24275 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24277         * server.el: Bind "C-x #" in a way that works even if C-x is
24278         redefined to a command key, not a prefix key.
24280 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24282         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24283         cl-make-type-test till execution time.
24285 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24287         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24288         arg ARG and use it.
24290 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24292         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24294 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24296         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24297         a defcustom with two :set or :type keywords.
24299 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24301         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24302         Don't give ^M comment-end syntax.
24304 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24306         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24307         Don't consider gdbmi (gdb-mi.el has its own update functions).
24308         (gdb-var-delete): Make it work for gdbmi as well.
24309         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24311         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24312         (gud-speedbar-menu-items): Correct logic for enabling items.
24314 2005-07-15  Kim F. Storm  <storm@cua.dk>
24316         * ido.el: Fix commentary.
24317         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24318         Use with-no-warnings around ffap-guesser.
24319         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24320         Let bind minibuffer-completing-file-name to t.
24322 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24324         * startup.el (site-run-file, keyboard-type): Doc fixes.
24325         (command-line): Check for "--basic-display" argument; also for
24326         "--quick", not "--bare-bones" (which was renamed).
24327         (fancy-splash-text): Add missing item "Getting New Versions".
24328         (normal-splash-screen): Fix typos and improve consistency with
24329         `fancy-splash-text'.  Update copyright year.
24331         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24332         valid binding for `help-char'.
24334         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24336 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24338         * term.el (term-mode): Disable cua-mode for term buffers.
24340 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24342         * add-log.el (add-log-mailing-address, change-log-merge):
24343         Doc fixes.
24344         (change-log-get-method-definition): Fix typo in docstring.
24346 2005-07-14  Kim F. Storm  <storm@cua.dk>
24348         * emulation/cua-base.el:
24349         (cua--pre-command-handler-1, cua--pre-command-handler)
24350         (cua--post-command-handler-1, cua--post-command-handler):
24351         Split in two.  Check (buffer local) value of cua-mode.
24352         (cua-selection-mode): New command.
24354 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24356         * custom.el (custom-initialize-safe-set)
24357         (custom-initialize-safe-default): Doc fixes.
24359         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24360         and simplify :init-value again.
24362         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24363         and simplify :init-value again.  Delete autoload.
24365         * startup.el (command-line): Use `custom-reevaluate-setting' again
24366         for tooltip-mode.
24368         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24369         a defcustom with two :initialize keywords.
24371 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24373         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24374         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24375         (allout-post-command-business, allout-flag-region)
24376         (isearch-reenable-font-lock, allout-yank)
24377         (allout-insert-latex-header, allout-insert-latex-trailer)
24378         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24379         (allout-latex-verb-quote): Fix typos in docstrings.
24380         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24381         (allout-unprotected, allout-prefix-data):
24382         Improve argument/docstring consistency.
24383         (allout-chart-subtree): Fix argument spec.
24384         (allout-open-topic): Rename `use_sib_bullet' argument to
24385         `use-sib-bullet'.  Doc fix.
24387         * whitespace.el (whitespace-check-buffer-leading)
24388         (whitespace-check-buffer-trailing)
24389         (whitespace-check-buffer-indent)
24390         (whitespace-check-buffer-spacetab)
24391         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24392         (whitespace-check-leading-whitespace)
24393         (whitespace-check-trailing-whitespace)
24394         (whitespace-check-spacetab-whitespace)
24395         (whitespace-check-indent-whitespace)
24396         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24397         (whitespace-modes): Fix typos in docstrings.
24398         (defgroup, defcustom): Doc fixes.
24400         * winner.el (winner-mode, winner-boring-buffers)
24401         (winner-pending-undo-ring): Doc fixes.
24402         (winner-ring): Remove unneeded `progn'.
24403         (winner-equal): `defsubst' it.
24404         (winner-redo): Fix message.
24406 2005-07-13  Kim F. Storm  <storm@cua.dk>
24408         * simple.el (line-move-1): Always use vertical-motion to
24409         do the last (or only) line move to ensure some movement.
24410         Undo 2005-06-23 change--don't check for overlays.
24412 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24414         * term/mac-win.el (ccl-encode-mac-roman-font)
24415         (ccl-encode-mac-centraleurroman-font)
24416         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24417         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24418         Change charset-id boundary of dimension to ?\xef.
24419         (mac-char-fontspec-list): New constant.
24420         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24421         argument.  Nil uses itself as family in font-spec.  Previous
24422         behavior for nil is now provided by non-nil non-string argument.
24423         All callers changed.  Add font-specs for Mac fonts to
24424         "fontset-default" unless iso8859-1 fonts are installed.
24426 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24428         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24429         a continuation line if the \ is preceded by SPC or TAB.
24430         (sh-get-indent-info): Simplify.
24431         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24432         Use with-current-buffer.
24434         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24435         when the matched text is empty.
24437 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24439         * startup.el (command-line): Revert to previous handling of
24440         tooltip-mode.  Explain in comment why the complexity is needed.
24442         * tooltip.el (tooltip-mode): Revert to previous implementation of
24443         its defcustom.
24445         * frame.el (blink-cursor-mode): Revert to previous implementation
24446         of its defcustom.  Update comment.
24448 2005-07-12  Lars Hansen  <larsh@soem.dk>
24450         * desktop.el: Update e-mail address.
24452 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24454         * term/mac-win.el (mac-services-mail-selection)
24455         (mac-services-mail-to): New functions.
24456         (mac-application-menu-map): Bind them.
24458 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24460         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24462 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24464         * custom.el (custom-reevaluate-setting): Doc fix.
24466 2005-07-11  Jay Belanger  <belanger@truman.edu>
24468         * calc/calc.el (calc-embedded-announce-formula-alist)
24469         (calc-embedded-open-close-plain-alist)
24470         (calc-embedded-open-close-mode-alist): Add checks for additional
24471         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24473 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24475         * custom.el (custom-enable-theme): Don't add theme to
24476         `custom-enabled-themes' with `push' because there is no
24477         setf-method for `delq'.
24479 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24481         * custom.el (custom-declare-variable): Doc fix.
24483         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24484         from the alists.
24486         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24487         Do nothing if edebug-active.
24489         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24490         (edebug-display): Do it here instead.
24492 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24494         * cus-face.el (custom-theme-set-faces): Make it work.
24495         (custom-reset-faces): Doc fix.
24496         (custom-theme-reset-internal-face, custom-theme-face-value):
24497         Functions deleted.
24499         * custom.el (custom-push-theme): Maintain list of the settings
24500         of a given theme in its theme-settings property.
24501         Maintain position of old settings in the theme-value
24502         or theme-face property.
24503         (custom-enabled-themes): New variable.
24504         (custom-theme-enabled-p): New function.
24505         (provide-theme): Update custom-enabled-themes.
24506         Disable and reenable the `user' theme.
24507         (require-theme): Doc fix.
24508         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24509         (custom-theme-value, custom-theme-variable-value): Likewise.
24510         (custom-theme-reset-internal): Likewise.
24511         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24512         (custom-enable-theme, custom-disable-theme): New functions.
24513         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24514         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24515         (custom-theme-reset-variables): Simplify.
24516         (deftheme, custom-declare-theme, custom-make-theme-feature):
24517         Definitions moved.
24519 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24521         * longlines.el (longlines-show-region)
24522         (longlines-unshow-hard-newlines): Recognize hard newlines by
24523         non-nil hard property, instead of t.
24525 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24527         * viper-cmd.el (viper--key-maps): New variable.
24528         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24529         emulation-mode-map-alists.
24530         (viper-envelop-ESC-key): Use viper-subseq.
24531         (viper-search-forward/backward/next): Disable debug-on-error.
24533         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24534         (viper-ESC-key): New defcustoms.
24536         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24538         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24539         (viper-subseq): Copy of subseq from cl.el.
24541         * viper.el (viper-go-away, viper-set-hooks): Use
24542         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24544         * viper-mous.el (viper-current-frame-saved): Use defvar.
24546         * viper-init.el: Get rid of -face in face names.
24548         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24549         Make it work with longlines mode
24551         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24553         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24555         * ediff-init.el: Get rid of -face in face names.
24557 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24559         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24560         and with-timeout-unsuspend.
24562         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24563         and with-timeout-unsuspend.
24565         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24566         (with-timeout): Bind that variable to record timers.
24567         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24569         * emacs-lisp/debug.el (debug-help-follow): New function.
24570         (debugger-mode-map): Use that instead of help-follow.
24571         (debugger-setup-buffer): Use eval-buffer-list
24572         to handle eval-buffer frames.
24574 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24576         * timezone.el (timezone-parse-date): Change first regexp
24577         so it will not mistakenly match dates with no time zone.
24579 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24581         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24583 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24585         * custom.el (custom-initialize-safe-set)
24586         (custom-initialize-safe-default): New functions.
24588         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24589         and simplify :init-value.
24591         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24592         and simplify :init-value.  Delete obsolete comment.
24594         * startup.el (command-line): Use `custom-reevaluate-setting' to
24595         handle `tooltip-mode'.  Delete obsolete comment.
24597         * files.el (set-visited-file-name): Avoid calling
24598         `file-name-nondirectory' with a nil argument.
24600 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24602         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24603         was called with nil for the buffer, handle the read position right.
24604         Handle read position for eval-region, too.
24606 2005-07-09  Juri Linkov  <juri@jurta.org>
24608         * fringe.el (fringe-mode): Add period in docstring.
24609         (fringe-query-style): Build prompt depending on `all-frames' arg.
24611         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24612         to not create links to unrelated functions in the Help buffer.
24614         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24615         Doc fix.
24617         * simple.el (next-error-hook): New variable.
24618         (next-error): Use it.  Doc fix.
24620         * textmodes/ispell.el (ispell-command-loop): Add current
24621         dictionary name and program name to mode-line-format.
24622         (ispell-region, ispell-process-line): Add current dictionary name
24623         and program name to messages.
24625 2005-07-08  Jay Belanger  <belanger@truman.edu>
24627         * calc/calc.el (calc-embedded-announce-formula-alist)
24628         (calc-embedded-open-close-formula-alist)
24629         (calc-embedded-open-close-word-alist)
24630         (calc-embedded-open-close-plain-alist)
24631         (calc-embedded-open-close-new-formula-alist)
24632         (calc-embedded-open-close-mode-alist)
24633         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24634         (calc-embedded-mode-hook): New variables.
24636         * calc/calc-embed.el (calc-embedded-firsttime)
24637         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24638         New variables.
24639         (calc-do-embedded): Use calc-embedded-firsttime,
24640         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24641         determine whether or not to run hooks.
24642         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24643         calc-embedded-firsttime-formula appropriately.
24644         Set calc-embedded delimiter variables according to mode.
24646 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24648         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24649         Check for "emacs", etc., as entire symbol, not just as word.
24650         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24652         * files.el (set-visited-file-name): Report the error
24653         for "empty filename" earlier.
24654         (kill-some-buffers): Ignore buffers already dead.
24656         * fringe.el (fringe-mode): Doc fix.
24658         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24659         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24660         Use unwind-protect to ensure byte-compile-unresolved-functions
24661         is updated.
24663         * whitespace.el (whitespace-buffer-leading-cleanup):
24664         Simplify w/ skip-chars-forward.
24665         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24667         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24668         Unconditionally try to leave point at the same old place.
24670 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24672         * comint.el (comint-postoutput-scroll-to-bottom)
24673         (comint-show-maximum-output): Take scroll-margin into consideration.
24675 2005-07-08  Kim F. Storm  <storm@cua.dk>
24677         * ido.el (ido-use-filename-at-point): New choice `guess'.
24678         (ido-file-internal): Try ffap-guesser if selected.
24680         * ido.el (ido-before-fallback-functions): New hook.
24681         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24682         (ido-read-file-name): Run it.
24684 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24686         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24687         strings rather than a list of symbols to the completion function.
24689 2005-07-07  Jay Belanger  <belanger@truman.edu>
24691         * calc/calc-units.el (math-apply-units): Change the places in
24692         which units are simplified.
24694 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24696         * cus-edit.el (customize-option, customize-option-other-window):
24697         Make them handle aliases.
24699         * custom.el (custom-variable-p): Make it recursively follow
24700         aliases.  Mention that in the docstring.
24702 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24704         * cus-start.el (exec-path): Use `directory' instead of `file'.
24705         Fix tag for nil.
24707 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24709         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24710         when called non-interactively.  Doc fix.
24712 2005-07-07  Lute Kamstra  <lute@gnu.org>
24714         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24715         new address as well.
24717 2005-07-07  Kenichi Handa  <handa@m17n.org>
24719         * international/mule.el (make-coding-system):
24720         Describe `ascii-incompatible' property in the docstring.
24721         (set-file-name-coding-system): Signal an error if coding-system is
24722         ascii-incompatible.
24723         (set-keyboard-coding-system): Likewise.
24725         * international/mule-cmds.el (set-default-coding-systems):
24726         Don't set default-file-name-coding-system and
24727         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24729         * international/utf-16.el: Declare that all UTF-16-based coding
24730         systems are ASCII-incompatible.
24732 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24734         * progmodes/gud.el: Require font-lock for displaying errors.
24735         Used by gdb-ui.el.
24737 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24739         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24740         values for the pattern lists which are `read'able but not
24741         `append'able (like symbols).
24743 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24745         * progmodes/flymake.el (flymake-float-time): Instead of
24746         with-no-warnings, test for XEmacs.
24747         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24748         to avoid warning.
24750 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24752         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24754 2005-07-05  Lute Kamstra  <lute@gnu.org>
24756         * battery.el: Add support for Darwin (with much debugging help
24757         from Samuel Lauber <sam124@operamail.com>).
24758         (battery-status-function, battery-echo-area-format)
24759         (battery-mode-line-format): Add support for pmset on Darwin.
24760         (battery-load-low, battery-load-critical): New user options.
24761         (battery-pmset): New function.
24763 2005-07-05  Lute Kamstra  <lute@gnu.org>
24765         Update FSF's address in GPL notices.
24767         * textmodes/page-ext.el: Update FSF's address.
24769 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24771         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24772         filling from using prefix when filling a single-line docstring.
24774         * progmodes/flymake.el: Remove useless eval-when-compile.
24776         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24778 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24780         * textmodes/org.el (org-file-apps-defaults-gnu):
24781         Rename from org-file-apps-defaults-linux.
24782         (org-default-apps): Don't test system-type for `linux'.
24783         (org-file-apps): Doc fix.
24785 2005-07-04  David Ponce  <david@dponce.com>
24787         * tree-widget.el: Improve header Commentary section.
24788         (tree-widget) [defgroup]
24789         (tree-widget-image-enable, tree-widget-themes-directory)
24790         (tree-widget-theme, tree-widget-image-properties-emacs)
24791         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24792         (tree-widget-image-formats, tree-widget-control)
24793         (tree-widget-empty-control, tree-widget-leaf-control
24794         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24795         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24796         (tree-widget-keep, tree-widget-after-toggle-functions)
24797         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24798         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24799         :help-echo message.
24800         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24801         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24802         (tree-widget--cursors): New constant.
24803         (tree-widget-lookup-image): New function split from
24804         `tree-widget-find-image'.  Clearer implementation.
24805         (tree-widget-find-image): Use it.
24806         (tree-widget-button-keymap): Use `set-keymap-parent'.
24807         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24808         Define the sub-widgets here.
24809         (tree-widget-node): Check that :node is not a tree-widget.
24810         (tree-widget-get-super, tree-widget-open-control)
24811         (tree-widget-close-control, tree-widget-empty-control)
24812         (tree-widget-leaf-control, tree-widget-guide)
24813         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24814         (tree-widget-no-handle, tree-widget-value-delete)
24815         (tree-widget-map): Remove.
24816         (tree-widget-children-value-save): Doc fix.  Simplified.
24817         (tree-widget-value-create): Update according to previous changes.
24819 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24821         * textmodes/org.el: Leading space replaced by TABS.
24822         (org-recalc-marks, org-table-rotate-recalc-marks)
24823         (org-table-get-specials): Treat "^" and "_" marks.
24824         (org-table-justify-field-maybe): Optional argument NEW.
24825         (org-table-eval-formula): Parsing of the format simplified.
24826         New modes C,I.  Honor the %= parameter in the current table.
24827         Avoid unnecessary re-align by using the NEW argument to
24828         `org-table-justify-field-maybe'.
24829         (org-calc-default-modes): Default for date-format mimicks org-mode.
24830         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24832 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24834         * cus-face.el (custom-theme-set-faces): Make it handle face
24835         aliases whose alias declarations are pre- or autoloaded.
24837 2005-07-04  Juri Linkov  <juri@jurta.org>
24839         * faces.el (read-face-name): Put the code for getting a face name
24840         from the buffer before adding the faces from the `face' property.
24841         Use `completing-read-multiple' instead of `completing-read'.
24842         Require `crm'.  Add default value and post-process the returned
24843         list of faces.
24845         * emacs-lisp/crm.el (crm-find-current-element)
24846         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24848         * emacs-lisp/lisp-mode.el (eval-defun-1):
24849         * emacs-lisp/edebug.el (edebug-eval-defun):
24850         Remove unnecessary quotes.
24852 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24854         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24855         (prolog-indent-level): Fix typo in docstring.
24857         * info.el (Info-history, Info-history-forward)
24858         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24860         * add-log.el (add-change-log-entry):
24861         * comint.el (comint-dynamic-list-input-ring)
24862         (comint-dynamic-list-completions):
24863         * dabbrev.el (dabbrev-expand):
24864         * delim-col.el (delimit-columns-rectangle-line):
24865         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24866         (diff-unified->context):
24867         * ediff-init.el (ediff-abbrev-jobname):
24868         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24869         (ediff-replace-session-activity-marker-in-meta-buffer):
24870         * info.el (Info-summary):
24871         * lpr.el (printify-region):
24872         * printing.el (pr-create-interface):
24873         * ps-print.el (ps-print-quote):
24874         * ses.el (ses-column-widths, ses-print-cell)
24875         (ses-adjust-print-width, ses-center):
24876         * shell.el (shell-file-name-quote-list):
24877         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24878         (strokes-fill-current-buffer-with-whitespace)
24879         (strokes-xpm-for-stroke, strokes-list-strokes)
24880         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24881         * term.el (term-dynamic-list-input-ring)
24882         (term-dynamic-list-completions):
24883         * calc/calc.el (math-format-stack-value):
24884         * emacs-lisp/edebug.el (edebug-display-freq-count):
24885         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24886         (delphi-new-comment-line):
24887         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24888         * progmodes/executable.el (executable-set-magic):
24889         * progmodes/python.el (inferior-python-mode):
24890         * progmodes/scheme.el (scheme-mode-syntax-table):
24891         * progmodes/sh-script.el (sh-maybe-here-document):
24892         * progmodes/sql.el (sql-copy-column):
24893         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24894         * textmodes/bibtex.el (bibtex-mode):
24895         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24896         (sgml-auto-attributes):
24897         * textmodes/table.el (table-insert, table-shorten-cell)
24898         (table--generate-source-scan-lines, table-delete-row)
24899         (*table--cell-delete-char, table--spacify-frame)
24900         (table--horizontally-shift-above-and-below)
24901         (table--cell-insert-char, table--cell-blank-str)
24902         (table--fill-region-strictly):
24903         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24904         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24906         * add-log.el (change-log):
24907         * apropos.el (apropos):
24908         * comint.el (comint-completion, comint-source):
24909         * dabbrev.el (dabbrev):
24910         * delim-col.el (columns):
24911         * diff-mode.el (diff-mode):
24912         * ediff.el (ediff):
24913         * ediff-diff.el (ediff-diff):
24914         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24915         * ediff-mult.el (ediff-mult):
24916         * ediff-ptch.el (ediff-ptch):
24917         * ediff-wind.el (ediff-window):
24918         * facemenu.el (facemenu):
24919         * indent.el (indent):
24920         * info.el (info):
24921         * jka-cmpr-hook.el (compression, jka-compr):
24922         * lpr.el (lpr):
24923         * outline.el (outlines):
24924         * pcmpl-cvs.el (pcmpl-cvs):
24925         * pcmpl-rpm.el (pcmpl-rpm):
24926         * printing.el (printing):
24927         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24928         (ps-print-vertical, ps-print-headers, ps-print-font)
24929         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24930         (ps-print-background, ps-print-printer, ps-print-page)
24931         (ps-print-miscellany):
24932         * ses.el (ses):
24933         * shell.el (shell, shell-directories, shell-faces):
24934         * startup.el (initialization):
24935         * strokes.el (strokes):
24936         * term.el (term):
24937         * uniquify.el (uniquify):
24938         * w32-vars.el (w32):
24939         * calc/calc.el (calc):
24940         * emacs-lisp/bytecomp.el (bytecomp):
24941         * emacs-lisp/cl-indent.el (lisp-indent):
24942         * emacs-lisp/edebug.el (edebug):
24943         * emacs-lisp/elp.el (elp):
24944         * emacs-lisp/testcover.el (testcover):
24945         * emacs-lisp/trace.el (trace):
24946         * emulation/viper-ex.el (viper-ex):
24947         * emulation/viper-mous.el (viper-mouse):
24948         * mail/mailalias.el (mailalias):
24949         * mail/supercite.el (supercite, supercite-frames)
24950         (supercite-attr, supercite-cite, supercite-hooks):
24951         * net/rcompile.el (remote-compile):
24952         * net/rlogin.el (rlogin):
24953         * obsolete/ooutline.el (outlines):
24954         * progmodes/delphi.el (delphi):
24955         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24956         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24957         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24958         (ebnf-optimization):
24959         * progmodes/etags.el (etags):
24960         * progmodes/executable.el (executable):
24961         * progmodes/idlwave.el (idlwave):
24962         * progmodes/pascal.el (pascal):
24963         * progmodes/prolog.el (prolog):
24964         * progmodes/python.el (python):
24965         * progmodes/scheme.el (scheme):
24966         * progmodes/sh-script.el (sh, sh-script):
24967         * progmodes/sql.el (SQL):
24968         * progmodes/tcl.el (tcl):
24969         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24970         * textmodes/enriched.el (enriched):
24971         * textmodes/makeinfo.el (makeinfo):
24972         * textmodes/sgml-mode.el (sgml):
24973         * textmodes/table.el (table-hooks):
24974         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24975         * textmodes/texinfo.el (texinfo):
24976         * textmodes/two-column.el (two-column):
24977         Finish `defgroup' description with period.
24979         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24980         * eshell/esh-var.el (eshell-var):
24981         * progmodes/vhdl-mode.el (vhdl-testbench):
24982         * textmodes/org.el (org): Fix typos in docstrings.
24984         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24985         consistency.
24987         * progmodes/flymake.el (flymake-find-file): Remove.
24988         (flymake-float-time): Use `with-no-warnings'.
24989         (flymake-check-start-time, flymake-check-was-interrupted)
24990         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24991         (flymake-new-err-info): `defvar' at compile time.
24993 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24995         * replace.el (occur-hook): Doc fix.
24996         (occur-1): Don't call `occur-hook' if there are no matches.
24998 2005-07-03  Richard M. Stallman  <rms@gnu.org>
25000         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25001         global-map, save the same map.
25002         (global-map): Don't alter it at top level.
25003         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25004         Then alter it here instead.
25005         (tpu-edt-off): Set global-map to the saved one.
25007         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25008         All references simplified.
25009         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
25010         (zmacs-regions): Add defvar.
25011         (repeat-complex-command-map): Everything about that deleted.
25013         * textmodes/artist.el (artist-key-is-drawing)
25014         (artist-key-endpoint1, artist-key-poly-point-list)
25015         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25016         (artist-key-compl-table, artist-rb-save-data)
25017         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25018         Don't put them in eval-when-compile.
25019         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25021         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25022         Use with-no-warnings.
25024         * net/browse-url.el (dos-windows-version): Add defvar.
25026         * mail/supercite.el (filladapt-prefix-table): Add defvar.
25028         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25029         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25030         (rmail-new-summary-line-count): Rename from new-summary-line-count.
25031         Add defvar.
25032         (rmail-summary-beginning-of-message): Use with-no-warnings.
25033         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25035         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25036         Use with-no-warnings.
25038         * emulation/vi.el (vi-mark-region): Use c-mark-function.
25039         (c-mark-function): Add point-moving-unit property.
25040         (vi-goto-line): Use with-no-warnings.
25042         * emulation/edt.el (edt-last-copied-word): Add defvar.
25043         (zmacs-region-stays): Likewise.
25044         (edt-mark-section-wisely): Use c-mark-function for C.
25045         Use makr-defun for Fortran.
25046         (time-string): defvar deleted.
25047         (edt-display-the-time): Don't set time-string.
25049         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25051         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25052         Don't warn when name is not constant
25053         or for defining the group `emacs'.
25055         * tooltip.el (gud-tooltip-mode): Add defvar.
25057         * startup.el (default-frame-background-mode): Add defvar.
25059         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25061         * info.el (tool-bar-map): Add defvar.
25063         * dired.el (dnd-protocol-alist): Add defvar.
25065         * dired-aux.el (dired-query): Display question with answer, when
25066         the user answers.
25068         * custom.el (custom-add-option): Doc fix.
25070         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25072 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
25074         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25075         bogus name from the last change.
25077 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
25079         * custom.el (custom-declare-variable): Fix typos in comment.
25080         (custom-known-themes): Doc fix.
25081         (custom-theme-directory): New defcustom.
25082         (require-theme): Make it check `custom-theme-directory'.
25084         * cus-theme.el (custom-new-theme-mode): New function.
25085         (custom-theme-name, custom-theme-variables, custom-theme-faces)
25086         (custom-theme-description): Add compiler defvars.
25087         (customize-create-theme): Add doc to the "*New Custom Theme*"
25088         buffer.  Use `custom-new-theme-mode'.
25089         (custom-theme-write): Put the created buffer in emacs-lisp-mode
25090         and save it to the `custom-theme-directory'.  Make this the
25091         default directory of the buffer.
25093 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
25095         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25096         Fix unbalanced parentheses.
25098 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25100         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25101         into flymake-mode and delegate to flymake-mode.
25103         * find-file.el (ff-which-function-are-we-in): Clean up.
25105 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
25107         * replace.el (occur-rename-buffer): Fix docstring.
25109         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25110         (edt-last-copied-word, edt-learn-macro-count)
25111         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25112         (edt-rect-start-point, edt-user-global-map, rect-start-point)
25113         (time-string, zmacs-region-stays):
25114         * emulation/edt-mapper.el (edt-save-function-key-map)
25115         (EDT-key-name): `defvar' to silence the byte-compiler.
25117 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
25119         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25120         font-lock-regexp-backslash.  Doc fix.
25121         (font-lock-regexp-backslash-grouping-construct): Rename from
25122         font-lock-regexp-backslash-construct.  Doc fix.
25123         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25124         grouping constructs.
25126 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
25128         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25129         updating all the prerequisites.
25131 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
25133         * textmodes/org.el (org-agenda-start-on-weekday)
25134         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25135         (org-agenda-use-time-grid, org-archive-location)
25136         (org-allow-space-in-links, org-usenet-links-prefer-google)
25137         (org-enable-table-editor, org-export-default-language)
25138         (org-export-html-show-new-buffer, org-fill-paragraph)
25139         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25140         (org-goto-quit, org-occur, org-eval-in-calendar)
25141         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25142         (org-agenda-diary-entry, org-remember-help)
25143         (org-table-convert-region, org-at-table-p)
25144         (org-table-move-row-down, org-table-move-row-up)
25145         (org-table-copy-region, org-table-toggle-vline-visibility)
25146         (org-table-get-stored-formulas, org-table-get-specials)
25147         (org-recalc-commands, org-table-eval-formula)
25148         (org-table-formula-substitute-names, orgtbl-make-binding)
25149         (org-format-org-table-html, org-format-table-table-html)
25150         (org-format-table-table-html-using-table-generate-source)
25151         (org-customize): Fix typos in docstrings.
25152         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25153         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25154         (org-back-to-heading): Doc fixes.
25155         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25156         (org-agenda-change-all-lines, org-get-header):
25157         Improve argument/docstring consistency.
25158         (orgtbl-error): Fix error message.
25160         * progmodes/flymake.el (flymake-find-possible-master-files)
25161         (flymake-master-file-compare, flymake-get-line-err-count)
25162         (flymake-highlight-line, flymake-gui-warnings-enabled):
25163         Fix typos in docstrings.
25164         (flymake-parse-line, flymake-get-project-include-dirs-function)
25165         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25166         Doc fixes.
25167         (flymake-get-project-include-dirs-function)
25168         (flymake-make-err-menu-data):
25169         Improve argument/docstring consistency.
25171 2005-07-01  Lute Kamstra  <lute@gnu.org>
25173         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25174         Catch errors with ignore-errors.  Use temporary buffer.
25175         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
25177         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25178         background color faces.
25179         (facemenu-set-foreground, facemenu-set-background):
25180         Use facemenu-set-face-from-menu.
25181         (facemenu-set-face-from-menu): Treat face names that start with
25182         "fg:" or "bg:" as special.
25183         (facemenu-add-new-color): Don't create faces.  Simplify.
25185 2005-06-30  Richard M. Stallman  <rms@gnu.org>
25187         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25188         (crm-find-current-element): Likewise.
25190 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25192         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25194 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25196         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25197         (archive-mouse-extract): Make it an obsolete alias.
25198         (archive-mode-map): Don't use archive-mouse-extract any more.
25199         (archive-mode, archive-extract): write-contents-hooks ->
25200         write-contents-functions.
25201         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25202         first arg.
25203         (archive-rename-entry): Update the call.
25204         (archive-zip-summarize): Remove unused var `method'.
25205         (archive-lzh-summarize): Remove unused var `creator'.
25207         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25208         dedicated frame upon exit.
25210         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25211         (archive-zip-extract, archive-zip-expunge)
25212         (archive-zip-update, archive-zip-update-case): Use executable-find.
25213         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25214         Use restore-buffer-modified-p.
25215         (archive-extract, archive-add-new-member, archive-write-file-member):
25216         Use with-current-buffer.
25217         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25219 2005-06-30  Andreas Schwab  <schwab@suse.de>
25221         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25223 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25225         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25227 2005-06-30  Juri Linkov  <juri@jurta.org>
25229         * faces.el (vertical-border): Inherit from mode-line-inactive
25230         only on tty.
25232 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25234         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25235         example, -NLINES in the `occur' docstring).
25237         * replace.el (occur-1): When no matches are found, do not set the
25238         `buffer-read-only' and modified flags for the occur buffer,
25239         because it is deleted.
25241         * emulation/cua-base.el (cua-check-pending-input)
25242         (cua-repeat-replace-region, cua-mode, cua-debug)
25243         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25244         Fix typos in docstrings.
25246         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25247         (cua-cut-region-to-global-mark)
25248         (cua--cut-rectangle-to-global-mark):
25249         Remove period from end of messages.
25251         * emulation/cua-rect.el (cua-do-rectangle-padding):
25252         Remove period from end of messages.
25253         (cua--rectangle-seq-format): Fix typo in docstring.
25254         (cua-sequence-rectangle, cua-fill-char-rectangle):
25255         Improve argument/docstring consistency.
25257 2005-06-29  Juri Linkov  <juri@jurta.org>
25259         * faces.el (default-frame-background-mode): New internal variable.
25260         (frame-set-background-mode): Use it.
25262         * startup.el (normal-top-level): Set default-frame-background-mode
25263         instead of frame-background-mode.  Before setting it, test for its
25264         nil value.  Remove tests for frame-background-mode and frame
25265         parameter `reverse'.  Add test for "unspecified-fg".
25267         * term/xterm.el (xterm-rxvt-set-background-mode):
25268         * term/rxvt.el (rxvt-set-background-mode):
25269         Set default-frame-background-mode instead of frame-background-mode.
25271 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25273         * simple.el (set-variable): Warn about obsolete user variables.
25275         * imenu.el (imenu--completion-buffer):
25276         * mouse.el (mouse-buffer-menu-alist):
25277         * msb.el (msb-invisible-buffer-p):
25278         * calendar/diary-lib.el (diary-header-line-format):
25279         * emacs-lisp/pp.el (pp-buffer):
25280         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25281         * textmodes/picture.el (picture-replace-match):
25282         Change space constants followed by a sexp to "?\s ".
25284         * play/decipher.el (decipher-loop-with-breaks):
25285         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25286         constants "protected" from end of line by a comment to "?\s".
25288 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25290         * font-lock.el (save-buffer-state): Use `declare'.
25292         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25293         reset the syntax-table to cperl-mode-syntax-table.
25294         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25295         "foo_print_bar" is not matched as a reserved keyword.
25297 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25299         * textmodes/org.el (orgtbl-setup): New function, for delayed
25300         setup for the orgtbl commands.
25301         (org-calc-default-modes): New option.
25302         (orgtbl-make-binding): Use `defun' to get better help display.
25303         (org-diary): Call `org-compile-prefix-format'.
25304         (org-table-formula-substitute-names): New function.
25305         (org-agenda-day-view, org-agenda-week-view): New commands.
25306         (org-agenda-toggle-week-view): Command removed.
25307         (org-tbl-menu): Split off from org-org-menu.
25308         (org-mode): Move removal of outline-mode menus to here.
25309         (org-table-formula-debug): New option.
25310         (org-table-insert-row): Keep first field if just "#" or "*".
25311         (org-mode): Paragraph regexps fixed.
25312         (org-table-recalculate-regexp): New constant.
25313         (org-table-justify-field-maybe): Avoid replace if not necessary.
25314         (org-copy-special, org-cut-special): Use `call-interactively'.
25315         (org-table-copy-region): Take region from `interactive' call.
25316         (org-trim): Return string even if no match.
25317         (org-formula): New face.
25318         (org-set-font-lock-defaults): No longer highlight "FIXME".
25319         But highlight formula-related fields in table.
25320         (org-table-p): Use regexp, not fontification.
25321         (org-table-align): Handle white space at end of line.
25322         (org-table-formula-evaluate-inline): New option.
25323         (org-mode): Auto-wrapping in comment lines turned off.
25324         (org-table-copy-down): Evaluate only in copied field, not in
25325         destination.
25326         (org-table-current-formula): Variable removed.
25327         (org-table-store-formulas, org-table-get-stored-formulas)
25328         (org-table-modify-formulas, org-table-replace-in-formulas)
25329         (org-table-maybe-eval-formula): New functions.
25330         (org-table-get-formula): Modify to use stored formulas.
25331         (org-table-insert-column, org-table-delete-column)
25332         (org-table-move-column): Call `org-table-modify-formulas'.
25333         (org-complete): Add completion for keyword formulas.
25334         (orgtbl-mode): Pull orgtbl-mode-map to start of
25335         minor-mode-map-alist.
25337 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25339         * progmodes/python.el (python-check): Require `compile' before
25340         modifying its variables.
25342         * newcomment.el (comment-indent-default): Don't get fooled by an early
25343         end of buffer.
25345 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25347         * ps-print.el (ps-print-version): Fix version number.
25349 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25351         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25353 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25355         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25356         (flyspell-local-mouse-map): Declaration deleted.
25357         (flyspell-mouse-map): Bind only mouse-2.
25358         (flyspell-mode-map): Don't test flyspell-use-local-map.
25359         (flyspell-overlay-keymap-property-name): Var deleted.
25360         (flyspell-mode-on): Don't make local bindings for
25361         flyspell-mouse-map and flyspell-mode-map.
25362         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25364         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25366         * progmodes/compile.el (compilation-next-error-function):
25367         Don't switch buffers; operate on the current buffer.
25369         * progmodes/compile.el (compilation-error-file-name)
25370         (compilation-warning-file-name, compilation-info-file-name)
25371         (compilation-line-number, compilation-column-number): New faces.
25372         (compilation-error-face, compilation-warning-face)
25373         (compilation-info-face, compilation-line-face)
25374         (compilation-column-face): Use them.
25376         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25378         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25380         * bindings.el (global-map): Bind insertchar and its variants.
25382 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25384         * textmodes/artist.el (artist-text-overwrite)
25385         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25387 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25389         * ps-print.el: It was not working the page selection for printing.
25390         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25391         (ps-print-version): New version 6.6.7.
25392         (ps-end-sheet): New fun.
25393         (ps-header-sheet, ps-end-job): Call it.
25395 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25397         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25399 2005-06-27  Lute Kamstra  <lute@gnu.org>
25401         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25402         background color faces.
25403         (facemenu-get-face): Delete function.
25404         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25405         (facemenu-add-new-color): Make second argument mandatory.
25406         Create the appropriate face and return it.  Simplify.
25407         (facemenu-set-foreground, facemenu-set-background): Don't check if
25408         color is defined.  Use return value of facemenu-add-new-color.
25410 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25412         * progmodes/gud.el (gud-filter): Add missing argument to
25413         with-selected-window.
25415 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25417         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25418         a :require to the defcustom.
25420         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25421         defcustoms corresponding to minor modes.
25423 2005-06-26  David Ponce  <david@dponce.com>
25425         * recentf.el: Require tree-widget instead of wid-edit.
25426         (recentf-filename-handler): Fix widget :type.
25427         (recentf-cancel-dialog, recentf-open-more-files)
25428         (recentf-open-files-action): Doc fix.
25429         (recentf-dialog-goto-first): New function.
25430         (recentf-dialog-mode-map): Set parent keymap first.
25431         (recentf-dialog-mode): Define with define-derived-mode.
25432         Don't display continuation lines in dialogs.
25433         (recentf-edit-list): Rename from recentf-edit-selected-items.
25434         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25435         Simplify.
25436         (recentf-edit-list-validate): New function.
25437         (recentf-edit-list): Update accordingly.
25438         (recentf-open-files-item-shift): Remove.
25439         (recentf-open-files-item): Convert menu elements into tree and
25440         link widgets.  Don't create the widgets.
25441         (recentf-open-files): Update accordingly.
25442         (recentf-save-list): Untabify.
25444 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25446         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25447         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25448         partially contained in the active region.  Do not take active
25449         region into account when called from Lisp, unless INTERACTIVE arg
25450         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25451         avoid trouble with fields.  Make marker point nowhere when no
25452         longer used.  Always return nil.  Doc fix.
25453         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25454         into account when called from Lisp, unless INTERACTIVE arg is
25455         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25456         avoid trouble with fields.  Make marker point nowhere when no
25457         longer used.  Always return nil.  Doc fix.
25458         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25459         interchangeable.  Do not take active region into account when
25460         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25461         message in echo area when called from Lisp, unless INTERACTIVE arg
25462         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25463         Return the number of matches.  Doc fix.
25464         (occur): Doc fix.
25465         (perform-replace): Make comment follow double space convention for
25466         the sake of `outline-minor-mode'.
25468         * faces.el (facep): Doc fix.
25470 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25472         * facemenu.el (facemenu-enable-faces-p): New function.
25473         (facemenu-background-menu, facemenu-foreground-menu)
25474         (facemenu-face-menu): Add menu-enable property.
25476         * jka-compr.el (jka-compr-insert-file-contents):
25477         Special handling if cannot find the uncompression program.
25479         * cus-face.el (custom-face-attributes): Add autoload.
25481         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25482         Bind comment-indent-function locally.
25484         * window.el (save-selected-window): Use save-current-buffer.
25486         * subr.el (with-selected-window): Use save-current-buffer.
25488         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25489         and with-current-buffer.
25491 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25493         * simple.el (line-move-1): Fix previous change.
25495 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25497         * replace.el (occur-1): Set `buffer-read-only' and the
25498         buffer-modified flag before running `occur-hook' to protect
25499         against unintentional buffer switches that can lead to data loss.
25501 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25503         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25504         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25505         initial error.
25507         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25508         after fresh input.
25509         (gdb-var-create-handler): Put name of expression in quotes.
25511 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25513         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25514         elements of RING in order, and without bogus nil elements.
25516 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25518         * simple.el (set-variable): Args renamed; doc fix.
25519         (line-move-1): When there are overlays around, use vertical-motion.
25521         * faces.el (escape-glyph): Use brown against light background.
25522         (nobreak-space): Rename from no-break-space.
25523         Fix previous change.
25525         * dired-aux.el (dired-do-copy): Fix arg prompt.
25527         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25529 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25531         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25532         rather than "Distributor".
25534 2005-06-23  Lute Kamstra  <lute@gnu.org>
25536         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25537         (debug-on-entry): Use it.  New interactive declaration that uses
25538         function-called-at-point.
25540 2005-06-23  Kim F. Storm  <storm@cua.dk>
25542         * subr.el (save-match-data): Add comment about using evaporate arg
25543         to set-match-data.
25545 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25547         * cus-edit.el (customize-face)
25548         (customize-face-other-window): Handle face aliases.
25550         * faces.el (face-documentation, set-face-attribute)
25551         (face-spec-set): Handle face aliases.
25553 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25555         * help-mode.el (help-make-xrefs): If a symbol representing a face
25556         name is not followed by the word "face", it could still be a
25557         function or variable name, so don't bypass other checks.
25559 2005-06-22  Juri Linkov  <juri@jurta.org>
25561         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25562         Replace aliased functions with calls where second arg `inherit' is t.
25564 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25566         * progmodes/gdb-ui.el (gdb-error): New variable.
25567         (gdb-error): New function.
25568         (gdb-annotation-rules): Act on error-begin and error annotations.
25569         (gdb-concat-output): Use font-lock-warning-face for errors.
25571 2005-06-22  Miles Bader  <miles@gnu.org>
25573         * bindings.el (propertized-buffer-identification): Use renamed
25574         `Buffer-menu-buffer' face.
25576         * faces.el (vertical-border): Rename from `vertical-divider'.
25577         (escape-glyph): Change dark-background color back to `cyan'.
25579 2005-06-21  Juri Linkov  <juri@jurta.org>
25581         * faces.el (face-user-default-spec): Try getting `customized-face'
25582         prior to `saved-face'.
25583         (frame-background-mode): Refill docstring.
25585         * emacs-lisp/lisp-mode.el (eval-defun-1):
25586         * emacs-lisp/edebug.el (edebug-eval-defun):
25587         Set `saved-face' temporarily to nil before calling form.
25588         Set `customized-face' to the new spec after that.
25590 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25592         * subr.el (1value, lambda, key-substitution-in-progress):
25593         Doc fixes.
25595         * autoinsert.el (auto-insert-alist):
25596         * ses.el (ses-call-printer):
25597         * subr.el (noreturn):
25598         * emacs-lisp/lisp.el (check-parens):
25599         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25600         * net/browse-url.el (browse-url-mosaic):
25601         * progmodes/cc-defs.el (c-safe-scan-lists):
25602         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25603         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25604         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25605         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25606         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25607         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25609 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25611         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25613 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25615         * calendar/appt.el (appt-make-list): Activate the package, if
25616         not already active (for backwards compatibility).
25618 2005-06-20  Kim F. Storm  <storm@cua.dk>
25620         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25622 2005-06-20  Miles Bader  <miles@gnu.org>
25624         * faces.el (vertical-divider): New face.
25626 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25628         * simple.el (kill-whole-line): Doc fix.
25629         (next-error-buffer-p, next-error-find-buffer)
25630         (clone-indirect-buffer): Fix typos in docstrings.
25631         (comment-line-break-function): Doc fix: don't say variable
25632         is automatically buffer-local (it isn't).
25634 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25636         * net/tramp-ftp.el (top):
25637         * net/tramp-smb.el (top):
25638         * net/tramp-util.el (top):
25639         * net/tramp-uu.el (top):
25640         * net/tramp-vc.el (top):
25641         * net/tramp.el (top): Revert copyright years back to original
25642         ones.  Tramp has a life outside GNU Emacs.
25644 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25646         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25648 2005-06-18  Juri Linkov  <juri@jurta.org>
25650         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25651         end of first regexp to limit the match to the position between
25652         line number and source line with same separator character as used
25653         between file name and line number.  In the second regexp limit
25654         mouse-face area to file name and line number by adding new group
25655         for them and referring it in HYPERLINK arg.
25656         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25657         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25658         previous line where grep markers may be already removed.
25660 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25662         * progmodes/ps-mode.el: Update version and maintainer's email address.
25664 2005-06-18  Steve Youngs  <steve@xemacs.org>
25666         * net/browse-url.el (browse-url-browser-function)
25667         (browse-url-default-browser): Add firefox.
25668         (browse-url-firefox-program, browse-url-firefox-arguments)
25669         (browse-url-firefox-startup-arguments)
25670         (browse-url-firefox-new-window-is-tab): New defcustoms.
25671         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25673 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25675         * startup.el (command-line): Warn if specified user name has
25676         no home directory.
25678         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25679         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25681         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25682         Doc fixes.
25684         * faces.el (underline): Try bold if terminal doesn't support underline.
25686         * mail/sendmail.el (mail-setup-with-from): New variable.
25687         (mail-insert-from-field): New function.
25688         (sendmail-send-it): Call it.
25689         (mail-setup): Optionally call it here.
25691         * term/linux.el: Call tty-no-underline.
25693 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25695         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25697 2005-06-17  Miles Bader  <miles@gnu.org>
25699         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25700         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25701         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25702         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25703         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25704         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25705         Remove "-face" suffix from face names.
25706         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25707         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25708         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25709         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25710         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25711         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25712         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25713         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25714         New backward-compatibility aliases for renamed faces.
25715         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25716         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25717         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25718         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25719         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25720         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25721         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25722         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25723         Use renamed ediff faces.
25725         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25726         Remove "-face" suffix from face names.
25727         (eshell-test-ok-face, eshell-test-failed-face):
25728         New backward-compatibility aliases for renamed faces.
25729         (eshell-run-test): Use renamed eshell-test faces.
25731         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25732         face name.
25733         (eshell-prompt-face): New backward-compatibility alias for renamed
25734         face.
25735         (eshell-emit-prompt): Use renamed eshell-prompt face.
25737         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25738         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25739         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25740         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25741         Remove "-face" suffix from face names.
25742         (eshell-ls-directory-face, eshell-ls-symlink-face)
25743         (eshell-ls-executable-face, eshell-ls-readonly-face)
25744         (eshell-ls-unreadable-face, eshell-ls-special-face)
25745         (eshell-ls-missing-face, eshell-ls-archive-face)
25746         (eshell-ls-backup-face, eshell-ls-product-face)
25747         (eshell-ls-clutter-face):
25748         New backward-compatibility aliases for renamed faces.
25749         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25751         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25752         Remove "-face" suffix from face name.
25753         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25754         instead of literal face.
25756 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25758         * emacs-lisp/warnings.el (display-warning, lwarn)
25759         (warning-minimum-log-level): Doc fixes.
25760         (warning-minimum-level, warning-minimum-log-level):
25761         Add :debug to :type choices.
25763         * progmodes/ada-mode.el (ada-format-paramlist)
25764         (ada-get-indent-case, ada-check-matching-start)
25765         (ada-check-defun-name, ada-goto-matching-decl-start)
25766         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25767         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25768         (ada-make-subprogram-body): Follow error conventions.
25769         (ada-case-exception-file, ada-indent-comment-as-code)
25770         (ada-indent-handle-comment-special, ada-indent-renames)
25771         (ada-indent-return, ada-search-directories-internal)
25772         (ada-tab-policy, ada-case-exception-substring)
25773         (ada-other-file-alist, ada-matching-start-re)
25774         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25775         (ada-imenu-generic-expression, ada-compile-goto-error)
25776         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25777         (ada-popup-menu, ada-add-extensions, ada-mode)
25778         (ada-region-selected, ada-create-case-exception)
25779         (ada-create-case-exception-substring, ada-after-keyword-p)
25780         (ada-activate-keys-for-case, ada-adjust-case-region)
25781         (ada-adjust-case-buffer, ada-format-paramlist)
25782         (ada-scan-paramlist, ada-insert-paramlist)
25783         (ada-indent-newline-indent)
25784         (ada-indent-newline-indent-conditional)
25785         (ada-justified-indent-current, ada-goto-previous-word)
25786         (ada-indent-current, ada-get-indent-open-paren)
25787         (ada-get-indent-paramlist, ada-get-indent-end)
25788         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25789         (ada-get-indent-block-start, ada-get-indent-subprog)
25790         (ada-get-indent-noindent, ada-get-indent-label)
25791         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25792         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25793         (ada-goto-stmt-end, ada-goto-next-word)
25794         (ada-check-matching-start, ada-check-defun-name)
25795         (ada-goto-matching-decl-start, ada-goto-matching-start)
25796         (ada-goto-matching-end, ada-search-ignore-string-comment)
25797         (ada-in-decl-p, ada-looking-at-semi-or)
25798         (ada-looking-at-semi-private, ada-in-paramlist-p)
25799         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25800         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25801         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25802         (ada-previous-package, ada-create-menu)
25803         (ada-fill-comment-paragraph-justify)
25804         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25805         (ada-other-file-name, ada-last-which-function-line)
25806         (ada-last-which-function-subprog, ada-which-function)
25807         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25808         (ada-gen-treat-proc, ada-check-emacs-version)
25809         (ada-continuation-indent, ada-align-region-separate):
25810         Fix typos in docstrings.
25811         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25813 2005-06-16  Lute Kamstra  <lute@gnu.org>
25815         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25816         conditionally.
25818 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25820         * comint.el (comint-replace-by-expanded-filename)
25821         (comint-prompt-regexp, comint-delimiter-argument-list)
25822         (comint-preinput-scroll-to-bottom):
25823         * info.el (Info-hide-cookies-node):
25824         * ls-lisp.el (ls-lisp-classify):
25825         * find-file.el (ff-search-directories, ff-special-constructs)
25826         (ff-find-other-file):
25827         * font-lock.el (font-lock-keywords):
25828         * shell.el (shell-prompt-pattern)
25829         (shell-dynamic-complete-functions, shell-mode)
25830         (shell-delimiter-argument-list):
25831         * term.el (term-replace-by-expanded-filename)
25832         (term-prompt-regexp, term-delimiter-argument-list):
25833         * woman.el (woman-ignore, woman0-if):
25834         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25835         * emacs-lisp/elint.el (elint-init-env):
25836         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25837         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25838         * language/ethio-util.el (ethio-tilde-escape)
25839         (ethio-use-three-dot-question):
25840         * net/zone-mode.el (zone-mode-load-time-setup):
25841         * progmodes/cc-align.el (c-lineup-argcont):
25842         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25843         * progmodes/cperl-mode.el (cperl-set-style-back):
25844         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25845         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25846         Fix spellings in docstrings.
25848         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25849         * progmodes/modula2.el (m2-for): Fix spellings.
25851         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25853         * simple.el (undo-more): Don't use `format' on `error' arguments.
25854         Improve argument/docstring consistency.
25855         (pending-undo-list): Doc fix.
25857         * smerge-mode.el (smerge-ensure-match):
25858         * emulation/vip.el (vip-ex):
25859         * net/zone-mode.el (zone-mode-update-serial):
25860         * progmodes/idlwave.el (idlwave-complete):
25861         * progmodes/vhdl-mode.el (vhdl-visit-file)
25862         (vhdl-compose-wire-components):
25863         Don't use `format' on `error' arguments.
25865         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25866         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25867         (tooltip-help-tips): Fix typos in docstrings.
25869 2005-06-16  David Ponce  <david@dponce.com>
25871         * tree-widget.el (tree-widget-value-create): Simplify last change.
25873 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25875         * ido.el (ido-incomplete-regexp): New variable.
25876         (ido-set-matches-1): Handle invalid-regexp error and set
25877         ido-incomplete-regexp.
25878         (ido-incomplete-regexp): New face.
25879         (ido-completions): Use it.
25880         (ido-complete, ido-exit-minibuffer, ido-completions):
25881         Handle incomplete regexps.
25882         (ido-completions): Add check for complete match when entering a regexp.
25884 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25886         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25888 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25890         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25891         by field delimiters.
25893 2005-06-15  David Ponce  <david@dponce.com>
25895         * tree-widget.el: eval-and-compile inlined functions so they will
25896         be available at run-time too.
25897         (tree-widget-super-format-handler)
25898         (tree-widget-format-handler): Remove.
25899         (tree-widget-value-create): Handle the :indent property.
25901 2005-06-15  Miles Bader  <miles@gnu.org>
25903         * progmodes/which-func.el (which-func): Only inherit
25904         `font-lock-function-name-face' when that makes sense against the
25905         default mode-line face, otherwise set the face color explicitly.
25907         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25908         faces instead of (non-existent) variables.
25910 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25912         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25913         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25915 2005-06-14  Miles Bader  <miles@gnu.org>
25917         * progmodes/ld-script.el (ld-script-location-counter):
25918         Remove "-face" suffix from face name.
25919         (ld-script-location-counter-face):
25920         New backward-compatibility alias for renamed face.
25921         (ld-script-location-counter-face): Use renamed face.
25923         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25924         (cperl-hash): Remove "-face" suffix from face names.
25925         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25926         New backward-compatibility aliases for renamed faces.
25927         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25928         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25930         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25931         name.
25932         (which-func-face): New backward-compatibility alias for renamed face.
25933         (which-func-format): Use renamed which-func face.
25935         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25936         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25937         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25938         names.
25939         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25940         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25941         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25942         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25943         (vhdl-speedbar-architecture-selected)
25944         (vhdl-speedbar-configuration-selected)
25945         (vhdl-speedbar-package-selected)
25946         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25947         names.
25948         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25949         Use renamed faces.
25950         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25951         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25952         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25953         Use renamed faces.
25954         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25955         names.
25956         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25957         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25958         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25959         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25960         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25961         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25963         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25964         face name.
25965         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25966         (sh-heredoc-face): Use renamed sh-heredoc face.
25968         * progmodes/idlw-help.el (idlwave-help-link):
25969         Remove "-face" suffix from face name.
25970         (idlwave-help-link-face):
25971         New backward-compatibility alias for renamed face.
25972         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25974         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25975         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25976         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25977         New backward-compatibility aliases for renamed faces.
25978         (idlwave-shell-disabled-breakpoint-face)
25979         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25981         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25982         Remove "-face" suffix from face names.
25983         (flymake-errline-face, flymake-warnline-face):
25984         New backward-compatibility aliases for renamed faces.
25985         (flymake-highlight-line): Use renamed flymake faces.
25987         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25988         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25989         (ebrowse-member-class, ebrowse-progress):
25990         Remove "-face" suffix from face names.
25991         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25992         (ebrowse-file-name-face, ebrowse-default-face)
25993         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25994         (ebrowse-progress-face):
25995         New backward-compatibility aliases for renamed faces.
25996         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25997         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25998         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25999         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26001         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26002         antlr-syntax)
26003         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26004         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26005         names.
26006         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26007         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26008         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26009         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26010         backward-compatibility aliases for renamed faces.
26011         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26012         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26013         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26014         remove "font-lock-".  Use renamed antlr-mode faces.
26015         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
26016         literal face-names with face variable references.
26018         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26019         face name.
26020         (Buffer-menu-buffer-face): New backward-compatibility alias for
26021         renamed face.
26022         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26024 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
26026         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26027         Eliminate "-face" suffix.
26028         (makefile-targets): Inherit from font-lock-function-name-face and
26029         eliminate "-face" suffix.
26030         (makefile-shell): Remove attributes and eliminate "-face" suffix.
26031         (makefile-*-font-lock-keywords): Append makefile-targets in rule
26032         actions, instead of prepending, to make it less visible.
26033         (makefile-previous-dependency, makefile-match-dependency):
26034         Don't match a target on a continuation line.
26036         * files.el (auto-mode-alist): Put Makefile in gmake mode.
26038 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
26040         * progmodes/gdb-ui.el (menu): Re-order menu items.
26041         (gdb-tooltip-print): Respect tooltip-use-echo-area.
26043         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26044         Define in tooltip.el.
26045         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26046         (gud-tooltip-tips): Respect tooltip-use-echo-area and
26047         gud-tooltip-echo-area.
26049         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26050         backward compatibility and make obsolete.
26051         (tooltip-help-tips): Use tooltip-use-echo-area.
26052         (tooltip-show-help-function): Rename to...
26053         (tooltip-show-help): ...this, because it is a function.
26054         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26056 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
26058         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26059         (edebug-print-length, edebug-print-level, edebug-print-circle)
26060         (edebug-modify-breakpoint, edebug-eval-last-sexp)
26061         (edebug-eval-print-last-sexp): Doc fixes.
26063 2005-06-14  Kim F. Storm  <storm@cua.dk>
26065         * ido.el (ido-mode): Make a new keymap every time we enable ido,
26066         as the coverage buffer/file/both may change.
26068 2005-06-14  Lute Kamstra  <lute@gnu.org>
26070         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26071         and run-mode-hooks.  Simplify.
26073         * mail/rmailedit.el (rmail-edit-mode):
26074         * progmodes/octave-inf.el (inferior-octave-mode):
26075         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26077         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26078         and run-mode-hooks.
26079         (recentf-edit-list, recentf-open-files): Don't call
26080         kill-all-local-variables directly.
26082         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26084 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
26086         * emacs-lisp/byte-run.el (make-obsolete)
26087         (define-obsolete-function-alias): Rename arguments FUNCTION and
26088         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26089         (make-obsolete-variable, define-obsolete-variable-alias):
26090         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26091         respectively.
26093         * isearchb.el (isearchb-activate):
26094         * pcvs.el (cvs-mode):
26095         * ses.el (ses-load):
26096         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26097         * net/tramp.el (tramp-find-file-exists-command)
26098         (tramp-find-shell):
26099         * progmodes/ada-mode.el (ada-create-case-exception)
26100         (ada-create-case-exception-substring, ada-make-subprogram-body):
26101         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26102         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26103         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26104         * textmodes/org.el (org-promote, org-evaluate-time-range)
26105         (org-agenda-next-date-line, org-agenda-previous-date-line)
26106         (org-agenda-error, org-open-at-point, org-table-move-row)
26107         (org-format-table-table-html-using-table-generate-source)
26108         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26109         * textmodes/reftex.el (reftex-access-scan-info):
26110         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26111         (reftex-toc-promote-prepare): Follow error conventions.
26113         * diff-mode.el (diff-mode): Fix typo in docstring.
26115         * forms.el (forms--intuit-from-file): Fix reference to
26116         `forms-number-of-fields' in error message.
26117         (forms-print): Fix quoting in error message.
26119         * forms.el (forms-mode):
26120         * emulation/vi.el (vi-goto-insert-state):
26121         * progmodes/flymake.el (flymake-new-err-info)
26122         (flymake-start-syntax-check-for-current-buffer)
26123         (flymake-simple-cleanup):
26124         * eshell/esh-var.el (eshell/export):
26125         * progmodes/gud.el (xdb):
26126         * textmodes/flyspell.el (flyspell-incorrect-hook)
26127         (flyspell-maybe-correct-transposition)
26128         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26130 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
26132         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26133         minibuffer prompt.
26135 2005-06-13  Kim F. Storm  <storm@cua.dk>
26137         * subr.el (add-to-ordered-list): New defun.
26139         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26140         add cua--keymap-alist to emulation-mode-map-alists.
26142 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26144         * subr.el (complete-in-turn): New macro.
26145         (dynamic-completion-table, lazy-completion-table): Add debug info.
26147         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26148         in preference to face aliases.
26150         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26151         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26152         Remove unused vars `start' and `firstline'.
26153         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26154         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26156 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
26158         * cus-start.el (all): Don't complain about missing GTK-related
26159         variables, unless either `gtk' is boundp or this isn't a
26160         `windows-nt' build.
26162 2005-06-13  Lute Kamstra  <lute@gnu.org>
26164         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26165         run-mode-hooks.
26167         * ediff-mult.el (ediff-meta-mode):
26168         * ediff-util.el (ediff-mode): Use run-mode-hooks.
26170         * ledit.el (ledit-mode): Use delay-mode-hooks.
26172         * woman.el (woman-mode-line-format): Delete constant.
26173         (woman-mode-map): Initialize it properly.
26174         (woman-mode): Set mode-class property to special.
26175         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
26176         Set major-mode and mode-name.  Don't set mode-line-format directly.
26177         (Man-getpage-in-background): Don't reference woman-mode-line-format.
26179         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26180         string argument obsolete.
26182 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
26184         * textmodes/org.el (org-CUA-compatible): New option.
26185         (org-disputed-keys): New variable.
26186         (org-key): New function.
26187         (orgtbl-make-binding): Add docstring to the created function.
26188         (org-mode): Set paragraph start/separate regexps.
26189         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26190         (org-archive-location, org-archive-mark-done)
26191         (org-archive-stamp-time): New options.
26192         (org-archive-subtree): New command.
26193         (org-fill-paragraph): New function.
26194         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26195         (org-fake-empty-table-line): Function removed.
26196         (org-format-org-table-html): Do not create empty table lines at
26197         separator lines.  Improved table header treatment.
26198         (org-link-format): New option.
26199         (org-make-link): New function.
26200         (org-insert-link, org-store-link): Use org-make-link.
26201         (org-open-file): Quote file name for shell command, to allow
26202         spaces in file names.
26203         (org-link-regexp): Fix bug with mailto link.
26204         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26205         New constants.
26206         (org-export-as-html): Deal with the optional angles around a link.
26207         Better treatment of file: links.
26208         (org-open-at-point): Replace @{ and @} with < and >.
26209         (org-run-mode-hooks): Function removed.
26210         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26212 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26214         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26215         MI command -data-list-register-values.
26216         (gdb-post-prompt): Indent properly.
26218 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26220         * hilit-chg.el (highlight-changes-colors): Rename from
26221         `highlight-changes-colours'.
26222         (highlight-changes-colours): Keep as obsolete alias.
26223         (highlight-changes-face-list): Doc fix.
26224         (hilit-chg-make-list): Use `highlight-changes-colors'.
26226 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26228         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26229         defun-prompt-regexp.
26231 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26233         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26234         and cygwin.
26236         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26237         Don't use an old loaddefs.el, as in Makefile.in.
26239 2005-06-12  Lute Kamstra  <lute@gnu.org>
26241         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26243         * man.el (Man-mode-map): Initialize it properly.
26244         (Man-mode): Set mode-class property to special.
26246         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26248 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26250         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26251         A newline is needed in the docstring there.
26253         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26254         Doc fixes.
26256 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26258         * printing.el: Doc fix.  The menubar is no more changed when printing
26259         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26260         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26261         (pr-version): New version number (6.8.4).
26262         (pr-menu-bind): New command.
26263         (pr-update-menus): Docstring and code fix.
26264         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26265         Docstring fix.
26266         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26267         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26269 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26271         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26272         "Returns" to "return", document useful return values, etc.
26274 2005-06-11  Alan Mackenzie  <acm@muc.de>
26276         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26277         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26278         (adaptive-file-function): Minor amendment to doc-string.
26280 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26282         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26283         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26284         Fix :type--it is `integer', not `string'.
26286         * faces.el (modeline-highlight): Rename from (the erroneous)
26287         `modeline-higilight'.
26289 2005-06-11  Lute Kamstra  <lute@gnu.org>
26291         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26292         lisp-interaction-mode-map but make it the parent.
26293         (edebug-eval-mode): Use define-derived-mode.
26295 2005-06-11  Andreas Schwab  <schwab@suse.de>
26297         * bindings.el: Add binding of `ESC functionkey' for every
26298         `M-functionkey'.
26299         * hexl.el (hexl-mode-map): Likewise.
26301 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26303         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26304         [msft]: update regexp for newer msft compilers.
26306 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26308         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26309         ATTLIST portions of included DTDs.
26310         (xml-parse-dtd): Eliminate use of inefficient match-data.
26312 2005-06-10  Miles Bader  <miles@gnu.org>
26314         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26315         (mpuz-text): Remove "-face" suffix from face names.
26316         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26317         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26318         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26320         * play/gomoku.el (gomoku-O, gomoku-X):
26321         Remove "-face" suffix from face names.
26322         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26323         New backward-compatibility aliases for renamed faces.
26324         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26326 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26328         * thumbs.el: Fixes for changes of 2005-06-09.
26329         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26330         as a directory.
26331         (thumbs-thumbname): Remove directory separator from format string;
26332         `thumbs-thumbsdir' now returns a valid directory name.
26333         (thumbs-temp-dir): New defsubst.
26334         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26335         Use it.
26337         * cus-edit.el (minibuffer):
26338         * files.el (make-backup-file-name-function):
26339         * filesets.el (filesets-external-viewers):
26340         * hilit-chg.el (highlight-changes-colours)
26341         (highlight-changes-face-list, highlight-changes-rotate-faces):
26342         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26343         * kmacro.el (kmacro-call-macro):
26344         * log-edit.el (log-edit-changelog-full-paragraphs):
26345         * mouse.el (mouse-1-click-follows-link):
26346         * skeleton.el (skeleton-autowrap):
26347         * subr.el (insert-for-yank-1):
26348         * tempo.el (tempo-insert-region):
26349         * terminal.el (terminal-emulator):
26350         * time.el (display-time-mail-face):
26351         * vc.el (vc-annotate):
26352         * vcursor.el (vcursor-copy-line):
26353         * woman.el (woman-bold-headings, woman-ignore)
26354         (woman-default-faces, woman-monochrome-faces):
26355         * calendar/todo-mode.el (todo-insert-threshold):
26356         * emulation/pc-select.el (pc-select-selection-keys-only)
26357         (pc-selection-mode):
26358         * emulation/vip.el (vip-find-char-forward):
26359         * emulation/viper-cmd.el (viper-find-char-forward):
26360         * international/mule-cmds.el
26361         (select-safe-coding-system-accept-default-p)
26362         (input-method-exit-on-invalid-key):
26363         * international/mule-diag.el (describe-coding-system):
26364         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26365         * net/browse-url.el (browse-url-xterm-program):
26366         * obsolete/lazy-lock.el (lazy-lock-mode):
26367         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26368         (cperl-mode):
26369         * progmodes/cpp.el (cpp-face-light-name-list)
26370         (cpp-face-dark-name-list):
26371         * progmodes/delphi.el (delphi-newline-always-indents):
26372         Fix spellings in docstrings.
26374         * ido.el (ido-mode, ido-file-extensions-order)
26375         (ido-default-file-method, ido-default-buffer-method)
26376         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26377         (ido-decorations, ido-read-file-name-as-directory-commands)
26378         (ido-read-file-name-non-ido, ido-work-directory-list)
26379         (ido-ignore-item-temp-list, ido-current-directory)
26380         (ido-magic-forward-char, ido-enter-find-file)
26381         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26382         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26384 2005-06-10  Lute Kamstra  <lute@gnu.org>
26386         * play/dunnet.el (dun-mode): Use define-derived-mode.
26387         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26388         obsolete alias.
26390         * play/doctor.el (doctor-mode-map): Remove defvar.
26391         (doctor-mode): Use define-derived-mode.
26393         * mail/mspools.el (mspools-mode):
26394         * net/eudc-hotlist.el (eudc-hotlist-mode):
26395         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26397 2005-06-10  Miles Bader  <miles@gnu.org>
26399         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26400         Remove "-face" suffix from face names.
26401         (flyspell-incorrect-face, flyspell-duplicate-face):
26402         New backward-compatibility aliases for renamed faces.
26403         (flyspell-mode-on, make-flyspell-overlay)
26404         (flyspell-highlight-incorrect-region)
26405         (flyspell-highlight-duplicate-region)
26406         (flyspell-display-next-corrections)
26407         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26409         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26410         from face name.
26411         (texinfo-heading-face): New backward-compatibility alias for
26412         renamed face.
26413         (texinfo-heading-face): Use renamed texinfo-heading face.
26415         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26416         suffix from face names.
26417         (tex-math-face, tex-verbatim-face):
26418         New backward-compatibility aliases for renamed faces.
26419         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26420         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26421         literal face name.
26423         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26424         name.
26425         (table-cell-face): New backward-compatibility alias for renamed face.
26426         (table--put-cell-face-property, table--update-cell-face):
26427         Use renamed table-cell face.
26429         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26430         from face name.
26431         (sgml-namespace-face): New backward-compatibility alias for
26432         renamed face.
26433         (sgml-namespace-face): Use renamed sgml-namespace face.
26435         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26436         (org-level-4, org-level-5, org-level-6, org-level-7)
26437         (org-level-8, org-warning, org-headline-done)
26438         (org-deadline-announce, org-scheduled-today)
26439         (org-scheduled-previously, org-link, org-done, org-table)
26440         (org-time-grid): Remove "-face" suffix from face names.
26441         (org-level-1-face, org-level-2-face, org-level-3-face)
26442         (org-level-4-face, org-level-5-face, org-level-6-face)
26443         (org-level-7-face, org-level-8-face, org-warning-face)
26444         (org-headline-done-face, org-deadline-announce-face)
26445         (org-scheduled-today-face, org-scheduled-previously-face)
26446         (org-link-face, org-done-face, org-table-face)
26447         (org-time-grid-face):
26448         New backward-compatibility aliases for renamed faces.
26449         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26450         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26451         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26452         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26454         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26455         (viper-minibuffer-emacs, viper-minibuffer-insert)
26456         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26457         (viper-search-face, viper-replace-overlay-face)
26458         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26459         (viper-minibuffer-vi-face):
26460         New backward-compatibility aliases for renamed faces.
26461         (viper-search-face, viper-replace-overlay-face)
26462         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26463         (viper-minibuffer-vi-face): Use renamed viper faces.
26465         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26466         Remove "-face" suffix from face names.
26467         (testcover-nohits-face, testcover-1value-face):
26468         New backward-compatibility aliases for renamed faces.
26469         (testcover-mark): Use renamed testcover faces.
26471         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26472         face name.
26473         (diary-button-face): New backward-compatibility alias for renamed face.
26474         (diary-entry): Use renamed diary-button face.
26476         * calendar/calendar.el (diary, calendar-today, holiday)
26477         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26478         (diary-face, calendar-today-face, holiday-face):
26479         New backward-compatibility aliases for renamed faces.
26480         (eval-after-load "facemenu", diary-entry-marker)
26481         (calendar-today-marker, calendar-holiday-marker, diary-face):
26482         Use renamed calendar faces.
26484         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26485         (compare-windows-face): New backward-compatibility alias for
26486         renamed face.
26487         (compare-windows-highlight): Use renamed compare-windows face.
26489         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26490         (strokes-char-face): New backward-compatibility alias for renamed face.
26491         (strokes-encode-buffer): Use renamed strokes-char face.
26493         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26494         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26495         Remove "-face" suffix from face names.
26496         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26497         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26498         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26499         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26500         Use renamed pcvs faces.
26501         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26502         * pcvs-defs.el (cvs-mode-map): Likewise.
26503         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26505         * info.el (info-title-1, info-title-2, info-title-3)
26506         (info-title-4): Remove "-face" suffix from and downcase face names.
26507         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26508         (Info-title-4-face):
26509         New backward-compatibility aliases for renamed faces.
26510         (Info-fontify-node): Use renamed info faces.
26512         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26513         Remove "-face" suffix from face names.
26514         (highlight-changes-face, highlight-changes-delete-face):
26515         New backward-compatibility aliases for renamed faces.
26516         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26517         (hilit-chg-make-list): Use renamed highlight-changes faces.
26519         * generic-x.el (show-tabs-tab, show-tabs-space):
26520         Remove "-face" suffix from face names.
26521         (show-tabs-tab-face, show-tabs-space-face):
26522         New backward-compatibility aliases for renamed faces.
26523         (show-tabs-generic-mode-font-lock-defaults-1)
26524         (show-tabs-generic-mode-font-lock-defaults-2):
26525         Use renamed show-tabs faces.
26527         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26528         (smerge-markers): Remove "-face" suffix from face names.
26529         (smerge-mine-face, smerge-other-face, smerge-base-face)
26530         (smerge-markers-face):
26531         New backward-compatibility aliases for renamed faces.
26532         (smerge-mine-face, smerge-other-face, smerge-base-face)
26533         (smerge-markers-face): Use renamed smerge faces.
26535         * log-view.el (log-view-file, log-view-message): Remove "-face"
26536         suffix from face names.
26537         (log-view-file-face, log-view-message-face):
26538         New backward-compatibility aliases for renamed faces.
26539         (log-view-file-face, log-view-message-face): Use renamed log-view
26540         faces.
26542         * paren.el (show-paren-match, show-paren-mismatch):
26543         Remove "-face" suffix from face names.
26544         (show-paren-match-face, show-paren-mismatch-face):
26545         New backward-compatibility aliases for renamed faces.
26546         (show-paren-function): Use renamed show-paren faces.
26548         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26549         (ruler-mode-margins, ruler-mode-fringes)
26550         (ruler-mode-column-number, ruler-mode-fill-column)
26551         (ruler-mode-comment-column, ruler-mode-goal-column)
26552         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26553         suffix from face names.
26554         (ruler-mode-default-face, ruler-mode-pad-face)
26555         (ruler-mode-margins-face, ruler-mode-fringes-face)
26556         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26557         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26558         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26559         New backward-compatibility aliases for renamed faces.
26560         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26561         (ruler-mode-column-number, ruler-mode-fill-column)
26562         (ruler-mode-comment-column, ruler-mode-goal-column)
26563         (ruler-mode-tab-stop, ruler-mode-current-column)
26564         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26565         faces.
26567         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26568         face name.
26569         (whitespace-highlight-the-space): Use renamed face.
26570         (whitespace-highlight-face): New backward-compatibility alias for
26571         renamed face.
26573         * woman.el (woman-italic, woman-bold, woman-unknown)
26574         (woman-addition, woman-symbol-face):
26575         Remove "-face" suffix from face names.
26576         (woman-italic-face, woman-bold-face, woman-unknown-face)
26577         (woman-addition-face):
26578         New backward-compatibility aliases for renamed faces.
26579         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26580         (woman-decode-region, woman-replace-match)
26581         (woman-display-extended-fonts, woman-special-characters)
26582         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26583         Use renamed woman faces.
26585         * longlines.el (longlines-visible-face): Face removed.
26587         * diff-mode.el (diff-header, diff-file-header, diff-index)
26588         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26589         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26590         suffix from face names.
26591         (diff-header-face, diff-file-header-face, diff-index-face)
26592         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26593         (diff-changed-face, diff-function-face, diff-context-face)
26594         (diff-nonexistent-face): New backward-compatibility aliases for
26595         renamed faces.
26596         (diff-header-face, diff-file-header-face)
26597         (diff-index, diff-index-face, diff-hunk-header)
26598         (diff-hunk-header-face, diff-removed, diff-removed-face)
26599         (diff-added, diff-added-face, diff-changed-face, diff-function)
26600         (diff-function-face, diff-context-face, diff-nonexistent)
26601         (diff-nonexistent-face): Use renamed diff-mode faces.
26603         * progmodes/compile.el (compilation-warning-face)
26604         (compilation-info-face): Remove "-face" suffix from face names.
26605         (compilation-warning-face, compilation-info-face):
26606         New backward-compatibility aliases for renamed faces.
26607         (compilation-warning-face, compilation-info-face):
26608         Use renamed compilation faces.
26610         * add-log.el (change-log-date, change-log-name)
26611         (change-log-email, change-log-file, change-log-list)
26612         (change-log-conditionals, change-log-function)
26613         (change-log-acknowledgement): Remove "-face" suffix from face names.
26614         (change-log-date-face, change-log-name-face)
26615         (change-log-email-face, change-log-file-face)
26616         (change-log-list-face, change-log-conditionals-face)
26617         (change-log-function-face, change-log-acknowledgement-face):
26618         New backward-compatibility aliases for renamed faces.
26619         (change-log-font-lock-keywords): Use renamed change-log faces.
26621         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26622         (custom-set, custom-changed, custom-saved, custom-button)
26623         (custom-button-pressed, custom-documentation, custom-state)
26624         (custom-comment, custom-comment-tag, custom-variable-tag)
26625         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26626         (custom-group-tag): Remove "-face" suffix from face names.
26627         (custom-magic-alist, custom-magic-value-create)
26628         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26629         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26630         (custom-set-face, custom-changed-face, custom-saved-face)
26631         (custom-button-face, custom-button-pressed-face)
26632         (custom-documentation-face, custom-state-face)
26633         (custom-comment-face, custom-comment-tag-face)
26634         (custom-variable-tag-face, custom-variable-button-face)
26635         (custom-face-tag-face, custom-group-tag-face-1)
26636         (custom-group-tag-face):
26637         New backward-compatibility aliases for renamed faces.
26639         * wid-edit.el (widget-documentation, widget-button)
26640         (widget-field, widget-single-line-field, widget-inactive)
26641         (widget-button-pressed): "-face" suffix removed from face names.
26642         (widget-documentation-face, widget-button-face)
26643         (widget-field-face, widget-single-line-field-face)
26644         (widget-inactive-face, widget-button-pressed-face):
26645         New backward-compatibility aliases for renamed faces.
26646         (widget-documentation-face, widget-button-face)
26647         (widget-button-pressed-face, widget-specify-field)
26648         (widget-specify-inactive): Use renamed widget faces.
26650 2005-06-10  Kenichi Handa  <handa@m17n.org>
26652         * term/x-win.el (x-clipboard-yank): Remove condition-case
26653         wrapping.
26655 2005-06-11  Kenichi Handa  <handa@m17n.org>
26657         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26658         date lines stricter.
26660 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26662         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26663         of x-get-selection.
26665 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26667         * comint.el (comint-mode, comint-snapshot-last-prompt):
26668         * frame.el (frame-current-scroll-bars):
26669         * term.el (term-mode, term-check-proc, term-input-sender)
26670         (term-simple-send, term-extract-string, term-word)
26671         (term-match-partial-filename):
26672         * window.el (window-current-scroll-bars):
26673         * emulation/cua-base.el (cua-normal-cursor-color)
26674         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26675         (cua-global-mark-cursor-color):
26676         * mail/undigest.el (rmail-forward-separator-regex):
26677         Fix typos in docstrings.
26679         * comint.el (comint-check-proc, make-comint-in-buffer)
26680         (comint-source-default): Doc fixes.
26682         * term.el (term-send-string): Improve argument/docstring consistency.
26684 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26686         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26687         call to `delete-region'.
26688         (comint-mode-hook): Do not enable Font Lock by default.
26690 2005-06-09  Lute Kamstra  <lute@gnu.org>
26692         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26693         could be void.
26695 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26697         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26698         (debug): Use it.
26699         (debugger-step-through, debugger-continue, debugger-jump)
26700         (debugger-return-value): Set it when needed.
26701         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26702         Use inhibit-read-only.
26704 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26706         * window.el (shrink-window-if-larger-than-buffer)
26707         (window-size-fixed): Fix typo in docstring.
26709         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26710         thumbnails directory on loading.
26711         (thumbs-conversion-program): Use `eq' to check the system type,
26712         not `equal'.
26713         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26714         not "/tmp".  Fix docstring.
26715         (thumbs-thumbsdir): New function to return the thumbnails
26716         directory, creating it if needed.
26717         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26718         (thumbs-temp-file): Delete variable and make it into a function.
26719         (thumbs-resize-image, thumbs-modify-image): Use it.
26720         (thumbs-kill-buffer): Simplify.
26721         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26722         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26723         docstrings.
26725 2005-06-09  Kim F. Storm  <storm@cua.dk>
26727         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26728         set-match-data to free markers in match-data.
26730         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26731         match-data to unchain markers in match-data.
26733 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26735         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26736         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26737         unnecessary now.
26739 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26741         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26742         give the variable a doc string that doesn't say don't set it directly.
26744         * textmodes/ispell.el (ispell-check-version):
26745         Use match-string-no-properties.
26746         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26747         (ispell-buffer-local-words): Likewise.
26749         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26750         except on terminals with enough colors to really display it.
26751         (makefile-dependency-regex): Delete spurious `bb'.
26753         * faces.el (escape-glyph): Use blue once again in last case.
26754         (no-break-space): Redefine so that it isn't invisible on a tty.
26756 2005-06-08  Kim F. Storm  <storm@cua.dk>
26758         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26759         also when reading directory name.
26761 2005-06-08  Lute Kamstra  <lute@gnu.org>
26763         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26764         (flyspell-mode-line-string): Remove autoload cookie.
26765         (flyspell-mode): Remove defvar.
26767 2005-06-07  Lute Kamstra  <lute@gnu.org>
26769         * textmodes/org.el (org-run-mode-hooks): New function.
26770         (org-agenda-mode): Use it.
26772 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26774         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26776 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26778         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26780 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26782         * font-lock.el (font-lock-add-keywords): Doc fix.
26784 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26786         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26787         (tex-compile-default): In the absence of any history, use the order in
26788         tex-compile-alist to choose the preferred command.
26789         (tex-compile-commands): Reorder a bit.
26791         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26792         (flyspell-incorrect-face, flyspell-duplicate-face):
26793         Use (X)Emacs-agnostic code.
26794         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26795         redundant with the subsequent add-minor-mode.  Merge Emacs and
26796         XEmacs code.
26797         (flyspell-word): Minor simplification.
26798         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26799         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26800         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26801         Merge the corresponding Emacs code.
26802         (flyspell-correct-word, flyspell-xemacs-popup):
26803         Use flyspell-do-correct.
26805         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26806         a dedicated window.
26808         * international/latexenc.el (latexenc-find-file-coding-system):
26809         Undo part of last patch, to turn off a compiler warning.
26811 2005-06-06  Juri Linkov  <juri@jurta.org>
26813         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26814         Rename `tmm-inactive-face' to `tmm-inactive'.
26816 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26818         * iswitchb.el: Rename faces.
26820 2005-06-06  Kim F. Storm  <storm@cua.dk>
26822         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26823         (cua-global-mark): Remove -face suffix from face names.
26825         * emulation/cua-gmrk.el (cua--init-global-mark):
26826         Remove cua-global-mark face setup.
26828 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26830         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26831         just like other allowed characters.
26832         (makefile-match-dependency): Exclude leading and training whitespace
26833         from the range of regexp subexp 1.
26834         (makefile-macroassign-regex): Don't try to match the body,
26835         just the name of the macro being defined.
26837         * info.el (Info-read-node-name-2): New function.
26838         (Info-read-node-name-1): Use that.
26839         Add a completion-base-size-function property.
26841         * simple.el (completion-setup-function): Look for
26842         completion-base-size-function property of minibuffer-completion-table.
26844         * files.el (locate-file-completion): Doc fix.
26846         * printing.el: Don't call pr-update-menus; user must do that.
26848         * emacs-lisp/debug.el (debugger-window): New variable.
26849         (debug): Use debugger-window if it is set and still alive.
26850         Record debugger-window for next entry.
26852         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26854 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26856         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26857         (hack-one-local-variable, hack-local-variables)
26858         (hack-local-variables-prop-line): Pass that arg.
26860 2005-06-06  Kim F. Storm  <storm@cua.dk>
26862         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26863         (ido-indicator): Remove -face suffix from face names.
26865 2005-06-06  Juri Linkov  <juri@jurta.org>
26867         * font-lock.el (font-lock-regexp-backslash)
26868         (font-lock-regexp-backslash-construct): New faces.
26869         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26870         after `('.  Add `while-no-input' to control structures.
26872         * faces.el (no-break-space, shadow): New faces.
26873         (escape-glyph): Use less loud colors pink2 and red4.
26875         * diff-mode.el (diff-context-face)
26876         * dired.el (dired-ignored)
26877         * rfn-eshadow.el (file-name-shadow)
26878         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26880         * info.el (Info-title-1-face): Use green instead of yellow because
26881         bold yellow is not readable on light backgrounds.
26883         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26884         before selecting the desired mode to not spend time fontifying
26885         old contents.
26887 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26889         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26890         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26892         * ps-print.el (ps-default-fg, ps-default-bg):
26893         Fix typos in docstrings.
26895         * isearchb.el (isearchb): Don't pass a spurious second argument to
26896         `iswitchb-completions'.
26898 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26900         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26901         to preserve point.
26902         (gdb-find-file-hook): Add doc string.
26904         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26905         C dereferenced pointer expression.
26906         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26908         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26910         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26911         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26912         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26913         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26914         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26915         Make background transparent.
26917 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26919         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26920         (font-lock-remove-keywords): Doc fix.
26921         (font-lock-mode-major-mode): Compiler defvar.
26922         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26924         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26925         (font-lock-mode): Update `font-lock-mode-major-mode'.
26926         (font-lock-set-defaults): Compiler defvar.
26927         (font-lock-default-function): Take `font-lock-mode-major-mode'
26928         into account.
26930         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26931         keep track of which major mode it enabled the minor mode for.
26932         Use find-file-hook again.  Update docstring.
26934         * simple.el (eval-expression-print-level)
26935         (eval-expression-print-length, eval-expression-debug-on-error):
26936         Doc fixes.
26938 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26940         * iswitchb.el (iswitchb-single-match-face)
26941         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26942         (iswitchb-invalid-regexp-face): New faces.
26943         (iswitchb-completions): Use them.
26944         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26945         now marked as an obsolete alias.
26946         (iswitchb-read-buffer): Remove check for bound font variables.
26947         (iswitchb-invalid-regexp): New free variable.
26948         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26949         set iswitchb-invalid-regexp.
26950         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26951         invalid regexps.
26952         (iswitchb-completions): Add check for complete match when entering
26953         a regexp.
26954         (iswitchb-completions): Remove require-match argument.
26955         (iswitchb-exhibit): Fix caller.
26956         (iswitchb-common-match-inserted): New variable.
26957         (iswitchb-complete, iswitchb-completion-help): Use it.
26959 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26961         * url-http.el (url-http-chunked-encoding-after-change-function):
26962         Use `url-http-debug' instead of `message'.
26964 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26966         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26967         callback argument.
26969 2005-06-04  Kim F. Storm  <storm@cua.dk>
26971         * simple.el (line-move): Only call sit-for when moving backwards.
26973         * ido.el (ido-make-merged-file-list-1): New defun split from
26974         ido-make-merged-file-list.
26975         (ido-make-merged-file-list): Bind throw-on-input around call to
26976         ido-make-merged-file-list-1.  Return input-pending-p if
26977         interrupted by more input available.
26978         (ido-read-internal): Handle input-pending-p return value from
26979         ido-make-merged-file-list.
26981 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26983         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26984         compatibility code.
26986         * international/latexenc.el (latexenc-find-file-coding-system):
26987         Don't inherit the EOL part of the coding-system from the
26988         tex-main buffer.  Fit within 80 columns.
26990 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26992         * tmm.el (tmm-inactive-face): New face.
26993         (tmm-remove-inactive-mouse-face): New function.
26994         (tmm-prompt, tmm-add-one-shortcut)
26995         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26996         but not selectable.
26998 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
27000         * faces.el (face-equal): Improve argument/docstring consistency.
27002 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
27004         * progmodes/make-mode.el (makefile-targets-face)
27005         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27006         (makefile-bsdmake-dependency-regex)
27007         (makefile-makepp-rule-action-regex)
27008         (makefile-bsdmake-rule-action-regex): New constants.
27009         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27011         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27012         Allow (...) within `...' for makepp messages.
27014 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
27016         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27018         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27019         "." files are deleted from all file lists before comparison.
27021         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27022         (viper-ESC-key): Made them customizable.
27024         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27026 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
27028         * autorevert.el (auto-revert-buffers): Use save-match-data.
27030 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27032         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27033         menu items with a nil command binding.
27035 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
27037         * emacs-lisp/cl-macs.el (defsetf):
27038         Improve argument/docstring consistency.
27040         * faces.el (list-faces-display): Improve the formatting by
27041         computing the maximum length required for any face-name (reworked
27042         patch of 1999-01-11, accidentally deleted on 1999-07-21).
27043         (internal-find-face): Remove redundant info in docstring.
27045 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
27047         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27048         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27049         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27050         (gdb-assembler-custom): Improve regexps.
27051         (def-gdb-auto-update-handler): Use window point to preserve point.
27053 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27055         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27057 2005-05-31  Jay Belanger  <belanger@truman.edu>
27059         * calc/calc-embed.el (calc-embedded-word): Change argument passed
27060         to calc-embedded.
27061         (calc-embedded-make-info): Have plain prefix argument select
27062         entire line.
27064 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
27066         * faces.el (list-faces-display): Signal error if passed a regexp
27067         that matches no face name.
27069         * simple.el (filter-buffer-substring): Fix typo in docstring.
27071 2005-05-31  Richard M. Stallman  <rms@gnu.org>
27073         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27074         (vhdl-emacs-21): Doc fix.
27075         (vhdl-mode): Unconditionally set comment-padding.
27076         (vhdl-fixup-whitespace-region): Insert spaces only where
27077         there are none.
27078         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27080 2005-05-30  John Wiegley  <johnw@newartisans.com>
27082         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27083         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27084         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27085         `directory-sep-char' to ?/, and all uses of `string-to-int' to
27086         `string-to-number'.
27088 2005-05-30  Jay Belanger  <belanger@truman.edu>
27090         * calc/calc.el (calc-bug-address): Fix docstring.
27091         (calc-window-hook, calc-trail-window-hook): New variables.
27092         (calc-trail-display): Restore use of calc-trail-window-hook.
27093         (calc): Restore use of calc-window-hook.
27095 2005-05-31  Masatake YAMATO  <jet@gyve.org>
27097         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27099         * help-fns.el (help-C-file-name): Add autoload mark for
27100         `find-function-noselect'.
27102 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27104         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27105         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27107 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27109         * calendar/diary-lib.el (mark-included-diary-files): Only kill
27110         included diary buffer if it was not already being visited.
27111         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27113         * calendar/icalendar.el (top-level): Do not require appt.
27115         * mail/supercite.el (sc-select-attribution): Only use a list
27116         element from sc-attrib-selection-list if it returns a string.
27117         Reported by Davide G. M. Salvetti <salve@debian.org>.
27119 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
27121         * thumbs.el (thumbs-thumbname): The resulting thumbname now
27122         includes a hash value to improve its uniqueness, and has a ".jpg"
27123         extension.  Also, it is now a valid filename on all systems.
27124         (thumbs-make-thumb): Use `let', not `let*'.
27125         (thumbs-show-thumbs-list): Check for JPEG availability.
27127 2005-05-30  Richard M. Stallman  <rms@gnu.org>
27129         * filesets.el (filesets-menu-ensure-use-cached):
27130         Prevent warning when emacs-version>= is undefined.
27132         * printing.el (pr-interactive-n-up): Use string-to-number.
27134         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27136         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27137         Warn only when name to be defined is quoted.
27139 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
27141         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27142         Make regexp more robust.
27143         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27144         Force regeneration of disassembly.
27146 2005-05-29  Jay Belanger  <belanger@truman.edu>
27148         * calc/calc.el (calc-user-invocation): Check if
27149         calc-invocation-macro is non-nil.
27151 2005-05-29  Juri Linkov  <juri@jurta.org>
27153         * add-log.el (change-log-font-lock-keywords):
27154         Add `+' to e-mail regexp to accept mail address with keywords.
27156         * man.el (Man-name-regexp): Add `:' to accept qualified names.
27158 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
27160         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27162         * ielm.el (inferior-emacs-lisp-mode): Ditto.
27164 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27166         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27167         Undo the change that moves to end of the current word.
27169 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27171         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27172         Throw error when count <= 0 to ensure input is a number.
27173         (gdb-read-memory-custom): Pick up address from buffer.
27174         (gdb-memory-mode): Allow user to increment and decrement
27175         memory address from header line.
27177 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27179         * flyspell.el (flyspell-version): Function deleted.
27180         (flyspell-auto-correct-previous-hook): Doc fix.
27182         * jit-lock.el (jit-lock-function, jit-lock-after-change):
27183         Do nothing if memory is full.
27185         * font-lock.el (font-lock-fontify-syntactically-region):
27186         Pass t for GREEDY to looking-back.
27188         * saveplace.el (save-place-alist-to-file): Write the file
27189         using write-region.
27191         * subr.el (looking-back): New argument GREEDY.
27193         * progmodes/compile.el (compilation-start): Set the mode
27194         before inserting the initial text.
27196         * progmodes/which-func.el (which-func-update-1): Turn the mode
27197         off in case of error by setting which-func-mode.
27199 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27201         * flyspell.el (flyspell-auto-correct-previous-word):
27202         Narrow down to what's on the screen, and recenter overlays
27203         at the end of the next word.
27205 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27207         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27208         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27209         (flyspell-abbrev-p): Default to nil.
27210         (flyspell-use-global-abbrev-table-p): Doc fix.
27211         (flyspell-large-region): Allow nil as value.
27212         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27214         (mail-mode-flyspell-verify): More robust handling
27215         of `mail-header-separator'.  More efficient signature detection.
27216         Allow for regexp metacharacters in message-header-separator.
27217         Adding `To' not to be checked in mail-mode-flyspell-verify.
27219         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27220         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27221         Bind flyspell-auto-correct-binding.
27222         Bind C-. and C-, .
27223         (flyspell-mode-map): Likewise.
27224         (flyspell-mode): Doc fix.
27225         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27226         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27227         (flyspell-word-cache-result): New var, always local.
27228         (flyspell-check-pre-word-p): Doc fix.
27229         (flyspell-check-changed-word-p): Handle spc like newline.
27230         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27231         (flyspell-word-search-backward, flyspell-word-search-forward):
27232         New functions.
27233         (flyspell-word): Return t if nothing to check.
27234         When parsing TeX code, check for after } or \.
27235         Use flyspell-word-search-backward to find previous word.
27236         Return nil if duplicated word.
27237         For word already checked, return same value as last time.
27238         Set flyspell-word-cache-result after checking.
27239         Don't clobber the return value.
27240         (flyspell-get-word): Major rewrite.
27241         (flyspell-external-point-words): New locals pword, pcount.
27242         Fix size used in progress message.
27243         Find the proper corresponding word in flyspell-large-region-buffer.
27244         (flyspell-region): Check for flyspell-large-region = nil.
27245         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27246         (flyspell-auto-correct-word): Check that WORD is a cons.
27247         (flyspell-correct-word): Likewise.
27249 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27251         * progmodes/make-mode.el (makefile-rule-action-regex)
27252         (makefile-macroassign-regex, makefile-makepp-mode)
27253         (makefile-bsdmake-mode): Continuation lines may be empty.
27254         Reported by Joshua Varner.
27255         (makefile-makepp-font-lock-keywords): Add $(stem).
27257 2005-05-28  Karl Berry  <karl@gnu.org>
27259         * textmodes/tex-mode.el: Now that tex-send-command calls
27260         shell-quote-argument (2005-03-31 change), remove all calls to
27261         shell-quote-argument; they all end up invoking tex-send-command.
27262         The double quoting loses on filenames with non-safe characters,
27263         such as "@".  Reported by Frederik Fouvry.
27265 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27267         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27268         about preserving point.
27270 2005-05-27  Jay Belanger  <belanger@truman.edu>
27272         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27273         Info-goto-node.
27275         * calc/calc-embed.el (calc-embed-arg): New variable.
27276         (calc-do-embedded-activate, calc-embedded-activate-formula)
27277         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27278         variable by new variable.
27279         (calc-embedded-make-info): Replace undeclared variable by new
27280         variable.  When selecting region with positive prefix
27281         argument, use end of previous line instead of beginning of line.
27283         * calc/calc-aent.el (calc-arg-values): Declare it.
27285         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27286         Declare them.
27288         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27290         * calc/calc.el (calc-alg-map): Declare it.
27292         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27294 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27296         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27297         (gdb-registers-buffer, toggle-gdb-all-registers):
27298         Toggle display of floating point registers.
27299         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27301         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27302         (toggle-gud-tooltip-dereference):
27303         Rename from gud-toggle-tooltip-dereference.
27305 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27307         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27309 2005-05-27  Jay Belanger  <belanger@truman.edu>
27311         * calc/calc-prog.el (calc-kbd-report): Remove.
27312         (calc-kbd-query): Rewrite.
27314 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27316         * image.el (image-library-alist): Move to image.c.
27317         (image-type-available-p): Doc fix.
27319 2005-05-27  Lute Kamstra  <lute@gnu.org>
27321         * calc/calc.el (calc):
27322         * outline.el (outline-1, outline-2, outline-3, outline-4)
27323         (outline-5, outline-6, outline-7, outline-8):
27324         * textmodes/dns-mode.el (dns-mode):
27325         * textmodes/sgml-mode.el (sgml-namespace-face):
27326         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27327         (tex-verbatim-face, tex-use-reftex):
27328         * textmodes/texinfo.el (texinfo-heading-face):
27329         Specify customization group.
27331         * longlines.el: Don't require easy-mmode.
27332         (longlines-visible-face): Specify customization group.
27334 2005-05-27  Kenichi Handa  <handa@m17n.org>
27336         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27337         encoding table of windows-1251.
27339         * international/ucs-tables.el (ucs-set-table-for-input):
27340         If translation-table-for-input of a coding system is a symbol, get
27341         its translation-table property.
27343         * international/code-pages.el: Don't register a coding system into
27344         non-iso-charset-alist more than once.
27345         (cp-make-coding-system): Likewise.
27347 2005-05-26  John Wiegley  <johnw@newartisans.com>
27349         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27350         `eshell-resume-eval' is wrapped in a list, it indicates that the
27351         command was run asynchronously.  In that case, unwrap the value
27352         before checking the delimiter value.
27354         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27355         character before a space at the end of a line is \, assume the space
27356         is part of the last argument rather than a final argument separator.
27358         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27359         is in use, and the target is `t' or `nil' (which are the most common
27360         values), don't assume that the symbol target is a buffer.
27362 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27364         * calendar/calendar.el (calendar-mode-line-format):
27365         Use mode-line-highlight as mouse-face.
27367         * time.el (display-time-string-forms, display-time-update):
27368         Use mode-line-highlight as mouse-face.
27370 2005-05-26  Jay Belanger  <belanger@truman.edu>
27372         * calc/calc.el (calc-language-alist): Remove extra defvar.
27374 2005-05-26  Lute Kamstra  <lute@gnu.org>
27376         * arc-mode.el (archive-mode):
27377         * bookmark.el (bookmark-read-annotation-mode)
27378         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27379         * bs.el (bs-mode):
27380         * calc/calc-yank.el (calc-edit-mode):
27381         * calc/calc.el (calc-mode, calc-trail-mode):
27382         * calculator.el (calculator-mode):
27383         * chistory.el (command-history-mode):
27384         * comint.el:
27385         * cus-edit.el (custom-mode):
27386         * descr-text.el (describe-text-mode):
27387         * ebuff-menu.el (Electric-buffer-menu-mode):
27388         * ediff-util.el (ediff-mode):
27389         * emacs-lisp/re-builder.el (reb-mode):
27390         * emulation/vi.el (vi-mode-setup):
27391         * emulation/ws-mode.el (wordstar-mode):
27392         * eshell/esh-mode.el (eshell-mode):
27393         * forms.el (forms-mode):
27394         * help-mode.el (help-mode):
27395         * hexl.el (hexl-mode):
27396         * ibuffer.el (ibuffer-mode):
27397         * ielm.el (inferior-emacs-lisp-mode):
27398         * info.el (Info-mode, Info-edit-mode):
27399         * international/swedish.el:
27400         * ledit.el (ledit-from-lisp-mode):
27401         * locate.el (locate-mode):
27402         * mail/rmail.el (rmail-mode):
27403         * mail/rmailedit.el (rmail-edit-mode):
27404         * mail/rmailsum.el (rmail-summary-mode):
27405         * mail/supercite.el (sc-electric-mode):
27406         * net/eudc.el (eudc-mode):
27407         * net/quickurl.el (quickurl-list-mode):
27408         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27409         * obsolete/ooutline.el (outline-mode):
27410         * obsolete/options.el (Edit-options-mode):
27411         * obsolete/rnews.el (news-mode):
27412         * obsolete/rnewspost.el (news-reply-mode):
27413         * play/5x5.el (5x5-mode):
27414         * play/decipher.el (decipher-mode, decipher-stats-mode):
27415         * play/gomoku.el (gomoku-mode):
27416         * play/snake.el (snake-mode):
27417         * play/solitaire.el (solitaire-mode):
27418         * play/tetris.el (tetris-mode):
27419         * progmodes/ada-mode.el (ada-mode):
27420         * progmodes/antlr-mode.el (antlr-mode):
27421         * progmodes/autoconf.el (autoconf-mode):
27422         * progmodes/dcl-mode.el (dcl-mode):
27423         * progmodes/delphi.el (delphi-mode):
27424         * progmodes/ebrowse.el (ebrowse-tree-mode)
27425         (ebrowse-electric-list-mode, ebrowse-member-mode)
27426         (ebrowse-electric-position-mode):
27427         * progmodes/f90.el (f90-mode):
27428         * progmodes/fortran.el (fortran-mode):
27429         * progmodes/icon.el (icon-mode):
27430         * progmodes/idlw-help.el (idlwave-help-mode):
27431         * progmodes/idlw-shell.el (idlwave-shell-mode):
27432         * progmodes/idlwave.el (idlwave-mode):
27433         * progmodes/inf-lisp.el (inferior-lisp-mode):
27434         * progmodes/m4-mode.el (m4-mode):
27435         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27436         * progmodes/modula2.el (modula-2-mode):
27437         * progmodes/octave-inf.el (inferior-octave-mode):
27438         * progmodes/octave-mod.el (octave-mode):
27439         * progmodes/pascal.el (pascal-mode):
27440         * progmodes/sh-script.el (sh-mode):
27441         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27442         * progmodes/vhdl-mode.el (vhdl-mode):
27443         * progmodes/xscheme.el (scheme-interaction-mode):
27444         * replace.el (occur-mode):
27445         * ses.el (ses-mode):
27446         * simple.el (completion-list-mode):
27447         * skeleton.el:
27448         * speedbar.el (speedbar-mode):
27449         * term.el (term-mode):
27450         * terminal.el (terminal-edit-mode):
27451         * textmodes/reftex-index.el (reftex-index-mode)
27452         (reftex-index-phrases-mode):
27453         * textmodes/reftex-sel.el (reftex-select-label-mode)
27454         (reftex-select-bib-mode):
27455         * textmodes/reftex-toc.el (reftex-toc-mode):
27456         * wdired.el (wdired-change-to-wdired-mode):
27457         * wid-browse.el (widget-browse-mode):
27458         Use run-mode-hooks.
27460         * array.el (array-mode):
27461         * calendar/todo-mode.el (todo-mode):
27462         * man.el (Man-mode):
27463         * play/landmark.el (lm-mode):
27464         * play/mpuz.el (mpuz-mode):
27465         Use kill-all-local-variables and run-mode-hooks.
27467         * subr.el (delay-mode-hooks): Specify indentation.
27469 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27471         * xml.el (xml-substitute-special): Don't die for undefined xml
27472         entities.
27474 2005-05-26  Jay Belanger  <belanger@truman.edu>
27476         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27477         of nil.
27479 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27481         * progmodes/gdb-ui.el (gdb-frame-address):
27482         Rename from gdb-current-address.
27483         (gdb-previous-frame-address): Rename from gdb-previous-address.
27484         (gdb-selected-frame): Rename from gdb-current-frame.
27485         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27486         (gdb-frame-number): Rename from gdb-current-stack-level.
27487         (gdb-ann3): Match new mode-name for disassembly buffer.
27488         Extend initialization of variables.
27489         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27490         (gdb-memory-mode): Use mouse-face in header line.
27491         (gdb-assembler-buffer-name): Call it disassembly and give frame
27492         in mode line.
27493         (gdb-source-spec-regexp, gdb-assembler-custom)
27494         (gdb-invalidate-assembler, gdb-frame-handler):
27495         Make robust to leading zeroes in address format.
27497 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27499         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27500         define `org-mode'.
27501         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27503 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27505         * log-edit.el (log-edit-changelog-entries): Distinguish between
27506         filenames like xfns.c and fns.c.
27508 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27510         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27511         point after reverting.
27512         (Buffer-menu-make-sort-button): Handle the case where
27513         `Buffer-menu-use-header-line' is nil.
27515 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27517         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27518         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27519         and `:' to them.
27521 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27523         * startup.el (normal-top-level): Allow modification of load-path while
27524         we're iterating over it.
27526 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27528         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27529         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27530         (thumbs-resize-interactive, thumbs-insert-image)
27531         (thumbs-insert-thumb, thumbs-dired-show-marked)
27532         (thumbs-find-image-at-point, thumbs-delete-images)
27533         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27534         (thumbs-increment-image-size, thumbs-decrement-image-size):
27535         Fix typos in docstrings.
27537 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27539         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27540         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27541         (cperl-mode): Use them.
27543 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27545         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27546         Doc fixes.
27548 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27550         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27551         Bind C-d to gdb-inferior-io-eof.
27553         * dired.el (dired-dnd-popup-notice): Use message-box.
27555 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27557         * bindings.el (mode-line-major-mode-keymap):
27558         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27560         * faces.el (mode-line-highlight): New face.
27562         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27563         as mouse-face.
27565         * bindings.el (top-level, help-echo, mode-line-modified)
27566         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27567         as mouse-face.
27569 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27571         * progmodes/cc-engine.el (c-guess-basic-syntax):
27572         Remove spurious call to `zerop'.
27574         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27576 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27578         CC Mode update to 5.30.10:
27580         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27581         could go past the limit in decoration level 2, thereby causing
27582         errors during interactive fontification.
27584         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27585         the file is evaluated interactively.
27587         * cc-engine.el (c-guess-basic-syntax): Handle operator
27588         declarations somewhat better in C++.
27590         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27591         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27592         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27593         (awk-mode): Use it.
27594         (make-local-hook): Suppress warning about obsoleteness.
27596         * cc-engine.el, cc-align.el, cc-cmds.el
27597         (c-append-backslashes-forward, c-delete-backslashes-forward)
27598         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27599         Compensate for return value from `forward-line' when it has moved
27600         but not to a different line due to eob.
27602         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27603         `objc-method-intro' and `objc-method-args-cont'.
27605 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27607         CC Mode update to 5.30.10:
27609         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27610         in the copyright statement.  Incidentally, change "along with GNU
27611         Emacs" to "along with this program" where it occurs.
27613         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27614         so that it is interactive, hence can be found by M-x awk-mode
27615         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27616         <gmorris+emacs@ast.cam.ac.uk>.
27618         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27619         Mode's regexps.
27621 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27623         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27624         c-parse-state, to avoid a lisp error (on bad code).
27626 2005-05-23  Lute Kamstra  <lute@gnu.org>
27628         * subr.el (font-lock-defaults): Remove defvar as it's already
27629         defined in font-core.el.
27631         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27633 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27635         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27636         more general and work when GDB variable "print pretty" is on,
27637         as with Emacs, for example.
27639 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27641         * font-core.el: Update comment.
27643         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27644         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27646         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27648 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27650         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27651         and `yank-handler' in the doc strings.
27653 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27655         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27657 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27659         * help.el (describe-key): Move print-help-return-message call
27660         out of conditional.
27662         * progmodes/etags.el (list-tags): Use with-no-warnings.
27664         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27665         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27666         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27668         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27670         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27671         Add defvar.
27673         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27674         Use defvar, not defconst.
27676         * hexl.el (hexl-follow-line): Use with-no-warnings.
27678         * emulation/tpu-extras.el: Use write-file-functions instead of
27679         write-file-hooks.
27681         * dired.el (dired-font-lock-keywords): Fontify files with junk
27682         extensions even if marked by -F.
27684 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27686         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27687         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27688         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27689         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27690         (concatenate, list-length, get*, getf, cl-remprop):
27691         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27692         (etypecase, progv, lexical-let, lexical-let*)
27693         (multiple-value-bind, multiple-value-setq, shiftf):
27694         Improve argument/docstring consistency.
27696         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27698 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27700         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27701         doesn't exist.
27703         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27704         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27706 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27708         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27709         already deleted variables: auto-fill-hook, blink-paren-hook,
27710         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27711         suspend-hooks, comment-indent-hook, meta-flag,
27712         before-change-function, after-change-function,
27713         font-lock-doc-string-face.
27715 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27717         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27719 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27721         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27722         rmail-dont-reply-to.
27724 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27726         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27727         literal blank when splitting new-header-values.
27729 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27731         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27732         string so that tmm doesn't create a completion entry for it.
27734         * textmodes/table.el (table-disable-menu): Ditto.
27736 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27738         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27740         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27742         * net/rcompile.el (remote-compile): Use compilation-start.
27744         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27746 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27748         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27749         Default to makefile-bsdmake-mode on BSD systems.
27751         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27752         REGEXP may also be a search function now.  The part of doc-string
27753         for describing the structure was 95% identical to that of
27754         `imenu--generic-function'.  Unify it there.
27756         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27757         Use function to find dependencies, because regexp alone is so complex,
27758         it easily goes into an endless loop.
27759         (makefile-makepp-mode): Also add submenu for Perl functions
27760         defined in the makefile.
27761         (makefile-bsdmake-mode): Special imenu-generic-expression no
27762         longer needed, due to function call.
27763         (makefile-match-dependency): Take BOUND into account when checking
27764         if we're through.
27766 2005-05-20  Jay Belanger  <belanger@truman.edu>
27768         * calc/calc-units.el (calc-invalidate-units-table):
27769         Use inhibit-read-only.
27770         (math-build-units-table-buffer): Use view-mode.
27772 2005-05-20  David Kastrup  <dak@gnu.org>
27774         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27775         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27777 2005-05-20  Lute Kamstra  <lute@gnu.org>
27779         * diff-mode.el (diff-header-face, diff-file-header-face)
27780         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27781         (diff-added-face, diff-changed-face, diff-function-face)
27782         (diff-context-face, diff-nonexistent-face): Put them in the
27783         diff-mode customization group.
27785 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27787         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27789         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27791         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27792         Minor regexp-optimization.
27794 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27796         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27797         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27798         (org-agenda-add-time-grid-maybe): New function.
27799         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27800         (org-table-create): `dotimes' instead of `mapcar'.
27801         (org-xor): Simplify implementation.
27802         (org-agenda): `inhibit-redisplay' turned on.
27803         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27804         a consistent line after a state change.
27805         (org-agenda-remove-times-when-in-prefix): New option.
27806         (org-prefix-has-time): New variable.
27807         (org-parse-time-string): Optional argument NODEFAULT.
27808         (org-format-agenda-item): Parse items for time-of-day
27809         specifications and move these into the prefix if possible.
27810         (org-agenda-priority): Get current heading, not previous heading
27811         during agenda remote editing.
27813 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27815         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27816         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27817         (remove-duplicates, delete-duplicates, substitute)
27818         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27819         (nsubstitute-if-not, find, find-if, find-if-not, position)
27820         (position-if, position-if-not, count, count-if, count-if-not)
27821         (mismatch, search, sort*, stable-sort, merge, member*)
27822         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27823         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27824         (intersection, nintersection, set-difference, nset-difference)
27825         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27826         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27827         (nsublis, tree-equal): Improve argument/docstring consistency.
27829         * subr.el (send-string, send-region): Remove obsolescence declaration.
27830         (window-dot, set-window-dot, read-input, show-buffer)
27831         (eval-current-buffer, string-to-int):
27832         Add release number to obsolescence declarations.
27834 2005-05-19  Kim F. Storm  <storm@cua.dk>
27836         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27837         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27839 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27841         * faces.el (list-faces-display): Make back button respect optional
27842         regexp arg.
27844 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27846         * calculator.el (calculator-radix-grouping-mode)
27847         (calculator-radix-grouping-digits, calculator-displayer)
27848         (calculator-radix-grouping-separator, calculator-copy-displayer):
27849         * dabbrev.el (dabbrev-search-these-buffers-only):
27850         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27851         (diff-advance-after-apply-hunk, diff-mode-hook)
27852         (diff-minor-mode-prefix):
27853         * imenu.el (imenu-use-popup-menu):
27854         * jit-lock.el (jit-lock-context-time):
27855         * newcomment.el (comment-fill-column, comment-column)
27856         (comment-style, comment-padding, comment-multi-line)
27857         (comment-empty-lines, comment-auto-fill-only-comments):
27858         * reveal.el (reveal-around-mark):
27859         * uniquify.el (uniquify-buffer-name-style)
27860         (uniquify-after-kill-buffer-p)
27861         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27862         (uniquify-min-dir-content, uniquify-separator)
27863         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27864         * w32-vars.el (w32-fixed-font-alist):
27865         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27866         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27867         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27868         * progmodes/perl-mode.el (perl-indent-level)
27869         (perl-continued-statement-offset, perl-continued-brace-offset)
27870         (perl-brace-offset, perl-brace-imaginary-offset)
27871         (perl-label-offset, perl-indent-continued-arguments)
27872         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27873         * progmodes/tcl.el (tcl-indent-level)
27874         (tcl-continued-indent-level, tcl-auto-newline)
27875         (tcl-tab-always-indent, tcl-electric-hash-style)
27876         (tcl-help-directory-list, tcl-use-smart-word-finder)
27877         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27878         (inferior-tcl-source-command):
27879         * textmodes/fill.el (enable-kinsoku):
27880         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27881         * textmodes/table.el (table-yank-handler):
27882         Specify missing group (and type, if simple) in defcustom.
27884 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27886         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27888 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27890         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27892         * subr.el (event-basic-type): Don't get an error.
27893         (left-fringe-p): Function deleted.
27895         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27896         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27898         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27899         in recursive copy.
27901         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27903         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27905         * emacs-lisp/bytecomp.el
27906         (byte-compile-file-form-custom-declare-variable):
27907         Call byte-compile-nogroup-warn if appropriate.
27909         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27910         (compilation-set-window): Don't call left-fringe-p; do it directly.
27912 2005-05-19  Jay Belanger  <belanger@truman.edu>
27914         * calc/calc-graph.el (calc-graph-format-data): Make sure
27915         var-PlotRejects is bound before trying to check its value.
27917 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27919         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27920         definition of this variable from reftex-global.el to reftex.el,
27921         because it is needed in the menu.
27923 2005-05-19  Lute Kamstra  <lute@gnu.org>
27925         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27926         years are fixed.  Don't insert a space after a dash.
27928 2005-05-19  Kim F. Storm  <storm@cua.dk>
27930         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27932 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27934         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27935         strings, because (eq ... ?\\) is fairly frequent.
27937         * progmodes/make-mode.el (makefile-add-this-line-targets):
27938         Simplify and integrate into `makefile-pickup-targets'.
27939         (makefile-add-this-line-macro): Simplify and integrate into
27940         `makefile-pickup-macros.
27941         (makefile-pickup-filenames-as-targets): Simplify.
27942         (makefile-previous-dependency, makefile-match-dependency):
27943         Don't stumble over `::'.
27945 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27947         * subr.el (post-command-idle-hook, post-command-idle-delay):
27948         Remove obsoletion of post-command-idle-hook and
27949         post-command-idle-delay.
27951         * faces.el (list-faces-display): Provide button when describe-face
27952         is called to take user back to the list of faces.
27954         * help-fns.el (describe-variable): Remove hyperlinks in a
27955         variable's value as these are quite frequently inappropriate.
27957         * follow.el (follow-submit-feedback, follow-mode):
27958         Remove references to post-command-idle-hook.
27960 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27962         * progmodes/make-mode.el (makefile-previous-dependency)
27963         (makefile-match-dependency): Check for := (and in bsd mode also
27964         !=) to give a better result, even when font-lock is not on.
27966 2005-05-18  Jay Belanger  <belanger@truman.edu>
27968         * calc/calc-help.el (calc-s-prefix-help):
27969         Add `calc-copy-special-constant' to help string.
27971 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27973         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27975 2005-05-18  Jay Belanger  <belanger@truman.edu>
27977         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27978         in linear factors are in proper order.
27980 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27982         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27983         Support for jurabib.
27985         * textmodes/reftex.el (featurep): Define aliases for overlay
27986         commands, for XEmacs compatibility, and use these aliases in
27987         overlay initializations.
27988         (reftex-highlight): Use `reftex-move-overlay'.
27989         (reftex-unhighlight): Use `reftex-delete-overlay'.
27990         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27991         (reftex-access-search-path): Use `reftex-uniquify' instead of
27992         `reftex-uniq'
27994         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27995         `before-string' property modification enables for Emacs as well.
27996         (reftex-select-item): Use `reftex-delete-overlay'.
27997         (reftex-select-mark): Use `reftex-make-overlay' and
27998         `reftex-overlay-put'.
27999         (reftex-select-unmark): Use `reftex-delete-overlay' and
28000         `reftex-overlay-put'.
28002 2005-05-18  Lute Kamstra  <lute@gnu.org>
28004         * emacs-lisp/lisp.el (check-parens): Fix docstring.
28006 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
28008         * add-log.el (add-change-log-entry):
28009         * array.el (array-make-template, array-reconfigure-rows)
28010         (array-init-max-row, array-init-max-column)
28011         (array-init-columns-per-line, array-init-field-width):
28012         * replace.el (replace-match-maybe-edit, perform-replace):
28013         * textmodes/spell.el (spell-region):
28014         Replace `read-input' by `read-string'.
28016         * forms.el (forms-mode):
28017         * finder.el (finder-compile-keywords):
28018         * shadowfile.el (shadow-read-files):
28019         Replace `eval-current-buffer' by `eval-buffer'.
28021         * terminal.el (te-pass-through):
28022         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28023         (ange-ftp-raw-send-cmd):
28024         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28025         (send-process-next-char, telnet-initial-filter, telnet):
28026         Replace `send-string' by `process-send-string'.
28028         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28029         (prolog-consult-region): Replace `send-string' by
28030         `process-send-string'; replace `send-region' by `process-send-region'.
28032         * progmodes/delphi.el (delphi-log-msg):
28033         Replace `set-window-dot' by `set-window-point'.
28035         * subr.el (window-dot, set-window-dot, read-input, send-string)
28036         (send-region, show-buffer, eval-current-buffer):
28037         Make really obsolete, as the comment says.
28039 2005-05-17  Kim F. Storm  <storm@cua.dk>
28041         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28042         (cua--init-keymaps): Bind C-return instead of S-return to set
28043         rectangle mark.
28045         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28046         instead of S-return to toggle/clear rectangle mark.
28048 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
28050         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28051         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28052         Also fontify plain strings assigned to variables, mostly so that a
28053         colon has a face and is thus not taken as a dependency separator.
28054         (makefile-previous-dependency): Inline the new matcher, because it
28055         is too complex to work in both directions.
28056         (makefile-match-dependency): Eliminate `backward' arg (see above).
28057         Completely reimplemented so as to not sometimes go into an endless
28058         loop.  It should also be more efficient, because first it only
28059         searches for `:', instead of applying the very complex regexp.
28060         (makefile-mode): Cancel `font-lock-support-mode', because blocks
28061         to be fontified in one piece can be too long for JIT.
28062         Makefiles are never *that* big.
28064 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
28066         * dired.el (dired-mode): Simplify.
28068 2005-05-17  Lute Kamstra  <lute@gnu.org>
28070         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28071         defcustom for the mode hook variable.
28073         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28074         Emacs Lisp Reference Manual.
28076 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
28078         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28079         (evenp, list*):
28080         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28081         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28083         * net/tramp-smb.el (tramp-smb-open-connection):
28084         Pass `tramp-chunksize' as fifth (required) argument.
28086 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
28088         * font-lock.el (lisp-font-lock-keywords-1):
28089         Set `font-lock-negation-char-face' for [^...] char group.
28090         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28092         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28093         a var, and refine it to mask one more level of nested vars.
28094         (makefile-rule-action-regex): Turn it into a var, and refine it so
28095         it recognizes backslashed continuation lines as belonging to the
28096         same command.
28097         (makefile-macroassign-regex): Refine it so it recognizes
28098         backslashed continuation lines as belonging to the same command.
28099         (makefile-var-use-regex): Don't look at the next char, because it
28100         might be the same one to be skipped by the initial [^$], leading
28101         to an overlooked variable use.
28102         (makefile-make-font-lock-keywords): Remove two parameters, which
28103         are now variables that some of the modes set locally.
28104         Handle dependency and rule action matching through functions, because
28105         regexps alone match too often.  Dependency matching now comes
28106         last, so it can check, whether a colon already matched something else.
28107         (makefile-mode): Inform that font-lock improves makefile parsing
28108         capabilities.
28109         (makefile-match-dependency, makefile-match-action): New functions.
28111 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
28113         * emacs-lisp/cl-extra.el (equalp): Doc fix.
28115         * align.el (align-regexp):
28116         * ansi-color.el (ansi-color-get-face):
28117         * array.el (array-reconfigure-rows, array-init-max-row)
28118         (array-init-max-column, array-init-columns-per-line)
28119         (array-init-field-width):
28120         * dired-aux.el (dired-trample-file-versions):
28121         * dired-x.el (dired-mark-sexp):
28122         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28123         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28124         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28125         * faces.el (face-read-integer):
28126         * files.el (backup-extract-version, insert-directory):
28127         * hexl.el (hexl-insert-decimal-char):
28128         * server.el (server-process-filter):
28129         * shell.el (shell-extract-num):
28130         * startup.el (command-line-1):
28131         * term.el (term-command-hook):
28132         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28133         (time-stamp-do-number):
28134         * time.el (display-time-update):
28135         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28136         (timezone-fix-time):
28137         * vms-patch.el (vms-suspend-resume-hook):
28138         * calendar/appt.el (appt-convert-time):
28139         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28140         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28141         * calendar/cal-islam.el (mark-islamic-diary-entries):
28142         * calendar/calendar.el (calendar-cursor-to-date)
28143         (calendar-star-date):
28144         * calendar/diary-lib.el (diary-attrtype-convert)
28145         (mark-diary-entries, diary-entry-time):
28146         * calendar/solar.el (solar-get-number):
28147         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28148         * emacs-lisp/re-builder.el (reb-display-subexp):
28149         * emulation/edt.el (edt-set-scroll-margins):
28150         * emulation/tpu-extras.el (tpu-set-scroll-margins):
28151         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28152         (vip-get-ex-count):
28153         * emulation/viper-ex.el (viper-get-ex-token)
28154         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28155         * international/fontset.el (fontset-plain-name):
28156         * mail/feedmail.el (feedmail-look-at-queue-directory):
28157         * mail/mailalias.el (mail-get-names):
28158         * mail/rmail.el (rmail-convert-to-babyl-format):
28159         * mail/rmailsum.el (rmail-make-basic-summary-line)
28160         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28161         (rmail-summary-goto-msg):
28162         * mail/smtpmail.el (smtpmail-read-response):
28163         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28164         (ange-ftp-vms-add-file-entry):
28165         * play/gametree.el (gametree-looking-at-ply)
28166         (gametree-current-branch-score):
28167         * progmodes/ada-xref.el (ada-prj-find-prj-file)
28168         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28169         * progmodes/cperl-mode.el (condition-case):
28170         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28171         (ebrowse-set-member-buffer-column-width)
28172         (ebrowse-select-1st-to-9nth):
28173         * progmodes/etags.el (etags-snarf-tag):
28174         * progmodes/flymake.el (flymake-parse-line):
28175         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28176         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28177         (idlwave-shell-menu-def):
28178         * progmodes/ps-mode.el (ps-run-goto-error):
28179         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28180         (vhdl-speedbar-contract-level):
28181         * term/mac-win.el (x-handle-numeric-switch):
28182         * term/sun-mouse.el (sun-get-frame-data):
28183         * term/w32-win.el (x-handle-numeric-switch):
28184         * term/x-win.el (x-handle-numeric-switch):
28185         * textmodes/ispell.el (ispell-parse-output):
28186         * textmodes/nroff-mode.el (nroff-outline-level):
28187         * textmodes/reftex-cite.el (reftex-bib-sort-year)
28188         (reftex-bib-sort-year-reverse, reftex-format-citation):
28189         * textmodes/reftex-parse.el (reftex-init-section-numbers)
28190         (reftex-section-number):
28191         * textmodes/texinfmt.el (texinfo-paragraphindent):
28192         Replace `string-to-int' by `string-to-number'.
28194         * international/latexenc.el: Add page marker to force the "Local
28195         Variables:" string out of the last page.
28197 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28199         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28200         tooltip-change-major-mode.
28201         (gud-tooltip-print-command): Remove case where gud-minor-mode
28202         is gdb ("--fullname").
28203         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28204         explain to user.
28206 2005-05-16  Jay Belanger  <belanger@truman.edu>
28208         * calc/calc-store.el (calc-copy-special-constant): New function.
28210         * calc/calc-ext.el (calc-init-extensions): Add binding for
28211         `calc-copy-special-constant'.
28213         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28214         for the `calc-copy-special-constant' command.
28216 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28218         * subr.el (left-fringe-p): New function.
28220         * progmodes/compile.el (compilation-setup): Set local value of
28221         overlay-arrow-string to "" always.
28222         (compilation-set-window): Left fringe then don't scroll.
28223         No left fringe then no arrow and scroll message to top.
28224         (compilation-context-lines): Adjust doc string accordingly.
28226 2005-05-16  Kim F. Storm  <storm@cua.dk>
28228         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28229         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28230         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28231         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28232         (ido-read-file-name): Handle commands with ido property value
28233         equal to find-file as reading a file name, to allow C-d to enter dired.
28234         (ibuffer-find-file): Add ido property with value find-file.
28236 2005-05-15  Kim F. Storm  <storm@cua.dk>
28238         * subr.el (open-network-stream-nowait): Remove.
28239         (open-network-stream-server): Remove.
28241 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28243         * faces.el (describe-face): Output a definition link button.
28245         * help-mode.el (help-face-def): New button type.
28247         * emacs-lisp/copyright.el (copyright-fix-years):
28248         Match properly if the first year is 2-digit.
28249         Don't mess up the whitespace after the years by filling.
28251         * dired-aux.el (dired-mark-confirm):
28252         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28254         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28255         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28256         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28258         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28259         Set font-lock-comment-start-skip.
28261         * font-lock.el (font-lock-comment-start-skip): New variable.
28262         (font-lock-comment-end-skip): New variable.
28263         (font-lock-fontify-syntactically-region): Use them if non-nil.
28265 2005-05-15  Jay Belanger  <belanger@truman.edu>
28267         * calc/calc-store.el (calc-store-value): Return a string rather
28268         than display it as a message.
28269         Use calc-var-name for variable name.
28270         (calc-store-into): Add the result of calc-store-value to message.
28271         (calc-copy-variable): Add a message.
28272         (calc-store-exchange): Improve error messages.
28273         (calc-store-binary, calc-store-map): Don't reset the values of
28274         special constants.
28276 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28278         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28279         manual to docstring.
28281         * files.el (hack-local-variables-confirm): Add STRING argument.
28282         Make the function handle non file visiting buffers correctly.
28283         (hack-local-variables-prop-line, hack-local-variables)
28284         (hack-one-local-variable): Use STRING arg of
28285         `hack-local-variables-confirm'.
28287 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28289         Sync with Tramp 2.0.49.
28291         * net/tramp.el (tramp-handle-dired-call-process)
28292         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28293         because the contents of the Tramp buffer is changed before
28294         insertion (`expand-file' and alike).
28295         (tramp-handle-insert-directory): If `localname' has an empty
28296         nondirectory name, it must not be quoted.
28297         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28298         variable `tramp-chunksize'.  Change callees.
28299         (tramp-open-connection-setup-interactive-shell): Check remote host
28300         for buggy `send-process-string' implementation.
28301         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28302         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28303         (tramp-handle-shell-command): `insert-buffer' cannot be used
28304         because the contents of the Tramp buffer is changed before
28305         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28306         <frederic.bothamy@free.fr>.
28307         (tramp-set-auto-save): Actions should be done for Tramp file name
28308         handler only.  Ange-FTP has its own auto-save mechanism.
28309         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28310         (tramp-set-auto-save-file-modes): Set file modes of
28311         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28312         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28313         (tramp-bug): Remove obsolete variable.
28314         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28315         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28317 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28319         * ibuf-ext.el (define-ibuffer-filter filename):
28320         If `dired-directory' is a list, use its car.
28322 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28324         * ibuffer.el (define-ibuffer-column filename):
28325         If `dired-directory' is a list, use its car.
28327 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28329         * subr.el (symbol-file): Doc fix.
28331         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28332         (byte-compile-form): Call byte-compile-nogroup-warn.
28333         (byte-compile-warning-types): Doc fix.
28335         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28337         * progmodes/cc-engine.el (c-literal-faces):
28338         Add font-lock-comment-delimiter-face.
28340         * net/net-utils.el (dig): Use with-no-warnings.
28342         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28343         (sc-recite-frame-alist, sc-default-cite-frame)
28344         (sc-default-uncite-frame, sc-default-recite-frame)
28345         (sc-attrib-selection-list, sc-rewrite-header-list):
28346         Mark as risky-local-variable.
28348         * international/ogonek.el (ogonek-jak, ogonek-how):
28349         Don't use beginning-of-buffer.
28351         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28353         * calendar/solar.el (solar-data-list): Move definition up.
28355         * dnd.el (dnd-protocol-alist): Add autoload.
28357         * progmodes/sh-script.el: Many doc usage fixes.
28358         (sh-indent-after-do): Change default to match common styles.
28360 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28362         * files.el (interpreter-mode-alist)
28363         (auto-mode-interpreter-regexp): Doc fixes.
28365 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28367         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28369         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28371 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28373         * dired.el (dired-mode): make-variable-buffer-local =>
28374         make-local-variable.
28376 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28378         * term/mac-win.el (mac-select-convert-to-string): Try coding
28379         systems in mac-script-code-coding-systems if specified one cannot
28380         encode string for `com.apple.traditional-mac-plain-text'.
28382 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28384         * progmodes/make-mode.el (makefile-targets-face)
28385         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28386         (makefile-dependency-regex): Fix it to not make the colon in
28387         $(var:a=b) special.
28388         (makefile-rule-action-regex): New regexp for highlighting embedded
28389         Shell strings.
28390         (makefile-macroassign-regex): Handle != for highlighting as
28391         embedded Shell strings.
28392         (makefile-var-use-regex): New const.
28393         (makefile-statements, makefile-automake-statements)
28394         (makefile-gmake-statements, makefile-makepp-statements)
28395         (makefile-bsdmake-statements): New consts.
28396         (makefile-make-font-lock-keywords): New function.
28397         (makefile-automake-font-lock-keywords)
28398         (makefile-gmake-font-lock-keywords)
28399         (makefile-makepp-font-lock-keywords)
28400         (makefile-bsdmake-font-lock-keywords): New consts.
28401         (makefile-mode-map): Add switchers between the various submodes.
28402         (makefile-mode): Document the availability of the variants.
28403         (makefile-automake-mode, makefile-gmake-mode)
28404         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28406         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28407         new variants of makefile-mode.
28409 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28411         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28412         the inheritance.
28414 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28416         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28417         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28419         * files.el (normal-mode): Extend the scope of the
28420         `enable-local-variables' binding to include the `set-auto-mode' call.
28421         (magic-mode-alist): Doc fix.
28423 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28425         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28426         font-lock-comment-face rather than copying its setting.
28428 2005-05-12  Andreas Schwab  <schwab@suse.de>
28430         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28432 2005-05-12  Lute Kamstra  <lute@gnu.org>
28434         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28435         defcustom for the mode hook variable.  Delete the last argument.
28436         * generic-x.el: Fix callers of define-generic-mode.
28437         (generic-x-modes): Delete group.
28438         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28439         generic-x customization group.
28441 2005-05-12  Kim F. Storm  <storm@cua.dk>
28443         * font-lock.el (font-lock-negation-char-face): Default to "off".
28445         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28446         font-lock-negation-char-face to ! in !=.
28448 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28450         * add-log.el (find-change-log): Fix typos in the docstring
28451         of function.
28453 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28455         * international/latexenc.el (latexenc-find-file-coding-system):
28456         Avoid `re-search-forward' when looking for input encoding because
28457         of speed and safety.  Better regular expressions for recognizing
28458         input encoding.  Limit a search for TeX-master/tex-main-file to
28459         the local variable section.
28461 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28463         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28464         syntax of $ to "'" (quote).
28466 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28468         * dnd.el (dnd-protocol-alist): Improve custom type.
28470         * dired.el (dired-dnd-protocol-alist): New variable.
28471         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28472         `dired-mode-hook' to the end.
28474 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28476         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28477         comment-end if comment-start-skip is not set.
28478         Obey the font-lock-comment-delimiter-face variables.
28480 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28482         * files.el (executable-find): Move from executable.el.  Use
28483         locate-file.
28484         * progmodes/executable.el (executable-find): Move to files.el.
28486         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28487         when trying to ensure forward progress.
28489 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28491         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28492         (mouse-select, mouse-select-internal, mouse-extend-internal):
28493         Use it to implement mouse-1-click-follows-link functionality.
28495 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28497         * font-lock.el (font-lock-fontify-syntactically-region):
28498         Use font-lock-comment-delimiter-face for comment delimiters.
28500 2005-05-10  Jay Belanger  <belanger@truman.edu>
28502         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28503         preserving embedded modes.
28505 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28507         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28509         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28510         Move from ada-stmt.el.
28511         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28513         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28514         Move to ada-mode.el.
28515         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28517         * cus-edit.el (custom-file): Call file-chase-links.
28519         * files.el (read-directory-name): Fix previous change.
28520         (hack-local-variables-confirm): New function.
28521         (hack-local-variables-prop-line, hack-local-variables)
28522         (hack-one-local-variable): Use it.
28524 2005-05-10  Lute Kamstra  <lute@gnu.org>
28526         * font-lock.el (font-lock-keywords-alist)
28527         (font-lock-removed-keywords-alist): Clarify docstrings.
28529 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28531         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28532         (gdb-source-info): Check for preprocessor info.
28533         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28534         a macro for a function.
28535         (gdb-info-breakpoints-custom): Try to find file again if not already
28536         found (user might have used GDB dir command).
28537         (gdb-get-location): Update gdb-location-alist correctly for change
28538         to gdb-info-breakpoints-custom.
28540         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28541         (gud-tooltip-print-command): Add gdbmi case.
28542         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28543         preprocessor info.
28545 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28547         * startup.el (fancy-splash-insert): Fix typo in doc string.
28549 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28551         * obsolete/float.el (string-to-float):
28552         * obsolete/hilit19.el (hilit-add-pattern):
28553         * obsolete/rnews.el (news-parse-range, news-select-message)
28554         (news-get-pruned-list-of-files): Replace `string-to-int' by
28555         `string-to-number'.
28557         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28558         `find-file-not-found-hooks'; use `add-hook'.
28559         (uncompress-while-visiting): Set `write-file-functions', not
28560         `write-file-hooks'; use `add-hook'.
28562 2005-05-09  Kim F. Storm  <storm@cua.dk>
28564         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28565         (cua-paste): Handle clipboard action.
28566         (cua--init-keymaps): Remap clipboard-kill-region and
28567         clipboard-kill-ring-save.
28569 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28571         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28572         Improve commentary.
28574         * simple.el (next-error-overlay-arrow-position): Revert the change
28575         made on 2005-04-30.
28577 2005-05-07  Jay Belanger  <belanger@truman.edu>
28579         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28580         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28581         `calc-sel-reselect'.
28583         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28584         Calc is in embedded mode.
28586 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28588         * progmodes/compile.el (compilation-setup):
28589         Set overlay-arrow-string to an empty string on text terminals.
28591         * textmodes/ispell.el (ispell-program-name): Try looking for
28592         "aspell" along exec-path, and if found, use it as the default
28593         speller program.
28595 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28597         * international/mule.el (sgml-xml-auto-coding-function):
28598         Recognize encoding='FOO' in single quotes as well as in double quotes.
28600 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28602         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28603         as well as `interactive', so that defmacro* would recognize
28604         `declare' forms.
28606 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28608         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28609         Explain more about the LIGHTER arg's usage in the doc string.
28610         Add commentary to clarify what the code does.  Fix the regexp that
28611         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28612         since it could have characters special to regular expressions.
28614 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28616         * replace.el (occur-1): Bind inhibit-read-only so that
28617         erase-buffer doesn't barf on read-only text properties (likewise
28618         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28619         (occur-engine): Don't set buffer-read-only here.
28621 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28623         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28624         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28625         sometimes mistakenly reused as a *cvs* buffer.
28627 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28629         * tooltip.el: Move code for GUD tooltips into gud.el.
28630         (require): CL no longer needed to compile case.
28631         (tooltip-mode): Do not toggle functions for GUD tooltips.
28632         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28633         gud-tooltip-mode in gud.el.
28634         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28635         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28636         tooltip-gud prefix with gud-tooltip and obsolete.
28637         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28638         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28639         (tooltip-mouse-motion): Mouse movement functions/variable.
28640         Rename in gud.el by adding gud prefix.
28641         (tooltip-gud-original-filter, tooltip-gud-dereference)
28642         (tooltip-gud-event, tooltip-toggle-gud-tips)
28643         (tooltip-gud-process-output, tooltip-gud-print-command)
28644         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28645         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28646         (gdb-tooltip-print): Move to gdb-ui.el.
28648         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28649         (require): CL needed to compile case.
28650         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28651         tooltip-gud-tips-p.  Make it a minor-mode.
28652         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28653         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28654         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28655         (gud-tooltip-change-major-mode)
28656         (gud-tooltip-activate-mouse-motions-if-enabled)
28657         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28658         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28659         (gud-tooltip-original-filter, gud-tooltip-dereference)
28660         (gud-tooltip-event, tooltip-toggle-gud-tips)
28661         (gud-tooltip-process-output, gud-tooltip-print-command)
28662         (gud-tooltip-tips): Move from tooltip.el.
28664         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28665         (gdb-cpp-define-alist-flags): Doc fix.
28666         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28667         gud-tooltip-mode is t.
28669 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28671         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28672         evaporate if their text is deleted.
28673         (goto-address-at-point): Make it work as a mouse binding as well.
28674         (goto-address-at-mouse): Obsolete it.  Update users.
28676 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28678         * calendar/appt.el (top-level): No longer activate on load.
28680 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28682         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28683         * net/webjump.el (webjump):
28684         * progmodes/idlw-help.el (idlwave-do-context-help1)
28685         (idlwave-highlight-linked-completions):
28686         * textmodes/po.el (po-find-file-coding-system-guts):
28687         Replace `assoc-ignore-case' by `assoc-string'.
28689 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28691         * files.el (locate-file): Doc fix.
28693         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28694         Remove the redundant test for ms-dos.
28696         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28697         look for the preprocessor with exec-suffixes.  If not found in
28698         standard places, look in exec-path.  Remove most of the tests that
28699         used system-type.
28701         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28703         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28705         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28706         file-name clash with jka-compr.el on 8+3 filesystems.
28708 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28710         * term/mac-win.el: Don't define or bind scroll bar functions if
28711         x-toolkit-scroll-bars is t.
28712         (x-select-text, x-get-selection-value): Clear
28713         x-last-selected-text-clipboard if x-select-enable-clipboard is
28714         nil.
28715         (PRIMARY): Put mac-scrap-name property.
28716         (mac-select-convert-to-file-url): New function.
28717         (public.file-url): New selection target type.  Add to
28718         selection-converter-alist.
28719         (x-get-selection, x-selection-value): Handle it.
28720         (x-cut-buffer-or-selection-value): New alias.
28722 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28724         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28725         entry to avoid calling bibtex-find-entry with arg global
28726         being t.  Remove arg key.
28727         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28728         (bibtex-copy-summary-as-kill): Change accordingly.
28730 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28732         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28733         (org-agenda-date-later): Use with-current-buffer.
28735 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28737         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28738         (define-obsolete-variable-alias): Doc Fixes.
28740 2005-05-06  Kim F. Storm  <storm@cua.dk>
28742         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28743         vertical-motion when selective-display is active.
28745         * ido.el (ido-setup-hook): New hook.
28746         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28747         (ido-input-stack): New var.
28748         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28749         ido-next-work-file binding to M-O.
28750         Bind M-f to ido-wide-find-file-or-pop-dir.
28751         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28752         (ido-read-internal): Run ido-setup-hook.
28753         Catch quit in read-file-name and read-string to cancel edit.
28754         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28755         Automatically pop-all when completing a directory name (RET).
28756         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28757         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28758         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28759         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28760         New functions for M-b/M-f to move among the directory components.
28761         (ido-make-merged-file-list): Catch quit to cancel merge.
28762         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28763         (ido-completion-help): No warnings for ido-completion-buffer-full.
28765 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28767         * font-lock.el (font-lock-negation-char-face): New face and variable.
28768         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28769         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28770         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28771         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28773 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28775         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28776         Fix typo in docstring.
28778         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28779         (ebrowse-print-statistics-line)
28780         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28782         * term/w32-win.el (image-library-alist): Add additional name for
28783         Xpm library.
28785 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28787         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28788         use gcc instead of cpp.
28790         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28791         (gdb-create-define-alist): Use it.
28792         (gdb-cpp-define-alist-program): Update for MS-DOS.
28794 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28796         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28798 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28800         * help.el (describe-key): No error when UNTRANSLATED is nil.
28802         * simple.el (line-move-1): Fix previous change to signal errors
28803         appropriately.
28805 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28807         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28808         (icalendar-duration-correction): Remove.
28809         (icalendar--get-event-properties): Split result at commas.
28810         (icalendar--decode-isoduration): New optional argument
28811         DURATION-CORRECTION.
28812         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28813         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28814         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28815         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28816         (icalendar--convert-anniversary-to-ical): New functions, extracted
28817         from icalendar-export-region, with bug fixes.
28818         (icalendar-export-region): Use the above functions.
28819         (icalendar-import-buffer): Check before saving diary file.
28820         (icalendar--convert-recurring-to-diary)
28821         (icalendar--convert-non-recurring-all-day-to-diary)
28822         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28823         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28824         (icalendar--convert-ical-to-diary): Use the above functions.
28826 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28828         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28829         Remove these recent additions.
28830         (c-mode): Restore to before 2005-04-28.
28832         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28833         recent addition.
28835         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28836         (gdb-define-alist): New variables.
28837         (gdb-create-define-alist): New function.
28838         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28839         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28840         with string-to-number.
28841         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28843         * progmodes/gud.el: Replace string-to-int with string-to-number.
28844         (gud-find-file): Handle gdb-define-alist.
28846         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28848 2005-05-02  Jay Belanger  <belanger@truman.edu>
28850         * calc/calc-aent.el (math-read-token):
28851         * calc/calc-bin.el (calc-word-size):
28852         * calc/calc-ext.el (calc-read-number-fancy):
28853         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28854         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28855         * calc/calc-frac.el (calc-over-notation):
28856         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28857         (calc-graph-num-points, calc-graph-init):
28858         * calc/calc-prog.el (calc-read-parse-table-part)
28859         (calc-edit-macro-repeats):
28860         * calc/calc-yank.el (calc-do-grab-rectangle):
28861         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28862         Replace `string-to-int' by `string-to-number'.
28864 2005-05-02  Kim F. Storm  <storm@cua.dk>
28866         * kmacro.el: Use executing-kbd-macro-index variable.
28868 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28870         * net/rlogin.el (rlogin-parse-words): Delete func.
28871         (rlogin): Use split-string, not rlogin-parse-words.
28872         Also, if there are option-like elements in the parsed args,
28873         take the host to be the first arg immediately following them.
28874         Suggested by Michael Mauger.
28876 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28878         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28880 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28882         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28883         (cc-mode-cpp-program): Rename to cc-define-list-program and
28884         move to cc-vars.el.
28886         * progmodes/cc-vars.el (cc-define-list-program):
28887         Change to "gcc -E -dM -".  Make customizable.
28889 2005-05-02  Kim F. Storm  <storm@cua.dk>
28891         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28893 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28895         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28897         * international/mule-util.el (truncate-string): Remove alias and
28898         obsolete declaration.
28900         * international/mule-cmds.el (update-iso-coding-systems):
28901         Remove alias and obsolete declaration.
28903         * international/mule.el (coding-system-parent): Remove alias and
28904         obsolete declaration.
28906         * subr.el (define-function, sref): Remove aliases and obsolete
28907         declarations.
28908         (chars-in-region): Remove obsolete declaration.
28910 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28912         * info.el (Info-mode): Set widen-automatically to nil, locally.
28914         * simple.el (widen-automatically): New variable.
28915         (pop-global-mark): Obey widen-automatically.
28917 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28919         * term/xterm.el (function-key-map): Call substitute-key-definition
28920         before the keymap size is increased by a lot of define-key calls.
28922 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28924         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28925         Rename ARG to ELEMENT.  Doc fix.
28927 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28929         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28930         Remove references to allout-exposure/change to allout-new-exposure.
28932         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28933         bytecode symbols.
28935         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28936         (compiled-function-p, focus-frame, unfocus-frame):
28937         Remove aliases and obsolete declarations.
28938         Back out inadvertent changes from previous commit.
28940 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28942         * files.el (require-final-newline): Make Custom tags consistent
28943         with mode-require-final-newline.
28944         (mode-require-final-newline): Doc fix.
28946 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28948         * international/latexenc.el (latexenc-find-file-coding-system):
28949         Fix regular expressions.
28951 2005-05-01  David Kastrup  <dak@gnu.org>
28953         * international/latexenc.el (latexenc-find-file-coding-system):
28954         Fix regular expressions.
28956 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28958         * subr.el (string-to-int): Make obsolete.
28960 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28962         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28964         * loadup.el: load jka-comp-hook.
28966         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28967         (jka-compr-handler): Add autoload.  `put' calls moved
28968         to jka-comp-hook.el.
28969         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28970         (jka-compr-inhibit): Autoload.
28972         * jka-comp-hook.el: New file.
28973         Enable the mode by default.
28975         * files.el (backup-buffer-copy): Use copy-file instead
28976         of write-region, and put back the 'excl.
28978 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28980         * progmodes/flymake.el (flymake-split-string)
28981         (flymake-split-string, flymake-log, flymake-pid-to-names)
28982         (flymake-reg-names, flymake-get-source-buffer-name)
28983         (flymake-unreg-names, flymake-add-line-err-info)
28984         (flymake-add-err-info): Clarify docstrings.
28985         (flymake-popup-menu, flymake-make-emacs-menu)
28986         (flymake-make-xemacs-menu): Add docstrings.
28987         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28988         Set variables directly throughout.
28990 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28992         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28993         exists.  Initialize cc-define-alist.
28994         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28995         If there is no file (Macroexpansion) don't create an alist.
28997 2005-04-29  Sam Steingold  <sds@gnu.org>
28999         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29000         (cc-create-define-alist): Use it instead of the hard-coded string.
29002 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29004         * international/mule-conf.el (file-coding-system-alist): Fix regexp
29005         for latexenc.
29007 2005-04-29  Lute Kamstra  <lute@gnu.org>
29009         * emacs-lisp/generic.el: Improve commentary section.
29010         (define-generic-mode): Improve docstring.
29012 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
29014         * textmodes/org.el (many places): Change to quiet the byte compiler.
29015         (org-prefix-format-compiled): New variable.
29016         (org-compile-prefix-format): New function.
29017         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29018         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29019         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29020         (org-get-entries-from-diary): Use `org-get-time-of-day' for
29021         consistency with entries from `org-mode' files.
29022         (org-get-time-of-day): Fix bug with partial matches early in a line.
29023         (org-non-link-chars): New constant.
29024         (org-link-regexp): Respect `org-non-link-chars'.
29025         (org-agenda-day-view): Remove command.
29026         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29027         (org-follow-bbdb-link, org-store-link): Search also company field.
29028         (org-highlight-overlay): New variable.
29029         (org-highlight, org-unhighlight): New functions.
29030         (org-agenda-mode): Add pre-command-hook to remove highlight.
29031         (org-evaluate-time-range): Behavior depends upon whether time stamp
29032         contains a time or not.
29033         (org-show-subtree, org-show-entry): New functions.
29034         (org-agenda-cleanup-fancy-diary): Remove empty lines.
29036 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
29038         * comint.el (comint-output-filter-functions): Add autoload cookie.
29040 2005-04-28  Kim F. Storm  <storm@cua.dk>
29042         * ido.el (ido-everywhere): Fix last change.
29044 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29046         * international/latexenc.el: New file.
29047         * international/mule-conf.el (file-coding-system-alist): For .tex,
29048         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29050 2005-04-28  Lute Kamstra  <lute@gnu.org>
29052         * font-lock.el (font-lock-add-keywords)
29053         (font-lock-remove-keywords): Clarify docstring.
29054         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29055         Don't start docstrings with a `*'.
29056         (font-lock-update-removed-keyword-alist): Give it a docstring.
29058         * generic-x.el: Update commentary section.
29059         Only require font-lock when compiling.
29060         Define all modes conditionally.
29061         Place all generic modes in the generic-x-modes customization group.
29062         (generic-x-modes): New customization group.
29063         (generic-default-modes, generic-mswindows-modes)
29064         (generic-unix-modes, generic-other-modes): New constants.
29065         (generic-define-mswindows-modes, generic-define-unix-modes):
29066         Update docstrings.  Make them obsolete.
29067         (generic-extras-enable-list): New default value.  Update docstring.
29068         Improve :type.  Change :set function.
29069         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29070         Fix docstring.
29072         * emacs-lisp/generic.el (generic-mode-internal):
29073         Simplify font-lock-defaults.
29074         (define-generic-mode): Fix docstring.
29076 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29078         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29079         font-lock-face property to highlight matches.
29081 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
29083         * progmodes/cc-mode.el (cc-create-define-alist): New function.
29084         (cc-define-alist): New variable.
29085         (c-mode): Make it local and initialize it.
29087         * progmodes/gdb-ui.el (gdb-active-process): New variable.
29088         (gdb-exited): New function.
29089         (gdb-annotation-rules): Use it.
29090         (gdb-starting): Set gdb-active-process to t.
29091         (gdb-stopping): Amend doc string.
29092         (gdb-reset): Set gdb-active-process to nil.
29094         * tooltip.el (tooltip-gud-tips): Show the associated #define
29095         directives when a C program under GDB is not executing.
29097 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29099         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29100         font-lock-fontify-syntactic-keywords.
29102         * font-lock.el (font-lock-default-fontify-region): Don't force
29103         parse-sexp-lookup-properties to nil.
29105 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
29107         * man.el (man-mode-syntax-table): Set up `:' to have
29108         word-constituent syntax.
29110 2005-04-27  Lute Kamstra  <lute@gnu.org>
29112         * novice.el (disable-command): Don't add spurious newlines to the
29113         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
29115 2005-04-26  Jay Belanger  <belanger@truman.edu>
29117         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29118         than one window before deleting window.
29120 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
29122         * shell.el (shell-prompt-pattern): Doc fix.
29123         (shell-mode): Set paragraph-separate buffer locally to "\\'".
29125         * comint.el (comint-prompt-regexp, comint-get-old-input)
29126         (comint-use-prompt-regexp)
29127         (comint-use-prompt-regexp-instead-of-fields)
29128         (comint-replace-by-expanded-history, comint-send-input)
29129         (comint-output-filter, comint-get-old-input-default)
29130         (comint-line-beginning-position, comint-bol, comint-show-output)
29131         (comint-backward-matching-input, comint-forward-matching-input)
29132         (comint-next-prompt, comint-previous-prompt):
29133         Rename `comint-use-prompt-regexp-instead-of-fields' to
29134         `comint-use-prompt-regexp'.  Keep old name as alias and declare
29135         obsolete.
29136         (comint-use-prompt-regexp): Shorten first line of doc string.
29138         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29139         Set paragraph-separate buffer locally to "\\'".
29141         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29142         Adapt to above name change.
29144         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29145         (smbclient-prompt-regexp): Ditto.
29147         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29149 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
29151         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29152         gdb-location-list.
29153         Break lines that are over 80 characters wide.
29155 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29157         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29158         New fun and var, to preserve compatibility.
29160         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29162 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
29164         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29165         name to file-newer-than-file-p.
29167 2005-04-26  Richard M. Stallman  <rms@gnu.org>
29169         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29171         * progmodes/python.el (python-mode):
29172         Use new name eldoc-documentation-function.
29174         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29176         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29177         (eldoc-documentation-function):
29178         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
29180 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
29182         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29184 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29186         * term/xterm.el (function-key-map): Fix strings for
29187         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
29188         {C,S,A,C-S}-{f1-f12}.
29190 2005-04-26  Kenichi Handa  <handa@m17n.org>
29192         * international/mule-cmds.el (select-safe-coding-system):
29193         Fix previous change.
29195 2005-04-26  Lute Kamstra  <lute@gnu.org>
29197         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29199         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29200         (font-lock-comment-delimiter-face): Ditto.
29202         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29204 2005-04-25  Jay Belanger  <belanger@truman.edu>
29206         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29207         to t while inserting information; use help-mode.
29209 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29211         * term.el (ansi-term-color-vector): Use the xterm colors.
29212         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29214 2005-04-25  Lute Kamstra  <lute@gnu.org>
29216         * font-core.el (font-lock-defaults): Fix docstring.
29218         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29220 2005-04-25  Kenichi Handa  <handa@m17n.org>
29222         * international/mule-cmds.el (select-safe-coding-system):
29223         Don't check consistency with coding: spec, etc if raw-text or
29224         no-conversion was found to be safe.
29226 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29228         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29229         citation markers at start of each line.
29231         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29232         citation markers at start of each line.
29234         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29236         * files.el (mode-require-final-newline): Fix previous change.
29237         (require-final-newline): Fix type label.
29239 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29241         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29242         statement in buffer (broken by 2004-11-24 change).
29244 2005-04-24  Kim F. Storm  <storm@cua.dk>
29246         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29247         and read-file-name-function values.  Don't overwrite existing
29248         non-nil values if ido-mode is enabled without ido-everywhere.
29250 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29252         * files.el (mode-require-final-newline): Minor doc fix.
29254 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29256         * subr.el (syntax-after): Doc fix.
29257         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29258         bits, not 8 bits.
29260         * files.el (mode-require-final-newline): Doc fix.
29261         (backup-buffer-copy): Fix last change.
29263 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29265         * term/mac-win.el: Require select.  Set selection-coding-system to
29266         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29267         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29268         (x-select-enable-clipboard): New variables.
29269         (x-select-text, x-get-selection, x-selection-value)
29270         (x-get-selection-value, mac-select-convert-to-string)
29271         (mac-services-open-file, mac-services-open-selection)
29272         (mac-services-insert-text): New functions.
29273         (CLIPBOARD, FIND): Put mac-scrap-name property.
29274         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29275         (public.tiff): Put mac-ostype property.
29276         (selection-converter-alist): Add entries for them.
29277         (mac-application-menu-map): New keymap.
29278         (interprogram-cut-function, interprogram-paste-function): Set to
29279         x-select-text and x-get-selection-value, respectively.
29280         (split-window-keep-point): Set to t.
29282 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29284         * files.el (read-directory-name): Always pass non-nil
29285         DEFAULT-FILENAME arg to read-file-name.
29286         (backup-buffer-copy, basic-save-buffer-2): Take care against
29287         writing thru an unexpected existing symlink.
29288         (revert-buffer): In indirect buffer, revert the base buffer.
29289         (magic-mode-alist): Doc fix.
29290         (buffer-stale-function): Doc fix.
29291         (minibuffer-with-setup-hook): Avoid warning.
29292         (mode-require-final-newline): Doc and custom fix.
29294         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29296         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29297         use the default appearance.
29298         (font-lock-comment-delimiter-face): New face, new variable.
29300         * imenu.el (imenu--generic-function): The official position of a
29301         definition is the start of the line that BEG is in.
29303         * midnight.el (midnight-timer): Move defvar up.
29305         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29307         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29309         * startup.el (command-line): Use with-no-warnings.
29311         * window.el (window-size-fixed): New defvar.
29313         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29315         * mail/rmail.el (rmail-font-lock-keywords):
29316         Use font-lock-comment-delimiter-face.
29318         * mail/sendmail.el (mail-font-lock-keywords):
29319         Use font-lock-comment-delimiter-face.
29321         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29323 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29325         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29326         Specify t for LAXMATCH when matching directories.
29327         Save match data around compilation-compat-error-properties form.
29329 2005-04-23  David Kastrup  <dak@gnu.org>
29331         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29332         Mention that the autoloaded aliases should be kept for AUCTeX.
29334 2005-04-23  Andreas Schwab  <schwab@suse.de>
29336         * isearch.el (isearch-forward): Doc fix.
29338 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29340         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29341         (jit-lock-stealth-nice): Change default value to 0.5.
29343 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29345         * abbrev.el (write-abbrev-file): Write table entries in
29346         alphabetical order by table name.
29348 2005-04-22  Kim F. Storm  <storm@cua.dk>
29350         * ido.el (ido-read-internal): Fix `list' completion.
29352 2005-04-22  Kenichi Handa  <handa@m17n.org>
29354         * recentf.el (recentf-save-file-coding-system): New variable.
29355         (recentf-save-list): Encode the file by
29356         recentf-save-file-coding-system and add coding: tag.
29358 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29360         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29362 2005-04-21  Lute Kamstra  <lute@gnu.org>
29364         * loadhist.el (unload-feature): Don't remove a function from hooks
29365         if it is about to be restored to an autoload .  Remove functions
29366         that will become unbound from auto-mode-alist.  Simplify the code.
29368         * subr.el (assq-delete-all): New implementation that is linear,
29369         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29370         (rassq-delete-all): New function.
29372         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29373         Add size-indication-mode.
29375 2005-04-21  Kenichi Handa  <handa@m17n.org>
29377         * international/mule-cmds.el: Add autoload for widget-value in
29378         eval-when-compile.
29380 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29382         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29383         Add tooltip-mode.
29385         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29387 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29389         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29390         (inferior-lisp-filter-regexp, inferior-lisp-program)
29391         (inferior-lisp-load-command, inferior-lisp-prompt)
29392         (inferior-lisp-mode-hook, lisp-source-modes)
29393         (inferior-lisp-load-hook): defvar->defcustom.
29394         (inferior-lisp-program, inferior-lisp-prompt)
29395         (inferior-lisp-load-hook): Doc fixes.
29396         (inferior-lisp-install-letter-bindings): Small change in
29397         introductory comment.
29399 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29401         * vc.el (vc-annotate-color-map): Change some colors so that text
29402         using them as foreground is readable on both white and black
29403         backgrounds.
29405 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29407         * international/mule-conf.el (translation-table-for-input):
29408         Remove redundant declaration.
29410 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29412         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29414         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29415         (tooltip-toggle-gud-tips): New function.
29417 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29419         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29420         right angle brackets.
29422 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29424         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29426 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29428         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29429         Remove.  Update callers to use expand-file-name instead.
29431         * subr.el (syntax-class): New function.
29433         * simple.el (blink-matching-open): Use it.
29435         * paren.el (show-paren-function): Use it to recognize parens that are
29436         also used in 2-char comment markers.
29438 2005-04-19  Lute Kamstra  <lute@gnu.org>
29440         * loadhist.el (unload-feature): Update for new format of
29441         load-history.  Simplify the code.
29443 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29445         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29446         (mac-add-charset-info): New function.  Initialize variable
29447         mac-charset-info-alist using it.
29448         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29449         for translation.
29450         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29451         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29452         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29453         New CCL programs.
29455 2005-04-19  Kim F. Storm  <storm@cua.dk>
29457         * simple.el (next-buffer, prev-buffer, next-error)
29458         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29459         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29461         * bindings.el (next-buffer, prev-buffer, next-error)
29462         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29463         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29464         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29465         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29467 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29469         * isearch.el (isearch-edit-string): Make the search-ring available for
29470         minibuffer history commands.
29471         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29472         the default history commands now work just as well.
29473         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29475 2005-04-18  Kim F. Storm  <storm@cua.dk>
29477         * emulation/cua-base.el (cua--pre-command-handler): Add more
29478         elaborate check for shift modifier on non-window systems.
29480 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29482         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29484 2005-04-18  Kim F. Storm  <storm@cua.dk>
29486         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29487         and make it optional.  Don't test tooltip-gud-echo-area here.
29488         (tooltip-gud-process-output, gdb-tooltip-print):
29489         Pass tooltip-gud-echo-area to tooltip-show.
29490         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29492 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29494         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29495         `display-graphic-p' may not be bound yet.
29497 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29499         * startup.el (command-line): No longer enable Xterm Mouse mode by
29500         default in terminals compatible with xterm.
29502         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29504 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29506         * tooltip.el (tooltip-gud-echo-area): Rename from
29507         tooltip-use-echo-area.
29508         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29509         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29510         area independently of where help tooltips are displayed.
29512 2005-04-17  David Kastrup  <dak@gnu.org>
29514         * cus-theme.el (custom-theme-write-variables): Quote variables
29515         where necessary.
29517 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29519         * simple.el (yank-excluded-properties): Add follow-link to value.
29521         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29523         * startup.el (fancy-splash-max-time): Just 30 seconds.
29524         (fancy-splash-delay): Just 7.
29525         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29527         * loadhist.el (unload-feature): Update for new format of load-history.
29528         Simplify the code.
29530         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29531         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29533         * mail/sendmail.el (mail-font-lock-keywords):
29534         Don't fontify subject text.
29535         Don't fontify the text of a citation.
29537 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29539         * comint.el (comint-output-filter): Run comint-output-filter-functions
29540         with point where the user had it.
29542 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29544         * international/ucs-tables.el (ucs-set-table-for-input):
29545         Disable when using unify-on-decoding.
29547 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29549         * emulation/cua-base.el (cua-global-mark-face): Add special case
29550         for displays supporting a high number of colors.
29552 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29554         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29556 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29558         * filesets.el (filesets-add-buffer): If user supplies a name of a
29559         non-existing fileset, create a new fileset.
29561 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29563         * textmodes/org.el (org-up-heading-all): Fix bug with
29564         `outline-up-heading-all'.
29566 2005-04-16  Andreas Schwab  <schwab@suse.de>
29568         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29569         /etc/permissions.d/* and /etc/aliases.d/*.
29571 2005-04-16  Kenichi Handa  <handa@m17n.org>
29573         * international/code-pages.el (cp-make-coding-system):
29574         Set `translation-table-for-input' property value to the symbol
29575         ucs-mule-to-mule-unicode, not to that value.
29576         (pt154): Escape guillemet by `\'.
29578 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29580         * loadup.el: Load tooltip if x-show-tip is fboundp.
29582         * startup.el (command-line): Add comment.
29584         * tooltip.el (tooltip-mode): Specify correct standard value for
29585         Custom in init-value.
29587 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29589         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29590         possible.
29592 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29594         * textmodes/org.el (org-agenda-date-prompt): Rename from
29595         `org-agenda-date-today'.
29596         (org-evaluate-time-range): Insert at point instead of directly
29597         after time range.
29598         (org-first-headline-recenter, org-subtree-end-visible-p)
29599         (org-optimize-window-after-visibility-change): New functions
29600         (org-agenda-post-command-hook): Don't allow point at end of line,
29601         to make sure it always hits the text properties.
29602         (org-agenda-next-date-line, org-agenda-previous-date-line):
29603         New commands.
29604         (org-set-regexps-and-options): Category may contain white space.
29605         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29606         Improve marker positions.
29607         (org-agenda-new-marker): Argument POS made optional.
29608         (org-agenda-get-timestamps): Deadlines which are done are listed
29609         in org-done-face now.
29610         (org-agenda-get-todos, org-agenda-get-timestamps)
29611         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29612         Set `undone-face' and `done-face' properties.
29613         (org-last-todo-state-is-todo): New variable.
29614         (org-todo): Set `org-last-todo-state-is-todo'.
29615         (org-agenda-todo): Change face according to
29616         `org-last-todo-state-is-todo'.  And change other lines referring to
29617         the same entry.
29618         (org-calendar-goto-agenda): New command.
29619         (org-calendar-to-agenda-key): New option.
29620         (org-startup-folded): New allowed value `content'.
29621         (org-set-regexps-and-options): Accept new value `content' for
29622         `org-startup-folded'.
29623         (org-get-current-options): Handle new value `content' for
29624         `org-startup-folded'.
29625         (org-insert-todo-heading): New command.
29626         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29627         interactively in empty file and option
29628         `org-insert-mode-line-in-empty-file' has been set.
29629         (org-agenda-todo, org-agenda-priority): Modify to use
29630         `org-agenda-change-all-lines'.
29631         (org-warning-face): Change color on dark background
29633 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29635         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29636         use preferences AppleLocale and AppleLanguages, and variable
29637         mac-system-locale for default locale.  On Mac OS Classic, use
29638         mac-system-coding-system for default coding systems.
29640         * term/mac-win.el: Don't set file-name-coding-system.
29641         Decode variables system-name, emacs-build-system, user-login-name, and
29642         user-full-name by mac-system-coding-system on Mac OS Classic.
29643         (mac-system-coding-system): New variable.
29645 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29647         * startup.el (command-line): Handle `xterm-mouse-mode' before
29648         reading init file.
29650         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29652 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29654         * progmodes/sh-script.el (sh-here-document-word): Make it a
29655         defcustom.  Doc fix.
29656         (sh-add): Bash uses $(( )) for arithmetic.
29657         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29658         (sh-maybe-here-document): Remove quotes and leading whitespace
29659         from heredoc word when closing.  Indent heredoc with tabs if word
29660         starts with "-".
29662 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29664         * simple.el (undo): Fix previous change.
29666         * custom.el (defface): Doc fix.
29668 2005-04-13  Lute Kamstra  <lute@gnu.org>
29670         * Makefile.in (DONTCOMPILE): Remove list.
29671         (compile, compile-always): Don't use DONTCOMPILE.
29672         (update-authors): Load the library in which batch-update-authors
29673         is defined.
29674         * makefile.w32-in (DONTCOMPILE): Remove list.
29675         (compile, compile-always): Fix comments.
29676         (update-authors): Load the library in which batch-update-authors
29677         is defined.
29679         * generic-x.el (generic-mode-ini-file-find-file-hook):
29680         Rename to ini-generic-mode-find-file-hook.
29681         Keep generic-mode-ini-file-find-file-hook as an alias.
29682         (ini-generic-mode-find-file-hook): Rename from
29683         generic-mode-ini-file-find-file-hook.  Fix docstring.
29684         (ini-generic-mode): Docstring change.
29685         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29687         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29688         called from lisp.
29690         * generic.el: Move to the emacs-lisp subdir.
29692 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29694         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29695         and C-S- function and cursor motion keys.
29697 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29699         * startup.el (command-line): Enable Xterm Mouse mode by default.
29700         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29701         for Custom.  No longer show "Mouse" in mode line when enabled.
29702         Doc fix.
29704 2005-04-12  Kim F. Storm  <storm@cua.dk>
29706         * emulation/cua-base.el (cua-rectangle-face)
29707         (cua-rectangle-noselect-face): Define face attributes here.
29709         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29711 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29713         * startup.el (command-line): Turn off blinking cursor if
29714         cursorBlink in resources is off or false.
29716 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29718         * term/mac-win.el (dnd): Require dnd.
29719         (mac-drag-n-drop): Call dnd-handle-one-url.
29720         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29721         (kTextEncodingISOLatin2): Remove constants.
29722         (mac-script-code-coding-systems): New constant.
29723         (mac-handle-language-change): New function.
29724         (special-event-map): Bind it to `language-change' event.
29725         (mac-centraleurroman, mac-cyrillic): New coding systems.
29726         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29727         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29728         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29729         encode-mac-cyrillic, respectively.
29731 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29733         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29734         Don't set overlay-arrow-string to "=>" as this is done
29735         globally in C now.
29737 2005-04-12  Lute Kamstra  <lute@gnu.org>
29739         * generic-x.el (rc-generic-mode, rul-generic-mode):
29740         Fix auto-mode-alist entries.
29741         (etc-fstab-generic-mode): Tweak fontification.
29743         * generic.el (generic-make-keywords-list): Fix docstring.
29744         (generic-mode-internal): Simplify generic-font-lock-keywords.
29746 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29748         * whitespace.el (whitespace-buffer-leading)
29749         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29750         However, fix the highlight area for the leading and
29751         trailing whitespaces to show space.
29753 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29755         * whitespace.el (whitespace-version): Bump to 3.5
29757         (whitespace-buffer-leading, whitespace-buffer-trailing):
29758         Invert sense of the test to highlight the whitespace.
29760 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29762         * progmodes/gud.el (gud-display-line): GUD uses its own
29763         overlay arrow now so don't set overlay-arrow-string.
29764         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29766 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29768         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29769         (term-ansi-current-reverse, term-ansi-current-invisible)
29770         (term-ansi-face-already-done): Change to boolean.
29771         (term-reset-terminal, term-handle-colors-array): Handle the above
29772         vars accordingly.
29773         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29774         (term-emulate-terminal): Use the new name.
29776         * faces.el (secondary-selection): Use yellow1, not yellow.
29777         (trailing-whitespace): Use red1, not red.
29779 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29781         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29782         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29783         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29785         * cus-edit.el (dnd): New group.
29787         * term/w32-win.el (dnd): Require dnd
29788         (w32-drag-n-drop): Call dnd-handle-one-url.
29790         * x-dnd.el: Require dnd.
29791         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29792         Call dnd-handle-one-url.
29793         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29794         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29795         to dnd-insert-text.
29796         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29797         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29798         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29799         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29801         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29803 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29805         * wdired.el: Doc fixes.
29806         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29807         (wdired-use-dired-vertical-movement): Rename from
29808         wdired-always-move-to-filename-beginning.
29809         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29810         (wdired-change-to-wdired-mode): Change mode name.
29811         (wdired-newline): Delete.
29813 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29815         * whitespace.el (whitespace-highlight-the-space):
29816         Don't call whitespace-unhighlight-the-space here.
29818         * simple.el (undo): Record t in undo-equiv-table
29819         for the redo record made by an undo-in-region.
29821 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29823         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29824         (gdb-frame-inferior-io-buffer): New Functions to control
29825         display of separate IO buffer.
29826         (menu): Add them to menu-bar.
29827         (gdb-display-buffer): Check for buffer another frame.
29828         Protect GUD buffer.
29829         (gdb-setup-windows): Create IO buffer if not already there.
29830         (gdb-memory-mode): Remove purecopy noops.
29832 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29834         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29835         and pass to self-insert-command.
29837 2005-04-11  Lute Kamstra  <lute@gnu.org>
29839         * generic.el: Commentary section cleanup.
29840         (generic): Delete.
29841         (generic-use-find-file-hook, generic-lines-to-scan)
29842         (generic-find-file-regexp, generic-ignore-files-regexp)
29843         (default-generic-mode, generic-mode-find-file-hook)
29844         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29845         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29846         (generic-use-find-file-hook, generic-lines-to-scan)
29847         (generic-find-file-regexp, generic-ignore-files-regexp)
29848         (default-generic-mode, generic-mode-find-file-hook)
29849         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29851 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29853         * bookmark.el (bookmark-write-file): Catch errors writing file.
29854         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29856 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29858         * startup.el (fancy-splash-tail): Update copyright year.
29859         (command-line): Split part of -Q into -D.
29860         (emacs-basic-display): New defvar.
29861         (fancy-splash-text): Correct name of menu item.
29863         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29865         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29866         lines in one node.
29868         * comint.el (comint-send-input): New arg ARTIFICIAL.
29869         Callers in this file changed.
29871         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29873         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29875 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29877         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29878         `ldap-search-internal'.
29880 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29882         * files.el (set-auto-mode-1): Use line-end-position.
29884         * international/latin-1.el:
29885         * international/latin-2.el:
29886         * international/latin-3.el:
29887         * international/latin-4.el:
29888         * international/latin-5.el:
29889         * international/latin-8.el:
29890         * international/latin-9.el: Give punctuation syntax to NBSP.
29892         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29893         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29894         Use char-classes to accept non-ascii letters, accepted in some recent
29895         bibtex implementations.
29897 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29899         * custom.el (custom-set-minor-mode): Any non-nil value for the
29900         variable should enable the mode when set through Custom.
29902 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29904         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29905         TAB binding so tab-always-indent is obeyed.
29906         (vhdl-minibuffer-local-map): Move initialization into declaration.
29907         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29908         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29909         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29910         (vhdl-current-line): Use line-beginning-position.
29911         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29912         with-output-to-temp-buffer, so the current position can be recorded.
29914 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29916         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29917         Add regexp for gcov.
29919 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29921         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29922         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29923         syntax which Emacs 20 doesn't support.
29925 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29927         * help.el (describe-key-briefly, describe-key):
29928         Replace strings as event types with "(any string)".
29930 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29932         * arc-mode.el (archive-mode-map): Move initialization into
29933         the declaration.  Override *all* bindings of `undo'.
29934         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29936 2005-04-09  Jay Belanger  <belanger@truman.edu>
29938         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29940 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29942         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29943         (xterm-register-default-colors): Update color values computation
29944         to match xterm-200.
29946 2005-04-09  Kenichi Handa  <handa@m17n.org>
29948         * international/code-pages.el (iso-latin-7): Fix the map.
29950 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29952         * emacs-lisp/lisp.el (defun-prompt-regexp)
29953         (parens-require-spaces, buffer-end, end-of-defun)
29954         (insert-parentheses): Doc fixes.
29956 2005-04-08  Kim F. Storm  <storm@cua.dk>
29958         * comint.el (comint-highlight-prompt): Fix face spec.
29959         * hi-lock.el (hi-green): Likewise.
29961 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29963         * cus-edit.el (custom-modified-face):
29964         * comint.el (comint-highlight-input): Fix previous changes.
29965         * term.el (term-handle-ansi-escape): Add a comment.
29967 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29969         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29970         in the buffer and in whitespace-highlighted-space.
29971         (whitespace-unhighlight-the-space): Simplify.
29972         (whitespace-buffer): Simplify.
29974 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29976         * textmodes/table.el (table-cell-face): Add special case for
29977         displays supporting a high number of colors.
29978         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29979         (vhdl-font-lock-reserved-words-face)
29980         (vhdl-speedbar-architecture-face)
29981         (vhdl-speedbar-instantiation-face)
29982         (vhdl-speedbar-architecture-selected-face)
29983         (vhdl-speedbar-instantiation-selected-face): Likewise.
29984         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29985         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29986         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29987         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29988         (ebrowse-progress-face): Likewise.
29989         * progmodes/compile.el (compilation-info-face): Likewise.
29990         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29991         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29992         * calendar/calendar.el (diary-face): Likewise.
29993         * woman.el (woman-italic-face, woman-bold-face)
29994         (woman-unknown-face): Likewise.
29995         * wid-edit.el (widget-button-pressed-face): Likewise.
29996         * whitespace.el (whitespace-highlight-face): Likewise.
29997         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29998         * pcvs-info.el (cvs-marked-face): Likewise.
29999         * info.el (info-xref): Likewise.
30000         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30001         * hilit-chg.el (highlight-changes-face)
30002         (highlight-changes-delete-face): Likewise.
30003         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30004         (hi-red-b): Likewise.
30005         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30006         * font-lock.el (font-lock-keyword-face)
30007         (font-lock-function-name-face, font-lock-warning-face): Likewise.
30008         * cus-edit.el (custom-invalid-face, custom-modified-face)
30009         (custom-set-face, custom-changed-face, custom-variable-tag-face)
30010         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30011         * comint.el (comint-highlight-prompt): Likewise.
30013 2005-04-08  Lute Kamstra  <lute@gnu.org>
30015         * font-lock.el (font-lock-keywords): Docstring fixes.
30017 2005-04-08  Kenichi Handa  <handa@m17n.org>
30019         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30020         chars are more than a limit, print " and more..." at the tail.
30022 2005-04-08  Kim F. Storm  <storm@cua.dk>
30024         * emacs-lisp/authors.el (authors-aliases): Update list.
30025         (authors-ignored-files): New list.
30026         (authors-fixed-entries): Fix typo.
30027         (authors-renamed-files-alist): Update list.
30028         (authors-add): Check authors-ignored-files.
30030 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
30032         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30033         optional, to ensure backward compatibility.
30035 2005-04-08  Stephen Eglen  <stephen@gnu.org>
30037         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30039 2005-04-08  Kim F. Storm  <storm@cua.dk>
30041         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30043         * mouse.el (mouse-on-link-p): Doc fix.
30045 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
30047         * ielm.el (ielm-prompt-read-only): Doc fix.
30049         * comint.el (comint-prompt-read-only): Doc fix.
30051 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
30053         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30054         ensure dired always handles wildcards passed to ffap.
30055         (find-file-at-point): Use it.
30056         (ffap-dired-wildcards): Doc fix.
30058 2005-04-07  Juri Linkov  <juri@jurta.org>
30060         * simple.el (next-error-overlay-arrow-position): New defvar.
30061         Put "=>" on its property `overlay-arrow-string'.  Add it to
30062         `overlay-arrow-variable-list'.
30064         * progmodes/compile.el (compilation-setup):
30065         Set `next-error-overlay-arrow-position' to nil.  Also set it to
30066         nil in the local hook `kill-buffer-hook'.  Make local variable
30067         `overlay-arrow-string' and set it to "=>".
30068         (compilation-goto-locus): Set BOL position to
30069         `next-error-overlay-arrow-position' instead of
30070         `overlay-arrow-position'.
30072         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30073         locally instead of adding it to the global hook.
30074         (Info-kill-buffer): Move up.
30076 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
30078         * term/xterm.el (xterm-standard-colors): Update color values from
30079         xterm-200.
30081 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30083         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30085         * fast-lock.el:
30086         * lazy-lock.el: Move them to the obsolete subdir.
30088 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30090         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30091         (wdired-add-replace-advice): Remove.
30092         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30094 2005-04-06  Kim F. Storm  <storm@cua.dk>
30096         * startup.el (command-line): Add --bare-bones alias for -Q.
30098 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30100         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30101         create the startup fontset if a font specification ends with
30102         `mac-roman'.
30104 2005-04-06  Lute Kamstra  <lute@gnu.org>
30106         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30107         change.
30109         * emacs-lisp/copyright.el (copyright-update-year): Replace the
30110         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
30112 2005-04-05  Lute Kamstra  <lute@gnu.org>
30114         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30115         (define-generic-mode): Ditto.  Fix debug declaration.
30117         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30118         Put them in the generic-x group.
30120         * calendar/timeclock.el (timeclock): Doc fix.
30122         * generic.el (define-generic-mode): Don't use custom-current-group.
30123         Document default :group value.
30124         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30125         (define-global-minor-mode): Don't use custom-current-group.
30127 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
30129         * startup.el (command-line-1): Display startup-echo-area-message
30130         when fancy splash screen is in use.
30132         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30133         (sh-escaped-newline): New face.
30134         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30135         newline, and use sh-escaped-newline face.
30137         * progmodes/tcl.el (tcl-escaped-newline): New face.
30138         (tcl-builtin-list): New variable.
30139         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30140         newlines.  Fix keywords subexpression number.
30142 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
30144         * textmodes/org.el (org-diary-default-entry): Fix call to
30145         `add-to-diary-entry'.
30147 2005-04-05  Kim F. Storm  <storm@cua.dk>
30149         * ediff-init.el: Use (featurep 'xemacs).
30151 2005-04-05  David Ponce  <david@dponce.com>
30153         * cus-edit.el (face): Derive from symbol widget.  Display sample
30154         of the current face on the fly.
30155         (widget-face-sample-face-get, widget-face-notify): New functions.
30156         (widget-face-value-create): Remove.
30158         * wid-edit.el (widget-field-end): Temporarily remove field
30159         narrowing before to call `get-char-property'.
30161 2005-04-04  Jay Belanger  <belanger@truman.edu>
30163         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30164         (math-read-subscripts): New variable.
30165         (math-read-preprocess-string): Process subscripts.
30167 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
30169         * comint.el (comint-prompt-read-only): Doc fix.
30171         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30172         `-1'.  Doc fix.
30174 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
30176         * textmodes/org.el (org-insert-mode-line-in-empty-file):
30177         Change default value to nil.
30179 2005-04-04  Lute Kamstra  <lute@gnu.org>
30181         * autorevert.el (auto-revert-mode): Specify :group.
30182         * battery.el (display-battery-mode): Specify :group.
30183         * diff-mode.el (diff-minor-mode): Specify :group.
30184         * font-core.el (font-lock-mode): Specify :group.
30185         * hl-line.el (hl-line-mode): Specify :group.
30186         * iimage.el (iimage): New customization group.
30187         (iimage-mode): Specify :group.
30188         * longlines.el (longlines-mode): Specify :group.
30189         * master.el: Don't require easy-mmode.
30190         (master): New customization group.
30191         (master-mode): Specify :group.
30192         * msb.el (msb-mode): Specify :group.
30193         * reveal.el (reveal-mode): Specify :group.
30194         * simple.el (next-error-follow-minor-mode): Specify :group.
30195         * smerge-mode.el (smerge-mode): Specify :group.
30196         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30197         * emulation/cua-base.el (cua-mode): Specify :group.
30198         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30199         * language/thai-util.el (thai-auto-composition-mode)
30200         (thai-word-mode): Specify :group.
30201         * mail/supercite.el (sc-minor-mode): Specify :group.
30202         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30203         * progmodes/flymake.el (flymake-mode): Specify :group.
30204         * progmodes/glasses.el (glasses-mode): Specify :group.
30205         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30206         * textmodes/enriched.el (enriched-mode): Specify :group.
30207         * textmodes/refill.el (refill-mode): Specify :group.
30209         * add-log.el (change-log-font-lock-keywords): Names in
30210         parenthesized lists can contain spaces.
30212 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30214         * startup.el (fancy-splash-text): Shorten default text of
30215         "Emacs Tutorial" line.  Also, if the current language env
30216         indicates an available tutorial file other than TUTORIAL,
30217         extract its title and append it to the line in parentheses.
30218         (fancy-splash-insert): If arg is a thunk, funcall it.
30220 2005-04-04  Jay Belanger  <belanger@truman.edu>
30222         * calc.el (calc-language-alist): Add tags to customization type.
30224 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30226         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30227         Doc fix.
30229 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30231         * add-log.el (change-log-font-lock-keywords): The manual
30232         describing a Change Log entry, says: (...) "Aside from these
30233         header lines, every line in the change log starts with a space or
30234         a tab.".  The font-lock was not highlighting lines started with
30235         spaces, added support for it.
30237 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30239         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30240         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30241         complex example in the docstring.
30242         (bibtex-font-lock-url): Use pop.
30244 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30246         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30248         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30250 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30252         * filesets.el (filesets-set-default): Doc fix.
30254 2005-04-03  Lute Kamstra  <lute@gnu.org>
30256         * generic.el (define-generic-mode): Add argument to specify
30257         keywords for defcustom.
30258         (default-generic-mode): Specify :group.
30260         * generic-x.el: Specify :group for all generic modes.
30262         * desktop.el (desktop-no-desktop-file-hook)
30263         (desktop-after-read-hook): Doc fix.
30265 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30267         * simple.el (visible-mode): Use explicit :group keyword.
30268         This changes the group of `visible-mode-hook' from paren-blinking
30269         to editing-basics.
30271 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30273         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30274         mailbox specifications as well as URLs.
30275         (rmail-insert-inbox-text): Remove unused conditional branches.
30277 2005-04-01  Jay Belanger  <belanger@truman.edu>
30279         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30280         (calc-gnuplot-print-command): Move definitions to calc.el.
30282         * calc/calc-embed.el (calc-embedded-announce-formula)
30283         (calc-embedded-open-formula, calc-embedded-close-formula)
30284         (calc-embedded-open-word, calc-embedded-close-word)
30285         (calc-embedded-open-plain, calc-embedded-close-plain)
30286         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30287         (calc-embedded-open-mode, calc-embedded-close-mode):
30288         Move definitions to calc.el.
30290         * calc/calc.el (calc-settings-file, calc-language-alist):
30291         Make customizable.
30292         (calc-embedded-announce-formula, calc-embedded-open-formula)
30293         (calc-embedded-close-formula, calc-embedded-open-word)
30294         (calc-embedded-close-word, calc-embedded-open-plain)
30295         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30296         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30297         (calc-embedded-close-mode, calc-gnuplot-name)
30298         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30299         from other files and make customizable.
30301 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30303         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30304         Use buffer-live-p.
30305         (cvs-mode-run): Don't call cvs-update-header here.
30306         (cvs-run-process): Call cvs-update-header.
30307         Use process properties for cvs-postprocess and cvs-buffer so that
30308         the sentinel can behave better if the temp buffer is killed.
30309         Use a pipe rather than a tty, to better handle unexpected prompts.
30310         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30312 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30314         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30315         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30317 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30319         * generic.el (define-generic-mode): Add indentation rule.
30321 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30323         * files.el (mode-require-final-newline): Make Custom correctly
30324         report a nil value and allow to set it to nil via Custom.
30325         Doc fix.
30327 2005-04-01  Kenichi Handa  <handa@m17n.org>
30329         * international/characters.el: Enable the correct case setting for
30330         dotless-i and dotted-I.
30332 2005-04-01  Kim F. Storm  <storm@cua.dk>
30334         * ido.el (ido-file-internal): Fall back to non-ido command if
30335         initial directory is on slow ftp (or tramp) host.
30337 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30339         * emacs-lisp/autoload.el (make-autoload):
30340         Handle define-global-minor-mode.
30342         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30343         Rename from easy-mmode-define-global-mode.
30344         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30346         * progmodes/scheme.el (scheme-mode-syntax-table):
30347         Update syntax of | and # for two-character comment syntax.
30349 2005-03-31  Lute Kamstra  <lute@gnu.org>
30351         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30352         (define-minor-mode): Call custom-current-group at load-time.
30354         * generic.el (define-generic-mode): Add debug declaration.
30355         Add defcustom for the mode hook.
30356         (generic-mode-internal): Use run-mode-hooks.
30358 2005-03-31  Kim F. Storm  <storm@cua.dk>
30360         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30361         (mouse-fixup-help-message): New defun called by show_help_echo
30362         to fixup mouse-2 prefix in help messages when applicable.
30364         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30366 2005-03-31  Kenichi Handa  <handa@m17n.org>
30368         * language/thai-word.el (thai-find-word-ends): Pay attention to
30369         the case that we reach the end of buffer.
30371         * textmodes/fill.el (fill-text-properties-at): New function.
30372         (fill-newline): Use fill-text-properties-at instead of
30373         text-properties-at.
30375 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30377         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30378         not comint-quote-filename.
30380 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30382         * help-fns.el (help-with-tutorial): Revert last change.
30384 2005-03-31  Kim F. Storm  <storm@cua.dk>
30386         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30388 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30390         * calendar/cal-china.el: Update reference to "Calendrical
30391         Calculations" book; there's a new edition.
30392         * calendar/cal-coptic.el: Likewise.
30393         * calendar/cal-french.el: Likewise.
30394         * calendar/cal-hebrew.el: Likewise.
30395         * calendar/cal-islam.el: Likewise.
30396         * calendar/cal-iso.el: Likewise.
30397         * calendar/cal-julian.el: Likewise.
30398         * calendar/cal-mayan.el: Likewise.
30399         * calendar/cal-persia.el: Likewise.
30400         * calendar/calendar.el: Likewise.
30401         * calendar/holidays.el: Likewise.
30402         * calendar/lunar.el: Likewise.
30403         * calendar/solar.el: Likewise.
30405         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30406         white space from doc string.
30408 2005-03-30  Jay Belanger  <belanger@truman.edu>
30410         * calc/calc-help.el (calc-full-help): Remove email address.
30412 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30414         * help-fns.el (help-with-tutorial): Delete title line.
30416 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30418         * calendar/cal-x.el (calendar-one-frame-setup)
30419         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30420         rather than `symbol' for set-window-dedicated-p.
30422         * calendar/appt.el (appt-buffer-name): Make it a constant.
30423         (appt-add): Doc fix.
30425         * filesets.el (filesets-menu-path, filesets-menu-before)
30426         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30427         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30428         (filesets-add-submenu): Delete and use add-submenu instead.
30430 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30432         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30433         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30434         (org-diary-default-entry): New function.
30435         (org-get-entries-from-diary): Better parsing of diary entries.
30436         (org-agenda-check-no-diary): New function.
30437         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30438         linking to diary entries.
30439         (org-agenda-execute-calendar-command): New function.
30440         (org-agenda): Improve visible section in window.
30441         Use `org-fit-agenda-window'.
30442         (org-fit-agenda-window): New option.
30443         (org-move-subtree-down): Better handling of empty lines
30444         at end of subtree.
30445         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30446         levels up.
30447         (org-fontify-done-headline): New option.
30448         (org-headline-done-face): New face.
30449         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30450         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30451         When current field is non-empty, it is copied to next row.
30452         (org-table-copy-from-above): Fix bug which made it
30453         impossible to copy fields containing only a single non-white character.
30455 2005-03-30  Kim F. Storm  <storm@cua.dk>
30457         * kmacro.el (kmacro-end-macro): Isearch may store this command
30458         into the macro -- so ignore it when executing keyboard macro.
30460 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30462         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30464 2005-03-29  Kenichi Handa  <handa@m17n.org>
30466         * language/thai.el ("Thai"): Set setup-function and exit-function
30467         for Thai language environment.
30469         * language/thai-util.el: Require thai-word.
30470         (thai-word-mode-map): New variable.
30471         (thai-word-mode): New minor mode.
30472         (setup-thai-language-environment-internal): New function.
30473         (exit-thai-language-environment-internal): New function.
30475         * language/thai-word.el (thai-word-table): Declare it by defvar,
30476         use dolist to initialize it.
30477         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30478         (thai-fill-find-break-point): New functions.
30480 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30482         * simple.el (idle-update-delay): Move definition up.
30483         (set-mark): Doc fix.
30485 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30487         * longlines.el: New file.
30489         * simple.el (buffer-substring-filters): New variable.
30490         (filter-buffer-substring): New function.
30491         (kill-region, copy-region-as-kill): Use it.
30493         * register.el (copy-to-register, append-to-register)
30494         (prepend-to-register): Use filter-buffer-substring.
30496 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30498         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30499         (gud-filter-pending-text): Move in front of gdb.
30500         (gud-overlay-arrow-position): New variable.
30501         (gud-sentinel, gud-display-line): Use it in place of
30502         overlay-arrow-position.
30504 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30506         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30507         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30508         (fortran-font-lock-keywords-4): New variable.
30509         (fortran-blocks-re, fortran-end-block-re)
30510         (fortran-start-block-re): New constants, for hideshow.
30511         (hs-special-modes-alist): Add a Fortran entry.
30512         (fortran-mode-map): Bind fortran-end-of-block,
30513         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30514         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30515         (fortran-looking-at-if-then, fortran-end-of-block)
30516         (fortran-beginning-of-block): New functions, for hideshow.
30518         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30519         Doc fix.  Tweak regexp.
30520         (f90-beginning-of-block): Push mark first.
30522 2005-03-29  Jay Belanger  <belanger@truman.edu>
30524         * calc/calc.el: Update copyright date.
30525         (calc-version): Increase to 2.1.
30526         (calc-version-date): Remove.
30528         * calc/calc-help.el: Update copyright date.
30529         (calc-full-help): Remove reference to calc-version-date.
30530         Update copyright date.
30532 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30534         * vc.el (vc-do-command): Use a pipe for async processes, so password
30535         prompts don't show up at places where the user can't reply.
30537 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30539         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30540         on the file name we pass to the inferior shell.
30542 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30544         * progmodes/which-func.el (which-function): Be robust in the face of an
30545         imenu--make-index-alist failure.
30547 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30549         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30551         * progmodes/python.el (python-preoutput-filter): Fix last change.
30553 2005-03-29  Lute Kamstra  <lute@gnu.org>
30555         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30556         functions and compiled macros.
30557         (debug-convert-byte-code): Handle macros too.
30558         (debug-on-entry-1): Don't signal an error when trying to clear a
30559         function that is not set to debug on entry.
30561 2005-03-29  Jay Belanger  <belanger@truman.edu>
30563         * calc/calc-lang.el: Add functions to math-function-table
30564         properties of tex and math.
30566 2005-03-29  Kenichi Handa  <handa@m17n.org>
30568         * ps-mule.el (ps-mule-plot-string): Translate characters by
30569         ps-print-translation-table.
30570         (ps-mule-begin-job): Call find-charset-region/string with
30571         ps-print-translation-table.
30572         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30574         * ps-print.el (ps-print-translation-table): New variable.
30575         (ps-plot-region): Translate characters by ps-print-translation-table.
30577 2005-03-29  Juri Linkov  <juri@jurta.org>
30579         * simple.el (next-error-highlight-timer): New variable.
30581         * progmodes/compile.el (compilation-goto-locus):
30582         Use `next-error-highlight-timer' instead of `sit-for'.
30584 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30586         * mail/supercite.el (sc-mail-field): Use assoc-string.
30587         (sc-get-address): Simplify regexps.
30589         * files.el (minibuffer-with-setup-hook): New macro.
30590         (find-file-read-args): Use it to avoid let-binding
30591         minibuffer-with-setup-hook (which breaks turning on/off
30592         file-name-shadow-mode while in the prompt).
30594         * complete.el (PC-read-include-file-name-internal):
30595         Use test-completion.
30597 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30599         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30601 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30603         * window.el (window-buffer-height): Use count-screen-lines.
30605         * progmodes/python.el (python-preoutput-leftover): New var.
30606         (python-preoutput-filter): Use it.
30607         (python-send-receive): Loop until all the result has been received.
30609 2005-03-28  Juri Linkov  <juri@jurta.org>
30611         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30613         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30614         "Recover Crashed Session".
30615         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30616         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30617         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30618         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30619         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30620         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30621         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30622         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30624         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30625         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30626         Ediff Sessions", "Toggle use of separate control buffer frame",
30627         "Use separate frame for Ediff control buffer".
30629         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30630         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30631         "Rename Bookmark", "Delete Bookmark".
30633         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30634         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30635         Add `:active Info-index-alternatives' to "Next Matching Item".
30637         * wdired.el (wdired-change-to-wdired-mode):
30638         Mention `wdired-abort-changes' key in the initial message.
30640         * international/mule.el (auto-coding-alist): Associate non-ascii
30641         image filename extensions with `no-conversion'.
30643 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30645         * international/iso-acc.el:
30646         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30648 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30650         * textmodes/sgml-mode.el (html-mode): Doc update.
30652         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30654 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30656         * term.el (term-move-columns): Fix face after extending a line.
30657         (term-insert-spaces): Likewise.
30658         (term-reset-terminal): Fix off by one error.
30660 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30662         * international/mule.el (auto-coding-alist): Add .xpi files.
30664         * files.el (auto-mode-alist): Add .xpi files.
30666 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30668         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30670 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30672         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30674 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30676         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30677         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30679         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30680         cursor to Jan 1 when needed.
30681         (calendar-end-of-year): Fix -/+ typo.
30682         Reported by Chong Yidong <cyd@stupidchicken.com>.
30684 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30686         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30688         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30689         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30691 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30693         * filesets.el (filesets-init): Add autoload.
30695         * mail/mailalias.el (mail-directory): Doc fix.
30697 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30699         * mail/mailalias.el (mail-directory-process): Do nothing if
30700         mail-directory-process is an atom.
30701         (mail-get-names): Ignore mail-directory-names if it is an atom.
30702         (mail-directory-process defvar): Doc fix.
30703         (mail-names): Doc fix.
30705 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
30707         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30709 2005-03-26  Kenichi Handa  <handa@m17n.org>
30711         * international/mule-util.el (detect-coding-with-priority):
30712         Call update-coding-systems-internal before detect-coding-region.
30714 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30716         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30717         (gdb-frames-mode-map): Add follow-link property.
30719 2005-03-25  Jay Belanger  <belanger@truman.edu>
30721         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30722         for variables.
30724 2005-03-25  Juri Linkov  <juri@jurta.org>
30726         * image-mode.el: Optimize image filename extension regexps in
30727         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30728         in `auto-mode-alist'.
30729         (image-mode): Add `image-toggle-display-text' to local hook
30730         `change-major-mode-hook'.  Display the image as an image by
30731         default.  Set `cursor-type' and `truncate-lines' if the image
30732         is already displayed.  Take into account the current mode (image
30733         or text) in message.
30734         (image-minor-mode): New minor mode.
30735         (image-mode-maybe, image-toggle-display-text): New functions.
30736         (image-toggle-display): Use called-interactively-p.
30737         Let-bind `inhibit-read-only' to t.
30739         * image-mode.el (image-minor-mode): Set `cursor-type' and
30740         `truncate-lines' if the image is already displayed.  Add turning
30741         image-minor-mode off to `change-major-mode-hook'.  Add message.
30742         Call `image-toggle-display-text' after turning image-minor-mode off.
30744 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30746         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30747         Terminal.app, use utf-8.
30748         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30749         (set-locale-environment): Use it.
30751         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30753         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30755         * progmodes/python.el (python-close-block-statement-p)
30756         (python-outdent-p, python-current-defun): Use symbol-end.
30758 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30760         * files.el (save-some-buffers): Doc fix.
30762 2005-03-25  Werner Lemberg  <wl@gnu.org>
30764         * complete.el, thumbs.el: Replace `legal' with `valid'.
30765         * calendar/calendar.el: Replace `legal' with `valid'.
30766         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30767         * mail/supercite.el: Replace `legal' with `valid'.
30768         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30769         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30770         Replace `legal' with `valid'.
30771         * textmodes/reftex-vars.el, textmodes/reftex.el:
30772         Replace `legal' with `valid'.
30774 2005-03-25  Werner Lemberg  <wl@gnu.org>
30776         * calc/calc-forms.el, calc/calc-sel.el
30777         * midnight.el, vc-cvs.el
30778         * emacs-lisp/cl-macs.el
30779         * emulation/vip.el
30780         * eshell/esh-io.el, eshell/esh-var.el
30781         * mail/supercite.el
30782         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30783         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30784         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30785         * progmodes/sh-script.el, progmodes/xscheme.el
30786         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30787         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30788         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30789         * textmodes/reftex.el, textmodes/org.el:
30790         Replace `illegal' with `invalid'.
30792 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30794         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30795         (flymake-find-buildfile, flymake-find-possible-master-files)
30796         (flymake-check-include, flymake-parse-line): Replace loops over the
30797         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30799         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30800         Substitute file-name-as-directory in the rest of the file.
30801         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30802         (flymake-replace-region): Remove unused arg `buffer'.
30803         (flymake-check-patch-master-file-buffer): Update calls to it.
30804         (flymake-add-err-info): Remove unused var `count'.
30805         (flymake-mode): Use define-minor-mode.
30807         * progmodes/flymake.el: Use with-current-buffer.
30808         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30809         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30810         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30811         Avoid testing for `xemacs'.
30812         (flymake-nop): Move.
30813         (flymake-region-has-flymake-overlays): Return the computed value.
30814         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30815         Remove unused var `endline'.
30816         (flymake-get-line-count): Remove unused function.
30817         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30819         * emulation/vi.el:
30820         * generic.el:
30821         * hilit-chg.el (global-highlight-changes):
30822         * hi-lock.el (hi-lock-mode):
30823         * follow.el: find-file-hooks -> find-file-hook.
30825         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30827 2005-03-24  Juri Linkov  <juri@jurta.org>
30829         * dired.el (dired-mode-map): Add menu item "Compare directories"
30830         for dired-compare-directories.
30832         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30833         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30835 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30837         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30839 2005-03-24  Jay Belanger  <belanger@truman.edu>
30841         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30842         relevant mode settings in calc-embedded-original-modes when modes
30843         are permanently changed.
30845 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30847         * autoinsert.el: find-file-hooks -> find-file-hook.
30849 2005-03-24  Lute Kamstra  <lute@gnu.org>
30851         * generic.el (generic-font-lock-defaults): Make it obsolete.
30852         (generic-font-lock-keywords): New variable to replace
30853         generic-font-lock-defaults.
30854         (generic-mode-set-font-lock): Delete it.
30855         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30856         (generic-bracket-support): Add docstring.
30858         * generic-x.el: Rename generic-font-lock-defaults to
30859         generic-font-lock-keywords throughout.
30860         (mailagent-rules-setup-function): Delete it.
30861         (mailagent-rules-generic-mode): Use anonymous function instead.
30862         (show-tabs-generic-mode-font-lock-defaults-1)
30863         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30864         Quote faces.
30865         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30866         not foreground.
30868         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30869         Recognize define-generic-mode.
30871 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30873         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30874         if there's no completion table.
30876 2005-03-23  Miles Bader  <miles@gnu.org>
30878         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30879         Remove tty-specific variants, as they're no longer needed.
30881 2005-03-23  Lute Kamstra  <lute@gnu.org>
30883         * generic-x.el: Code cleanup: make args constant whenever possible.
30884         (installshield-statement-keyword-list)
30885         (installshield-system-functions-list)
30886         (installshield-system-variables-list, installshield-types-list)
30887         (installshield-funarg-constants-list): Make them constants.
30889         * generic.el (generic-make-keywords-list): Add autoload cookie.
30891         * calendar/time-date.el: Add comment on time value formats.
30892         Don't require parse-time.
30893         (with-decoded-time-value): New macro.
30894         (encode-time-value): New function.
30895         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30896         (days-to-time): Return a valid time value when arg is huge.
30897         (time-since): Use time-subtract.
30898         (time-to-number-of-days): Use time-to-seconds.
30900 2005-03-23  David Ponce  <david@dponce.com>
30902         * recentf.el (recentf-keep): New option.
30903         (recentf-menu-action): Default to `find-file'.
30904         (recentf-keep-non-readable-files-flag)
30905         (recentf-keep-non-readable-files-p)
30906         (recentf-file-readable-p, recentf-find-file)
30907         (recentf-cleanup-remote): Remove.
30908         (recentf-include-p): More robust.
30909         (recentf-keep-p): New function.
30910         (recentf-remove-if-non-kept): Rename from
30911         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30912         All callers updated.
30913         (recentf-menu-items-for-commands): Fix help string.
30914         (recentf-track-closed-file): Update.  Doc fix.
30915         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30917 2005-03-23  Kim F. Storm  <storm@cua.dk>
30919         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30920         Don't inherit from fringe face (now happens automatically).
30922 2005-03-22  Kim F. Storm  <storm@cua.dk>
30924         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30925         position values.
30927 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30929         * menu-bar.el (showhide-date-time): Remove.
30930         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30931         (menu-bar-make-mm-toggle): Simplify.
30933 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30935         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30936         Accept qualified variable and function names.
30938 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30940         * bindings.el (completion-ignored-extensions):
30941         Remove ".lis" for `vax-vms'.
30943 2005-03-22  Andreas Schwab  <schwab@suse.de>
30945         * generic-x.el: Revert last change.
30946         * ldefs-boot.el: Update.
30948 2005-03-22  Jay Belanger  <belanger@truman.edu>
30950         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30951         (calc-embedded-save-original-modes)
30952         (calc-embedded-restore-original-modes): New functions.
30953         (calc-do-embedded): Save original modes when entering embedded mode
30954         and restore when leaving embedded mode.
30955         (calc-embedded-modes-change): Change the value of
30956         calc-embedded-original-modes to reflect permanent changes.
30958 2005-03-22  Lute Kamstra  <lute@gnu.org>
30960         * generic-x.el: Require generic again.
30962 2005-03-22  Miles Bader  <miles@gnu.org>
30964         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30965         Tweak details to look good on both ttys and bitmap displays, light
30966         or dark background, etc.
30968 2005-03-21  Kim F. Storm  <storm@cua.dk>
30970         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30971         mouse position.
30973 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30975         * icomplete.el: Don't forcibly turn on the mode upon load.
30976         (icomplete-mode): Use define-minor-mode.
30977         (icomplete-eoinput): Default to nil.
30978         (icomplete-minibuffer-setup): Remove autoload.
30979         (icomplete-tidy): Simplify.
30980         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30981         in the initial state or if the user has modified the field.
30982         Fix handling of icomplete-max-delay-chars.
30983         Remove code that handles the oddball case where
30984         minibuffer-completion-table is an integer.
30985         Wrap icomplete-completions in while-no-input in case building
30986         completions takes more time than expected.
30987         (icomplete-completions): Simplify.
30989 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30991         * jka-compr.el (jka-compr-really-do-compress):
30992         Make variable buffer-local.
30994         * image-mode.el: Handle .xpm files too.
30995         (image-toggle-display): Preserve modification flag.
30997         * help.el (where-is): Don't mention aliases with no key bindings.
30999 2005-03-21  Lute Kamstra  <lute@gnu.org>
31001         * generic.el: Fix commentary section.  Don't require cl for
31002         compilation.
31003         (generic-mode-list): Add autoload cookie.
31004         (generic-use-find-file-hook, generic-lines-to-scan)
31005         (generic-find-file-regexp, generic-ignore-files-regexp)
31006         (generic-mode, generic-mode-find-file-hook)
31007         (generic-mode-ini-file-find-file-hook): Fix docstrings.
31008         (define-generic-mode): Make it a defmacro.  Fix docstring.
31009         (generic-mode-internal): Code cleanup.  Add autoload cookie.
31010         (generic-mode-set-comments): Code cleanup.
31011         * generic-x.el: Don't prevent compilation.  Don't require generic.
31012         Follow coding conventions.  Minor code cleanup.
31013         (etc-fstab-generic-mode): Add some keywords.
31014         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31015         define-generic-mode like a function declaration.
31017 2005-03-21  Jay Belanger  <belanger@truman.edu>
31019         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31020         changing modes.
31022 2005-03-21  Sam Steingold  <sds@gnu.org>
31024         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31026 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
31028         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31029         Add underscore to "f$ lexicals" regexp.
31031 2005-03-20  Juri Linkov  <juri@jurta.org>
31033         * subr.el (progress-reporter-do-update): When `min-value' is equal
31034         to `max-value', set `percentage' to 0 and prevent division by zero.
31036 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
31038         Sync with Tramp 2.0.48.
31040         * net/tramp.el (all): Change all addresses to .gnu.org.
31041         (tramp-append-tramp-buffers): New defun.
31042         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31043         Catch `dont-send' signal.
31044         (tramp-set-auto-save-file-modes): Set always permissions, because
31045         there might be an old auto-saved file belonging to another
31046         original file.  This could be a security threat.  Reported by
31047         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31048         Check for Emacs 21.3.50 removed.
31050         * net/tramp-smb.el (all): Remove debug construct for
31051         `with-parsed-tramp-file-name'.
31052         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31053         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31054         No error message if DIRECTORY or FILENAME doesn't exist.
31055         (tramp-smb-open-connection): Check existence of
31056         `tramp-smb-program'.
31058 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31060         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31061         Properly handle the case where the `m' or `s' command's argument is not
31062         yet terminated.
31063         (perl-indent-new-calculate): New function.
31064         (perl-indent-line): Use it.
31066 2005-03-20  Miles Bader  <miles@gnu.org>
31068         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31069         in text-mode too.  Change to new face names.
31070         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31071         Add `:weight bold' attribute.
31072         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31074 2005-03-19  Juri Linkov  <juri@jurta.org>
31076         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
31078         * international/mule.el (auto-coding-alist): Sync with
31079         `auto-mode-alist' by adding upper case archive file extensions
31080         and adding ear/war to jar extension.
31082 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
31084         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31085         running, restart it.
31087 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
31089         * finder.el (finder-current-item): Throw an error on an empty line.
31091         * man.el (Man-follow-manual-reference): If current-word returns
31092         nil, use "".
31094 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
31096         * simple.el (goto-line): Doc fix.
31098 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
31100         * files.el (save-buffer): Doc fix.
31102 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
31104         * recentf.el (recentf-cleanup-remote): New variable.
31105         (recentf-cleanup): Use it to conditionally check availability of
31106         remote files.
31108 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
31110         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31111         function names.
31113 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31115         * language/thai-word.el: New file.
31117 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31119         * files.el (backup-buffer): If the file's directory is not
31120         writable, use copy instead of move to backup the file.
31122 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31124         * obsolete/keyswap.el: Moved to obsolete/ from term/.
31126 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31128         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31129         Use functionp instead of symbolp and fboundp.  Reported by Drkm
31130         <darkman_spam@yahoo.fr>.
31131         (ps-print-version): New version 6.6.6.
31133 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
31135         * textmodes/table.el (table--line-column-position): New idiom.
31136         (table--row-column-insertion-point-p): New function to test
31137         validity of row and column insertion operation at a location.
31138         (table-global-menu, table-cell-menu): Use above functions for
31139         deterministic test operation.
31140         (table--editable-cell-p): Behave in deterministic fashion.
31142 2005-03-18  Juri Linkov  <juri@jurta.org>
31144         * isearch.el (isearch-lazy-highlight-new-loop):
31145         Make arguments beg and end optional.
31146         (isearch-update): Remove optional arguments nil from
31147         isearch-lazy-highlight-new-loop.
31148         (isearch-lazy-highlight-search): Let-bind case-fold-search to
31149         isearch-lazy-highlight-case-fold-search instead of
31150         isearch-case-fold-search, and let-bind isearch-regexp to
31151         isearch-lazy-highlight-regexp.
31152         Use isearch-lazy-highlight-last-string instead of isearch-string.
31154         * replace.el (perform-replace): Remove bindings of global
31155         variables isearch-string, isearch-regexp, isearch-case-fold-search.
31156         Add three new arguments to `replace-highlight'.
31157         (replace-highlight): Add arguments string, regexp, case-fold.
31158         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31159         to allow isearch-lazy-highlight-new-loop to use these values
31160         to set corresponding isearch-lazy-highlight-* internal
31161         variables whose values lazy highlighting will use regardless of
31162         changes to global variables isearch-string, isearch-regexp,
31163         isearch-case-fold-search during lazy highlighting loop.
31164         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31165         to `lazy-highlight-cleanup'.
31167         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31168         (ispell-highlight-face): Set default face to `isearch' when
31169         lazy highlighting is enabled.
31170         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31171         priority to 1.  Add lazy highlighting.
31172         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31173         from `isearch-dehighlight'.
31175 2005-03-18  David Ponce  <david@dponce.com>
31177         * files.el (hack-local-variables): Do a case-insensitive search
31178         for End.
31180 2005-03-18  Juri Linkov  <juri@jurta.org>
31182         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31183         `isearch-lazy-highlight-cleanup', add alias to old name and
31184         declare obsolete.  Add release numbers to other obsolete vars.
31185         (isearch-done, isearch-lazy-highlight-new-loop):
31186         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31187         (lazy-highlight-cleanup) <variable>: Doc fix.
31188         (isearch-lazy-highlight-update): Rename obsolete
31189         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31191 2005-03-18  Kenichi Handa  <handa@m17n.org>
31193         * language/thai-util.el: Fix categorization of Thai characters in
31194         thai-category-table.
31195         (thai-composition-pattern): Adjust it for the above change.
31196         (thai-self-insert-command, thai-compose-syllable): New functions.
31197         (thai-compose-region): Use thai-compose-syllable.
31198         (thai-compose-string): Likewise.
31199         (thai-composition-function): Likewise.
31200         (thai-auto-composition): New function.
31201         (thai-auto-composition-mode): New minor mode.
31203         * language/thai.el: Fix patterns to be registered in
31204         composition-function-table.
31206         * international/quail.el (quail-input-method): Locally bind
31207         inhibit-modification-hooks to t.
31209 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31211         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31212         (perl-mode): Use run-mode-hooks.
31214         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31215         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31216         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31218         * mail/sendmail.el (sendmail-send-it): Reenable the code
31219         to compute resend-to-address and use it.
31221         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31223         * image-mode.el: New file.
31225         * image.el (insert-sliced-image): Add autoload cookie.
31227         * font-lock.el (font-lock-lines-before): New user option.
31228         (font-lock-after-change-function): Obey it.
31230         * bindings.el (esc-map): Make M-g a prefix.
31231         Bind M-g g and M-g M-g to goto-line.
31233         * faces.el (face-id): Doc fix.
31235 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31237         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31238         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31239         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31241         * mail/sendmail.el (mail-yank-ignored-headers)
31242         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31243         Add Mail-Followup-To and Mail-Reply-To headers.
31244         (mail-citation-hook): Add autoload cookie.
31245         (mail-mode): Doc fix.
31246         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31247         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31248         (mail-mode-fill-paragraph): Handle those headers.
31249         (mail-mailing-lists): New variable.
31250         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31252 2005-03-17  Juri Linkov  <juri@jurta.org>
31254         * isearch.el (isearch-fallback): Check for `(car previous)'
31255         before calling `isearch-other-end-state'.
31257 2005-03-17  Kim F. Storm  <storm@cua.dk>
31259         * simple.el (move-beginning-of-line): Move to beginning of buffer
31260         line, as well as beginning of screen line.
31262 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31264         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31265         argument REDRAW rather than calendar-redrawing variable.
31266         * calendar/calendar.el (calendar-redrawing): Delete.
31267         (redraw-calendar): Do not bind calendar-redrawing.
31269 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31271         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31272         diary-file buffer.
31274 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31276         * help.el (describe-mode): Allow a :minor-mode-function property to
31277         specify a different minor mode toggle function than the variable.
31278         * simple.el (auto-fill-function):
31279         * subr.el (add-minor-mode): Use it.
31281 2005-03-16  Kenichi Handa  <handa@m17n.org>
31283         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31284         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31285         (ethio-fidel-to-sera-buffer): Likewise.
31287 2005-03-16  Juri Linkov  <juri@jurta.org>
31289         * emacs-lisp/find-func.el (find-function-regexp):
31290         Add defun-emitting macro `menu-bar-make-toggle'.
31292         * isearch.el: Put `isearch-scroll' property to
31293         `split-window-horizontally'.
31295         * info.el: Update error messages for `debug-ignored-errors'.
31296         (Info-isearch-search): Doc fix.
31297         (Info-find-node): Move up code to go into info buffer before
31298         recording the node to the history.
31299         (Info-fontify-node): Fontify titles only if the next line
31300         has two or more `*', `=', `-', `.'.
31301         Display "go to this node" for empty (match-string 3).
31303 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31305         * term/mac-win.el: Add mouse pointer shape constants.
31307 2005-03-15  Kim F. Storm  <storm@cua.dk>
31309         * simple.el (move-beginning-of-line): Use vertical-motion.
31311 2005-03-15  Juri Linkov  <juri@jurta.org>
31313         * isearch.el (isearch-error): New variable.
31314         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31315         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31316         (isearch-within-brackets-state): Remove.
31317         (isearch-case-fold-search-state, isearch-pop-fun-state):
31318         Decrease frame index.
31319         (isearch-mode, isearch-top-state, isearch-push-state)
31320         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31321         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31322         (isearch-search, isearch-lazy-highlight-new-loop):
31323         Replace `isearch-invalid-regexp' with `isearch-error'.
31324         Remove `isearch-within-brackets'.
31325         (isearch-search): Add `search-failed' handler to `condition-case'.
31326         (isearch-lazy-highlight-search): Add `condition-case' to catch
31327         errors and allow `isearch-lazy-highlight-update' to try
31328         highlighting from the beginning of the window.
31329         (isearch-repeat): Move up code to set isearch-wrapped to t
31330         before calling isearch-wrap-function.
31332         * info.el (Info-isearch-initial-node): New internal variable.
31333         (Info-search): Signal an error in isearch mode when search leaves
31334         the initial node.  Signal an error when `bound' is non-nil and
31335         nothing was found in the current subfile.
31336         (Info-isearch-search): Remove `condition-case'.
31337         (Info-isearch-wrap): Don't wrap when search failed during leaving
31338         the initial node.  If `Info-isearch-search' is nil, wrap around
31339         the current node.
31340         (Info-isearch-start): New fun.
31341         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31342         `isearch-mode-hook'.
31344 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31346         * simple.el (normal-erase-is-backspace): Set default to t if
31347         running on Mac.
31349         * term/mac-win.el (function-key-map): Sync with x-win.el.
31351 2005-03-15  Kenichi Handa  <handa@m17n.org>
31353         * international/mule-cmds.el (locale-language-names): Modify the
31354         format of elements and add more entries.
31355         (locale-preferred-coding-systems): Add more entries.
31356         (set-locale-environment): Adjust for the change of
31357         locale-language-names.
31359 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31361         * pcvs.el (smerge-ediff): Remove bogus autoload.
31363 2005-03-14  Lute Kamstra  <lute@gnu.org>
31365         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31366         Ignore a `*' at the beginning of a line.
31368         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31369         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31370         subr.el.
31371         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31372         to specify indentation.
31374         * generic.el (define-generic-mode): Let generic-mode-list be a
31375         list of strings; test membership with equal.
31377 2005-03-14  Kim F. Storm  <storm@cua.dk>
31379         * simple.el (next-line, previous-line): Add optional try-vscroll
31380         arg to recognize interactive use.  Pass it on to line-move.
31381         (line-move): Don't perform auto-window-vscroll when defining or
31382         executing keyboard macro to ensure consistent behavior.
31384 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31386         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31388 2005-03-13  Lute Kamstra  <lute@gnu.org>
31390         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31391         debugger-setup-buffer so that backtrace marks the frames set to
31392         debug-on-exit and we don't have to do it manually.  Set an extra
31393         debug-on-exit for macro's.
31394         (debugger-setup-buffer): Don't mark the top frame manually.
31396 2005-03-12  Lute Kamstra  <lute@gnu.org>
31398         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31399         lisp-indent-function throughout.
31400         (with-no-warnings): Set lisp-indent-function property.
31402 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31404         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31405         Add entry for backslash.
31407 2005-03-12  Juri Linkov  <juri@jurta.org>
31409         * info.el (Info-search): Four fixes for backward search.
31411 2005-03-11  Jay Belanger  <belanger@truman.edu>
31413         * calc/calc.el (calc-language-alist): New variable.
31414         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31415         (calc-embedded-find-modes): Use calc-language-alist instead of
31416         calc-embedded-language-alist.
31418 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31420         * calendar/calendar.el (calendar-redrawing): New internal
31421         variable.
31422         (redraw-calendar): Remove bogus save-excursion from previous
31423         change.  Bind calendar-redrawing to t for mark-diary-entries.
31424         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31425         calendar if that is why we were called.
31427 2005-03-11  Kenichi Handa  <handa@m17n.org>
31429         * international/mule.el (make-coding-system): Set property
31430         coding-system-define-form to nil.
31431         (define-coding-system-alias): Likewise.
31433 2005-03-11  Kenichi Handa  <handa@m17n.org>
31435         These changes are suggested by Dave Love <fx@gnu.org>.
31437         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31438         coding: tag.
31439         (adaptive-fill-regexp): Add more bullets.
31440         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31441         regexps.
31443 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31445         * help.el (describe-mode): Properly handle non-trivial lighters.
31446         Don't ignore minor modes that are not listed in minor-mode-list.
31448         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31449         feature ON when the user requests to turn it OFF.
31451 2005-03-10  Lute Kamstra  <lute@gnu.org>
31453         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31454         (implement-debug-on-entry): New function to replace debug-entry-code.
31455         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31456         second argument as the 2005-03-07 change makes it obsolete.
31457         (debug-on-entry, cancel-debug-on-entry): Update call to
31458         debug-on-entry-1.
31459         (debug, debugger-setup-buffer): Comment update.
31460         (debugger-frame-number): Update to work with implement-debug-on-entry.
31462 2005-03-10  Jay Belanger  <belanger@truman.edu>
31464         * calc/calc-embed.el (math-ms-args): Declare it.
31465         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31466         math-ms-args.
31467         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31468         variables.
31470 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31472         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31473         Use message-box.
31475         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31476         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31477         (tooltip-gud-tips): Simplify.
31478         (tooltip-gud-tips-p): Remove superfluous :set.
31479         (tooltip-gud-modes): Add fortran-mode.
31480         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31482         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31484 2005-03-09  Kim F. Storm  <storm@cua.dk>
31486         * play/animate.el (animate-place-char): Use forward-line instead
31487         of next-line to improve performance.
31489 2005-03-09  Simon Josefsson  <jas@extundo.com>
31491         * net/browse-url.el (browse-url-default-browser): Doc fix.
31493 2005-03-09  Miles Bader  <miles@gnu.org>
31495         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31496         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31498 2005-03-09  Kenichi Handa  <handa@m17n.org>
31500         * international/latin-1.el: Set case and syntax for 255 only if
31501         set-case-syntax-set-multibyte is nil.
31503         * textmodes/ispell.el (ispell-insert-word): New function.
31504         (ispell-word): Use ispell-insert-word to insert a new word.
31505         (ispell-process-line): Likewise.
31506         (ispell-complete-word): Likewise.
31508 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31510         * calendar/calendar.el (redraw-calendar): Preserve point.
31511         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31512         (calendar-week-start-day): Move after definition of
31513         redraw-calendar.  Delete buffer test, since redraw-calendar has
31514         that now.
31516         * calendar/diary-lib.el (mark-diary-entries): Only call
31517         redraw-calendar in the first of any recursive calls.
31518         Reported by Alan Shutko <ats@acm.org>.
31520 2005-03-08  Juri Linkov  <juri@jurta.org>
31522         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31523         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31524         (html-radio-buttons): Add a space before the trailing `/>' where
31525         sgml-xml-mode is non-nil.
31526         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31527         the subsequent tag of the empty XML tag.
31528         (html-href-anchor): Don't set initial input to "http:".
31529         (html-image): Ask for the image URL and set point inside alt="".
31530         (html-name-anchor): Duplicate the name in the `id' attribute when
31531         sgml-xml-mode is non-nil.
31532         (html-paragraph): Remove \n before <p>.
31533         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31534         instead of `checked' when sgml-xml-mode is non-nil.
31536         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31537         Remove 1 space before #RRGGBB to not truncate it on terminal
31538         windows w/o fringes.  Remove 1 space between bg and fg examples
31539         to get more space.
31540         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31541         avoid byte-compile warnings.
31543         * image-file.el (image-file-handler): Put `safe-magic' property to
31544         `image-file-handler'.
31546         * info.el (Info-isearch-search): Emulate word search in
31547         isearching through multiple Info nodes with Info-search.
31548         (Info-isearch-wrap): Allow isearch-word.
31550 2005-03-08  Lute Kamstra  <lute@gnu.org>
31552         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31553         stepping into the debugger's code is not possible.
31554         (debugger-jumping-flag): Docstring update.
31556 2005-03-08  Jay Belanger  <belanger@truman.edu>
31558         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31559         embedded mode begins.
31560         (calc-embedded-language-alist): New variable.
31561         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31562         set default language mode.
31564 2005-03-08  Kenichi Handa  <handa@m17n.org>
31566         * international/ccl.el (define-ccl-program): Fix docstring about
31567         extra 256 bytes assured for the output buffer.
31569         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31570         Fix BUFFER_MAGNIFICATION to 2.
31571         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31573 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31575         * align.el (align-rules-list): Added an alignment rule for CSS
31576         declarations (applies to css-mode and html-mode buffers).
31578 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31580         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31582 2005-03-07  Kim F. Storm  <storm@cua.dk>
31584         * simple.el (move-beginning-of-line): New command.
31586         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31588         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31590         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31591         and move-beginning-of-line.
31593         * apropos.el (apropos-print): Omit command from M-x ... RET.
31595 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31597         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31598         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31600 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31602         * bindings.el (esc-map): Bind M-g to goto-line.
31604         * facemenu.el (global-map): Bind M-o, not M-g.
31606 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31608         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31609         "Open Directory" as for "Open File".
31611 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31613         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31614         (push-mark-command): Run activate-mark-hook.
31616 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31618         * help-mode.el (help-mode-finish): Don't alter the element
31619         in view-return-to-alist if there already is one.
31621         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31622         make sure the current buffer is the expected one.
31624         * novice.el (disabled-command-function): Output in *Disabled Command*.
31625         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31627         * textmodes/flyspell.el (flyspell-large-region):
31628         Pass args differently for aspell.
31630         * files.el (mode-require-final-newline): Doc fix.
31632 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31634         * progmodes/which-func.el (which-function):
31635         Specify NOERROR when calling imenu--make-index-alist.
31637 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31639         * simple.el (normal-erase-is-backspace): Define default value.
31641         * custom.el (custom-theme-set-variables): Remove unused var
31642         `immediate'.
31643         (custom-reevaluate-setting): Simple function to handle variables
31644         that are defined before their default value can really be
31645         computed.
31647         * startup.el (command-line): Use it for temporary-file-directory,
31648         small-emporary-file-directory, auto-save-file-name-transforms,
31649         blink-cursor-mode, and normal-erase-is-backspace.
31651         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31652         progress, even with buggy anchored keywords.
31654 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31656         * simple.el (goto-line): Remove unbalanced final parenthesis.
31658 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31660         * simple.el (goto-line): Use a number at point as the default.
31661         With C-u as arg, switch buffers.
31663 2005-03-05  Juri Linkov  <juri@jurta.org>
31665         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31666         with `no-blinking-cursor'.
31668         * startup.el (no-blinking-cursor): New defvar.
31669         (command-line): Add `--no-blinking-cursor' to longopts.
31670         Set `no-blinking-cursor' to t for command line arguments
31671         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31672         with `no-blinking-cursor' in the condition for calling
31673         `blink-cursor-mode'.
31675 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31677         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31678         (menu-bar-options-save): Add blink-cursor-mode.
31679         (menu-bar-options-menu): Add blink-cursor-mode.
31681 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31683         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31684         (icalendar-export-file, icalendar-export-region)
31685         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31686         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31688 2005-03-04  Lute Kamstra  <lute@gnu.org>
31690         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31691         (debug-function-list): Ditto.
31693 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31695         * textmodes/texinfmt.el (texinfo-append-refill):
31696         Redefine the types of line to which @refill
31697         is not appended by replacing a search for `@refill\\|@bye' with
31698         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31699         itemize@refill' bug and the unfilled long lines bug.
31700         (texinfmt-version): Update number and date.
31702 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31704         * international/code-pages.el (windows-1250, windows-125[2-8])
31705         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31707 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31709         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31710         bound yet.
31712 2005-03-02  Romain Francoise  <romain@orebokech.com>
31714         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31715         buffer after removing limits.
31716         (ibuffer-pop-filter): Ditto.
31717         Update copyright.
31719 2005-03-02  Miles Bader  <miles@gnu.org>
31721         * button.el (make-text-button): If the user doesn't specify a
31722         type, use the default.  Rewrite to use `add-text-properties' and
31723         plist functions.
31725 2005-03-01  Lute Kamstra  <lute@gnu.org>
31727         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31728         (debugger-jumping-flag): New var.
31729         (debug-entry-code): Use it.
31730         (debugger-jump): Use debugger-jumping-flag and add
31731         debugger-reenable to post-command-hook.
31732         (debugger-reenable): Use debugger-jumping-flag and remove itself
31733         from post-command-hook.
31734         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31735         debugger-reenable.
31737 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31739         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31740         inclusion of "itemize\\|", which may be unnecessary, is certainly
31741         inelegant, and stops refilling in itemize lists when formatting
31742         Japanese Texinfo files to Info.
31743         Update copyright to 2005.
31745 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31747         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31748         of an error if GDB can't find the source file.
31750 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31752         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31753         not just the calendar.
31755         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31756         first.
31757         (diary-redraw-calendar): New function.
31758         (make-diary-entry): Add diary-redraw-calendar to local
31759         write-contents-functions.  Turn off selective display before
31760         inserting in diary.
31762 2005-03-01  Kim F. Storm  <storm@cua.dk>
31764         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31766 2005-03-01  Lute Kamstra  <lute@gnu.org>
31768         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31769         that debug-entry-code can be safely removed from a function while
31770         this code is being evaluated.  Revert the 2005-02-27 change as the
31771         new implementation no longer requires it.  Make sure that a
31772         function body containing just a string is not mistaken for a docstring.
31773         (debug): Skip one more frame in case of debug on entry.
31774         (debugger-setup-buffer): Delete one more frame line in case of
31775         debug on entry.
31776         (debugger-frame-number): Update to use the new text introduced by
31777         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31779 2005-02-28  Kim F. Storm  <storm@cua.dk>
31781         * double.el (double-translate-key): Call force-window-update after
31782         read-event to avoid crash in redisplay.
31784 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31786         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31787         (debug): Use it.  Move the inhibit-trace earlier.
31788         (debug-entry-code): New const.
31789         (debug-on-entry-1): Use it.
31791 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31793         * international/utf-16.el (ccl-encode-mule-utf-16le):
31794         Fix BUFFER_MAGNIFICATION to 2.
31795         (ccl-encode-mule-utf-16be): Likewise.
31797 2005-02-28  Kenichi Handa  <handa@m17n.org>
31799         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31800         Fix BUFFER_MAGNIFICATION to 4.
31801         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31803 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31805         * speedbar.el (speedbar-update-flag): Doc fix.
31806         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31807         argument.
31809 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31811         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31812         have a non-nil `invisible' property but are actually visible.
31814         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31815         for perldoc sections.
31816         (perl-outline-regexp, perl-outline-level): New var and function.
31817         (perl-mode): Use them.
31819 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31821         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31822         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31824 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31826         * cus-edit.el: Comment change.
31827         (custom-buffer-create-internal): Slightly reword text at top of
31828         Custom buffers.  Mention there that saving an option edits the
31829         init file.  Add link to Emacs manual node on `custom-file'.
31830         (custom-magic-alist): Rewrite individual State messages to use
31831         capitalized keywords.  Doc fix.
31833 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31835         * calendar/calendar.el (calendar-buffer): Move above
31836         calendar-week-start-day.
31837         (calendar-week-start-day): Doc fix.  Add :set function.
31838         (calendar-minimum-window-height): New variable.
31839         (generate-calendar-window): Only resize window if selected-window
31840         is displaying the calendar buffer.  Use new variable
31841         calendar-minimum-window-height.
31842         (generate-calendar): Reword error message.
31843         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31845 2005-02-27  Andreas Schwab  <schwab@suse.de>
31847         * vc.el (vc-do-command): Don't run command asynchronously when
31848         operating in a remote directory.
31850         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31851         change from sync with Tramp 2.0.47.
31853 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31855         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31857         * textmodes/flyspell.el (flyspell-mode-on):
31858         Call ispell-change-dictionary only if necessary.
31860         * emacs-lisp/re-builder.el (regexp-builder): New function.
31862         * register.el (describe-register-1): Explicitly handle
31863         yank-excluded-properties = t.
31865         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31866         (custom-magic-alist): Change the status descriptions again.
31867         (face widget-type): Total rewrite based on `restricted-sexp'
31868         to eliminate the confusing double hiding levels.
31870         * emacs-lisp/debug.el (debug-on-entry-1):
31871         If function body is empty, add nil as body form.
31873 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31875         * emacs-lisp/trace.el (inhibit-trace): New var.
31876         (trace-make-advice): Use it.
31878         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31880 2005-02-26  Kim F. Storm  <storm@cua.dk>
31882         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31883         (mouse-on-link-p, mouse-drag-region-1): Use it.
31885 2005-02-25  Lute Kamstra  <lute@gnu.org>
31887         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31889 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31891         * frame.el (blink-cursor-mode): Add :group keyword.
31893 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31895         * calendar/icalendar.el (icalendar--decode-isodatetime):
31896         New optional argument DAY-SHIFT.
31897         (icalendar-export-region): Fix coding-system-for-write.
31898         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31899         events by one.
31901 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31903         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31905 2005-02-24  Kim F. Storm  <storm@cua.dk>
31907         * international/iso-acc.el (iso-accents-compose): Fix crash
31908         during redisplay.  Call force-window-update after read-event
31909         and delete-region to signal that window is not accurate.
31911 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31913         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31914         Remove unused and inexistent var `inhibit-trace'.
31915         (debugger-mode): Use run-mode-hooks.
31916         (debugger-list-functions): Add buttons; setup xref stack.
31918 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31920         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31921         appointment says it was explicitly made.
31922         (appt-add): Set the 3rd element.
31923         (appt-make-list): Preserve explicit appointments.
31925         * subr.el (find-tag-default): Catch errors in forward-sexp.
31927 2005-02-23  Juri Linkov  <juri@jurta.org>
31929         * info.el (Info-isearch-search): New defcustom.
31930         (Info-isearch-search): Call the default isearch function
31931         when Info-isearch-search is nil.
31932         (Info-isearch-wrap): Use variable Info-isearch-search.
31934 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31936         * cus-edit.el: Comment change.
31938 2005-02-22  Kim F. Storm  <storm@cua.dk>
31940         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31941         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31943 2005-02-22  Simon Josefsson  <jas@extundo.com>
31945         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31946         New variable.
31947         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31948         Oskarsson" <myrkraverk@users.sourceforget.net>.
31950 2005-02-22  Kim F. Storm  <storm@cua.dk>
31952         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31953         check that window of that event is the selected window.
31954         (mouse-drag-region-1): Compare mouse event window to selected
31955         window before setting point.
31957         * tooltip.el (tooltip-show-help-function): Pass event to
31958         mouse-on-link-p so it can check selected window.
31960 2005-02-22  Kenichi Handa  <handa@m17n.org>
31962         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31963         (ps-mule-show-warning): New function.
31964         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31965         characters are found.
31967         * ps-print.el (ps-header-footer-string): Return a list of header
31968         and footer strings.
31970 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31972         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31974 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31976         * frame.el (blink-cursor-mode): Use define-minor-mode.
31978         * term/mac-win.el (function-key-map): Use char-names more consistently.
31979         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31980         already handled in mule-cmds.el (where it also works when mac-win.el
31981         is not used).
31983 2005-02-21  Kenichi Handa  <handa@m17n.org>
31985         * international/mule.el (ctext-pre-write-conversion): Always use
31986         " *code-converting-work*" buffer for work.
31988         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31990 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31992         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31994 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31996         * ses.el (undo-more): Restore defadvice, but only the part that
31997         allows changes outside the restricted area of the buffer.
31999 2005-02-20  Kim F. Storm  <storm@cua.dk>
32001         * simple.el (line-move): Add fourth optional arg try-vscroll which
32002         must be set to perform auto-window-vscroll.
32003         When moving backwards and doing auto-window-vscroll, automatically
32004         vscroll to the last part of lines which are taller than the window.
32005         (next-line, previous-line): Set try-vscroll arg on line-move.
32007 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
32009         * replace.el (query-replace, query-replace-regexp)
32010         (replace-string, replace-regexp): When operating on region, make
32011         the minibuffer prompt say so.
32013         * isearch.el (isearch-forward): Document isearch-query-replace and
32014         isearch-query-replace-regexp keybindings.
32016 2005-02-19  Jay Belanger  <belanger@truman.edu>
32018         * calc/calc-aent.el (math-read-token): Add local variable.
32020         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32021         (calc-edit-top): Move declaration to earlier in file.
32022         (calc-edit-macro-repeats): Add local variables.
32024         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32025         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32026         calcFunc-tanh.
32027         Adjust integration rule for calcFunc-tan.
32029 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32031         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32032         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32033         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32034         (viper-skip-separators): Bug fix.
32035         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32036         particular major mode.
32037         (viper-del-backward-char-in-replace): Don't put deleted char on the
32038         kill ring.
32040         * viper-ex.el (viper-color-display-p): New function.
32041         (viper-has-face-support-p): Use viper-color-display-p.
32043         * viper-keym.el (viper-gnus-modifier-map): New keymap.
32045         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32047         * viper-util.el (viper-glob-unix-files): Fix shell status check.
32048         (viper-file-remote-p): Make equivalent to file-remote-p.
32050         * viper.el (viper-major-mode-modifier-list):
32051         Use viper-gnus-modifier-map.
32053 2005-02-19  David Kastrup  <dak@gnu.org>
32055         * subr.el (subregexp-context-p): Fix garbled doc string by adding
32056         quoting.
32058 2005-02-19  Jay Belanger  <belanger@truman.edu>
32060         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32061         Remove extra definitions.
32062         (calc-coth): New function.
32063         (calcFunc-cot): Fix `let'.
32065 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
32067         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32068         the reasons we use "type pc" in these faces.
32070         * button.el (button): Ditto.
32072 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
32074         * replace.el (query-replace-read-from): Set the value of
32075         query-replace-from-history-variable to handle the case of an empty
32076         string entered to accept the suggested default.
32078         * net/tramp.el (tramp-file-name-for-operation):
32079         Use dired-call-process instead of dired-call-process-command.
32081 2005-02-19  Jay Belanger  <belanger@truman.edu>
32083         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32084         (math-div-non-trig): New variables.
32085         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32086         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32087         (math-combine-prod, math-div-symb-fancy): Add simplifications for
32088         trig expressions.
32090 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
32092         * progmodes/gdb-ui.el (gdb-var-update-handler)
32093         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32094         for watch expressions,
32095         (gdb-var-create-handler): Don't set speedbar-update-flag.
32096         (gdb-post-prompt): Simplify test for speedbar.
32098 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32100         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32101         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32102         we use the syntax table of the correct buffer.
32103         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32104         Felix Gatzemeier.
32106         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32107         (ediff-file-remote-p): Make synonymous with file-remote-p.
32108         In all deffaces ediff-*-face-*, use min-colors.
32110         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32111         ediff-recurse-to-subdirectories.
32112         (ediff-mark-if-equal): Check that the arguments are strings, use
32113         ediff-same-contents (after to Felix Gatzemeier).
32115         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32116         nil.
32118 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32120         * log-view.el (log-view-message-re): Fix up Subversion regexp.
32122 2005-02-18  David Kastrup  <dak@gnu.org>
32124         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32125         use `mark-active' when defined.
32127 2005-02-18  Kenichi Handa  <handa@m17n.org>
32129         * ps-print.el (ps-font-info-database): New entry
32130         ZapfChancery-MediumItalic with correct font name.  Fix font name
32131         of the entry Zapf-Chancery-MediumItalic.
32133 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
32135         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32137 2005-02-16  Kim F. Storm  <storm@cua.dk>
32139         * ido.el (ido-fallback-command): Pass user input to fallback command.
32141 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
32143         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32144         (gdb-find-file-hook): Add server prefix.
32146 2005-02-16  Richard M. Stallman  <rms@gnu.org>
32148         * replace.el (perform-replace): Pass new args to replace-highlight.
32149         (replace-highlight): Take region args,
32150         and pass them to isearch-lazy-highlight-new-loop.
32152         * novice.el (disabled-command-hook): Autoload the defalias
32153         and the make-obsolete-variable call.
32155         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32157         * isearch.el (isearch-lazy-highlight-start-limit)
32158         (isearch-lazy-highlight-end-limit): New variables limit
32159         the region for highlighting.
32160         (isearch-lazy-highlight-new-loop): New args BEG and END.
32161         (isearch-lazy-highlight-search): Use the new vars.
32162         (isearch-lazy-highlight-update): Likewise.
32164         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32166         * cus-start.el (all): Use default-boundp.
32168 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
32170         * menu-bar.el (menu-bar-select-frame): Handle current frame.
32172 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
32174         * autorevert.el (auto-revert-stop-on-user-input)
32175         (auto-revert-verbose): Doc fixes.
32177 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
32179         * international/mule-cmds.el (set-locale-environment): Remove call
32180         to set-selection-coding-system on Windows.
32182 2005-02-15  Jay Belanger  <belanger@truman.edu>
32184         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32185         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32186         calcFunc-coth.
32187         (math-simplify-sqrt): Add simplifications.
32189         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32190         to list.
32192         * calc/calc-ext.el: Add functions to autoloads.
32194         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32195         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32196         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32197         (math-csc-raw, math-cot-raw): New functions.
32199         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32201         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32202         the variable name in a message.
32204         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32205         calcFunc-csc, calcFunc-cot.
32207         * calc/calcalg2.el: Add derivative and integration rules for
32208         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32209         calcFunc-csch, calcFunc-coth.
32210         (math-do-integral-methods): Add to checks for when to use
32211         substitutions.
32213         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32215 2005-02-15  Lute Kamstra  <lute@gnu.org>
32217         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32218         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32219         <monnier@iro.umontreal.ca>.
32220         (lisp-outline-level): Improve efficiency.  Suggested by David
32221         Kastrup <dak@gnu.org>.
32223 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32225         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32226         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32227         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32228         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32229         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32231 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32233         * cus-start.el (all): Comment change.
32235 2005-02-14  Lute Kamstra  <lute@gnu.org>
32237         * cus-start.el (all): Check if symbol is void.
32239 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32241         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32242         optional argument to \cite.
32244 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32246         * cus-edit.el (custom-buffer-create-internal): Update help message.
32247         (custom-magic-alist): Update help messages.
32249         * cus-start.el (all): Allow a var to specify a standard value.
32251 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32253         * custom.el (custom-theme-set-variables): Handle variable aliases.
32255         * frame.el (blink-cursor-timer): Doc fix.
32256         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32257         declare obsolete.
32258         (blink-cursor-mode): Define with defcustom and use correct
32259         standard expression in that defcustom.
32260         * startup.el (command-line): Adapt to above changes in frame.el.
32262 2005-02-11  Lute Kamstra  <lute@gnu.org>
32264         * apropos.el (apropos-score-doc): Prevent division by zero.
32266 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32268         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32269         (icalendar--get-event-property-attributes)
32270         (icalendar--get-event-properties)
32271         (icalendar--datetime-to-diary-date): New functions.
32272         (icalendar--split-value): Doc fix.
32273         (icalendar--datetime-to-noneuropean-date)
32274         (icalendar--datetime-to-european-date): New optional argument
32275         SEPARATOR.  Return result as a string instead of a list.
32276         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32277         (icalendar--convert-string-for-export): Rename arg S to STRING.
32278         (icalendar-export-region): Doc fix.  Change name of error buffer.
32279         Save output buffer.
32280         (icalendar-import-file): Add blank at end of prompt.
32281         (icalendar-import-buffer): Doc fix.  Do not switch to error
32282         buffer.  Indicate status in return value.
32283         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32284         buffer.  Save output buffer.  Handle exception from recurrence
32285         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32286         events.  Fix problems with weekly all-day events.
32288 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32290         * simple.el (eval-expression-print-format):
32291         Avoid warning about edebug-active.
32293         * help.el (help-for-help-internal): Rename from help-for-help.
32294         (help-for-help): Define with defalias.
32296         * font-core.el (font-lock-default-function): Use with-no-warnings.
32298         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32300         * custom.el (defface): Doc fix.
32302 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32304         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32305         width 0" to prevent word wrapping problems.
32307 2005-02-09  Kim F. Storm  <storm@cua.dk>
32309         * ido.el (ido-file-extensions-order): New defcustom.
32310         (ido-file-extension-lessp, ido-file-extension-aux)
32311         (ido-file-extension-order): New advanced file ordering.
32312         (ido-file-lessp): New simple file ordering.
32313         (ido-sort-list): Remove.
32314         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32315         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32317 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32319         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32320         that some versions of grep produce.
32321         (grep-mode-font-lock-keywords): Likewise.
32323 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32325         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32326         (gdb-cdir): Delete.
32327         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32328         (gdb-source-info): Treat case when source file is in another
32329         directory properly.
32330         (gdb-get-location): New function.
32332 2005-02-07  Jay Belanger  <belanger@truman.edu>
32334         * calc/calc-prog.el (calc-write-parse-table-part)
32335         (calc-fix-token-name): Fix a check for language type.
32337         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32339 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32341         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32342         as directory not writable.
32344 2005-02-07  Kim F. Storm  <storm@cua.dk>
32346         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32347         (cua--standard-movement-commands): Remove list.
32348         Instead, set CUA property value to move for movement commands.
32349         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32350         (cua--pre-command-handler): Check CUA property.
32351         (cua--init-keymaps): Don't remap undo commands.
32352         (cua-mode): Don't call cua--rectangle-on-off.
32354         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32355         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32356         (cua--rect-undo-set-point): New var.
32357         (cua--rectangle-undo-boundary): Setup undo apply entry.
32358         (cua--rect-undo-handler): New function for rectangle undo.
32359         (cua--rect-start-position, cua--rect-end-position): Add.
32360         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32361         for restored rectangle.  Set point if cua--rect-undo-set-point.
32363 2005-02-06  Jay Belanger  <belanger@truman.edu>
32365         * calc/calc-lang.el (calc-tex-language): Display more information
32366         in messages.
32368         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32369         in TeX mode.
32371 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32373         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32375 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32377         * net/ldap.el (ldap-search-internal): Support attributes with
32378         optional descriptions separated by a semi-colon, as in
32379         "userCertificate;binary".
32381 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32383         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32384         isn't a cons (i.e. the version is 0).
32386 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32388         * help.el (help-for-help): Doc fix.
32390 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32392         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32393         GDB-Windows on the menu-bar as this works better.
32395 2005-02-04  Jay Belanger  <belanger@truman.edu>
32397         * calc/calc-embed.el (calc-embedded-update): Don't put in
32398         unnecessary newlines.  Adjust the end of formula marker.
32400         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32401         (math-latex-parse-two-args): New function.
32403 2005-02-03  Lute Kamstra  <lute@gnu.org>
32405         * help-fns.el (help-with-tutorial): Make sure that users cannot
32406         remove the entire text of the tutorial by means of `undo'.
32408 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32410         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32411         in recent changes, where the ispell process was repeatedly
32412         killed & restarted.
32414         * international/mule-cmds.el (set-locale-environment): Set file-name
32415         coding system to utf-8 on Darwin systems.
32416         (set-default-coding-systems): Don't set default-file-name-coding-system
32417         on Darwin systems.
32419 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32421         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32423 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32425         * faces.el (list-faces-display): Add optional argument.
32427 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32429         * font-core.el (font-lock-default-function): Handle the rare case where
32430         only font-lock-keywords is set.
32432 2005-02-02  Kenichi Handa  <handa@m17n.org>
32434         * international/characters.el: Cancel previous change for
32435         I-WITH-DOT-ABOVE and DOTLESS-i.
32437         * international/latin-5.el: Cancel previous change.
32439 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32441         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32443 2005-02-02  Kenichi Handa  <handa@m17n.org>
32445         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32446         DOTLESS-i.
32448         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32449         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32451         * case-table.el (get-upcase-table): New function.
32452         (copy-case-table): Copy upcaes table too if non-nil.
32453         (set-case-syntax-delims): Maintain upcase table too.
32454         (set-case-syntax-pair): Likewise.
32455         (set-upcase-syntax, set-downcase-syntax): New functions.
32456         (set-case-syntax): Maintain upcase table too.
32458 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32460         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32462         * progmodes/gud.el (gud-goto-info): New function.
32463         (gud-tool-bar-map): Use correct icon.
32465 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32467         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32468         When delegating, order args in the funcall correctly.
32470 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32472         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32474 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32476         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32477         buffer not visiting a file.
32479 2005-01-31  Jay Belanger  <belanger@truman.edu>
32481         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32482         bound on the line with the formula.
32484 2005-01-31  Kim F. Storm  <storm@cua.dk>
32486         * ses.el (ses-create-cell-variable-range)
32487         (ses-destroy-cell-variable-range, ses-reset-header-string)
32488         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32489         (ses-insert-row): Fix format of apply undo entries.
32491 2005-01-31  Jay Belanger  <belanger@truman.edu>
32493         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32494         parts.
32496         * calc/calc-embed.el (calc-embedded-open-formula)
32497         (calc-embedded-close-formula): Ignore matrix environments.
32499         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32500         TeX mode.
32502         * calc/calc-lang.el (math-function-table, math-oper-table)
32503         (math-variable-table): Adjust the LaTeX portions.
32505         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32506         (math-latex-ignore-words): New constant.
32508 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32510         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32511         (ispell-local-dictionary): Doc fix.
32512         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32513         Don't reinitialize at run time.  Don't defcustom.
32514         All uses changed to append ispell-local-dictionary-alist,
32515         or check it first.
32516         (ispell-current-dictionary): New variable for dictionary in use.
32517         (ispell-dictionary): Now used only for global default.
32518         (ispell-start-process): Set ispell-current-dictionary,
32519         not ispell-dictionary.
32520         (ispell-change-dictionary): Use this only for setting
32521         user preferences.
32522         (ispell-internal-change-dictionary): New function
32523         to change the current dictionary in use.
32524         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32525         Use ispell-current-dictionary.
32526         Handle ispell-local-dictionary-overridden.
32527         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32529 2005-01-31  Jay Belanger  <belanger@truman.edu>
32531         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32533         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32534         (calc-mode-map): Add calc-latex-language.
32536         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32537         (math-latex-print-frac): New functions.
32538         (math-oper-table, math-function-table, math-variable-table)
32539         (math-complex-format, math-input-filter): Add latex properties.
32540         (calc-set-language): Set math-expr-special-function-mapping.
32542         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32543         (calc-write-parse-table-part): Add LaTeX support.
32545         * calc/calc.el (calc-language): Adjust docstring.
32546         (calc-set-mode-line): Add LaTeX support.
32547         (math-expr-special-function-mapping): New variable.
32548         (math-tex-ignore-words): Add to list.
32550         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32551         Add LaTeX support.
32552         (math-compose-expr): Add support for special functions.
32554         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32556 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32558         * progmodes/gdb-ui.el (gdb-memory-address)
32559         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32560         (gdb-memory-mode-map, gdb-memory-format-keymap)
32561         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32562         (gdb-memory-unit-menu): New variables for a buffer
32563         that lets the user examine program memory.
32564         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32565         (gdb-memory-format-binary, gdb-memory-format-octal)
32566         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32567         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32568         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32569         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32570         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32571         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32572         (gdb-memory-mode, gdb-memory-buffer-name)
32573         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32574         New functions for above buffer.
32576 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32578         * cus-edit.el (custom-bury-buffer): Function deleted.
32579         (custom-buffer-done-function): Option deleted.
32580         (custom-buffer-done-kill): New replacement option.
32581         (Custom-buffer-done): Call quit-window.
32582         (custom-buffer-create-internal): Update for above changes.
32584 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32586         * simple.el (undo-ask-before-discard): New var.
32587         (undo-outer-limit-truncate): Implement it.
32588         (undo-extra-outer-limit): Doc update.
32590 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32592         * ses.el (undo-more): Delete defadvice.
32593         (ses-begin-change): Doc fix.
32595         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32596         instead of rebinding C-x u and C-_.
32598         * files.el (normal-backup-enable-predicate): Return nil for files
32599         in /tmp, regardless of temporary-file-directory.
32601         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32603         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32604         (open-rectangle, delete-whitespace-rectangle-line)
32605         (clear-rectangle-line): If FILL, pass t instead of FILL
32606         for move-to-column's 2nd arg.
32608         * simple.el (undo): Fix the test for continuing a series of undos.
32609         (undo-more): Set pending-undo-list to t when we reach end.
32610         (pending-undo-list): Move up defvar.
32612         * wid-edit.el (widget-button-click):
32613         Shorten the range of the track-mouse binding.
32615         * comint.el (comint-insert-input): Undo previous changes;
32616         use last-input-event in interactive spec.
32618 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32620         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32621         to nil before invoking call-process.  Reset buffer's modified flag
32622         after fontifying it in the no-async branch.
32624         * wid-edit.el (widget-specify-button): If mouse pointer shape
32625         cannot be changed, use mouse face instead.
32627 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32629         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32630         (gdb-goto-breakpoint): Make breakpoint handling work on template
32631         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32632         (gdb-assembler-custom): Update to recognize breakpoint information
32633         added on 2005-01-19.
32635 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32637         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32638         (dsssl-mode): Use define-derived-mode.
32639         (scheme-mode-initialize): Remove.
32640         (scheme-mode): Use run-mode-hooks.
32642         * cus-edit.el (customize-group-other-window)
32643         (custom-buffer-create-other-window): Don't override special-display-*.
32644         (custom-mode-map): Make it dense.
32646         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32647         sets the default value.
32649 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32651         * descr-text.el: Add more keywords.
32653 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32655         * speedbar.el: Avoid unnecessary use of locate-library.
32657         * international/mule-cmds.el (standard-display-european-internal):
32658         Don't fiddle with latin-1 non-break space any more since it's now
32659         special cased in the C code.
32660         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32662 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32664         * cus-start.el (all): Add `undo-outer-limit'.
32666 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32668         * textmodes/bibtex.el (bibtex-format-entry):
32669         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32670         field lines.
32671         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32672         not on part of a buffer.
32674 2005-01-25  Lute Kamstra  <lute@gnu.org>
32676         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32677         nonempty field text strings like "{letters\\macro{}more letters}".
32678         Clarify docstring.
32679         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32680         (bibtex-entry-offset, bibtex-parse-association)
32681         (bibtex-parse-field-name): Fix typos in docstrings.
32682         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32684 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32686         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32687         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32688         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32689         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32691         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32692         isearch minor mode.
32694 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32696         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32698 2005-01-24  Lute Kamstra  <lute@gnu.org>
32700         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32701         CASECHARS and NOT-CASECHARS regular expressions of the
32702         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32703         striding over charsets" error.
32705 2005-01-24  Jay Belanger  <belanger@truman.edu>
32707         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32708         display variable name.
32710 2005-01-24  Kenichi Handa  <handa@m17n.org>
32712         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32713         Fix setting of the element of encoded-kbd-iso2022-invocations.
32715 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32717         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32718         (gdb-threads-select): Change to also accept mouse events.
32719         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32720         (gdb-threads-mouse-select): Delete.
32722 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32724         * files.el (insert-directory): Take care of empty directory,
32725         listed without -a switch.
32727 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32729         * textmodes/refill.el (refill-post-command-function):
32730         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32731         to the list of functions that we should be careful not to undo.
32732         (refill-late-fill-paragraph-function): Remove.
32733         (refill-saved-state): New var.
32734         (refill-mode): Use it to save fill-paragraph-function.
32735         Save also the value of auto-fill-function.
32737         * term/w32-win.el: Simplify code.
32739 2005-01-23  Kim F. Storm  <storm@cua.dk>
32741         * simple.el (line-move): Adapt to new return value from
32742         pos-visible-in-window-p.
32744         * simple.el (line-move): Fix last change.  Check partial
32745         visibility at point rather than at window-start.
32747 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32749         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32751 2005-01-22  David Kastrup  <dak@gnu.org>
32753         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32755 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32757         * type-break.el (type-break-mode): Add a test for
32758         type-break-file-name being non-nil.
32760 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32762         * net/eudc.el (top level): Call (message "") via progn, so that
32763         eudc-options-file is loaded.
32765 2005-01-22  Kim F. Storm  <storm@cua.dk>
32767         * simple.el (line-move-1): Rename from line-move.
32768         (line-move): New function that adjusts vscroll for partially
32769         visible rows, and calls line-move-1 otherwise.
32771 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32773         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32774         since it's not a complete read-event implementation
32776 2005-01-20  Jay Belanger  <belanger@truman.edu>
32778         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32779         for called function.
32781 2005-01-20  Steven Tamm  <steventamm@mac.com>
32783         * term/mac-win.el (process-connection-type): Remove.
32784         Controlled now by s/darwin.h:PTY_ITERATION.
32786 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32788         * window.el (handle-select-window): Don't switch window when we're
32789         in the minibuffer.
32791 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32793         * subr.el (dotimes-with-progress-reporter): New macro.
32795         * ses.el (ses-dotimes-msg): Remove macro.
32796         Use `dotimes-with-progress-reporter' instead.
32798 2005-01-19  Steven Tamm  <steventamm@mac.com>
32800         * term/mac-win.el (process-connection-type): Use new
32801         operating-system-release variable to use ptys on Darwin 7 (OS X
32802         10.3) when using carbon build.
32804 2005-01-19  Jay Belanger  <belanger@truman.edu>
32806         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32807         flags if the last command was a tab or M-tab.
32809         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32810         in formula editing buffer.
32812 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32814         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32815         breakpoint image symbol in margin.
32817 2005-01-19  Jay Belanger  <belanger@truman.edu>
32819         * calc/calc-prog.el (calc-execute-kbd-macro):
32820         Ignore calc-keep-arg-flag.
32822 2005-01-19  Kenichi Handa  <handa@m17n.org>
32824         * textmodes/ispell.el (ispell-looking-at): New function.
32825         (ispell-process-line): Use ispell-looking-at to compare the ispell
32826         output and the buffer contents.
32828 2005-01-18  Jay Belanger  <belanger@truman.edu>
32830         * calc/calc.el (calc-display-raw): Fix docstring.
32832 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32834         * simple.el (blink-matching-open): Strip extra info from syntax.
32836         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32837         funny chars in the end-of-here-doc marker.
32839 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32841         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32842         that enable/disabled state of breakpoints is shown correctly in
32843         fringe and on ttys.
32844         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32845         Add breakpoint information as text properties.
32846         (gdb-mouse-toggle-breakpoint):
32847         Rename to gdb-mouse-set-clear-breakpoint.
32848         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32849         breakpoints in the margin.
32850         (gdb-remove-strings): Simplify.
32852 2005-01-17  Jay Belanger  <belanger@truman.edu>
32854         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32855         erasing buffer.
32857 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32859         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32860         for calling grep-compute-defaults.
32862         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32863         if buffer is empty.
32865         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32867 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32869         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32871         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32872         non-preloaded variables.
32874 2005-01-17  Steven Tamm  <steventamm@mac.com>
32876         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32877         tex-shell cause to force interactivity when using pipes.
32879 2005-01-17  Kim F. Storm  <storm@cua.dk>
32881         * simple.el (just-one-space): Make arg optional.
32883 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32885         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32886         posn-at-x-y to t to access left-margin.
32888 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32890         Sync with Tramp 2.0.47.
32892         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32893         catching keep-date problems in cp/scp operations.
32894         (tramp-handle-copy-file): Don't call `set-file-modes'
32895         unconditionally.  Specialized functions should know better what is
32896         necessary.  This improves performance a little bit, and the
32897         functions could catch errors with `cp -p' and `scp -p'.
32898         (tramp-do-copy-or-rename-file-via-buffer)
32899         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32900         when appropriate.
32901         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32902         Call `set-file-modes' when appropriate.
32903         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32904         Johnsson <isak@hypergene.com>.
32905         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32906         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32907         <joakim@verona.se>.
32908         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32909         Emacs only.
32911         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32912         `find-file-hooks' and `dired-mode-hook'.
32913         (tramp-minor-mode-map): Respective map.  Add remapping for
32914         `compile' and `recompile'.
32915         (tramp-remap-command, tramp-recompile): New defuns.
32916         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32917         in buffer "*Compilation*".  Call the commands asynchronously.
32919         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32920         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32921         `shell-command', because it isn't magic in XEmacs.  Reported by
32922         Adrian Aichner <adrian@xemacs.org>.
32924         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32925         `substitute-in-file-name.
32926         (tramp-smb-handle-substitute-in-file-name): New defun.
32927         (tramp-smb-advice-PC-do-completion): Delete advice.
32929 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32931         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32932         Fix error in deleting region.
32934 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32936         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32937         In non-temp buffer, switch syntax table temporarily.
32939         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32941         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32943         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32945         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32946         (imenu--generic-function): Use START, not BEG, as pos of definition.
32948         * simple.el (just-one-space): Argument specifies number of spaces.
32950         * simple.el (eval-expression-print-format): Avoid warning
32951         about edebug-active.
32953 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32955         * progmodes/sh-script.el: Code copied from make-mode.el
32956         with small changes,
32957         (sh-mode-map): Bind C-c C-\.
32958         (sh-backslash-column, sh-backslash-align): New variables.
32959         (sh-backslash-region, sh-append-backslash): New functions.
32961 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32963         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32964         (rmail-pop-password, rmail-pop-password-required): Move to
32965         rmail-obsolete group.
32966         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32967         All callers updated.
32968         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32969         Take an argument specifying whether it is POP or IMAP mailbox we
32970         are using.  All callers updated.
32971         (rmail-pop-password-error): Rename to
32972         rmail-remote-password-error.  Added mailutils-specific error message.
32973         (rmail-movemail-search-path)
32974         (rmail-movemail-variant-in-use): New variables.
32975         (rmail-remote-password, rmail-remote-password-required):
32976         New customization variables.
32977         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32978         (rmail-parse-url): New function.
32979         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32980         with GNU mailutils movemail.
32982 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32984         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32985         suffix to space, $ or '$, to correctly position point when going
32986         to @table style constants like DBL_MAX.
32988 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32990         * type-break.el (type-break-mode, type-break-file-time)
32991         (type-break-file-keystroke-count, type-break-choose-file):
32992         Don't store data in or load data from the file if type-break-file-name
32993         is nil.
32994         (type-break-file-name): Doc update as per the above.
32996 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32998         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32999         lookup-key might return nil; handle that.
33001 2005-01-15  Alan Mackenzie  <acm@muc.de>
33003         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33004         rather than the element found, thus enabling the tree to be setcar'd.
33006 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33008         * textmodes/org.el (org-show-following-heading): New option.
33009         (org-show-hierarchy-above): Use `org-show-following-heading'.
33010         (org-cycle): Documentation fix.
33012         * textmodes/org.el (orgtbl-optimized): New option
33013         (orgtbl-mode): New command, a minor mode.
33014         (orgtbl-mode-map): New variable.
33015         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33016         (orgtbl-error, orgtbl-self-insert-command)
33017         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33019         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33020         a local variable in each org-mode buffer.
33022         * textmodes/org.el (org-set-regexps-and-options): Rename from
33023         `org-set-regexps'.  Added checking for STARTUP keyword.
33024         (org-get-current-options): Add STARTUP options.
33025         (org-table-insert-row): Make mode intelligent about when
33026         realignment is needed.
33027         (org-self-insert-command, org-delete-backward-char, org-delete-char):
33028         New commands.
33029         (org-enable-table-editor): New default value `optimized'.
33030         (org-table-blank-field): Support blanking regions if active.
33032 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33034         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33035         if the year is not given.
33037         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33038         Add new escapes %m and %M, fixed bug with %F by adding
33039         save-match-data.
33040         (reftex-reference): Remove ?. from list of spaces.
33041         (reftex-label-info): Add automatic label prefix recognition.
33043         * textmodes/reftex-index.el (reftex-index-next-phrase):
33044         Add slave parameter to call of `reftex-index-this-phrase'.
33045         (reftex-index-this-phrase): New optional argument.
33046         (reftex-index-region-phrases): Add slave parameter to call of
33047         `reftex-index-this-phrase'.
33048         (reftex-display-index): New argument redo.
33049         (reftex-index-rescan): Add `redo' to arguments of
33050         `reftex-display-index'.
33051         (reftex-index-Rescan, reftex-index-revert)
33052         (reftex-index-switch-index-tag): Add `redo' to arguments of
33053         `reftex-display-index'.
33054         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33055         indexing.  Fix bug with matching is there is a quote before or
33056         after the word.
33058         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33059         Fix bug when collecting citation keys in lines with comments.
33060         (reftex-citation): Prefix argument no longer rescans the document,
33061         but forces prompting for optional arguments of cite macros.
33062         (reftex-do-citation): Prompting for optional arguments implemented.
33064         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33065         Add optional arguments to most cite commands.
33066         (reftex-cite-cleanup-optional-args): New option
33067         (reftex-cite-prompt-optional-args): New option.
33068         (reftex-trust-label-prefix): New option.
33070         * textmodes/reftex-toc.el (reftex-toc-find-section):
33071         Add push-mark before changing the position in the buffer.
33073         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33074         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33076 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
33078         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33079         more carefully.
33081 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33083         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33084         (sgml-mode): Use it.
33085         (sgml-get-context): Better keep track of implicitly closed tags.
33087 2005-01-13  Kenichi Handa  <handa@m17n.org>
33089         * textmodes/ispell.el: These changes are to fix misalignment error
33090         caused by equivalent characters of different Emacs charsets.
33091         (ispell-unified-chars-table): New variable.
33092         (ispell-get-decoded-string): New function.
33093         (ispell-get-casechars, ispell-get-not-casechars)
33094         (ispell-get-otherchars): Call ispell-get-decoded-string.
33096 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
33098         * custom.el (custom-declare-variable): Just put symbol instead
33099         of (defvar . symbol) in `current-load-list'.
33101 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
33103         * emacs-lisp/elint.el: Fixed typo in Commentary section.
33105 2005-01-12  Jay Belanger  <belanger@truman.edu>
33107         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33108         to create a Calc summary.
33110 2005-01-12  Kim F. Storm  <storm@cua.dk>
33112         * mouse.el (mouse-on-link-p): Change functionality and doc
33113         string to comply with latest description in lisp ref.
33115 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
33117         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33118         Enable mouse clicks on mode-line, header-line and margin.
33119         (event-type): Give mouse event symbols an `event-kind' property
33120         with value `mouse-click'.
33122 2005-01-12  Juri Linkov  <juri@jurta.org>
33124         * facemenu.el (list-colors-display): Add new arg buffer-name.
33125         Use it.  Fix docstring.  Replace code for identifying duplicate
33126         colors by the name with call to `list-colors-duplicates' which
33127         identifies duplicate colors by the value unless the color
33128         is one of special Windows colors.  Set truncate-lines to t.
33129         Print sorted duplicate color names on each line.  Indent to 22
33130         \(the longest color name in rgb.txt) instead of 20.  Optimize.
33131         (list-colors-duplicates): New function.
33132         (facemenu-color-name-equal): Delete function.
33134         * facemenu.el (list-colors-print): New function created from code
33135         in list-colors-display.  Print #RRGGBB at the window right edge.
33136         (list-colors-display): When temp-buffer-show-function is not
33137         defined, call list-colors-print from temp-buffer-show-hook
33138         to get the right value of window-width in list-colors-print
33139         after the buffer is displayed.
33141         * simple.el (pop-mark): Move deactivate-mark out of conditional
33142         part to deactivate the active mark regardless of the state of the
33143         mark ring.
33145         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33146         variables line in desktop files.
33148 2005-01-12  Juri Linkov  <juri@jurta.org>
33150         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33151         Bring together isearch highlight related options.
33152         (lazy-highlight): Replace group `replace' by `matching'.
33153         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33154         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33155         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33156         and declare them obsolete.
33157         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33158         (isearch-faces): Remove defgroup.
33159         (isearch-overlay, isearch-highlight, isearch-dehighlight):
33160         Move isearch highlighting code closer to lazy highlighting code.
33162         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33163         (query-replace-highlight, query-replace-lazy-highlight)
33164         (query-replace): Move definitions to the beginning of the file.
33166 2005-01-11  Juri Linkov  <juri@jurta.org>
33168         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33169         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33170         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33172         * info.el (Info-history-forward): New variable.
33173         (Info-select-node): Reset Info-history-forward to nil.
33174         (Info-last): Turn into defalias.
33175         (Info-history-back): Rename from Info-last.
33176         Add current node to Info-history-forward.
33177         (Info-history-forward): New fun.
33178         (Info-mode-map): Replace Info-last by Info-history-back.
33179         Bind Info-history-forward to "r".
33180         (Info-mode-menu): Replace Info-last by Info-history-back.
33181         Fix menu item text.  Add menu item for Info-history-forward.
33182         (info-tool-bar-map): Replace Info-last by Info-history-back.
33183         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
33184         for Info-history-forward.
33185         (Info-mode): Replace Info-last by Info-history-back in docstring.
33186         Add local variable Info-history-forward.
33187         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33189 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33191         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33192         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33193         Ignore select-window events rather than fiddle with
33194         mouse-autoselect-window.
33196 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33198         * type-break.el (type-break-mode): Fix previous change.
33200 2005-01-10  Jay Belanger  <belanger@truman.edu>
33202         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33203         calculator; only reset when point is inside a calculator.
33204         Don't adjust the window height if the window takes up the whole height
33205         of the frame.
33207 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33209         * ebuff-menu.el (Electric-buffer-menu-mode):
33210         Preserve value of buffer-local var header-line-format.
33212 2005-01-09  Jay Belanger  <belanger@truman.edu>
33214         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33215         Make sure settings file exists before accessing it.
33217         * calc/calc-embed.el (calc-embedded-subst):
33218         Replace math-multi-subst-rec, which is only supposed to be called
33219         by math-multi-subst, by math-multi-subst.
33221 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33223         * vc.el (vc-allow-async-revert): New user option.
33224         (vc-disable-async-diff): New internal variable.
33225         (vc-revert-buffer): Use them to disable asynchronous diff.
33227         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33228         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33229         asynchronously if vc-disable-async-diff is t.
33231 2005-01-09  Jay Belanger  <belanger@truman.edu>
33233         * calc/calc.el (defcalcmodevar): New macro.
33234         (calc-mode-var-list-restore-default-values)
33235         (calc-mode-var-list-restore-saved-values): New functions.
33236         (calc-mode-var-list): Use defcalcmodevar to define it.
33237         (calc-always-load-extensions, calc-line-numbering)
33238         (calc-line-breaking, calc-display-just, calc-display-origin)
33239         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33240         (calc-group-char, calc-point-char, calc-frac-format)
33241         (calc-prefer-frac, calc-hms-format, calc-date-format)
33242         (calc-float-format, calc-full-float-format, calc-complex-format)
33243         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33244         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33245         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33246         (calc-matrix-brackets, calc-language, calc-language-option)
33247         (calc-left-label, calc-right-label, calc-word-size)
33248         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33249         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33250         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33251         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33252         (calc-window-height, calc-display-trail, calc-show-selections)
33253         (calc-use-selections, calc-assoc-selections)
33254         (calc-display-working-message, calc-auto-why, calc-timing)
33255         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33256         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33257         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33258         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33259         (calc-gnuplot-geometry, calc-graph-default-resolution)
33260         (calc-graph-default-resolution-3d, calc-invocation-macro)
33261         (calc-show-banner): Use defcalcmodevar to declare them and set
33262         their default values.
33264         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33265         instead of default values (but restore default values if there is
33266         an argument of 0).
33268 2005-01-09  David Kastrup  <dak@gnu.org>
33270         * desktop.el (desktop-restore-eager): Fix typo in type.
33272 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33274         * cus-edit.el (customize): Delete :link.
33276 2005-01-08  Jay Belanger  <belanger@truman.edu>
33278         * calc/calc.el (calc-mode): Remove the extension from the
33279         `calc-settings-file' file name when loading it.
33281 2005-01-08  Kim F. Storm  <storm@cua.dk>
33283         * info.el (Info-mode-map, Info-next-link-keymap)
33284         (Info-prev-link-keymap, Info-up-link-keymap):
33285         Map follow-link to mouse-face.
33286         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33288 2005-01-08  Jay Belanger  <belanger@truman.edu>
33290         * calc/calc.el (calc-settings-file): Change default value.
33291         Suggested by cgw in a comment in calc-mode.el.
33293         * calc/calc-mode.el (calc-settings-file-name):
33294         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33295         Replace ~/.emacs in a prompt by calc-settings-file.
33297 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33299         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33300         (desktop-lazy-idle-delay): New customizable variables.
33301         (desktop-buffer-args-list): New variable.
33302         (desktop-append-buffer-args): New function.
33303         (desktop-save): Call desktop-append-buffer-args for some buffers.
33304         (desktop-lazy-create-buffer): New function.
33305         (desktop-idle-create-buffers): New function.
33306         (desktop-read): Add message about buffers to restore lazily.
33307         (desktop-lazy-abort): New command.
33308         (desktop-clear): Call desktop-lazy-abort.
33309         (desktop-lazy-complete): New command.
33311 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33313         * emacs-lisp/find-func.el (find-face-definition):
33314         Rename from find-face.
33316 2005-01-06  Kim F. Storm  <storm@cua.dk>
33318         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33320         * man.el (Man-xref-man-page, Man-xref-header-file)
33321         (Man-xref-normal-file): Add follow-link property.
33323 2005-01-06  Jay Belanger  <belanger@truman.edu>
33325         * calc/calc-units.el: Make sure the proper macro definitions are
33326         available when compiling.
33328 2005-01-06  Juri Linkov  <juri@jurta.org>
33330         * isearch.el (isearch-lazy-highlight-update):
33331         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33333 2005-01-06  Miles Bader  <miles@gnu.org>
33335         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33336         (isearch-lazy-highlight-face): Use new name.
33338 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33340         * uniquify.el (uniquify-rationalize-file-buffer-names):
33341         Re-add an interactive spec.
33342         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33343         to the same name.
33345         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33346         (isearch-update, isearch-done): Adjust calls accordingly.
33348 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33350         * custom.el (custom-set-variables, custom-theme-set-variables):
33351         Clarify documentation.
33353         * emacs-lisp/find-func.el (find-variable)
33354         (find-variable-other-window, find-variable-other-frame):
33355         Fix the TYPE args to find-function-read and find-function-do-it.
33356         (find-function): Doc fix.
33357         (find-function-at-point): Replace function-at-point alias.
33359 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33361         * cus-face.el (custom-declare-face):
33362         Record defface in current-load-list.
33364         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33366         * emacs-lisp/find-func.el: Doc fixes.
33367         (find-face-regexp): New variable.
33368         (find-function-regexp-alist): New variable.
33369         (find-function-C-source): Third arg is now TYPE.
33370         (find-function-search-for-symbol): Handle general TYPE.
33371         (find-function-read, find-function-do-it): Handle general TYPE.
33372         (find-definition-noselect, find-face): New functions.
33373         (function-at-point): Alias deleted.
33375 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33377         * battery.el (display-battery-mode): Rename from display-battery.
33378         Handle the case where it gets turned off.
33380 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33382         * cus-edit.el (customize): Make :link point to user doc.
33384         * man.el (Man-fontify-manpage): Turn off undo generation.
33386         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33388 2005-01-04  Andreas Schwab  <schwab@suse.de>
33390         * files.el (insert-directory): Only look for error lines in
33391         inserted text.  Don't move too far after processing --dired markers.
33393 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33395         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33396         Don't expand if the character is @, period, dash, etc.
33397         (define-mail-abbrev): Quote names that contain problem characters.
33399 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33401         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33403 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33405         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33406         (query-replace-highlight, query-replace-lazy-highlight)
33407         (query-replace): Definitions moved up.  Doc fix.
33409 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33411         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33412         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33413         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33414         (lazy-highlight-face): Rename from isearch-lazy-...
33415         Change all references to them.
33417 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33419         * cus-edit.el (custom-file): Doc fix for defcustom.
33420         (custom-file): The function no longer sets the variable
33421         `custom-file' to its return value.
33423         * startup.el (command-line): No longer load `custom-file'.
33425 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33427         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33429         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33430         Don't confuse module-prefixed identifiers for labels.
33431         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33433 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33435         * files.el (basic-save-buffer-1): Fix previous change.
33437         * loadhist.el (file-loadhist-lookup): New function.
33438         (file-provides, file-requires): Use it.
33440         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33441         instead of calculating the right size.
33443 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33445         * vc-svn.el (vc-svn-diff): Stay local if possible.
33447 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33449         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33451         * files.el (hack-local-variables): Fix last change.
33453 2005-01-02  Jay Belanger  <belanger@truman.edu>
33455         * calc/calc-yank.el (calc-edit-top): New variable.
33456         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33457         object.  Change header properties.
33458         (calc-edit-finish, calc-edit-finish-stack-object)
33459         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33460         edited object.
33461         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33462         for the beginning of the edited object.
33463         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33464         for the beginning of the edited object.
33465         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33466         (calc-finish-formula-edit, calc-macro-repeats)
33467         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33468         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33469         beginning of the edited object.
33470         (calc-user-define-edit): Change the header for editing macros.
33471         Remove unnecessary variable.
33473 2005-01-01  Jay Belanger  <belanger@truman.edu>
33475         * calc/calc-yank.el (calc-edit-mode): Change default header.
33476         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33477         * calc/calc-store.el (calc-edit-variable): Change title to match new
33478         header.
33479         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33480         mode to match new header.
33481         (calc-user-define-edit): Change titles to include names of commands.
33482         (calc-finish-formula-edit): Adjust to handle new header.
33483         (calc-finish-macro-edit): Remove.
33484         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33485         (calc-edit-macro-command, calc-edit-macro-command-type)
33486         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33487         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33488         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33489         (calc-edit-macro-finish-edit): New functions.
33490         (calc-user-define-edit): Use new functions to edit named calc macros.
33492 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33494         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33496         * ses.el (copy-region-as-kill): Deactivate mark.
33498 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33500         * replace.el (occur-1): If the output buffer is also an input,
33501         don't kill it, rename it.
33503         * faces.el (set-face-background, set-face-foreground): Doc fix.
33505         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33506         for :foreground and :background.
33508         * dired.el (dired-view-command-alist): Variable deleted.
33509         (dired-view-file, dired-mouse-find-file-other-window):
33510         Delete the code to use it.
33512 2005-01-01  Kim F. Storm  <storm@cua.dk>
33514         * image.el (insert-sliced-image): Use t for line-height property.
33516 See ChangeLog.11 for earlier changes.
33518 ;; Local Variables:
33519 ;; coding: iso-2022-7bit
33520 ;; add-log-time-zone-rule: t
33521 ;; End:
33523     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33525   This file is part of GNU Emacs.
33527   GNU Emacs is free software; you can redistribute it and/or modify
33528   it under the terms of the GNU General Public License as published by
33529   the Free Software Foundation; either version 2, or (at your option)
33530   any later version.
33532   GNU Emacs is distributed in the hope that it will be useful,
33533   but WITHOUT ANY WARRANTY; without even the implied warranty of
33534   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33535   GNU General Public License for more details.
33537   You should have received a copy of the GNU General Public License
33538   along with GNU Emacs; see the file COPYING.  If not, write to the
33539   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33540   Boston, MA 02110-1301, USA.
33542 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1